diff --git a/CHANGELOG.md b/CHANGELOG.md index 7df10360d9..ff73c72f1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +# [1.6.0](https://github.com/italia/bootstrap-italia/compare/v1.5.2...v1.6.0) (2022-03-22) + + +### Bug Fixes + +* **a11y:** accordion and collapse keyobard interaction ([296bae1](https://github.com/italia/bootstrap-italia/commit/296bae141a1f9b8c393c705e5960fc2311560abb)) +* **a11y:** add accordion aria-roles ([24ffcff](https://github.com/italia/bootstrap-italia/commit/24ffcff97266339155fa310fad6312c10b266417)) +* **a11y:** custom select autocomplete validation ([b4641a0](https://github.com/italia/bootstrap-italia/commit/b4641a05a96ce24a94adc93c74532a2fc96d4ae3)) +* **a11y:** drop down arrows control ([58194e0](https://github.com/italia/bootstrap-italia/commit/58194e0b91e7ccfc55e3f5f6a918d99521e39048)) +* **a11y:** header and mobile menu interactions ([1f9610d](https://github.com/italia/bootstrap-italia/commit/1f9610d1bb58f94056d4a082745b9c7d4df09ad9)) +* accessible autocomplete style ([98d458e](https://github.com/italia/bootstrap-italia/commit/98d458eba8ab760ef9f8f288180816c77b587cc6)) +* Firefox select style ([5c4cd24](https://github.com/italia/bootstrap-italia/commit/5c4cd249727455959e56e401141e31e5cfbc2906)) +* fix remove css class error in sticky header ([992a9da](https://github.com/italia/bootstrap-italia/commit/992a9da3d375afc6ecc6936eaedb40c668d27363)) +* reintegrated font weight 600 for titillium ([4be4ddc](https://github.com/italia/bootstrap-italia/commit/4be4ddc4e9793aa482cab1e44e21be262edbdee2)) + +### Features + +* add splide carousel ([72dae01](https://github.com/italia/bootstrap-italia/commit/72dae01b26e19b09264c06b504af09063e2460cf)) +* implement just validate plugin ([8bcd482](https://github.com/italia/bootstrap-italia/commit/8bcd4823ac83d45d74b7340bf3f5c768b85aa2ec)) + + + ## [1.5.2](https://github.com/italia/bootstrap-italia/compare/v1.5.1...v1.5.2) (2022-02-18) diff --git a/_config.yml b/_config.yml index 3fe94b0480..92194b2983 100644 --- a/_config.yml +++ b/_config.yml @@ -51,7 +51,7 @@ twitter: 'https://twitter.com/teamdigitaleIT' twitter_handle: '@teamdigitaleIT' # Versions -current_version: 1.5.2 +current_version: 1.6.0 bootstrap_version: 4.6.1 bootstrap_minor: 4.5 diff --git a/package-lock.json b/package-lock.json index 18981234b8..e63c1adc64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bootstrap-italia", - "version": "1.5.2", + "version": "1.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "bootstrap-italia", - "version": "1.5.2", + "version": "1.6.0", "license": "BSD-3-Clause", "dependencies": { "@splidejs/splide": "^3.6.12", diff --git a/package.json b/package.json index 157aa6a3d9..4084b0db14 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bootstrap-italia", - "version": "1.5.2", + "version": "1.6.0", "keywords": [ "css", "sass", diff --git a/src/js/plugins/version.js b/src/js/plugins/version.js index a637c0f475..fb9d8524ad 100644 --- a/src/js/plugins/version.js +++ b/src/js/plugins/version.js @@ -1,4 +1,4 @@ // bootstrap italia version variable // useful to check for the current version // eslint-disable-next-line no-unused-vars -var BOOTSTRAP_ITALIA_VERSION = '1.5.2' +var BOOTSTRAP_ITALIA_VERSION = '1.6.0' diff --git a/src/scss/custom/_version.scss b/src/scss/custom/_version.scss index 958dfdd125..cf6cf07a29 100644 --- a/src/scss/custom/_version.scss +++ b/src/scss/custom/_version.scss @@ -1,3 +1,3 @@ :root { - --bootstrap-italia-version: '1.5.2'; + --bootstrap-italia-version: '1.6.0'; }