You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,22 @@
1
1
# eslint-plugin-svelte-tailwindcss
2
2
3
+
## 0.1.0-next.6
4
+
5
+
### Minor Changes
6
+
7
+
- Improve `sort-classes` implementation as well as fixing a couple of issues with ([#19](https://github.com/mikededo/eslint-plugin-svelte-tailwindcss/pull/19))
8
+
`CallExpressions` inside the `html` code of the template.
9
+
10
+
- Support `CallExpression` for `sort-classes` rule ([#15](https://github.com/mikededo/eslint-plugin-svelte-tailwindcss/pull/15))
11
+
12
+
### Patch Changes
13
+
14
+
- Tests improvements, docs fixes and other small fixes/improvements. ([#19](https://github.com/mikededo/eslint-plugin-svelte-tailwindcss/pull/19))
15
+
16
+
- Remove unnecessary configuration inherited from `eslint-plugin-tailwindcss`. ([#19](https://github.com/mikededo/eslint-plugin-svelte-tailwindcss/pull/19))
17
+
18
+
- Add `@typescript-eslint/types` in `externals` ([#16](https://github.com/mikededo/eslint-plugin-svelte-tailwindcss/pull/16))
0 commit comments