-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- @kiwicom/[email protected] - @kiwicom/[email protected] - @kiwicom/[email protected] - @kiwicom/[email protected]
- Loading branch information
1 parent
ae29c09
commit d589ce5
Showing
8 changed files
with
128 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,14 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
## [5.1.27-alpha.0](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2025-01-08) | ||
|
||
**Note:** Version bump only for package @kiwicom/babel-plugin-orbit-components | ||
|
||
|
||
|
||
|
||
|
||
## [5.1.26](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2024-12-19) | ||
|
||
**Note:** Version bump only for package @kiwicom/babel-plugin-orbit-components | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,60 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [19.0.0-alpha.0](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2025-01-08) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **InputGroup:** propagate the label prop as an aria-label attribute to child components ([f051373](https://github.com/kiwicom/orbit/commit/f05137347613df79a1ceeb75d9265ef73a1d7bb6)) | ||
* **Separator:** ensure width doesn't collapse to 0 in flex containers ([9c4e6b2](https://github.com/kiwicom/orbit/commit/9c4e6b2e88e38b8af316a1e7f60e425cb74a3ecf)) | ||
|
||
|
||
### Features | ||
|
||
* **Box:** remove deprecated borderRadius values ([6d76a67](https://github.com/kiwicom/orbit/commit/6d76a677e1724063cd7a6a1ce136537506b349e1)) | ||
* **Box:** remove deprecated elevation values ([6ff4962](https://github.com/kiwicom/orbit/commit/6ff49621b5a882b60c6117127a55e6feed87c1ea)) | ||
* **Box:** remove deprecated spacing values ([50f080e](https://github.com/kiwicom/orbit/commit/50f080ee9cda9fad79d6c7304058931c3d39c293)) | ||
* **CountryFlag:** add role prop for accessibility customization ([96d57b0](https://github.com/kiwicom/orbit/commit/96d57b0da419aadd253d9ef8988c2a071dfb9a61)) | ||
* **ErrorFormTooltip:** remove inputSize prop ([032b223](https://github.com/kiwicom/orbit/commit/032b223f8f019d4786be3c1d18809c01745d0d90)) | ||
* **HorizontalScroll:** remove deprecated spacing values ([b1913ce](https://github.com/kiwicom/orbit/commit/b1913ced8bf2af4d332b8f2ab6f2c08dd0404958)) | ||
* **Icon:** rename UserSingle to UserSingleLight ([e4d0abc](https://github.com/kiwicom/orbit/commit/e4d0abc93fd7e6d43fb0151d26c1122017f542e4)) | ||
* **icons:** update icons from figma ([98a83e8](https://github.com/kiwicom/orbit/commit/98a83e8490b135238d33e4e141f2da9702edfc20)) | ||
* **Inline:** remove deprecated spacing values ([e1c2c33](https://github.com/kiwicom/orbit/commit/e1c2c33d66f331b6c83977538229b0fcd4c0f47a)) | ||
* **InputField:** add ariaLabel prop ([1bf0bb9](https://github.com/kiwicom/orbit/commit/1bf0bb907015cbb9e7b0bf02e9fef235f3ce23ff)) | ||
* **InputGroup:** remove unused size prop ([3382797](https://github.com/kiwicom/orbit/commit/3382797366b6da9f866eedd8c647aaa070467b39)) | ||
* **LinkList:** remove deprecated spacing values ([b436acb](https://github.com/kiwicom/orbit/commit/b436acb9caf19e5aa7418ffa300fdadad393063d)) | ||
* remove deprecated left and right util functions ([68bb285](https://github.com/kiwicom/orbit/commit/68bb28590d0a05fcea2490f942359f5d504d2c7e)) | ||
* rename exported breakpoint tokens in mediaQuery util ([3bdabb4](https://github.com/kiwicom/orbit/commit/3bdabb40866634a1ccdbd51abaf23fb4c0424d44)) | ||
* **Select:** add ariaLabel prop ([7a81bed](https://github.com/kiwicom/orbit/commit/7a81bed86fbcdc4eddd4749c846e5d9004206cc1)) | ||
* **Separator:** remove deprecated spacing values ([c48162a](https://github.com/kiwicom/orbit/commit/c48162acee5908fea926e05a1a1029e34d1a35d6)) | ||
* **Stack:** remove deprecated spacing values ([7c01c8b](https://github.com/kiwicom/orbit/commit/7c01c8bd618586404b3b980b00887a331aa3f21a)) | ||
* **Tabs:** remove deprecated spacing values ([c2198a5](https://github.com/kiwicom/orbit/commit/c2198a54fbe87cff0cf16efd18e110092d75cdfd)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* these functions were deprecated and are now removed. | ||
* tokens no longer start with `widthBreakpoint-`. | ||
They're now simply `breakpoint-` | ||
* **Stack:** deprecated spacing prop values were removed. | ||
* **Tabs:** deprecated spacing prop values were removed. | ||
* **HorizontalScroll:** deprecated spacing prop values were removed. | ||
* **Separator:** deprecated sideOffset prop values were removed. | ||
* **Inline:** deprecated spacing prop values were removed. | ||
* **LinkList:** deprecated spacing prop values were removed. | ||
* **Box:** deprecated margin and padding prop values were removed. | ||
* **Box:** deprecated borderRadius prop values were removed. | ||
* **Box:** deprecated elevation prop values were removed. | ||
* **Icon:** UserSingle icon is now named UserSingleLight, with no visual changes | ||
* **ErrorFormTooltip:** This prop was effectless and it is no longer available. | ||
* **InputGroup:** This prop was effectless and now is no longer meant | ||
to be used. | ||
|
||
|
||
|
||
|
||
|
||
# [18.2.0](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2024-12-19) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,25 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [9.0.0-alpha.0](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2025-01-08) | ||
|
||
|
||
### Features | ||
|
||
* **tokens:** add space700 and space1300 tokens ([0daa94b](https://github.com/kiwicom/orbit/commit/0daa94bcb991c15b3f63e3c73ac91426064f7da2)) | ||
* **tokens:** remove deprecated tokens ([a8ce914](https://github.com/kiwicom/orbit/commit/a8ce9145035409bea1a4e4f1af204b3f44fb177d)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **tokens:** deprecated tokens were removed. | ||
They were not expected to be used anywhere by now. | ||
Check the diff for the full list and possible alternatives. | ||
|
||
|
||
|
||
|
||
|
||
# [8.1.0](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2024-09-05) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,45 @@ | |
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
|
||
# [7.0.0-alpha.0](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2025-01-08) | ||
|
||
|
||
### Features | ||
|
||
* **tailwind:** add space700 and space1300 classes ([c11297b](https://github.com/kiwicom/orbit/commit/c11297b458ad76308c4e6843e4008651226ee78a)) | ||
* **tailwind:** remove deprecated border radius classes ([c38c62e](https://github.com/kiwicom/orbit/commit/c38c62efa0fe962c23da3f77f2cd5862e7c03d05)) | ||
* **tailwind:** remove deprecated button classes ([b75fb2e](https://github.com/kiwicom/orbit/commit/b75fb2e73fbd9e0da9cf15565e11d3247d40c5ba)) | ||
* **tailwind:** remove deprecated card classes ([b1c4966](https://github.com/kiwicom/orbit/commit/b1c49668ca86498db8470e6a425943bcc8341335)) | ||
* **tailwind:** remove deprecated form classes ([512b0a9](https://github.com/kiwicom/orbit/commit/512b0a9e69b99aa511f60668300da05ba76d6dba)) | ||
* **tailwind:** remove deprecated separator size classes ([d06dcb8](https://github.com/kiwicom/orbit/commit/d06dcb8b449f9ec468abc8043133f929c139bf1c)) | ||
* **tailwind:** remove deprecated shadow classes ([e34d389](https://github.com/kiwicom/orbit/commit/e34d38998182e2a87c207af6c3ba0c6de21148e8)) | ||
* **tailwind:** remove deprecated spacing classes ([e98ce58](https://github.com/kiwicom/orbit/commit/e98ce587debb7ba1b90beeb3868c57bcb577cda7)) | ||
* **tailwind:** remove deprecated table classes ([94f559f](https://github.com/kiwicom/orbit/commit/94f559f36b44cdaa482c2e64c7550eb1d993f4c7)) | ||
* **tailwind:** remove deprecated tag classes ([9f762f5](https://github.com/kiwicom/orbit/commit/9f762f558d8ca53bb1f92f40fabf25c35acecf57)) | ||
* **tailwind:** remove loading-foreground class ([fec7369](https://github.com/kiwicom/orbit/commit/fec7369135c866f6e4bbe6c0ab10ab5fc1d32353)) | ||
* **tailwind:** remove modal color classes ([78139b1](https://github.com/kiwicom/orbit/commit/78139b1edab3540cb9faa58cc44dcd24f5dc9aeb)) | ||
* **tailwind:** remove social-button color classes ([c616c4b](https://github.com/kiwicom/orbit/commit/c616c4bd2c503426e07224c0d7e426de38f371d6)) | ||
|
||
|
||
### BREAKING CHANGES | ||
|
||
* **tailwind:** these classes were deprecated. New number level classes can be used. | ||
* **tailwind:** these classes were deprecated and are not meant to be used. | ||
* **tailwind:** these classes were deprecated and are not meant to be used. | ||
* **tailwind:** these classes were deprecated and are not meant to be used. | ||
* **tailwind:** these classes were deprecated and not meant to be used. | ||
* **tailwind:** these classes were deprecated and not meant to be used. | ||
* **tailwind:** these classes were not meant to be used. | ||
* **tailwind:** these classes were deprecated and not meant to be used. | ||
* **tailwind:** this class was not meant to be used. | ||
* **tailwind:** the separator size classes were deprecated and not meant to be used. | ||
* **tailwind:** these classes were deprecated and not meant to be used. | ||
* **tailwind:** these classes were deprecated and not meant to be used. | ||
|
||
|
||
|
||
|
||
|
||
# [6.0.0](https://github.com/kiwicom/orbit/compare/@kiwicom/[email protected]...@kiwicom/[email protected]) (2024-10-24) | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters