From bef0d91f05aa883eb36fcdedd370d7ae3400262d Mon Sep 17 00:00:00 2001 From: Kenny Date: Mon, 25 Sep 2023 12:28:40 +0200 Subject: [PATCH 1/2] add comparison link --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 702806ce6..3323ebf58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -877,6 +877,7 @@ Version 2.0 of the UI framework is built for player 7.1. If absolutely necessary ## 1.0.0 (2017-02-03) - First release +[3.52.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.51.0...v3.52.0 [3.51.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.50.0...v3.51.0 [3.50.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.49.0...v3.50.0 [3.49.0]: https://github.com/bitmovin/bitmovin-player-ui/compare/v3.48.0...v3.49.0 From ee555e69553dd02cc859cc5ea3fa8425655c0dae Mon Sep 17 00:00:00 2001 From: Kenny Date: Mon, 25 Sep 2023 12:34:36 +0200 Subject: [PATCH 2/2] add release date --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3323ebf58..cb9f78012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [3.52.0] +## [3.52.0] - 2023-09-25 ### Fixed - When having a spatial navigation and using a mouselike device, components will lose focus when the mouse leaves the hovered component. Spatial navigation will continue at the last active component when using arrow keys again.