Skip to content

Commit

Permalink
chore(release): 2.14.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
astagi committed Mar 10, 2025
1 parent c3c8db3 commit 61d1894
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 6 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,32 @@
# [2.14.0](https://github.com/italia/bootstrap-italia/compare/v2.13.4...v2.14.0) (2025-03-10)


### Bug Fixes

* accessible autocomplete ssr ([c3c8db3](https://github.com/italia/bootstrap-italia/commit/c3c8db3ddda128243d1447be632ead92bf4984dc))
* button default color ([352984e](https://github.com/italia/bootstrap-italia/commit/352984e5985ba3f6e07e16f7c30af6a4e282dc33))
* form-check radio and checkbox items line height ([abfc48c](https://github.com/italia/bootstrap-italia/commit/abfc48cadd74a39868c3c7ce6ae9db5e013fb7e4))
* input number in firefox ([f171fb8](https://github.com/italia/bootstrap-italia/commit/f171fb829254b21f128cde249bd72632a7fbb876))
* use data to set focus instead of class ([7350bf4](https://github.com/italia/bootstrap-italia/commit/7350bf486ec6ef9bc8f1f075b411827511b7f12e))


### Features

* new autocomplete component ([5295cb4](https://github.com/italia/bootstrap-italia/commit/5295cb4a63d584102119e8dddab6489d2cc77d47))
* new docs with breaking changes ([980a0d8](https://github.com/italia/bootstrap-italia/commit/980a0d85f5ef1cfb99df2ba2c1e25e11b6cc5d53))
* new icons ([46907e4](https://github.com/italia/bootstrap-italia/commit/46907e4c62aad7f13131ba31b40f997b6195b4d3))
* remove old bootstrap carousel ([8fe9b1b](https://github.com/italia/bootstrap-italia/commit/8fe9b1b9477b7429c5143d92cf436d1302dcca97))
* upgrade splide ([f86a45d](https://github.com/italia/bootstrap-italia/commit/f86a45d5d1d9e1c9bb4a29320e92abb3f6723f3a))


### BREAKING CHANGES

* new autocomplete component
* carousel component is now Carousel instead of CarouselBI
* global focus is set by data attribute instead of class



## [2.13.4](https://github.com/italia/bootstrap-italia/compare/v2.13.3...v2.13.4) (2025-02-10)


Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ twitter: 'https://twitter.com/designersITA'
twitter_handle: '@designersITA'

# Versions
current_version: 2.13.4
current_version: 2.14.0
bootstrap_version: 5.2.3
bootstrap_minor: 5.1

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-italia",
"version": "2.13.4",
"version": "2.14.0",
"keywords": [
"css",
"sass",
Expand Down
2 changes: 1 addition & 1 deletion src/js/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@

// NOTE:bootstrap italia version variable, useful to check for the current version

const BOOTSTRAP_ITALIA_VERSION = '2.13.4'
const BOOTSTRAP_ITALIA_VERSION = '2.14.0'
export default BOOTSTRAP_ITALIA_VERSION
2 changes: 1 addition & 1 deletion src/scss/base/_version.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
:root {
--bootstrap-italia-version: '2.13.4';
--bootstrap-italia-version: '2.14.0';
}

0 comments on commit 61d1894

Please sign in to comment.