Skip to content
This repository was archived by the owner on Aug 2, 2024. It is now read-only.

Commit 117ccd3

Browse files
committed
Bumped version to v6.0.0-beta.0
1 parent 6e21408 commit 117ccd3

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,29 @@
44

55
[Full Changelog](https://github.com/smile-io/ember-polaris/compare/v5.2.1...HEAD)
66

7+
78
:boom: Breaking Change
89

10+
**All components** have been converted into tag-less components.
11+
If you relied on any functionality that just worked in Ember with with non-tagless components *(ex: passing `class` argument, `tagName`, etc)*, these will no longer work. We've tried to keep backwards support as much as possible, especially with `class` arguments. Feel free to open a fix if you notice anything could have better backwards support.
12+
913
- Misc updates for v6 [\#620](https://github.com/smile-io/ember-polaris/pull/620) ([vladucu](https://github.com/vladucu))
10-
- Modernize display-text component [\#617](https://github.com/smile-io/ember-polaris/pull/617) ([vladucu](https://github.com/vladucu))
1114
- Upgrade to Ember 3.18 [\#592](https://github.com/smile-io/ember-polaris/pull/592) ([vladucu](https://github.com/vladucu))
1215

1316
:house: Internal
1417

18+
- Update linting tools [\#637](https://github.com/smile-io/ember-polaris/pull/637) ([renovate[bot]](https://github.com/apps/renovate))
19+
- Update Node.js to v12.18.2 [\#636](https://github.com/smile-io/ember-polaris/pull/636) ([renovate[bot]](https://github.com/apps/renovate))
20+
- Pin dependencies [\#635](https://github.com/smile-io/ember-polaris/pull/635) ([renovate[bot]](https://github.com/apps/renovate))
21+
- Update build tools \(major\) [\#632](https://github.com/smile-io/ember-polaris/pull/632) ([renovate[bot]](https://github.com/apps/renovate))
22+
- Add deprecations for v6 [\#634](https://github.com/smile-io/ember-polaris/pull/634) ([vladucu](https://github.com/vladucu))
23+
- Update dependency ember-cli-htmlbars to v5 [\#626](https://github.com/smile-io/ember-polaris/pull/626) ([renovate[bot]](https://github.com/apps/renovate))
24+
- Update dependency ember-cli-code-coverage to v1.0.0-beta.9 [\#622](https://github.com/smile-io/ember-polaris/pull/622) ([renovate[bot]](https://github.com/apps/renovate))
25+
- Improve backwards compatibility support [\#631](https://github.com/smile-io/ember-polaris/pull/631) ([vladucu](https://github.com/vladucu))
26+
- Stop currying click event to action handlers [\#630](https://github.com/smile-io/ember-polaris/pull/630) ([vladucu](https://github.com/vladucu))
1527
- Modernize date-picker component [\#619](https://github.com/smile-io/ember-polaris/pull/619) ([vladucu](https://github.com/vladucu))
1628
- Modernize description-list component [\#618](https://github.com/smile-io/ember-polaris/pull/618) ([vladucu](https://github.com/vladucu))
29+
- Modernize display-text component [\#617](https://github.com/smile-io/ember-polaris/pull/617) ([vladucu](https://github.com/vladucu))
1730
- Modernize empty-search-result component [\#616](https://github.com/smile-io/ember-polaris/pull/616) ([vladucu](https://github.com/vladucu))
1831
- Modernize connected component [\#615](https://github.com/smile-io/ember-polaris/pull/615) ([vladucu](https://github.com/vladucu))
1932
- Modernize empty-state component [\#614](https://github.com/smile-io/ember-polaris/pull/614) ([vladucu](https://github.com/vladucu))
@@ -72,6 +85,7 @@
7285
- Refactor smaller misc components [\#424](https://github.com/smile-io/ember-polaris/pull/424) ([vladucu](https://github.com/vladucu))
7386

7487

88+
7589
## [v5.2.1](https://github.com/smile-io/ember-polaris/tree/v5.2.1) (August 9, 2019)
7690

7791
[Full Changelog](https://github.com/smile-io/ember-polaris/compare/v5.2.0...v5.2.1)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smile-io/ember-polaris",
3-
"version": "6.0.0-rc.5",
3+
"version": "6.0.0-beta.0",
44
"description": "Ember components for Shopify's Polaris design system.",
55
"keywords": [
66
"component library",

0 commit comments

Comments
 (0)