You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20-1Lines changed: 20 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,24 @@
1
1
## 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))
0 commit comments