Skip to content
Open
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
6 changes: 3 additions & 3 deletions .release-plan.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"solution": {
"@universal-ember/table": {
"impact": "minor",
"oldVersion": "3.2.0",
"newVersion": "3.3.0",
"oldVersion": "3.3.0",
"newVersion": "3.4.0",
"constraints": [
{
"impact": "minor",
Expand All @@ -17,5 +17,5 @@
"pkgJSONPath": "./table/package.json"
}
},
"description": "## Release (2025-11-06)\n\n@universal-ember/table 3.3.0 (minor)\n\n#### :rocket: Enhancement\n* `@universal-ember/table`\n * [#122](https://github.com/universal-ember/table/pull/122) Prevent auto-redistributing with tableLayout: 'fixed' ([@johanrd](https://github.com/johanrd))\n* `docs-app`, `@universal-ember/table`, `test-app`\n * [#120](https://github.com/universal-ember/table/pull/120) Add table-level defaultCellValue config option ([@johanrd](https://github.com/johanrd))\n\n#### :bug: Bug Fix\n* `@universal-ember/table`\n * [#121](https://github.com/universal-ember/table/pull/121) Fixes infinite resize loop at non-100% zoom levels caused by subpixel rounding errors. ([@johanrd](https://github.com/johanrd))\n\n#### :memo: Documentation\n* [#112](https://github.com/universal-ember/table/pull/112) Add thank you to the contributors ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* [#113](https://github.com/universal-ember/table/pull/113) docs(contributor): contributors readme action update ([@github-actions[bot]](https://github.com/apps/github-actions))\n\n#### Committers: 3\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n- [@github-actions[bot]](https://github.com/apps/github-actions)\n- [@johanrd](https://github.com/johanrd)\n"
"description": "## Release (2025-11-11)\n\n@universal-ember/table 3.4.0 (minor)\n\n#### :rocket: Enhancement\n* `docs-app`, `@universal-ember/table`, `test-app`\n * [#125](https://github.com/universal-ember/table/pull/125) add isResizable helper ([@johanrd](https://github.com/johanrd))\n * [#124](https://github.com/universal-ember/table/pull/124) feat(column-reordering): add orderedColumnsFor helper + fix two skipped tests ([@johanrd](https://github.com/johanrd))\n\n#### :bug: Bug Fix\n* `@universal-ember/table`, `test-app`\n * [#126](https://github.com/universal-ember/table/pull/126) fix failing test for handlePosition ([@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 (2025-11-11)

@universal-ember/table 3.4.0 (minor)

#### :rocket: Enhancement
* `docs-app`, `@universal-ember/table`, `test-app`
* [#125](https://github.com/universal-ember/table/pull/125) add isResizable helper ([@johanrd](https://github.com/johanrd))
* [#124](https://github.com/universal-ember/table/pull/124) feat(column-reordering): add orderedColumnsFor helper + fix two skipped tests ([@johanrd](https://github.com/johanrd))

#### :bug: Bug Fix
* `@universal-ember/table`, `test-app`
* [#126](https://github.com/universal-ember/table/pull/126) fix failing test for handlePosition ([@johanrd](https://github.com/johanrd))

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

## Release (2025-11-06)

@universal-ember/table 3.3.0 (minor)
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,17 +54,17 @@ See the [Documentation][docs-app] for examples.
</a>
</td>
<td align="center">
<a href="https://github.com/joelamb">
<img src="https://avatars.githubusercontent.com/u/42837452?v=4" width="100;" alt="joelamb"/>
<a href="https://github.com/johanrd">
<img src="https://avatars.githubusercontent.com/u/4601554?v=4" width="100;" alt="johanrd"/>
<br />
<sub><b>Joe Lamb</b></sub>
<sub><b>johanrd</b></sub>
</a>
</td>
<td align="center">
<a href="https://github.com/johanrd">
<img src="https://avatars.githubusercontent.com/u/4601554?v=4" width="100;" alt="johanrd"/>
<a href="https://github.com/joelamb">
<img src="https://avatars.githubusercontent.com/u/42837452?v=4" width="100;" alt="joelamb"/>
<br />
<sub><b>johanrd</b></sub>
<sub><b>Joe Lamb</b></sub>
</a>
</td>
<td align="center">
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.3.0",
"version": "3.4.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