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
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ Notable changes to this project will be recorded here. The format follows

## [Unreleased]

## [1.0.0-rc.2] - 2026-09-11

### Fixed

- Preserve keyboard focus after pagination and bulk actions without reclaiming it after the user
Expand All @@ -20,6 +22,7 @@ Notable changes to this project will be recorded here. The format follows
### Added

- Generated scope/token race tests, direct/indexed read comparisons, and maximum-revision regressions.
- Tests for the publishing job's archive, digest, tag, and package-metadata checks.

## [1.0.0-rc.1] - 2026-09-06

Expand Down Expand Up @@ -57,6 +60,7 @@ Notable changes to this project will be recorded here. The format follows
- Forged runtime states, sparse ID lists, and inherited array values are rejected at input
boundaries.

[Unreleased]: https://github.com/ShieldaAI/select-all-matching/compare/v1.0.0-rc.1...HEAD
[Unreleased]: https://github.com/ShieldaAI/select-all-matching/compare/v1.0.0-rc.2...HEAD
[1.0.0-rc.2]: https://github.com/ShieldaAI/select-all-matching/compare/v1.0.0-rc.1...v1.0.0-rc.2
[1.0.0-rc.1]: https://github.com/ShieldaAI/select-all-matching/compare/v0.1.0-beta.0...v1.0.0-rc.1
[0.1.0-beta.0]: https://github.com/ShieldaAI/select-all-matching/releases/tag/v0.1.0-beta.0
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ list of selected IDs or every row in a server-defined scope except a short exclu
It is framework-agnostic, has no runtime dependencies, and never needs to load every matching ID
into the browser.

The current release candidate is `1.0.0-rc.1`, available on npm's `next` tag. It writes version-1
The current release candidate is `1.0.0-rc.2`, available on npm's `next` tag. It writes version-1
payloads and reads both version 1 and the original beta's version 0. It is not stable 1.0 yet.

## Install
Expand Down
2 changes: 1 addition & 1 deletion docs/versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ requires a major release. Deprecated exports remain available throughout 1.x.
The checked-in declaration report records the public type surface. Review changes alongside the
changelog; regenerating the report does not make a breaking change acceptable.

The working version is `1.0.0-rc.1`. An RC can still change before 1.0; any such change must be called
The working version is `1.0.0-rc.2`. An RC can still change before 1.0; any such change must be called
out. Release tags with a prerelease suffix publish to `next`; stable tags publish to `latest`. npm
assigned `latest` to the initial beta as well and rejected its removal, so check the version itself
when evaluating the current public package.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "select-all-matching",
"version": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"description": "Select all filtered rows across server-paginated tables without loading every record.",
"keywords": [
"bulk-actions",
Expand Down