diff --git a/docs/changelog.mdx b/docs/changelog.mdx index 2b9016ad..995a08fd 100644 --- a/docs/changelog.mdx +++ b/docs/changelog.mdx @@ -5,6 +5,23 @@ cardHeadline: Changelog cardSubHeadline: Keep up to date with the latest releases of @freenow/wave --- +## [2.1.0](https://github.com/freenowtech/wave/compare/v2.0.1...v2.1.0) (2024-02-02) + + +### Features + +* add breadcrumbs component ([#353](https://github.com/freenowtech/wave/issues/353)) ([ed82e05](https://github.com/freenowtech/wave/commit/ed82e05c35b8c8e31ed27b158f4e47a95d9199e3)) +* add error Tag and SelectList variants ([#372](https://github.com/freenowtech/wave/issues/372)) ([e0eecdd](https://github.com/freenowtech/wave/commit/e0eecdd05b84370cb18e4cf8c1985f49c4f1f8e1)), closes [#354](https://github.com/freenowtech/wave/issues/354) + + +### Bug Fixes + +* **infobanner:** allow to override attrs in InfoBannerCard ([#393](https://github.com/freenowtech/wave/issues/393)) ([8b1457e](https://github.com/freenowtech/wave/commit/8b1457e6a06fe4d36eae90ba9ed9b9af7f7fe432)) +* enhanced breadcrumbs style ([#390](https://github.com/freenowtech/wave/issues/390)) ([e364381](https://github.com/freenowtech/wave/commit/e364381fa51c29913aa7eee9be17bed048d9973d)) +* **deps:** crossOrigin prop is not required for inputs ([#386](https://github.com/freenowtech/wave/issues/386)) ([b9e7217](https://github.com/freenowtech/wave/commit/b9e72174bf8ac69e92d22c5b00e3aec362dd6336)) +* **input:** add aria-invalid when an input has an error ([#379](https://github.com/freenowtech/wave/issues/379)) ([ec26782](https://github.com/freenowtech/wave/commit/ec26782480502cd884e0bc88653b165d15d7fc08)) +* add border secondary ([#355](https://github.com/freenowtech/wave/issues/355)) ([75243ec](https://github.com/freenowtech/wave/commit/75243ec6b379fd7aab7d2ea4141e8de69640f85e)) + ### [2.0.1](https://github.com/freenowtech/wave/compare/v1.34.1...v2.0.1) (2024-02-01) For a comprehensive view of all the breaking changes in the 2.0 major please visit https://wave.free-now.com/?path=/docs/migration-to-v2--docs diff --git a/package-lock.json b/package-lock.json index 8bb16b6e..90efffb8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@freenow/wave", - "version": "2.0.1", + "version": "2.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@freenow/wave", - "version": "2.0.1", + "version": "2.1.0", "license": "Apache-2.0", "dependencies": { "@datepicker-react/hooks": "^2.3.1", diff --git a/package.json b/package.json index 4408a9a9..c9a10c63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@freenow/wave", - "version": "2.0.1", + "version": "2.1.0", "description": "React components of the Wave design system for your Front-End project", "main": "lib/cjs/index.js", "typings": "lib/types/index.d.ts",