diff --git a/exporters/js/CHANGELOG.md b/exporters/js/CHANGELOG.md index e4d87c4d45..1013b88584 100644 --- a/exporters/js/CHANGELOG.md +++ b/exporters/js/CHANGELOG.md @@ -2,3 +2,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + + +# 1.1.0 (2023-11-15) + +### Features + +- **exporter-js:** Introduce JS exporter from Supernova [#DS-1013](https://github.com/lmc-eu/spirit-design-system/issues/DS-1013) ([87af0cd](https://github.com/lmc-eu/spirit-design-system/commit/87af0cd)) + +**Note:** Version bump only for package @lmc-eu/spirit-exporters-js diff --git a/exporters/js/package.json b/exporters/js/package.json index bde1d82525..679e564cca 100644 --- a/exporters/js/package.json +++ b/exporters/js/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/spirit-exporters-js", - "version": "1.0.0", + "version": "1.1.0", "description": "Spirit JS Exporter for Supernova", "license": "MIT", "private": true, diff --git a/exporters/scss/CHANGELOG.md b/exporters/scss/CHANGELOG.md index 247c9d0a51..66ddbe1096 100644 --- a/exporters/scss/CHANGELOG.md +++ b/exporters/scss/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [1.7.7](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-exporters-scss@1.7.6...@lmc-eu/spirit-exporters-scss@1.7.7) (2023-11-15) + +### Dependencies + +- Update all non-major dependencies ([828bc68](https://github.com/lmc-eu/spirit-design-system/commit/828bc68)) + +**Note:** Version bump only for package @lmc-eu/spirit-exporters-scss + ## [1.7.6](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-exporters-scss@1.7.5...@lmc-eu/spirit-exporters-scss@1.7.6) (2023-11-02) diff --git a/exporters/scss/package.json b/exporters/scss/package.json index 859c204697..99eda2591d 100644 --- a/exporters/scss/package.json +++ b/exporters/scss/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/spirit-exporters-scss", - "version": "1.7.6", + "version": "1.7.7", "description": "Spirit SCSS Exporter for Supernova", "license": "MIT", "private": true, diff --git a/packages/analytics/CHANGELOG.md b/packages/analytics/CHANGELOG.md index 369048ef0a..752b34a3d3 100644 --- a/packages/analytics/CHANGELOG.md +++ b/packages/analytics/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [0.1.4](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-analytics@0.1.3...@lmc-eu/spirit-analytics@0.1.4) (2023-11-15) + +### Dependencies + +- Update all non-major dependencies ([828bc68](https://github.com/lmc-eu/spirit-design-system/commit/828bc68)) + +**Note:** Version bump only for package @lmc-eu/spirit-analytics + ## [0.1.3](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-analytics@0.1.2...@lmc-eu/spirit-analytics@0.1.3) (2023-10-25) diff --git a/packages/analytics/package.json b/packages/analytics/package.json index b0e91f21fe..593ad68c7f 100644 --- a/packages/analytics/package.json +++ b/packages/analytics/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/spirit-analytics", - "version": "0.1.3", + "version": "0.1.4", "description": "Analytic tools for Spirit Design System", "license": "MIT", "keywords": [ diff --git a/packages/design-tokens/CHANGELOG.md b/packages/design-tokens/CHANGELOG.md index 1690ebf0b6..77bf2e6ed7 100644 --- a/packages/design-tokens/CHANGELOG.md +++ b/packages/design-tokens/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [1.1.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-design-tokens@1.0.3...@lmc-eu/spirit-design-tokens@1.1.0) (2023-11-15) + +### Chores + +- **design-tokens:** Introduce distribution process for JS files ([af09f2f](https://github.com/lmc-eu/spirit-design-system/commit/af09f2f)), closes [#DS-1012](https://github.com/lmc-eu/spirit-design-system/issues/DS-1012) + +### Features + +- **design-tokens:** Introduce structure of exported tokens to JS ([529d27e](https://github.com/lmc-eu/spirit-design-system/commit/529d27e)) + +**Note:** Version bump only for package @lmc-eu/spirit-design-tokens + ## [1.0.3](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-design-tokens@1.0.2...@lmc-eu/spirit-design-tokens@1.0.3) (2023-10-25) diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index 6e5ad79ed0..0596456a43 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/spirit-design-tokens", - "version": "1.0.3", + "version": "1.1.0", "description": "Design tokens for Spirit Design System", "license": "MIT", "publishConfig": { @@ -39,10 +39,10 @@ }, "devDependencies": { "@lmc-eu/stylelint-config": "7.0.1", - "stylelint": "15.11.0", "npm-run-all": "^4.1.5", "rimraf": "^5.0.5", "shx": "0.3.4", + "stylelint": "15.11.0", "stylelint-order": "6.0.3", "typescript": "^5.2.2", "vite": "^4.5.0", diff --git a/packages/form-validations/CHANGELOG.md b/packages/form-validations/CHANGELOG.md index 114da72625..fcd39c26fb 100644 --- a/packages/form-validations/CHANGELOG.md +++ b/packages/form-validations/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +## [1.0.7](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-form-validations@1.0.6...@lmc-eu/spirit-form-validations@1.0.7) (2023-11-15) + +### Dependencies + +- Update all non-major dependencies ([828bc68](https://github.com/lmc-eu/spirit-design-system/commit/828bc68)) + +**Note:** Version bump only for package @lmc-eu/spirit-form-validations + ## [1.0.6](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-form-validations@1.0.5...@lmc-eu/spirit-form-validations@1.0.6) (2023-11-02) diff --git a/packages/form-validations/package.json b/packages/form-validations/package.json index 14c71c4286..edeede5921 100644 --- a/packages/form-validations/package.json +++ b/packages/form-validations/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/spirit-form-validations", - "version": "1.0.6", + "version": "1.0.7", "description": "Validation library for form fields of Spirit Design System", "license": "MIT", "publishConfig": { @@ -36,7 +36,7 @@ "@lmc-eu/browserslist-config": "2.0.0", "@lmc-eu/spirit-demo": "^0.1.0", "@lmc-eu/spirit-design-tokens": "^0.25.5", - "@lmc-eu/spirit-web": "^1.4.0", + "@lmc-eu/spirit-web": "^1.5.0", "@swc/core": "1.3.96", "@swc/jest": "0.2.29", "@types/jest": "29.5.8", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 1d958c940c..d7e18a6f66 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [1.1.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-icons@1.0.2...@lmc-eu/spirit-icons@1.1.0) (2023-11-15) + +### Features + +- **icons:** Do not remove colors from icons with `-colored` suffix [#DS-990](https://github.com/lmc-eu/spirit-design-system/issues/DS-990) ([5da46d2](https://github.com/lmc-eu/spirit-design-system/commit/5da46d2)) + +**Note:** Version bump only for package @lmc-eu/spirit-icons + ## [1.0.2](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-icons@1.0.1...@lmc-eu/spirit-icons@1.0.2) (2023-10-25) diff --git a/packages/icons/package.json b/packages/icons/package.json index 92f6266e95..988e2d5c36 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/spirit-icons", - "version": "1.0.2", + "version": "1.1.0", "description": "Icons for Spirit Design System", "license": "MIT", "publishConfig": { diff --git a/packages/web-react/CHANGELOG.md b/packages/web-react/CHANGELOG.md index 598b2c6b9d..34d83f1496 100644 --- a/packages/web-react/CHANGELOG.md +++ b/packages/web-react/CHANGELOG.md @@ -3,6 +3,56 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [1.7.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-web-react@1.6.0...@lmc-eu/spirit-web-react@1.7.0) (2023-11-15) + +### Bug Fixes + +- **web-react:** Add missing exports for Tooltip components ([eb16312](https://github.com/lmc-eu/spirit-design-system/commit/eb16312)) +- **web-react:** FileUploader hidden input were not added without meta ([4bb4b21](https://github.com/lmc-eu/spirit-design-system/commit/4bb4b21)) +- **web-react:** Icon component supports SSR ([79f9f6f](https://github.com/lmc-eu/spirit-design-system/commit/79f9f6f)) +- **web-react:** Polymorph Link component types [#DS-1060](https://github.com/lmc-eu/spirit-design-system/issues/DS-1060) ([98864cf](https://github.com/lmc-eu/spirit-design-system/commit/98864cf)) +- **web-react:** Replace useLayoutEffect with useIsomorphicLayoutEffect ([ea9f333](https://github.com/lmc-eu/spirit-design-system/commit/ea9f333)) + +### Code Refactoring + +- **web-react:** Refactor Dropdown to controlled component [#DS-637](https://github.com/lmc-eu/spirit-design-system/issues/DS-637) ([3c0f08b](https://github.com/lmc-eu/spirit-design-system/commit/3c0f08b)) + +### Dependencies + +- Pin dependencies ([84fe6f5](https://github.com/lmc-eu/spirit-design-system/commit/84fe6f5)) +- Update all non-major dependencies ([828bc68](https://github.com/lmc-eu/spirit-design-system/commit/828bc68)) + +### Documentation + +- **web-react:** Add the missing demo of `DropdownModern` with enhanced shadow ([4430fbb](https://github.com/lmc-eu/spirit-design-system/commit/4430fbb)) +- **web-react:** Adding elementType to api table and new poly. example ([e7d8cda](https://github.com/lmc-eu/spirit-design-system/commit/e7d8cda)) +- **web-react:** Corrected the example for Dropdown [#DS-601](https://github.com/lmc-eu/spirit-design-system/issues/DS-601) ([ddd7e20](https://github.com/lmc-eu/spirit-design-system/commit/ddd7e20)) +- **web-react:** Extend `Header` README to be as detailed as in the Twig implementation ([5ba5ff1](https://github.com/lmc-eu/spirit-design-system/commit/5ba5ff1)) +- **web-react:** FileUploaderAttachment documentation FileUploaderAttachment ([dd56280](https://github.com/lmc-eu/spirit-design-system/commit/dd56280)) +- **web-react:** Put pure CSS examples of Tooltip in line so they are usable in more viewport sizes ([8ff9d3a](https://github.com/lmc-eu/spirit-design-system/commit/8ff9d3a)) +- **web-react:** Showcase Dropdown enhanced shadow Feature flag [#DS-963](https://github.com/lmc-eu/spirit-design-system/issues/DS-963) ([8e8ea36](https://github.com/lmc-eu/spirit-design-system/commit/8e8ea36)) +- **web-react:** Showcase placement valuse on Tooltip demo ([ec9c97d](https://github.com/lmc-eu/spirit-design-system/commit/ec9c97d)), closes [#DS-923](https://github.com/lmc-eu/spirit-design-system/issues/DS-923) +- **web, web-twig, web-react:** Document ModalHeader and ModalFooter usage recommendations [#DS-1033](https://github.com/lmc-eu/spirit-design-system/issues/DS-1033) ([403cc0b](https://github.com/lmc-eu/spirit-design-system/commit/403cc0b)) +- **web,web-twig,web-react:** Add interactive demo of `Dropdown` placements [#DS-1037](https://github.com/lmc-eu/spirit-design-system/issues/DS-1037) ([deb054c](https://github.com/lmc-eu/spirit-design-system/commit/deb054c)) +- **web,web-twig,web-react:** Make use of new `GridItem` component in `Tooltip` placement examples ([81d9952](https://github.com/lmc-eu/spirit-design-system/commit/81d9952)) + +### Features + +- **web-react:** Allow combining links and buttons in `HeaderDesktopActions` ([1f5e4ae](https://github.com/lmc-eu/spirit-design-system/commit/1f5e4ae)) +- **web-react:** Introduce `useIsomorphicLayoutEffect` hook ([a7f3c1d](https://github.com/lmc-eu/spirit-design-system/commit/a7f3c1d)) + +### Styles + +- **web-react:** Introduce ESlint rule to avoid using useLayoutEffect ([563b7fb](https://github.com/lmc-eu/spirit-design-system/commit/563b7fb)), closes [#DS-1004](https://github.com/lmc-eu/spirit-design-system/issues/DS-1004) + +### Tests + +- **web-react:** Ignore demo files from code coverage reports ([7147a6d](https://github.com/lmc-eu/spirit-design-system/commit/7147a6d)) + +**Note:** Version bump only for package @lmc-eu/spirit-web-react + # [1.6.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-web-react@1.5.0...@lmc-eu/spirit-web-react@1.6.0) (2023-11-02) diff --git a/packages/web-react/package.json b/packages/web-react/package.json index f4039777f7..8d61bc52a4 100644 --- a/packages/web-react/package.json +++ b/packages/web-react/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/spirit-web-react", - "version": "1.6.0", + "version": "1.7.0", "description": "React implementation of Spirit Design System components", "license": "MIT", "sideEffects": false, @@ -31,7 +31,7 @@ "@lmc-eu/eslint-config-react": "2.0.1", "@lmc-eu/spirit-demo": "^0.1.0", "@lmc-eu/spirit-design-tokens": "^0.25.5", - "@lmc-eu/spirit-web": "^1.4.0", + "@lmc-eu/spirit-web": "^1.5.0", "@rollup/plugin-node-resolve": "15.2.3", "@swc/core": "1.3.96", "@swc/jest": "0.2.29", diff --git a/packages/web-twig/CHANGELOG.md b/packages/web-twig/CHANGELOG.md index 295bc7f2a2..f3b0c285b1 100644 --- a/packages/web-twig/CHANGELOG.md +++ b/packages/web-twig/CHANGELOG.md @@ -3,6 +3,38 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [2.6.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-web-twig@2.5.0...@lmc-eu/spirit-web-twig@2.6.0) (2023-11-15) + +### Bug Fixes + +- **web, web-twig:** FileUploader changed selectors in JS plugin ([967d5a4](https://github.com/lmc-eu/spirit-design-system/commit/967d5a4)) + +### Code Refactoring + +- **web-twig:** FileUploader imageObjectFit data attr changed to style ([37c34c1](https://github.com/lmc-eu/spirit-design-system/commit/37c34c1)) + +### Documentation + +- **web-twig:** FileUploaderAttachment documentation update ([b80a155](https://github.com/lmc-eu/spirit-design-system/commit/b80a155)), closes [#DS-1036](https://github.com/lmc-eu/spirit-design-system/issues/DS-1036) +- **web-twig:** Put pure CSS examples of `Tooltip` in line so they are usable in more viewport sizes ([1b7d8a4](https://github.com/lmc-eu/spirit-design-system/commit/1b7d8a4)) +- **web-twig:** Showcase Dropdown enhanced shadow Feature flag [#DS-963](https://github.com/lmc-eu/spirit-design-system/issues/DS-963) ([92503c0](https://github.com/lmc-eu/spirit-design-system/commit/92503c0)) +- **web-twig:** Showcase placement valuse on Tooltip demo ([6d6c600](https://github.com/lmc-eu/spirit-design-system/commit/6d6c600)), closes [#DS-923](https://github.com/lmc-eu/spirit-design-system/issues/DS-923) +- **web, web-twig, web-react:** Document ModalHeader and ModalFooter usage recommendations [#DS-1033](https://github.com/lmc-eu/spirit-design-system/issues/DS-1033) ([403cc0b](https://github.com/lmc-eu/spirit-design-system/commit/403cc0b)) +- **web,web-twig,web-react:** Add interactive demo of `Dropdown` placements [#DS-1037](https://github.com/lmc-eu/spirit-design-system/issues/DS-1037) ([deb054c](https://github.com/lmc-eu/spirit-design-system/commit/deb054c)) +- **web,web-twig,web-react:** Make use of new `GridItem` component in `Tooltip` placement examples ([81d9952](https://github.com/lmc-eu/spirit-design-system/commit/81d9952)) + +### Features + +- **web-twig:** Allow combining links and buttons in `HeaderDesktopActions` ([8144702](https://github.com/lmc-eu/spirit-design-system/commit/8144702)) + +### Tests + +- **web-twig:** Add tests for imageObjectFit property ([495c4d5](https://github.com/lmc-eu/spirit-design-system/commit/495c4d5)) + +**Note:** Version bump only for package @lmc-eu/spirit-web-twig + # [2.5.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-web-twig@2.4.0...@lmc-eu/spirit-web-twig@2.5.0) (2023-11-02) diff --git a/packages/web-twig/composer.json b/packages/web-twig/composer.json index b464f1a130..4dd818fdbe 100644 --- a/packages/web-twig/composer.json +++ b/packages/web-twig/composer.json @@ -1,6 +1,6 @@ { "name": "lmc/spirit-web-twig-bundle", - "version": "2.5.0", + "version": "2.6.0", "type": "symfony-bundle", "description": "This is Symfony bundle with twig implementation of the Spirit Design System components and extends the twig implementation with an HTML-like syntax.", "license": "MIT", diff --git a/packages/web-twig/package.json b/packages/web-twig/package.json index aa0e351351..4043831705 100644 --- a/packages/web-twig/package.json +++ b/packages/web-twig/package.json @@ -1,6 +1,6 @@ { "name": "@lmc-eu/spirit-web-twig", - "version": "2.5.0", + "version": "2.6.0", "description": "Twig implementation of Spirit Design System components", "license": "MIT", "private": true, diff --git a/packages/web/CHANGELOG.md b/packages/web/CHANGELOG.md index 6a1e79ff43..182a070d36 100644 --- a/packages/web/CHANGELOG.md +++ b/packages/web/CHANGELOG.md @@ -3,6 +3,53 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. + + +# [1.5.0](https://github.com/lmc-eu/spirit-design-system/compare/@lmc-eu/spirit-web@1.4.0...@lmc-eu/spirit-web@1.5.0) (2023-11-15) + +### Bug Fixes + +- **web, web-twig:** FileUploader changed selectors in JS plugin ([967d5a4](https://github.com/lmc-eu/spirit-design-system/commit/967d5a4)) +- **web:** Disable text decoration changes for disabled links ([c01055a](https://github.com/lmc-eu/spirit-design-system/commit/c01055a)) + +### Chores + +- **ci:** Build packages before running tests ([e310181](https://github.com/lmc-eu/spirit-design-system/commit/e310181)) +- **web:** Build design tokens before building examples ([e4d9586](https://github.com/lmc-eu/spirit-design-system/commit/e4d9586)) +- **web:** Change design-tokens path in scripts ([d3e14a2](https://github.com/lmc-eu/spirit-design-system/commit/d3e14a2)) +- **web:** Do not deploy Offcanvas component as it is empty ([c18effd](https://github.com/lmc-eu/spirit-design-system/commit/c18effd)) + +### Code Refactoring + +- **web:** FileUploader imageObjectFit data attr changed to style ([0b21067](https://github.com/lmc-eu/spirit-design-system/commit/0b21067)) +- **web:** Offcanvas uses design token instead of hardcoded value ([f4ce7b0](https://github.com/lmc-eu/spirit-design-system/commit/f4ce7b0)), closes [#DS-1012](https://github.com/lmc-eu/spirit-design-system/issues/DS-1012) + +### Dependencies + +- Update all non-major dependencies ([828bc68](https://github.com/lmc-eu/spirit-design-system/commit/828bc68)) + +### Documentation + +- **web, web-twig, web-react:** Document ModalHeader and ModalFooter usage recommendations [#DS-1033](https://github.com/lmc-eu/spirit-design-system/issues/DS-1033) ([403cc0b](https://github.com/lmc-eu/spirit-design-system/commit/403cc0b)) +- **web,web-twig,web-react:** Add interactive demo of `Dropdown` placements [#DS-1037](https://github.com/lmc-eu/spirit-design-system/issues/DS-1037) ([deb054c](https://github.com/lmc-eu/spirit-design-system/commit/deb054c)) +- **web,web-twig,web-react:** Make use of new `GridItem` component in `Tooltip` placement examples ([81d9952](https://github.com/lmc-eu/spirit-design-system/commit/81d9952)) +- **web:** FileUploaderAttachment documentation update ([728f31b](https://github.com/lmc-eu/spirit-design-system/commit/728f31b)) +- **web:** Introduce Offcanvas readme and bind it to the Header ([16dff9a](https://github.com/lmc-eu/spirit-design-system/commit/16dff9a)), closes [#DS-1012](https://github.com/lmc-eu/spirit-design-system/issues/DS-1012) +- **web:** Put pure CSS examples of `Tooltip` in line so they are usable in more viewport sizes ([753867a](https://github.com/lmc-eu/spirit-design-system/commit/753867a)) +- **web:** Showcase placement valuse on Tooltip demo ([1aa8b5c](https://github.com/lmc-eu/spirit-design-system/commit/1aa8b5c)), closes [#DS-923](https://github.com/lmc-eu/spirit-design-system/issues/DS-923) + +### Features + +- **web:** Add breakpoint tokens to root CSS variables ([a16707e](https://github.com/lmc-eu/spirit-design-system/commit/a16707e)) +- **web:** Add Feature flag to enable enhanced Dropdown shadow [#DS-963](https://github.com/lmc-eu/spirit-design-system/issues/DS-963) ([c59507b](https://github.com/lmc-eu/spirit-design-system/commit/c59507b)) +- **web:** All JS plugins can now load configuration ([0836854](https://github.com/lmc-eu/spirit-design-system/commit/0836854)) +- **web:** Allow combining links and buttons in `HeaderDesktopActions` ([14f8ee5](https://github.com/lmc-eu/spirit-design-system/commit/14f8ee5)) +- **web:** Enable `