Skip to content

Commit 1b96efc

Browse files
authored
Merge pull request #533 from Shopify/update-changelog
Updating changelog for 1.3.0
2 parents f633fd3 + 2714668 commit 1b96efc

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
## Unreleased
2-
* Added an `esnext` build (allows production builds to perform class/method tree shaking)
2+
3+
## 1.3.0 (August 9, 2017)
4+
5+
### Enhancements
6+
* Added an `esnext` build (allows production builds to perform class/method tree shaking) ([#491](https://github.com/Shopify/polaris-react/pull/491))
7+
* Changed KeyboardKey component to use `kbd` tag ([#500](https://github.com/Shopify/polaris-react/pull/500))
8+
* Added publishing `docs` folder to npm package ([#504](https://github.com/Shopify/polaris-react/pull/504))
9+
* Added `fullWidth` option to Popover component ([#505](https://github.com/Shopify/polaris-react/pull/505))
10+
11+
### Bug fixes
12+
* Updated Static HTML page examples to correct markup (thanks [bartcoppens](https://github.com/bartcoppens) for the [original issue](https://github.com/Shopify/polaris/issues/159)) ([#502](https://github.com/Shopify/polaris-react/pull/502))
13+
* Hide increment and decrement buttons on number input when disabled (thanks [kguller](https://github.com/kguller) for the [original issue](https://github.com/Shopify/polaris/issues/163)) ([#524](https://github.com/Shopify/polaris-react/pull/524))
14+
* Fixed link to product content documentation ([#528](https://github.com/Shopify/polaris-react/pull/528))
15+
* Fixed documented type for error prop on Checkbox component ([#523](https://github.com/Shopify/polaris-react/pull/523))
16+
* Fixed Popover reopening when clicking around during transition ([#531](https://github.com/Shopify/polaris-react/pull/531))
17+
* Fixed Popover resizing on content updates ([#506](https://github.com/Shopify/polaris-react/pull/506))
18+
* Fixed vertical alignment of Button content ([#525](https://github.com/Shopify/polaris-react/pull/525))
19+
20+
### Sketch UIKit
21+
* Added Sketch color palette file
322

423
## 1.2.1 (July 27, 2017)
524

0 commit comments

Comments
 (0)