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-7Lines changed: 9 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,25 +4,27 @@ 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
8
9
-
## Documentation
9
+
## 2.5.0 - 2018-07-20
10
10
11
-
- Added iOS and Android examples for the card component ([#1784](https://github.com/Shopify/polaris-react/pull/1784))
11
+
### Enhancements
12
+
13
+
- Added `weekStartsOn` prop to Datepicker ([#1783](https://github.com/Shopify/polaris-react/pull/1783))
12
14
13
15
### Bug fixes
14
16
15
17
- Remove stickyManager from app provider props interface ([#1706](https://github.com/Shopify/polaris-react/pull/1706))
16
18
19
+
## Documentation
20
+
21
+
- Added iOS and Android examples for the card component ([#1784](https://github.com/Shopify/polaris-react/pull/1784))
22
+
17
23
### Development workflow
18
24
19
25
- Renamed `yarn start:vrt` to `yarn tophat` and updated the folder name to match ([#1754](https://github.com/Shopify/polaris-react/pull/1754), [#1764](https://github.com/Shopify/polaris-react/pull/1764))
20
26
- Improved `yarn tophat`’s design, and added a `/all-components` route ([#1709](https://github.com/Shopify/polaris-react/pull/1709))
21
27
22
-
### Enhancements
23
-
24
-
- Added `weekStartsOn` prop to Datepicker ([#1783](https://github.com/Shopify/polaris-react/pull/1783))
0 commit comments