Skip to content

Commit 162f56d

Browse files
author
wangzhongqiang
committed
Merge branch 'master' into feat/capi
2 parents 014e14c + 8258ea5 commit 162f56d

38 files changed

+6349
-2941
lines changed

CHANGELOG.md

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,88 @@
1+
## [1.0.6](https://github.com/NervJS/parse-css-to-stylesheet/compare/v1.0.5...v1.0.6) (2024-07-04)
2+
3+
4+
### Features
5+
6+
* background枚举变成百分比 ([bb34cb3](https://github.com/NervJS/parse-css-to-stylesheet/commit/bb34cb32149cbb9fd450c20b0f77d5abed2ec5ab))
7+
8+
9+
10+
## [1.0.5](https://github.com/NervJS/parse-css-to-stylesheet/compare/v1.0.4...v1.0.5) (2024-07-03)
11+
12+
13+
### Features
14+
15+
* 拆分text-decoration ([ee55b97](https://github.com/NervJS/parse-css-to-stylesheet/commit/ee55b970f22777f1981aa8f16b73a499c1ce048f))
16+
17+
18+
19+
## [1.0.4](https://github.com/NervJS/parse-css-to-stylesheet/compare/v1.0.3...v1.0.4) (2024-07-02)
20+
21+
22+
### Features
23+
24+
* 增加white-space ([bdef88b](https://github.com/NervJS/parse-css-to-stylesheet/commit/bdef88b24c984257e2e6e2d0e75f1f0c7dd23d0c))
25+
26+
27+
28+
## [1.0.3](https://github.com/NervJS/parse-css-to-stylesheet/compare/v1.0.2...v1.0.3) (2024-06-25)
29+
30+
31+
### Bug Fixes
32+
33+
* 修改enum变量名 ([aae2850](https://github.com/NervJS/parse-css-to-stylesheet/commit/aae28501ba30f918e2e1fe38efe57bfb26d1b8a8))
34+
35+
36+
37+
## [1.0.2](https://github.com/NervJS/parse-css-to-stylesheet/compare/v1.0.1...v1.0.2) (2024-06-25)
38+
39+
40+
### Features
41+
42+
* transition的enum ([961c89f](https://github.com/NervJS/parse-css-to-stylesheet/commit/961c89f85e986c2702145ccbad632cc2ab2bd59e))
43+
* 去掉xyz的引号 ([fa4d75a](https://github.com/NervJS/parse-css-to-stylesheet/commit/fa4d75a63b8ba49b828a22860f1beeb05b00687c))
44+
* 把background-position拆成background-positionx,background-positiony ([c450d8f](https://github.com/NervJS/parse-css-to-stylesheet/commit/c450d8fe13806892295a2919f0c0506fed6d9d7c))
45+
46+
47+
48+
## [1.0.1](https://github.com/NervJS/parse-css-to-stylesheet/compare/v1.0.0...v1.0.1) (2024-06-18)
49+
50+
51+
### Bug Fixes
52+
53+
* 修改vertical-align的映射 ([9bc3735](https://github.com/NervJS/parse-css-to-stylesheet/commit/9bc37353b0fcc80c10eeaa0ca33720ac8262f337))
54+
55+
56+
57+
# [1.0.0](https://github.com/NervJS/parse-css-to-stylesheet/compare/v0.0.69...v1.0.0) (2024-06-17)
58+
59+
60+
### Bug Fixes
61+
62+
* 修复poistion的枚举错误问题 ([5700315](https://github.com/NervJS/parse-css-to-stylesheet/commit/570031538ad6257e4b53522d6c3a731349b21f70))
63+
64+
65+
### Features
66+
67+
* 把fill mode解析成string ([e01ae73](https://github.com/NervJS/parse-css-to-stylesheet/commit/e01ae7329dd7858cda93a0f5000e8863045e3cc1))
68+
* 更新 ([82a8f69](https://github.com/NervJS/parse-css-to-stylesheet/commit/82a8f69c25d5ce196b9ef135e39c9ae01ab2d28d))
69+
* 关闭animation的枚举值解析 ([30e7792](https://github.com/NervJS/parse-css-to-stylesheet/commit/30e77927310a5384e9e1f7fd23bc3c45d4f1b67b))
70+
* 解析单个的fill mode ([eaa995e](https://github.com/NervJS/parse-css-to-stylesheet/commit/eaa995e6e2ec183cb23dd9b3dcb412a1dbc6d1f5))
71+
* 解析timingFunction ([f5f17ba](https://github.com/NervJS/parse-css-to-stylesheet/commit/f5f17ba30b2825d068566e09b05fb053f4f12fc6))
72+
* 去掉打印 ([cc5f9a2](https://github.com/NervJS/parse-css-to-stylesheet/commit/cc5f9a2244e255e5aef9b6c92f198aac391eb8e1))
73+
* 属性枚举化 ([67810ef](https://github.com/NervJS/parse-css-to-stylesheet/commit/67810ef4c5a875834670be8dfb03b9109abaea05))
74+
* 添加animation fill mode ([a9f56f6](https://github.com/NervJS/parse-css-to-stylesheet/commit/a9f56f61c373dee57bddfc81d8abf41de1dd6524))
75+
* 完成枚举化改造 ([7044391](https://github.com/NervJS/parse-css-to-stylesheet/commit/7044391384c7ac82d179d2c3d1f4cc7ed6c423b2))
76+
* 完成word_break ([a3ca5e7](https://github.com/NervJS/parse-css-to-stylesheet/commit/a3ca5e77e20966da0815424af86dc1b368a87b6f))
77+
* 修改 ([f021b1a](https://github.com/NervJS/parse-css-to-stylesheet/commit/f021b1a38b425a7baf370daed83bad22b48b64d4))
78+
* 修改textoverflow ([358c3e2](https://github.com/NervJS/parse-css-to-stylesheet/commit/358c3e2c9b875053c385be5b350156508d4c696b))
79+
* 增加部分伪类的枚举 ([493a427](https://github.com/NervJS/parse-css-to-stylesheet/commit/493a427f56c2955b19d3cf51d731ef5f45b3045b))
80+
* 重构代码输出 ([65c7b32](https://github.com/NervJS/parse-css-to-stylesheet/commit/65c7b32a5784a94921b37e584a87016759c4b826))
81+
* capi ([7a73ef7](https://github.com/NervJS/parse-css-to-stylesheet/commit/7a73ef7ca8f3335ebb3c29d2ebc630b27ad455b8))
82+
* transform ([e5903da](https://github.com/NervJS/parse-css-to-stylesheet/commit/e5903da91e39f727d1b2d459d5a2ecfb19bd2861))
83+
84+
85+
186
## [0.0.69](https://github.com/NervJS/parse-css-to-stylesheet/compare/v0.0.68...v0.0.69) (2024-05-14)
287

388

File renamed without changes.

__test__/compileMode.spec.mjs.md

Lines changed: 0 additions & 120 deletions
This file was deleted.

__test__/compileMode.spec.mjs.snap

-575 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)