Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version Packages #216

Merged
merged 1 commit into from
Aug 10, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .changeset/hot-bats-drum.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/lucky-ducks-hang.md

This file was deleted.

15 changes: 15 additions & 0 deletions ember-headless-table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# ember-headless-table

## 2.1.0

### Minor Changes

- [#211](https://github.com/CrowdStrike/ember-headless-table/pull/211) [`0a9415c`](https://github.com/CrowdStrike/ember-headless-table/commit/0a9415c3c859ad0000c5e37503f7786825baed91) Thanks [@joelamb](https://github.com/joelamb)! - Persists resized column widths to preferences.
Width values are saved as strings after resizing.
If present in preferences, width value will be
restored to the table, overriding any initial options
passed in.

### Patch Changes

- [#214](https://github.com/CrowdStrike/ember-headless-table/pull/214) [`58b2866`](https://github.com/CrowdStrike/ember-headless-table/commit/58b28666270fd47e96525fbe6547449f1eeb32da) Thanks [@joelamb](https://github.com/joelamb)! - Refactor to bulk reset column visibility preferences in a single call to
the preferences service

## 2.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion ember-headless-table/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-headless-table",
"version": "2.0.0",
"version": "2.1.0",
"description": "An implementation of table behaviors for driving any table or table-like UI -- all without a UI (headless)",
"keywords": [
"ember-addon",
Expand Down