Skip to content

Commit 8554979

Browse files
committed
Prepare packages
1 parent 3f476f5 commit 8554979

6 files changed

Lines changed: 22 additions & 3 deletions

File tree

navigator-html-injectables/CHANGELOG.MD

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.6.2] – 2026-07-22
9+
10+
### Fixed
11+
12+
- Snappers now align id monitoring with the actual centering behaviour of `goId`/`goText`, so Timeline stays in sync when navigating to an id ([#243](https://github.com/readium/ts-toolkit/pull/243))
13+
814
## [2.6.1] – 2026-07-16
915

1016
### Fixed

navigator-html-injectables/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@readium/navigator-html-injectables",
3-
"version": "2.6.1",
3+
"version": "2.6.2",
44
"type": "module",
55
"description": "An embeddable solution for connecting frames of HTML publications with a Readium Navigator",
66
"author": "readium",

navigator/CHANGELOG.MD

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.7.3] – 2026-07-22
9+
10+
### Fixed
11+
12+
- Timeline matching no longer matches hrefless toc entries (e.g. `<span>` grouping headings) against every resource (via `@readium/shared`) ([#243](https://github.com/readium/ts-toolkit/pull/243))
13+
- Snappers now align id monitoring with the actual centering behaviour of `goId`/`goText` (via `@readium/navigator-html-injectables`), so `timeline` stays in sync when navigating to an id ([#243](https://github.com/readium/ts-toolkit/pull/243))
14+
815
## [2.7.2] – 2026-07-16
916

1017
### Fixed

navigator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@readium/navigator",
3-
"version": "2.7.2",
3+
"version": "2.7.3",
44
"type": "module",
55
"description": "Next generation SDK for publications in Web Apps",
66
"author": "readium",

shared/CHANGELOG.MD

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.3.2] – 2026-07-22
9+
10+
### Fixed
11+
12+
- `Timeline` no longer matches hrefless toc entries (e.g. `<span>` grouping headings, which carry no `href`) against every resource; they are now correctly excluded as candidates ([#243](https://github.com/readium/ts-toolkit/pull/243))
13+
814
## [2.3.1] – 2026-07-16
915

1016
### Fixed

shared/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@readium/shared",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"type": "module",
55
"description": "Shared models to be used across other Readium projects and implementations in Typescript",
66
"author": "readium",

0 commit comments

Comments
 (0)