|
4 | 4 |
|
5 | 5 | [Full Changelog](https://github.com/smile-io/ember-polaris/compare/v5.2.1...HEAD)
|
6 | 6 |
|
| 7 | + |
7 | 8 | :boom: Breaking Change
|
8 | 9 |
|
| 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 | + |
9 | 13 | - 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)) |
11 | 14 | - Upgrade to Ember 3.18 [\#592](https://github.com/smile-io/ember-polaris/pull/592) ([vladucu](https://github.com/vladucu))
|
12 | 15 |
|
13 | 16 | :house: Internal
|
14 | 17 |
|
| 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)) |
15 | 27 | - Modernize date-picker component [\#619](https://github.com/smile-io/ember-polaris/pull/619) ([vladucu](https://github.com/vladucu))
|
16 | 28 | - 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)) |
17 | 30 | - Modernize empty-search-result component [\#616](https://github.com/smile-io/ember-polaris/pull/616) ([vladucu](https://github.com/vladucu))
|
18 | 31 | - Modernize connected component [\#615](https://github.com/smile-io/ember-polaris/pull/615) ([vladucu](https://github.com/vladucu))
|
19 | 32 | - Modernize empty-state component [\#614](https://github.com/smile-io/ember-polaris/pull/614) ([vladucu](https://github.com/vladucu))
|
|
72 | 85 | - Refactor smaller misc components [\#424](https://github.com/smile-io/ember-polaris/pull/424) ([vladucu](https://github.com/vladucu))
|
73 | 86 |
|
74 | 87 |
|
| 88 | + |
75 | 89 | ## [v5.2.1](https://github.com/smile-io/ember-polaris/tree/v5.2.1) (August 9, 2019)
|
76 | 90 |
|
77 | 91 | [Full Changelog](https://github.com/smile-io/ember-polaris/compare/v5.2.0...v5.2.1)
|
|
0 commit comments