chore(release): v5.13.0 🚀

This commit is contained in:
caele
2025-05-05 12:55:43 +02:00
parent 27c93812b8
commit ec55ad9efa
35 changed files with 192 additions and 75 deletions

View File

@@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [5.13.0](https://github.com/qlik-oss/nebula.js/compare/v5.12.6...v5.13.0) (2025-05-05)
### Bug Fixes
- add whitespace normal property ([#1723](https://github.com/qlik-oss/nebula.js/issues/1723)) ([5f08509](https://github.com/qlik-oss/nebula.js/commit/5f08509d3b0a9264844b2813588ee32c5d804128))
- allow for external focus management ([#1730](https://github.com/qlik-oss/nebula.js/issues/1730)) ([bdf73b6](https://github.com/qlik-oss/nebula.js/commit/bdf73b6549a11de3d1843944c4839aed3c53958d))
- check for no prefix and update help text ([#1731](https://github.com/qlik-oss/nebula.js/issues/1731)) ([f65c678](https://github.com/qlik-oss/nebula.js/commit/f65c678c80cc3eb1e9f38b99a7d0026e1539faf9))
- **deps:** update dependency express to v5 ([#1714](https://github.com/qlik-oss/nebula.js/issues/1714)) ([4bc3349](https://github.com/qlik-oss/nebula.js/commit/4bc33495b2658727d31cf1b69c39cd960cf16657))
- **deps:** update minor and patch ([#1719](https://github.com/qlik-oss/nebula.js/issues/1719)) ([799c2b7](https://github.com/qlik-oss/nebula.js/commit/799c2b75a7184e7c1f95c7581724ca533f36f775))
- **deps:** update minor and patch ([#1722](https://github.com/qlik-oss/nebula.js/issues/1722)) ([b1146c6](https://github.com/qlik-oss/nebula.js/commit/b1146c66394f26cd017ea5de61865c6e58a44dbe))
- **deps:** update minor and patch ([#1727](https://github.com/qlik-oss/nebula.js/issues/1727)) ([abe2a43](https://github.com/qlik-oss/nebula.js/commit/abe2a43ef213fa23f339d32528248253ea63f0df))
- **deps:** update minor and patch ([#1732](https://github.com/qlik-oss/nebula.js/issues/1732)) ([a7617b5](https://github.com/qlik-oss/nebula.js/commit/a7617b5417c6671243809b1d6423ae92aacfa125))
- work with client mixins ([#1733](https://github.com/qlik-oss/nebula.js/issues/1733)) ([d952e5a](https://github.com/qlik-oss/nebula.js/commit/d952e5a5bbdb214a6433c66d93ecdba2daa10d13))
### Features
- add viewDataToggled and toggleFocus ([#1711](https://github.com/qlik-oss/nebula.js/issues/1711)) ([63850fe](https://github.com/qlik-oss/nebula.js/commit/63850fe28f9a7a40546e324e25e6dcb71d76df5f))
## [5.12.6](https://github.com/qlik-oss/nebula.js/compare/v5.12.5...v5.12.6) (2025-04-08)
### Bug Fixes