Skip to content

Commit 8033fcb

Browse files
committed
0.0.19
1 parent cc4618e commit 8033fcb

File tree

15 files changed

+32
-14
lines changed

15 files changed

+32
-14
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## [0.0.19](https://github.com/NervJS/parse-css-to-stylesheet/compare/v0.0.17...v0.0.19) (2023-10-27)
2+
3+
4+
### Bug Fixes
5+
6+
* 修复 align-items 丢失问题 ([cc4618e](https://github.com/NervJS/parse-css-to-stylesheet/commit/cc4618e7c3d6fcb439f966329d834735a3214e99))
7+
* 修复动态样式,类名静态时,调用 calcDynamicStyle 函数第二参数为 null ([d5f6091](https://github.com/NervJS/parse-css-to-stylesheet/commit/d5f6091bd7e7916ffc74099133b02c0b7b4d4c3b))
8+
* 修复对 linearGradient 的角度及 color-stop 处理 ([22f648a](https://github.com/NervJS/parse-css-to-stylesheet/commit/22f648ac9e3a7578b3a7462f17819b5da77cc6d3))
9+
* 修复样式单独设置 background 的 color 值时丢失 background color 的问题 ([6103a4c](https://github.com/NervJS/parse-css-to-stylesheet/commit/6103a4c2c04161d69ecb107306384b529578c535))
10+
* margin/padding 为 0 被忽略 ([b9eeec0](https://github.com/NervJS/parse-css-to-stylesheet/commit/b9eeec0271e514f4480c0f6197ca8c551c72dd23))
11+
12+
13+
### Features
14+
15+
* 将样式转换处理拆分出去 ([6de1b02](https://github.com/NervJS/parse-css-to-stylesheet/commit/6de1b029b06a45e2dd5298e4ca883425b5d438c6))
16+
17+
18+
119
## [0.0.18](https://github.com/NervJS/parse-css-to-stylesheet/compare/v0.0.17...v0.0.18) (2023-10-26)
220

321

npm/android-arm-eabi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/parse-css-to-stylesheet-android-arm-eabi",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"os": [
55
"android"
66
],

npm/android-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/parse-css-to-stylesheet-android-arm64",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"os": [
55
"android"
66
],

npm/darwin-arm64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/parse-css-to-stylesheet-darwin-arm64",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"os": [
55
"darwin"
66
],

npm/darwin-universal/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/parse-css-to-stylesheet-darwin-universal",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"os": [
55
"darwin"
66
],

npm/darwin-x64/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/parse-css-to-stylesheet-darwin-x64",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"os": [
55
"darwin"
66
],

npm/linux-arm-gnueabihf/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/parse-css-to-stylesheet-linux-arm-gnueabihf",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"os": [
55
"linux"
66
],

npm/linux-arm64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/parse-css-to-stylesheet-linux-arm64-gnu",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"os": [
55
"linux"
66
],

npm/linux-arm64-musl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/parse-css-to-stylesheet-linux-arm64-musl",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"os": [
55
"linux"
66
],

npm/linux-x64-gnu/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tarojs/parse-css-to-stylesheet-linux-x64-gnu",
3-
"version": "0.0.18",
3+
"version": "0.0.19",
44
"os": [
55
"linux"
66
],

0 commit comments

Comments
 (0)