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
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,19 +4,22 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [these versioning and changelog guidelines][changelog-guidelines].
6
6
7
-
## Unreleased
7
+
<!-- ## Unreleased -->
8
+
9
+
## 2.1.2 - 2018-06-06
8
10
9
11
### Enhancements
10
12
11
-
* Allow cards to accept a block for a title ([#1412](https://github.com/Shopify/polaris-react/pull/1412))
12
-
* Add an intermediate prop typing for `Link` to allow redefinition of prop definitions ([#1439](https://github.com/Shopify/polaris-react/pull/1439))
13
-
* Fix the spacing around the title and description delimiter + Wrap the long description ([#1503](https://github.com/Shopify/polaris-react/pull/1503))
13
+
* Added support for cards to accept a block for a title ([#1412](https://github.com/Shopify/polaris-react/pull/1412))
14
+
* Added an intermediate prop typing for `Link` to allow redefinition of prop definitions ([#1439](https://github.com/Shopify/polaris-react/pull/1439))
14
15
15
16
### Bug fixes
16
17
17
-
* DatePicker: Fixed unexpected focus jumps when date picker props are updated ([#1399](https://github.com/Shopify/polaris-react/pull/1399))
18
+
* Fixed an issue where resource list filters lost padding ([#1438](https://github.com/Shopify/polaris-react/pull/1438)) (thanks to [@BarryCarlyon](https://github.com/BarryCarlyon) for the [original issue](https://github.com/Shopify/polaris/issues/330))
19
+
* Fixed unexpected focus jumps when date picker props are updated ([#1399](https://github.com/Shopify/polaris-react/pull/1399))
20
+
* Fixed the spacing and text wrapping of exception list title and description ([#1503](https://github.com/Shopify/polaris-react/pull/1503))
0 commit comments