Skip to content

Commit 59237c7

Browse files
release: v9.0.0 (#275)
1 parent 32669df commit 59237c7

File tree

13 files changed

+23
-20
lines changed

13 files changed

+23
-20
lines changed

CHANGELOG.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
1-
## [8.24.0](https://github.com/AxisCommunications/fluent-components/compare/f335e698c3bcaf2f32a5e223b6625c4008230fe9..2d6c730f6c05961613bf2a12c159b1cd54158c55) (2024-05-02T06:10:53.095Z)
1+
## [9.0.0](https://github.com/AxisCommunications/fluent-components/compare/a52521a8c3a8b9df287ca139d71852fe123fdac3..32669dfe8c589a8c956ce0156e231a3b30ebec8a) (2024-05-20T12:59:56.209Z)
22

3-
### 🚧 Maintenance
3+
### ✨ Features
44

5-
- remove scheduler from peerDependencies (#266) ([2d6c730](https://github.com/AxisCommunications/fluent-components/commit/2d6c730f6c05961613bf2a12c159b1cd54158c55))
6-
- add import statement to illustration and icon page (#262) ([3d3ee93](https://github.com/AxisCommunications/fluent-components/commit/3d3ee9357f28ea840288c714fc677d8c95ba1b97))
7-
- redesign copy code block icon example-page (#261) ([21c50b8](https://github.com/AxisCommunications/fluent-components/commit/21c50b82e8568fa5e3b5095e27a94c4c36014676))
5+
- add bundleIllustration component (#272) ([ac2b6b2](https://github.com/AxisCommunications/fluent-components/commit/ac2b6b289f798c02f73328dd919e8c0df38df780))
6+
- **theme**: add axis custom color tokens and custom utility tokens (#274) ([32669df](https://github.com/AxisCommunications/fluent-components/commit/32669dfe8c589a8c956ce0156e231a3b30ebec8a))
7+
- **topbar**: **BREAKING** use axis custom color tokens for application flawor. requires @axiscommunications/fluent-theme version 9.0.0 or later (#274) ([32669df](https://github.com/AxisCommunications/fluent-components/commit/32669dfe8c589a8c956ce0156e231a3b30ebec8a))
8+
9+
### 🐛 Bug fixes
10+
11+
- **topbar**: update myX icons (#273) ([ce4949d](https://github.com/AxisCommunications/fluent-components/commit/ce4949d87af36aa742f92815ddffe5f7c2a034c7))
12+
- **topbar**: buildUrl utility function should not duplicate query parameters (#268) ([50448a4](https://github.com/AxisCommunications/fluent-components/commit/50448a40c93dfe6a65710fc5b9657b8df79ece50))
813

914
### 💄 Styling
1015

11-
- added location illustration (#265) ([ff5d0f0](https://github.com/AxisCommunications/fluent-components/commit/ff5d0f0fceeffb0055d832dd64ef31864da492f4))
12-
- New illustrations (#264) ([32ddc35](https://github.com/AxisCommunications/fluent-components/commit/32ddc3506ef9db4beaa42d1a8679cd18f9b53bd1))
13-
- New and adjusted Illustrations (#263) ([d9359c7](https://github.com/AxisCommunications/fluent-components/commit/d9359c733e5c5ac21f622fba66594996344e9205))
16+
- new batch of illustrations (#271) ([674d79a](https://github.com/AxisCommunications/fluent-components/commit/674d79a70ed20bcefc6d3b5c800092a966d3f7bd))

components/password-input/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axiscommunications/fluent-password-input",
3-
"version": "8.24.0",
3+
"version": "9.0.0",
44
"description": "Password input for Fluent UI v9",
55
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
66
"repository": {

components/slider/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axiscommunications/fluent-slider",
3-
"version": "8.24.0",
3+
"version": "9.0.0",
44
"description": "Axis branded Slider",
55
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
66
"repository": {

components/stepper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axiscommunications/fluent-stepper",
3-
"version": "8.24.0",
3+
"version": "9.0.0",
44
"description": "Stepper for Fluent UI v9",
55
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
66
"repository": {

components/topbar/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axiscommunications/fluent-topbar",
3-
"version": "8.24.0",
3+
"version": "9.0.0",
44
"description": "Axis branded TopBar",
55
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
66
"repository": {

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "examples",
3-
"version": "8.24.0",
3+
"version": "9.0.0",
44
"private": true,
55
"description": "Examples for Fluent UI v9",
66
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",

hooks/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axiscommunications/fluent-hooks",
3-
"version": "8.24.0",
3+
"version": "9.0.0",
44
"description": "Hooks",
55
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
66
"repository": {

icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axiscommunications/fluent-icons",
3-
"version": "8.24.0",
3+
"version": "9.0.0",
44
"description": "Icons",
55
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
66
"repository": {

illustrations/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axiscommunications/fluent-illustrations",
3-
"version": "8.24.0",
3+
"version": "9.0.0",
44
"description": "Illustrations",
55
"homepage": "https://github.com/AxisCommunications/fluent-components#readme",
66
"repository": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@axiscommunications/fluent-components",
3-
"version": "8.24.0",
3+
"version": "9.0.0",
44
"private": true,
55
"description": "Axis branded theme, components and examples for Fluent UI v9",
66
"repository": {

0 commit comments

Comments
 (0)