Skip to content

Commit 2611b3e

Browse files
committed
Update CHANGELOG
1 parent 1e89559 commit 2611b3e

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
## Unreleased
22

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+
333
## 1.0.2 (April 25, 2017)
434
### Bug fixes
535
* 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))

documentation/Versioning and changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,12 @@ The possible groups in which to categorize changes are:
1313
* Breaking changes
1414
* Markup changes
1515
* Enhancements (new variations, accessibility improvements, etc.)
16+
* Design updates (non-breaking design changes implemented in code)
1617
* Bug Fixes
1718
* Documentation
1819
* Dependency Upgrades
20+
* Style guide
21+
* Sketch UIKit (design changes without matching implementations)
1922
* Chores (non-documentation tasks on the repo itself)
2023

2124
## Versioning scheme

0 commit comments

Comments
 (0)