diff --git a/packages/babel-plugin-orbit-components/CHANGELOG.md b/packages/babel-plugin-orbit-components/CHANGELOG.md index cfd35e9686..d5b4827a86 100644 --- a/packages/babel-plugin-orbit-components/CHANGELOG.md +++ b/packages/babel-plugin-orbit-components/CHANGELOG.md @@ -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/babel-plugin-orbit-components@5.1.26...@kiwicom/babel-plugin-orbit-components@5.1.27-alpha.0) (2025-01-08) + +**Note:** Version bump only for package @kiwicom/babel-plugin-orbit-components + + + + + ## [5.1.26](https://github.com/kiwicom/orbit/compare/@kiwicom/babel-plugin-orbit-components@5.1.25...@kiwicom/babel-plugin-orbit-components@5.1.26) (2024-12-19) **Note:** Version bump only for package @kiwicom/babel-plugin-orbit-components diff --git a/packages/babel-plugin-orbit-components/package.json b/packages/babel-plugin-orbit-components/package.json index 0dbf4fd265..fb9251a806 100644 --- a/packages/babel-plugin-orbit-components/package.json +++ b/packages/babel-plugin-orbit-components/package.json @@ -1,7 +1,7 @@ { "name": "@kiwicom/babel-plugin-orbit-components", "description": "A babel plugin for transforming destructured imports to granular ones.", - "version": "5.1.26", + "version": "5.1.27-alpha.0", "author": "kiwicom", "repository": { "type": "git", @@ -28,6 +28,6 @@ "test": "yarn test:file && yarn test:compile && node scripts/testRequire.js" }, "devDependencies": { - "@kiwicom/orbit-components": "^18.2.0" + "@kiwicom/orbit-components": "^19.0.0-alpha.0" } } diff --git a/packages/orbit-components/CHANGELOG.md b/packages/orbit-components/CHANGELOG.md index 1021c8259e..939adace59 100644 --- a/packages/orbit-components/CHANGELOG.md +++ b/packages/orbit-components/CHANGELOG.md @@ -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/orbit-components@18.2.0...@kiwicom/orbit-components@19.0.0-alpha.0) (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/orbit-components@18.1.1...@kiwicom/orbit-components@18.2.0) (2024-12-19) diff --git a/packages/orbit-components/package.json b/packages/orbit-components/package.json index 412c0ed3f5..845b3c4d24 100644 --- a/packages/orbit-components/package.json +++ b/packages/orbit-components/package.json @@ -1,6 +1,6 @@ { "name": "@kiwicom/orbit-components", - "version": "18.2.0", + "version": "19.0.0-alpha.0", "description": "Orbit-components is a React component library which provides developers with the easiest possible way of building Kiwi.com’s products.", "sideEffects": false, "author": "Kiwi.com", @@ -76,8 +76,8 @@ }, "dependencies": { "@floating-ui/react": "0.26.24", - "@kiwicom/orbit-design-tokens": "^8.1.0", - "@kiwicom/orbit-tailwind-preset": "^6.0.0", + "@kiwicom/orbit-design-tokens": "^9.0.0-alpha.0", + "@kiwicom/orbit-tailwind-preset": "^7.0.0-alpha.0", "clsx": "^2.0.0", "color2k": "^2.0.3", "react-hot-toast": "^2.4.0" diff --git a/packages/orbit-design-tokens/CHANGELOG.md b/packages/orbit-design-tokens/CHANGELOG.md index fc8cf8165c..f7938dc9d7 100644 --- a/packages/orbit-design-tokens/CHANGELOG.md +++ b/packages/orbit-design-tokens/CHANGELOG.md @@ -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/orbit-design-tokens@8.1.0...@kiwicom/orbit-design-tokens@9.0.0-alpha.0) (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/orbit-design-tokens@8.0.0...@kiwicom/orbit-design-tokens@8.1.0) (2024-09-05) diff --git a/packages/orbit-design-tokens/package.json b/packages/orbit-design-tokens/package.json index e9ebb9b59c..73841903df 100644 --- a/packages/orbit-design-tokens/package.json +++ b/packages/orbit-design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@kiwicom/orbit-design-tokens", - "version": "8.1.0", + "version": "9.0.0-alpha.0", "description": "Design tokens for Kiwi.com.", "main": "dist/index.cjs", "module": "dist/index.js", diff --git a/packages/orbit-tailwind-preset/CHANGELOG.md b/packages/orbit-tailwind-preset/CHANGELOG.md index 6f5bfd7a60..59aecb5ff6 100644 --- a/packages/orbit-tailwind-preset/CHANGELOG.md +++ b/packages/orbit-tailwind-preset/CHANGELOG.md @@ -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/orbit-tailwind-preset@6.0.0...@kiwicom/orbit-tailwind-preset@7.0.0-alpha.0) (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/orbit-tailwind-preset@5.1.0...@kiwicom/orbit-tailwind-preset@6.0.0) (2024-10-24) diff --git a/packages/orbit-tailwind-preset/package.json b/packages/orbit-tailwind-preset/package.json index 9baf7387a6..bdf2b15dd8 100644 --- a/packages/orbit-tailwind-preset/package.json +++ b/packages/orbit-tailwind-preset/package.json @@ -1,6 +1,6 @@ { "name": "@kiwicom/orbit-tailwind-preset", - "version": "6.0.0", + "version": "7.0.0-alpha.0", "description": "Orbit tailwind preset which is based on orbit-design-tokens", "author": "Kiwi.com", "license": "MIT", @@ -34,7 +34,7 @@ "tailwindcss": ">=3.4.4" }, "dependencies": { - "@kiwicom/orbit-design-tokens": "^8.1.0", + "@kiwicom/orbit-design-tokens": "^9.0.0-alpha.0", "color2k": "^2.0.3" }, "devDependencies": {