Skip to content
Merged
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
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [4.2.2] - 2026-04-28

### Fixed
- Elements that alert with role="alert" now correctly announce themselves across OS/browser/Screen reader combinations in [5322](https://github.com/OSC/ondemand/pull/5322).
- Datatable headers are correctly read by NVDA screen reader in [5245](https://github.com/OSC/ondemand/pull/5245).
- Filenames with # characters correctly redirect in [5338](https://github.com/OSC/ondemand/pull/5338).
- Dynamic batch connect options with ' characters are correctly escaped in [5345](https://github.com/OSC/ondemand/pull/5345).
- Make project form help text is now keyboard-focusable in [5352](https://github.com/OSC/ondemand/pull/5352).
- Project form correctly detects changes from path selector in [5355](https://github.com/OSC/ondemand/pull/5355).
- Nav elements have aria labels in [5332](https://github.com/OSC/ondemand/pull/5332).

### Added
- Workflows will now populate a OOD_WORKFLOW_SYNC_KEY environment variable to synchronize all launchers in a workflow in [5348](https://github.com/OSC/ondemand/pull/5348).

## [4.2.1] - 2026-04-16

### Added
Expand Down Expand Up @@ -1881,7 +1895,8 @@ Similar changelog as [3.0.0]. This version was not released to the general publi
### Changed
- From 1.3.7 - 1.4.2 updated app versions

[Unreleased]: https://github.com/OSC/ondemand/compare/v4.2.1...HEAD
[Unreleased]: https://github.com/OSC/ondemand/compare/v4.2.2...HEAD
[4.2.2]: https://github.com/OSC/ondemand/compare/v4.2.1...v4.2.2
[4.2.1]: https://github.com/OSC/ondemand/compare/v4.2.0...v4.2.1
[4.2.0]: https://github.com/OSC/ondemand/compare/v4.1.4...v4.2.0
[4.1.4]: https://github.com/OSC/ondemand/compare/v4.1.3...v4.1.4
Expand Down