Skip to content

Commit d48ec1d

Browse files
committed
Prepare packages
1 parent 97270b7 commit d48ec1d

6 files changed

Lines changed: 24 additions & 4 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.4.3] – 2026–04–27
9+
10+
### Fixed
11+
12+
- Fixed an issue where keyboard peripheral input would be hijacked by a previously focused `iframe` after navigation ([#221](https://github.com/readium/ts-toolkit/issues/221))
13+
814
## [2.4.2] – 2026-05-07
915

1016
### Added

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.4.2",
3+
"version": "2.4.3",
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.5.6] – 2026–04–27
9+
10+
### Fixed
11+
12+
- Fixed an issue where keyboard peripheral input would be hijacked by a previously focused `iframe` after navigation ([#221](https://github.com/readium/ts-toolkit/issues/221))
13+
- Added a navigation lock so that FramePool Managers do not become overwhelmed with quick-fire navigation ([#190](https://github.com/readium/ts-toolkit/issues/190))
14+
815
## [2.5.5] – 2026–05–21
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.5.5",
3+
"version": "2.5.6",
44
"type": "module",
55
"description": "Next generation SDK for publications in Web Apps",
66
"author": "readium",

shared/CHANGELOG.MD

Lines changed: 8 additions & 1 deletion
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.2.1] – 2026–04–27
9+
10+
### Fixed
11+
12+
- Fixed `PublicationContentIterator` always returning `null` ([#220](https://github.com/readium/ts-toolkit/pull/220))
13+
- Fixed deserialization of subcollections ([#225](https://github.com/readium/ts-toolkit/pull/225))
14+
815
## [2.2.0] – 2026-04-14
916

1017
### Added
@@ -13,7 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1320
- Helper to `getCover()` of the publication
1421
- Initialized Timeline on `Publication`
1522

16-
### Fixes
23+
### Fixed
1724

1825
- Imports and exports now include file extension ([#205](https://github.com/readium/ts-toolkit/pull/205))
1926

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.2.0",
3+
"version": "2.2.1",
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)