Skip to content

Commit bbdf7f6

Browse files
committed
0.0.50
1 parent 6983bd5 commit bbdf7f6

File tree

16 files changed

+30
-16
lines changed

16 files changed

+30
-16
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## [0.0.50](https://github.com/NervJS/parse-css-to-stylesheet/compare/v0.0.48...v0.0.50) (2024-04-08)
2+
3+
4+
### Bug Fixes
5+
6+
* 修复部分组件没有包裹combine ([adeae60](https://github.com/NervJS/parse-css-to-stylesheet/commit/adeae60a5d97190097fc2c0b4811d6c6321614a5))
7+
8+
9+
### Features
10+
11+
* 支持overflow:auto ([6983bd5](https://github.com/NervJS/parse-css-to-stylesheet/commit/6983bd5e1d7e8b62e9041ba288440b2b06665488))
12+
13+
14+
115
## [0.0.49](https://github.com/NervJS/parse-css-to-stylesheet/compare/v0.0.48...v0.0.49) (2024-04-01)
216

317

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export function parse(
8080
| align-content | 'flex-start', 'flex-end', 'center', 'space-between', 'space-around', 'space-evenly' | ✔️ |
8181
| align-items | 'flex-start', 'flex-end', 'center', 'baseline', 'stretch' | ✔️ |
8282
| align-self | 'flex-start', 'flex-end', 'center', 'baseline', 'stretch' , 'auto' | ✔️ |
83-
| flex-wrap | 'nowrap', 'wrap', 'wrap-reverse' | |
83+
| flex-wrap | 'nowrap', 'wrap', 'wrap-reverse' | ✔️ |
8484
| position | 'relative', 'absolute', 'fixed' | ✔️ |
8585
| left | Length | ✔️ |
8686
| top | Length | ✔️ |
@@ -133,7 +133,7 @@ export function parse(
133133
| opacity | Number | ✔️ |
134134
| display | 'flex', 'none', 'block' | ✔️ |
135135
| display | 'inline-block', 'inline-flex', 'inline' ||
136-
| overflow | 'hidden', 'visible' | ✔️ |
136+
| overflow | 'hidden', 'visible', 'scroll' | ✔️ |
137137
| transform | translate、translateX、translateY、translateZ、translate2d、translate3d、scale、scaleX、scaleY、scale3d、rotate、rotateX、rotateY、rotate3d | ✔️ |
138138
| transform-origin | Length(top/center/bottom) Length(left/center/right) | ✔️ |
139139
| animation | | 后续支持 |

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.49",
3+
"version": "0.0.50",
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.49",
3+
"version": "0.0.50",
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.49",
3+
"version": "0.0.50",
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.49",
3+
"version": "0.0.50",
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.49",
3+
"version": "0.0.50",
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.49",
3+
"version": "0.0.50",
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.49",
3+
"version": "0.0.50",
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.49",
3+
"version": "0.0.50",
44
"os": [
55
"linux"
66
],

0 commit comments

Comments
 (0)