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
14 changes: 7 additions & 7 deletions .release-plan.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
{
"solution": {
"@universal-ember/table": {
"impact": "major",
"oldVersion": "3.6.2",
"newVersion": "4.0.0",
"impact": "minor",
"oldVersion": "4.0.0",
"newVersion": "4.1.0",
"tagName": "latest",
"constraints": [
{
"impact": "major",
"reason": "Appears in changelog section :boom: Breaking Change"
"impact": "minor",
"reason": "Appears in changelog section :rocket: Enhancement"
},
{
"impact": "patch",
"reason": "Appears in changelog section :house: Internal"
"reason": "Appears in changelog section :bug: Bug Fix"
}
],
"pkgJSONPath": "./table/package.json"
}
},
"description": "## Release (2026-08-19)\n\n* @universal-ember/table 4.0.0 (major)\n\n#### :boom: Breaking Change\n* `@universal-ember/table`\n * [#193](https://github.com/universal-ember/table/pull/193) Remove ember-modify-based-class-resource, derive from data instead ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n\n#### :memo: Documentation\n* [#180](https://github.com/universal-ember/table/pull/180) fix: resolve ember-raf-scheduler to its ESM addon source for the lots-of-data demo ([@Copilot](https://github.com/apps/copilot-swe-agent))\n* [#179](https://github.com/universal-ember/table/pull/179) Fix docs-app first-page routing and Get Started link ([@Copilot](https://github.com/apps/copilot-swe-agent))\n* [#178](https://github.com/universal-ember/table/pull/178) Rename docs-app/src template files from .md to .gjs.md ([@Copilot](https://github.com/apps/copilot-swe-agent))\n* [#176](https://github.com/universal-ember/table/pull/176) fix(docs-app): move docs to `src/templates/` and clean up vite config ([@Copilot](https://github.com/apps/copilot-swe-agent))\n* [#177](https://github.com/universal-ember/table/pull/177) Fix Deploy Preview workflow: artifact extracted to wrong directory ([@Copilot](https://github.com/apps/copilot-swe-agent))\n* [#175](https://github.com/universal-ember/table/pull/175) Fix deploy preview workflow: broken artifact download and wrong deploy directory ([@Copilot](https://github.com/apps/copilot-swe-agent))\n* [#174](https://github.com/universal-ember/table/pull/174) Fix docs site: kolay `src` shorthand is not implemented, must use `groups` ([@Copilot](https://github.com/apps/copilot-swe-agent))\n* [#173](https://github.com/universal-ember/table/pull/173) fix: add @ember/app-tsconfig to docs-app to unblock production deploy ([@Copilot](https://github.com/apps/copilot-swe-agent))\n* [#167](https://github.com/universal-ember/table/pull/167) fix(docs): contrast on header links in dark/index ([@johanrd](https://github.com/johanrd))\n\n#### :house: Internal\n* Other\n * [#194](https://github.com/universal-ember/table/pull/194) Fix ember-release, ember-beta and ember-canary on ember-source 7 ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n * [#192](https://github.com/universal-ember/table/pull/192) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#181](https://github.com/universal-ember/table/pull/181) Enable syntax highlighting in docs-app code snippets ([@Copilot](https://github.com/apps/copilot-swe-agent))\n * [#172](https://github.com/universal-ember/table/pull/172) Remove resolve object from test-app/vite.config.js ([@Copilot](https://github.com/apps/copilot-swe-agent))\n * [#171](https://github.com/universal-ember/table/pull/171) fix: handle @glimmer/tracking/primitives/cache path change in ember-source 6.12+ ([@Copilot](https://github.com/apps/copilot-swe-agent))\n* `@universal-ember/table`\n * [#169](https://github.com/universal-ember/table/pull/169) chore(deps): upgrade glint to v2 ([@johanrd](https://github.com/johanrd))\n * [#168](https://github.com/universal-ember/table/pull/168) fix(deps): update deps in the hope it Closes [#152](https://github.com/universal-ember/table/issues/152) ([@johanrd](https://github.com/johanrd))\n\n#### Committers: 4\n- @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n- Copilot [Bot] ([@copilot-swe-agent](https://github.com/apps/copilot-swe-agent))\n- Johan R酶ed ([@johanrd](https://github.com/johanrd))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
"description": "## Release (2026-09-23)\n\n* @universal-ember/table 4.1.0 (minor)\n\n#### :rocket: Enhancement\n* `@universal-ember/table`\n * [#208](https://github.com/universal-ember/table/pull/208) Declare @action methods as arrow functions ([@johanrd](https://github.com/johanrd))\n * [#206](https://github.com/universal-ember/table/pull/206) Cache the column list per table and requester ([@johanrd](https://github.com/johanrd))\n * [#203](https://github.com/universal-ember/table/pull/203) Check each column's Cell and options, and keep the cell args of declared lists ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n * [#202](https://github.com/universal-ember/table/pull/202) Infer the types of column meta and table meta ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n * [#201](https://github.com/universal-ember/table/pull/201) Type-check with the TypeScript 7 nightly and isolatedDeclarations ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n\n#### :bug: Bug Fix\n* `@universal-ember/table`\n * [#209](https://github.com/universal-ember/table/pull/209) Fix the declared-cell-args type test on main ([@johanrd](https://github.com/johanrd))\n * [#204](https://github.com/universal-ember/table/pull/204) Keep the Cell of a column checked, and let any column be read ([@johanrd](https://github.com/johanrd))\n\n#### :memo: Documentation\n* [#207](https://github.com/universal-ember/table/pull/207) Revert \"docs: read the column list once per render\" ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n* [#205](https://github.com/universal-ember/table/pull/205) docs: read the column list once per render ([@johanrd](https://github.com/johanrd))\n\n#### Committers: 3\n- @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))\n- Johan R酶ed ([@johanrd](https://github.com/johanrd))\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n"
}
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## Release (2026-09-23)

* @universal-ember/table 4.1.0 (minor)

#### :rocket: Enhancement
* `@universal-ember/table`
* [#208](https://github.com/universal-ember/table/pull/208) Declare @action methods as arrow functions ([@johanrd](https://github.com/johanrd))
* [#206](https://github.com/universal-ember/table/pull/206) Cache the column list per table and requester ([@johanrd](https://github.com/johanrd))
* [#203](https://github.com/universal-ember/table/pull/203) Check each column's Cell and options, and keep the cell args of declared lists ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
* [#202](https://github.com/universal-ember/table/pull/202) Infer the types of column meta and table meta ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
* [#201](https://github.com/universal-ember/table/pull/201) Type-check with the TypeScript 7 nightly and isolatedDeclarations ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))

#### :bug: Bug Fix
* `@universal-ember/table`
* [#209](https://github.com/universal-ember/table/pull/209) Fix the declared-cell-args type test on main ([@johanrd](https://github.com/johanrd))
* [#204](https://github.com/universal-ember/table/pull/204) Keep the Cell of a column checked, and let any column be read ([@johanrd](https://github.com/johanrd))

#### :memo: Documentation
* [#207](https://github.com/universal-ember/table/pull/207) Revert "docs: read the column list once per render" ([@NullVoxPopuli](https://github.com/NullVoxPopuli))
* [#205](https://github.com/universal-ember/table/pull/205) docs: read the column list once per render ([@johanrd](https://github.com/johanrd))

#### Committers: 3
- @NullVoxPopuli's reduced-access machine account for AI usage ([@NullVoxPopuli-ai-agent](https://github.com/NullVoxPopuli-ai-agent))
- Johan R酶ed ([@johanrd](https://github.com/johanrd))
- [@NullVoxPopuli](https://github.com/NullVoxPopuli)

## Release (2026-08-19)

* @universal-ember/table 4.0.0 (major)
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": "4.0.0",
"version": "4.1.0",
"description": "An implementation of table behaviors for driving any table or table-like UI -- all without a UI or markup",
"keywords": [
"ember-addon",
Expand Down