|
1 | 1 | ## Unreleased |
2 | 2 |
|
| 3 | +## 1.0.3 (May 11, 2017) |
| 4 | +### Big fixes |
| 5 | +* Fixed an issue where the embedded components would not reload the page within the Shopify admin (thanks [Rich](https://github.com/buggy) for the [original issue](https://github.com/Shopify/polaris/issues/28)) ([#307](https://github.com/Shopify/polaris-internal/pull/307)) |
| 6 | +* Fixed the `spacing="none"` variation on `Stack` not working correctly, and added the missing `extraLarge` enum value for `spacing` ([#320](https://github.com/Shopify/polaris-internal/pull/320)) |
| 7 | +* Fixed `Banner`’s `onDismiss` callback not being called when the dismiss button was clicked (thanks to [Taylor](https://github.com/tlwirtz) for the [original issue](https://github.com/Shopify/polaris/issues/52)) ([76ce13f](https://github.com/Shopify/polaris-internal/commit/76ce13f328c2446c316f3d7f1f2a3f007658b6f7)) |
| 8 | + |
| 9 | +### Design updates |
| 10 | +* Updated Badge text colors ([#319](https://github.com/Shopify/polaris-internal/pull/319)) |
| 11 | +* Updated line height for the small `DisplayText` variation ([#318](https://github.com/Shopify/polaris-internal/pull/318)) |
| 12 | +* Updated the default icon for error `Banner`s (thanks to [Michael](https://github.com/heyneff) for the [original issue](https://github.com/Shopify/polaris/issues/42)) ([#317](https://github.com/Shopify/polaris-internal/pull/317)) |
| 13 | + |
| 14 | +### Sketch UIKit |
| 15 | +* Added app examples (thanks to [lukepxu](https://github.com/lukepxu) for the [original issue](https://github.com/Shopify/polaris/issues/17)) |
| 16 | +* Removed references to the Graphik typeface (thanks to [Adam](https://github.com/adamnel) for the [original issue](https://github.com/Shopify/polaris/issues/22)) |
| 17 | +* Left-aligned button text for better resizing |
| 18 | +* Added Messenger link to navigation to better communicate that the channel nav collapses after 3 items |
| 19 | +* Fixed alignment of table headers |
| 20 | +* Minor updates to Dataviz and Reports examples |
| 21 | +* Added indicators to Home notifications |
| 22 | + |
| 23 | +### Documentation |
| 24 | +* Synchronized component documentation with the style guide ([1e89559](https://github.com/Shopify/polaris-internal/commit/1e895594afedb63787e6c05a167f5146901e88e6)) |
| 25 | + |
| 26 | +### Chores |
| 27 | +* Fixed an issue that prevented the public CHANGELOG from being generated correctly ([#292](https://github.com/Shopify/polaris-internal/pull/292)) |
| 28 | +* Added a hot-reloading Playground to easily try out different components ([#315](https://github.com/Shopify/polaris-internal/pull/315)) |
| 29 | +* Removed the references to Babel presets from `package.json` (thanks to [Massimo](https://github.com/macs91) for digging into this with us) ([#322](https://github.com/Shopify/polaris-internal/pull/322)) |
| 30 | +* Removed the `@import` statements at the top of source Sass files ([#312](https://github.com/Shopify/polaris-internal/pull/312)) |
| 31 | +* Updated TSLint and related linting dependencies ([#316](https://github.com/Shopify/polaris-internal/pull/316)) |
| 32 | + |
3 | 33 | ## 1.0.2 (April 25, 2017) |
4 | 34 | ### Bug fixes |
5 | 35 | * Fixed an issue where subcomponents with variations would use a single `-` instead of `--` (thanks [johnsonab](https://github.com/johnsonab) for the [original issue](https://github.com/Shopify/polaris/issues/9)) ([#278](https://github.com/Shopify/polaris-internal/pull/278)) |
|
0 commit comments