Skip to content

Commit

Permalink
Merge pull request #216 from CrowdStrike/changeset-release/main
Browse files Browse the repository at this point in the history
Version Packages
  • Loading branch information
joelamb authored Aug 10, 2023
2 parents c3a3a5c + ad3c50f commit 22c9867
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
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

0 comments on commit 22c9867

Please sign in to comment.