Skip to content

Commit 810a624

Browse files
committed
v0.0.4 Update version and docs
1 parent 3f465a8 commit 810a624

File tree

4 files changed

+21
-12
lines changed

4 files changed

+21
-12
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ All notable changes to the "windcraft" extension will be documented in this file
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

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+
![WindCraft TypeScript Language Server Plugin](docs/images/feature/0.0.2/windcraft-ts-plugin.gif)
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.
18+
19+
![WindCraft Button](docs/images/feature/0.0.2/windcraft-open.gif)
20+
721
### 0.0.1
822

923
Initial release of the extension! 🚀

README.md

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,14 @@ This extension contributes the following settings:
2929

3030
Preview release of WindCraft - a visual Tailwind CSS editor.
3131

32-
### 0.0.3
32+
### 0.0.4
3333

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.
3538

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-
![WindCraft TypeScript Language Server Plugin](docs/images/feature/0.0.2/windcraft-ts-plugin.gif)
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.
43-
44-
![WindCraft Button](docs/images/feature/0.0.2/windcraft-open.gif)
39+
![Add ClassName](docs/images/feature/windcraft-add-classname.gif)
4540

4641
### Next Release
4742

456 KB
Loading

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "windcraft",
33
"private": true,
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"scripts": {
66
"dev": "npm run dev --workspaces --if-present",
77
"build": "npm run build --workspaces --if-present",

0 commit comments

Comments
 (0)