Releases: Addepar/ember-table
v5.0.6
v5.0.5
What's Changed
- Disabled "ember-release" scenario in ember-try by @c69-addepar in #990
- Updated actions/setup to v3 in ci.yml github action #43 by @c69-addepar in #989
- fix: import htmlSafe from @ember/template, not @ember/string by @ascudder in #992
New Contributors
- @c69-addepar made their first contribution in #990
- @ascudder made their first contribution in #992
Full Changelog: v5.0.4...v5.0.5
v5.0.4
What's Changed
- Over several PRs, update the docs build tooling to avoid 3rd party fonts. By @mixonic in #983, #986, #988
- Fix keyUp event bug in ember-th by @chiaoyu-addepar in #985
New Contributors
- @chiaoyu-addepar made their first contribution in #985
Full Changelog: v5.0.3...v5.0.4
v5.0.3
v5.0.2
What's Changed
- [TRIVIAL] Disable 3.16 scenario in CI by @kpfefferle in #978
- Only remove ResizeSensor if it exists by @apellerano-pw in #976
New Contributors
- @apellerano-pw made their first contribution in #976
Full Changelog: v5.0.1...v5.0.2
v5.0.1
What's Changed
- Update documented version support by @mixonic in #951
- Add static security scanning with CodeQL (SAST) by @faf0-addepar in #954
- Clean up tests ahead of offset fixes by @mixonic in #950
- Ember Table 5 by @twokul in #963
- Add a GitHub action to check for unowned files against CODEOWNERS by @navkast in #965
- Codeowners scan is dependent on a private action by @mixonic in #970
- Bump vertical-collection in the lockfile by @mixonic in #969
- [EXPERIMENTAL] Provide addon-defined template types for Glint by @kpfefferle in #968
New Contributors
- @faf0-addepar made their first contribution in #954
- @navkast made their first contribution in #965
Full Changelog: v4.0.0...v5.0.1
v5.0.0
The following summarizes changes between v4.0.0 - v5.0.0. To review the changes in beta releases leading to 5.0, please refer to the changelog. You can also review the PR leading to this release: #963
Ember Table 5.x supports:
- Ember 3.12 - 4.x
- Node >= 14
What's Changed
- Bump
vertical-collection
to the latest stable release: https://github.com/html-next/vertical-collection/releases/tag/v4.0.0 - Bump
ember-classy-page-object
- Remove old Ember 2.x-specific code
- Angle-bracket syntax adoption
- Updating
setupForTest
to includeember-raf-scheduler
waiter by default. #956
Full Commit History: v4.0.0...v5.0.0
Full Changelog: https://github.com/Addepar/ember-table/blob/master/CHANGELOG.md
v4.0.0
The following summarizes changes between v3.3.1 - v4.0.0. To review the changes in beta releases leading to 4.0, please refer to the changelog. You can also review the PR leading to this release: #919
Ember Table 4.x supports:
- Ember 2.18 - 4.x
- Node >= 14
What's Changed
- Remove a dependency on ember-cli-sass by @ctjhoa #900
- Use render from ember-test-helpers by @DanMonroe in #935
- Import and use scheduleOnce from ember/runloop by @DanMonroe in #939
- Fixes various small Ember Global deprecations by @DanMonroe in #936
- Bump ember-test-selectors to v6 with fixed tests by @DanMonroe in #937
- drop old guides by @mixonic in #942
- Fixes this-property-fallback deprecations by @DanMonroe in #938
- Add doc on containerSelector by @ctjhoa in #934
- Add ember-try scenario for ember v4 by @DanMonroe in #940
- Bump to the latest vc pre-release by @mixonic in #944
- Ember Table 4.0 - with support for Ember 4.0 by @kpfefferle in #919
Full Commit History: v3.3.1...v4.0.0
Full Changelog: https://github.com/Addepar/ember-table/blob/master/CHANGELOG.md
v4.0.0-beta.4
We hope that this release will prove fully compatible with Ember 4 🤞
- Add ember-try scenario for ember v4
#940
- Fixes this-property-fallback deprecations
#938
- drop old guides
#942
- Bump ember-test-selectors to v6 with fixed tests
#937
- Fixes various small Ember Global deprecations
#936
- Import and use scheduleOnce from ember/runloop
#939
- Use render from ember-test-helpers
#935
v4.0.0-beta.1
- Release 4.0.0-beta.0 f70af8a
- Pin Node 14, try vertical-collection 3 (#921) 6bffbb3
- Use pre-built styles (#888) (#900) 1260086
- Drop Ember 2.12 scenario 04c2eba
- Replace hasBlock usage with has-block helper (#884) b10bce8
- Disable ember-release scenario until deprecations are addressed ab79c73
- Drop 2.8; re-enable release scenario 3683a22
- deprecate property fallback lookup (no implicit this, take three) (#924) 148724f
- Float vertical-collection (#920) e755c73