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
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,20 @@ All notable changes to the "windcraft" extension will be documented in this file
4
4
5
5
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
6
6
7
+
### 0.0.3
8
+
9
+
TypeScript Language Server Plugin version 🚀
10
+
11
+
This release adds TypeScript Language Server Plugin support to WindCraft. This brings the initial improvement of adding cascading classes details in the editor. On the longer term this will unlock more features.
12
+
13
+

14
+
15
+
Placeholder for unlicensed users to get a license key have been added. This is a temporary measure to allow users to continue using WindCraft while we work on the licensing system - we are evaluating ways for users to support the development of this tool.
16
+
17
+
Added a WindCraft button for tsx files to open the WindCraft editor. Hopefully this will make it easier for users to open the editor.
Copy file name to clipboardExpand all lines: README.md
+6-11Lines changed: 6 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,19 +29,14 @@ This extension contributes the following settings:
29
29
30
30
Preview release of WindCraft - a visual Tailwind CSS editor.
31
31
32
-
### 0.0.3
32
+
### 0.0.4
33
33
34
-
TypeScript Language Server Plugin version 🚀
34
+
* Enable WindCraft to add the `ClassName` property to JSX elements in TypeScript files.
35
+
* Added additional decorator for showing the empty className attribute in JSX elements.
36
+
* Fixed issue when scroll updating values in the editor, updates are now more accurate.
37
+
* Fixed issue where some classNames in scope should not be inherited by the child elements e.g. "flex" class should not be inherited by the child elements.
35
38
36
-
This release adds TypeScript Language Server Plugin support to WindCraft. This brings the initial improvement of adding cascading classes details in the editor. On the longer term this will unlock more features.
37
-
38
-

39
-
40
-
Placeholder for unlicensed users to get a license key have been added. This is a temporary measure to allow users to continue using WindCraft while we work on the licensing system - we are evaluating ways for users to support the development of this tool.
41
-
42
-
Added a WindCraft button for tsx files to open the WindCraft editor. Hopefully this will make it easier for users to open the editor.
0 commit comments