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
{{ message }}
This repository was archived by the owner on Aug 29, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,23 @@
1
1
# Change Log
2
2
3
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
-
## Notice
5
-
This project is still in an early stage. Before version 1.0.0 is reached, there might be breaking changes with minor versions.
6
4
5
+
## v1.0.1
6
+
Made a small refactor so we don't have to mirror Tailwind's internal structure.
7
+
8
+
### Internal changes
9
+
* Updated devDependencies
10
+
* Make published files explicit
11
+
12
+
## v1.0.0
13
+
### Breaking change
14
+
From v1.0.0 onwards only Tailwindcss 3.x is supported. If you are stuck to tailwindcss 2.x, you can keep using a version v0.4.0 without any issues.
15
+
16
+
### Bug fixes
17
+
Make sure Tailwind rebuilds css when file in content changes (#132)
18
+
19
+
### Internal changes
20
+
Internal dependencies were updated to their latest versions
7
21
## v0.4.0
8
22
9
23
Adds support for tailwindcss 3.x [#92](https://github.com/robbevp/postcss-multiple-tailwind/pull/92)[#93](https://github.com/robbevp/postcss-multiple-tailwind/pull/93)
0 commit comments