UNPKG

@rws-aoa/stylelint-config

Version:
70 lines (40 loc) 4.83 kB
# Changelog All notable changes to this project will be documented in this file. # [@rws-aoa/stylelint-config@4.0.0](https://github.com/RWS-NL/aoa-design-system/compare/@rws-aoa/stylelint-config@3.0.0...@rws-aoa/stylelint-config@4.0.0) - (2025-07-09) ## 🐛 Bug Fixes - **react-library:** Bump to material ui v7 and mui x v8 ([d9e5678](https://github.com/RWS-NL/aoa-design-system/commit/d9e5678e047585ffd73c7f4d3f785e198eb0f64d)) - 💥 **BREAKING CHANGE:** This updates the library to Material UI v7. Please refer to https://mui.com/material-ui/migration/upgrade-to-v7/ - 💥 **BREAKING CHANGE:** This updates the library to MUI X v8. Please refer to https://mui.com/x/migration/migration-data-grid-v7/ - **stylelint-config:** Bump dependencies ([f7c1146](https://github.com/RWS-NL/aoa-design-system/commit/f7c114608cfb3840b993e16ab5161410d69fb692)) # [@rws-aoa/stylelint-config@3.0.0](https://github.com/RWS-NL/aoa-design-system/compare/@rws-aoa/stylelint-config@2.1.2...@rws-aoa/stylelint-config@3.0.0) - (2025-04-25) ## 🚀 Features - Update tanstack form to v1 ([1a0bb28](https://github.com/RWS-NL/aoa-design-system/commit/1a0bb28d114e5ed8f939b4d25bfa8cdbde6ecc78)) ([#1580](https://github.com/RWS-NL/aoa-design-system/pull/1580) by @favna) - 💥 **BREAKING CHANGE:** The `@tanstack/react-form` library has been upgraded to a new major version. Consult their blog for breaking change information: https://tanstack.com/blog/announcing-tanstack-form-v1 - 💥 **BREAKING CHANGE:** `@tanstack/react-form` no longer supports Yup validation and now relies on [Standard Schema](https://standardschema.dev) validation libraries such as zod (preferred) - 💥 **BREAKING CHANGE:** The `FormError` component has been renamed to `FieldError` to make room for an actual `FormError` for form-based validation as opposed to field-based validation - 💥 **BREAKING CHANGE:** The `FieldError` component is no longer exposed directly from the library. This is to ensure that it cannot be accidentally used without `field.AppField`. - 💥 **BREAKING CHANGE:** The `FormModal` component is no longer exposed directly from the library. This is to ensure that it cannot be accidentally used without `form.AppForm`. - 💥 **BREAKING CHANGE:** `FormModal` no longer accepts a prop for `form` as it's not passed through the Tanstack Form context. # [@rws-aoa/stylelint-config@2.1.2](https://github.com/RWS-NL/aoa-design-system/compare/@rws-aoa/stylelint-config@2.1.1...@rws-aoa/stylelint-config@2.1.2) - (2025-03-07) ## 🐛 Bug Fixes - **stylint-config:** Update dependencies ([e5277d2](https://github.com/RWS-NL/aoa-design-system/commit/e5277d2ac3b8a559eea97199e5ee91fcfcbf8045)) # [@rws-aoa/stylelint-config@2.1.1](https://github.com/RWS-NL/aoa-design-system/compare/@rws-aoa/stylelint-config@2.1.0...@rws-aoa/stylelint-config@2.1.1) - (2025-02-24) ## 🐛 Bug Fixes - **stylelint-config:** Bump dependencies ([88e17c3](https://github.com/RWS-NL/aoa-design-system/commit/88e17c3a5e81083803825dfa02b1d2cc545adee8)) ## 🪞 Styling - Prettier single quotes ([9dace8b](https://github.com/RWS-NL/aoa-design-system/commit/9dace8b29ed84fd4e0e1ec4c02b6b108ef772649)) ([#1516](https://github.com/RWS-NL/aoa-design-system/pull/1516) by @favna) # [@rws-aoa/stylelint-config@2.1.0](https://github.com/RWS-NL/aoa-design-system/compare/@rws-aoa/stylelint-config@2.0.0...@rws-aoa/stylelint-config@2.1.0) - (2025-01-21) ## 🏠 Refactor - Update dependencies & eslint config ([359e0c7](https://github.com/RWS-NL/aoa-design-system/commit/359e0c74da581669d06e0d133e62bb985852ee19)) ([#1490](https://github.com/RWS-NL/aoa-design-system/pull/1490) by @favna) ## 🐛 Bug Fixes - Bump dependencies ([173c825](https://github.com/RWS-NL/aoa-design-system/commit/173c825e43da8c9995f977f174c7ad3f5836da04)) ## 📝 Documentation - Fix formatting in changelog ([393f5bd](https://github.com/RWS-NL/aoa-design-system/commit/393f5bd3b57faf0e3965a12b39945b0e9e6dfba5)) ## 🚀 Features - Adjust code for better form support ([55e2ac2](https://github.com/RWS-NL/aoa-design-system/commit/55e2ac21a808b2c9a311aa6ef5793bb44689b1bc)) ([#995](https://github.com/RWS-NL/aoa-design-system/pull/995) by @favna) # [@rws-aoa/stylelint-config@2.0.0](https://github.com/RWS-NL/aoa-design-system/compare/@rws-aoa/stylelint-config@1.2.12...@rws-aoa/stylelint-config@2.0.0) - (2024-06-05) ## 🏠 Refactor - **stylelint-config:** Migrate to ESM only ([89fc1df](https://github.com/RWS-NL/aoa-design-system/commit/89fc1dfd132cfb0d6effa78222047efc917502c3)) - 💥 **BREAKING CHANGE:** The stylelint config will only work with an ESM based config file with this version. Make sure to use `stylelint.config.mjs` or `.stylelintrc.mjs` with ESM style imports. # Changelog All notable changes to this project will be documented in this file.