Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/common-ui": "0.8.2",
"packages/common-ui": "0.9.0",
"packages/common": "0.5.0",
"packages/eslint-config": "0.7.1",
"packages/prettier-config": "0.2.1",
Expand Down
76 changes: 76 additions & 0 deletions packages/common-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,44 @@
---
## 0.9.0 - 2026-05-20


### Bug fixes

#### Common-ui


- *(common-ui)* Fixed circular dependencies to ensure tsdown compatibility

([30d7f4b](https://github.com/NorthernTechHQ/nt-gui/commit/30d7f4b2f9900ece9ae0fdfa0636504680da7090)) by @mzedel



- *(common-ui)* Ensured mui 9 compatibility

([5efaa16](https://github.com/NorthernTechHQ/nt-gui/commit/5efaa16a0865fb5433fea5bb19743d0b3222efe7)) by @mzedel






#### Testing


- *(testing)* Fixed ts errors to enable type checked usage

([1ecaba0](https://github.com/NorthernTechHQ/nt-gui/commit/1ecaba038c2e492a625de85ab4a8264e06ceff7d)) by @mzedel







### Security



## @northern.tech/common-ui-0.8.2 - 2025-12-01


Expand All @@ -16,6 +56,8 @@





## @northern.tech/common-ui-0.8.1 - 2025-11-12


Expand All @@ -32,6 +74,10 @@







### Security


Expand All @@ -48,10 +94,14 @@

([23d049a](https://github.com/NorthernTechHQ/nt-gui/commit/23d049af27f93d83fd29959ce0bd7c0c09cfe9f2)) by @mzedel



- *(common-ui)* Aligned w/ current Mender codebase

([898d330](https://github.com/NorthernTechHQ/nt-gui/commit/898d3309ae751e8af161759831e0000064a078d5)) by @mzedel



- *(common-ui)* Aligned pagination appearance closer w/ updated design

([72271c9](https://github.com/NorthernTechHQ/nt-gui/commit/72271c9c8a1ccffda49e1e079ca05e6c17b4739d)) by @mzedel
Expand All @@ -60,6 +110,8 @@





### Features

#### Common-ui
Expand All @@ -73,6 +125,8 @@





### Security


Expand All @@ -90,6 +144,8 @@
([d52a3d7](https://github.com/NorthernTechHQ/nt-gui/commit/d52a3d7dae5199b83f0e73dd3a6c10cf30118bb3)) by @mzedel




- common + common-ui affected as well, not mentioned due to scope policy


Expand All @@ -113,6 +169,8 @@





### Features

#### Common-ui
Expand All @@ -125,6 +183,8 @@





#### Store


Expand All @@ -136,6 +196,8 @@





### Refactor

#### Store,common-ui
Expand All @@ -149,6 +211,8 @@





### Security


Expand All @@ -175,6 +239,8 @@

([49c8bbf](https://github.com/NorthernTechHQ/nt-gui/commit/49c8bbf64cea2a91c0dcaec33e9ddbed3716437f)) by @aleksandrychev



- *(common-ui)* Aligned alert severity with (not) usage

([3c5ea7b](https://github.com/NorthernTechHQ/nt-gui/commit/3c5ea7b75b42957e83a515f606bf886535202078)) by @mzedel
Expand All @@ -183,6 +249,8 @@





### Features

#### Common-ui
Expand All @@ -196,6 +264,8 @@





### Security


Expand All @@ -219,6 +289,8 @@

([665a85f](https://github.com/NorthernTechHQ/nt-gui/commit/665a85f8ecbc0973d1c77f42e647a9a51511216b)) by @aleksandrychev



- *(common-ui)* Added slotProps and fallbackValue props to the TimeframePicker component

([32d346b](https://github.com/NorthernTechHQ/nt-gui/commit/32d346b4ec5a2570cceb889688056a20c7b33cdc)) by @aleksandrychev
Expand All @@ -228,6 +300,8 @@





## @northern.tech/common-ui-0.1.2 - 2024-11-15


Expand Down Expand Up @@ -259,4 +333,6 @@





---
2 changes: 1 addition & 1 deletion packages/common-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@northern.tech/common-ui",
"version": "0.8.2",
"version": "0.9.0",
"license": "Apache-2.0",
"private": false,
"publishConfig": {
Expand Down