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

Commit

Permalink
Bumped version to v6.0.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vladucu committed Jul 13, 2020
1 parent 6e21408 commit 117ccd3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,29 @@

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


:boom: Breaking Change

**All components** have been converted into tag-less components.
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.

- Misc updates for v6 [\#620](https://github.com/smile-io/ember-polaris/pull/620) ([vladucu](https://github.com/vladucu))
- Modernize display-text component [\#617](https://github.com/smile-io/ember-polaris/pull/617) ([vladucu](https://github.com/vladucu))
- Upgrade to Ember 3.18 [\#592](https://github.com/smile-io/ember-polaris/pull/592) ([vladucu](https://github.com/vladucu))

:house: Internal

- Update linting tools [\#637](https://github.com/smile-io/ember-polaris/pull/637) ([renovate[bot]](https://github.com/apps/renovate))
- Update Node.js to v12.18.2 [\#636](https://github.com/smile-io/ember-polaris/pull/636) ([renovate[bot]](https://github.com/apps/renovate))
- Pin dependencies [\#635](https://github.com/smile-io/ember-polaris/pull/635) ([renovate[bot]](https://github.com/apps/renovate))
- Update build tools \(major\) [\#632](https://github.com/smile-io/ember-polaris/pull/632) ([renovate[bot]](https://github.com/apps/renovate))
- Add deprecations for v6 [\#634](https://github.com/smile-io/ember-polaris/pull/634) ([vladucu](https://github.com/vladucu))
- Update dependency ember-cli-htmlbars to v5 [\#626](https://github.com/smile-io/ember-polaris/pull/626) ([renovate[bot]](https://github.com/apps/renovate))
- 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))
- Improve backwards compatibility support [\#631](https://github.com/smile-io/ember-polaris/pull/631) ([vladucu](https://github.com/vladucu))
- Stop currying click event to action handlers [\#630](https://github.com/smile-io/ember-polaris/pull/630) ([vladucu](https://github.com/vladucu))
- Modernize date-picker component [\#619](https://github.com/smile-io/ember-polaris/pull/619) ([vladucu](https://github.com/vladucu))
- Modernize description-list component [\#618](https://github.com/smile-io/ember-polaris/pull/618) ([vladucu](https://github.com/vladucu))
- Modernize display-text component [\#617](https://github.com/smile-io/ember-polaris/pull/617) ([vladucu](https://github.com/vladucu))
- Modernize empty-search-result component [\#616](https://github.com/smile-io/ember-polaris/pull/616) ([vladucu](https://github.com/vladucu))
- Modernize connected component [\#615](https://github.com/smile-io/ember-polaris/pull/615) ([vladucu](https://github.com/vladucu))
- Modernize empty-state component [\#614](https://github.com/smile-io/ember-polaris/pull/614) ([vladucu](https://github.com/vladucu))
Expand Down Expand Up @@ -72,6 +85,7 @@
- Refactor smaller misc components [\#424](https://github.com/smile-io/ember-polaris/pull/424) ([vladucu](https://github.com/vladucu))



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

[Full Changelog](https://github.com/smile-io/ember-polaris/compare/v5.2.0...v5.2.1)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smile-io/ember-polaris",
"version": "6.0.0-rc.5",
"version": "6.0.0-beta.0",
"description": "Ember components for Shopify's Polaris design system.",
"keywords": [
"component library",
Expand Down

0 comments on commit 117ccd3

Please sign in to comment.