Skip to content
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
12 changes: 6 additions & 6 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"solution": {
"@universal-ember/table": {
"impact": "minor",
"oldVersion": "3.5.0",
"newVersion": "3.6.0",
"impact": "patch",
"oldVersion": "3.6.0",
"newVersion": "3.6.1",
"constraints": [
{
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
"impact": "patch",
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./table/package.json"
}
},
"description": "## Release (2026-01-28)\n\n@universal-ember/table 3.6.0 (minor)\n\n#### :rocket: Enhancement\n* `@universal-ember/table`, `test-app`\n * [#156](https://github.com/universal-ember/table/pull/156) Add reactive thunk overload to `preferences` config option ([@johanrd](https://github.com/johanrd))\n\n#### :memo: Documentation\n* `docs-app`\n * [#155](https://github.com/universal-ember/table/pull/155) fix(docs): Upgrade @html-next/vertical-collection as an attempt to solve #61 ([@johanrd](https://github.com/johanrd))\n* `docs-api`, `docs-app`\n * [#154](https://github.com/universal-ember/table/pull/154) fix(docs): Add discoverable cross linking between • Github • API Reference • Docs app ([@johanrd](https://github.com/johanrd))\n\n#### Committers: 1\n- [@johanrd](https://github.com/johanrd)\n"
"description": "## Release (2026-02-04)\n\n@universal-ember/table 3.6.1 (patch)\n\n#### :bug: Bug Fix\n* `@universal-ember/table`, `test-app`\n * [#161](https://github.com/universal-ember/table/pull/161) fix: addMissingColumnsToMap skips new columns when stale keys exist in saved order ([@johanrd](https://github.com/johanrd))\n\n#### :memo: Documentation\n* `docs-app`\n * [#159](https://github.com/universal-ember/table/pull/159) fix(docs): Cosmetical alignment of `Api Reference` link in docs header ([@johanrd](https://github.com/johanrd))\n * [#158](https://github.com/universal-ember/table/pull/158) fix for #61 ([@johanrd](https://github.com/johanrd))\n\n#### Committers: 1\n- [@johanrd](https://github.com/johanrd)\n"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## Release (2026-02-04)

@universal-ember/table 3.6.1 (patch)

#### :bug: Bug Fix
* `@universal-ember/table`, `test-app`
* [#161](https://github.com/universal-ember/table/pull/161) fix: addMissingColumnsToMap skips new columns when stale keys exist in saved order ([@johanrd](https://github.com/johanrd))

#### :memo: Documentation
* `docs-app`
* [#159](https://github.com/universal-ember/table/pull/159) fix(docs): Cosmetical alignment of `Api Reference` link in docs header ([@johanrd](https://github.com/johanrd))
* [#158](https://github.com/universal-ember/table/pull/158) fix for #61 ([@johanrd](https://github.com/johanrd))

#### Committers: 1
- [@johanrd](https://github.com/johanrd)

## Release (2026-01-28)

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