Skip to content

Commit

Permalink
docs: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Jan 23, 2025
1 parent f754aed commit 3773e5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,12 @@

#### ⚠️ Breaking Changes

- ⚠️ Drop support for Node.js <= 18 due to incompatibility of worker threads.
- ⚠️ Add support for tailwindcss v4 ([#25](https://github.com/schoero/eslint-plugin-readable-tailwind/pull/25))
- The official class ordering seems to have changed slightly.

- ⚠️ Regex names ([#63](https://github.com/schoero/eslint-plugin-readable-tailwind/pull/63))
- ["Names"](https://github.com/schoero/eslint-plugin-readable-tailwind/blob/v2/docs/concepts/concepts.md#name) can now be regular expressions. This is a breaking change, if you have names configured that contain reserved characters in regular expressions like `$`.
- ⚠️ Enable `no-duplicate-classes` by default ([#67](https://github.com/schoero/eslint-plugin-readable-tailwind/pull/67))
- ⚠️ Change default `multiline` grouping to `newLine` ([#68](https://github.com/schoero/eslint-plugin-readable-tailwind/pull/68))

Expand Down

0 comments on commit 3773e5f

Please sign in to comment.