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
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,21 @@ The format is based on [these versioning and changelog guidelines](https://git.i
8
8
9
9
---
10
10
11
+
## 2.8.0 - 2018-08-30
12
+
13
+
### Bug fixes
14
+
15
+
- Reverted a change that caused the built embeded.js bundle to be way larger than it should be due to broad imports ([#2102](https://github.com/Shopify/polaris-react/pull/2102))
16
+
17
+
### Enhancements
18
+
19
+
- Added support for boolean type on Choice error prop ([#2085](https://github.com/shopify/polaris-react/pull/2085))
20
+
21
+
### Documentation
22
+
23
+
- Updated banner guidelines to make it clearer when success banners should be used vs success toasts. ([#2046](https://github.com/Shopify/polaris-react/pull/2046))
24
+
- Updated display text documentation to have a separate example for medium and large display ([#2100](https://github.com/Shopify/polaris-react/pull/2100))
Copy file name to clipboardExpand all lines: UNRELEASED.md
-13Lines changed: 0 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,16 +3,3 @@
3
3
Use [the changelog guidelines](https://git.io/polaris-changelog-guidelines) to format new entries. 💜
4
4
5
5
---
6
-
7
-
### Bug fixes
8
-
9
-
- Reverted a change that caused the built embeded.js bundle to be way larger than it should be due to broad imports ([#2102](https://github.com/Shopify/polaris-react/pull/2102))
10
-
11
-
### Enhancements
12
-
13
-
- Added support for boolean type on Choice error prop ([#2085](https://github.com/shopify/polaris-react/pull/2085))
14
-
15
-
### Documentation
16
-
17
-
- Updated banner guidelines to make it clearer when success banners should be used vs success toasts. ([#2046](https://github.com/Shopify/polaris-react/pull/2046))
18
-
- Updated display text documentation to have a separate example for medium and large display
0 commit comments