Skip to content

Commit

Permalink
chore(release): v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laoer536 committed Jul 20, 2023
1 parent 43d4f11 commit d35c809
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 2 deletions.
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# Changelog


## v1.1.0


### 🚀 Enhancements

- Read less code (03b8b40)
- Start create css tree (9009a75)
- GetNeededInfoFromCssTree (f8c3dbe)
- GetDomTree (bfd90bc)
- CreateDomStr start (bfc3123)
- Domstr start (6b04a98)
- 使用‘.self’标记,成功解决类名在本级的问题 (7aef49e)
- 使用‘.self’标记,成功解决类名在本级的问题 (1aea3b2)
- React core code completion (581c4c1)
- Core code completion (1bd615b)
- Release code (2b3b25b)
- Templates.ts code fix (a72ef6d)
- Templates.ts code fix (035908c)
- V1.0.0 (0178153)
- V1.0.0 (b23ecda)

### 🔥 Performance

- Domstr fix (cda8e04)

### 🩹 Fixes

- Scss,css,less support (7a8271e)
- CodeAfterInjectingKeyInformation return result err (091db9a)
- Build (43d4f11)

### 💅 Refactors

- 代码调整 (23d2738)
- 代码调整 (c5459ff)
- Differentiate between frameworks generating code (521470d)
- According styleType to generating code (c6ec2a0)

### ❤️ Contributors

- Laoer536 <[email protected]>
- LJie <[email protected]>

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "style-to-dom",
"version": "1.0.0",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -40,4 +40,4 @@
"vue": "^3.3.4",
"prettier": "^2.8.8"
}
}
}

0 comments on commit d35c809

Please sign in to comment.