From 25aaeb01eec6e83893636f22378642413afd398a Mon Sep 17 00:00:00 2001 From: Stefan Krainer Date: Mon, 25 Sep 2023 12:11:20 +0200 Subject: [PATCH 1/2] Update package.json version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2f459b713..c728aafa5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bitmovin-player-ui", - "version": "3.51.0", + "version": "3.52.0", "description": "Bitmovin Player UI Framework", "main": "./dist/js/framework/main.js", "types": "./dist/js/framework/main.d.ts", From 694221d512f7f945a6b70aaf5698ea2b86748ede Mon Sep 17 00:00:00 2001 From: Stefan Krainer Date: Mon, 25 Sep 2023 12:11:22 +0200 Subject: [PATCH 2/2] Update CHANGELOG.md version --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 223af423e..702806ce6 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/). -## [development] +## [3.52.0] ### 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.