Skip to content

Polaris v1.0.2

Compare
Choose a tag to compare
@lemonmade lemonmade released this 25 Apr 13:54

Thanks to everyone who said kind words and posted issues against our initial release!

Bug fixes

  • Fixed an issue where subcomponents with variations would use a single - instead of -- (thanks johnsonab for the original issue)
  • Fixed a missing typing dependency and a missing embedded types entry point that were causing issues using this package with TypeScript (thanks to Rich for the original issues)
  • Fixed an issue where the anchor tag for ResourceList.Items would not span the full width of the item (thanks to Steven for the original issue)

Dependency updates

  • Started using the prop-types package instead of getting PropTypes from react, as the latter is deprecated as of React 15.5.0

Documentation

  • Corrected the name of documentation/Embeddded apps.md to documentation/Embedded apps.md (thanks to Chris for the original issue)
  • Fixed the ColorPicker documentation to show valid values for saturation, brightness, and alpha (thanks to Allan for the original issue)

Chores

  • Added a description to package.json
  • Added license to package.json and to the root of the repo (thanks to Daniel for the original issue)
  • Fixed an issue where the Webpack example would complain about a missing dependency (thanks to Rafael for the original issue)