diff --git a/CHANGELOG.md b/CHANGELOG.md index 1712321..426588d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +# [1.1.0](https://github.com/NervJS/parse-css-to-stylesheet/compare/v1.0.20...v1.1.0) (2024-12-03) + + +### Bug Fixes + +* 生成二进制暂时不处理 fonts/media/keyframes ([6f4a2d9](https://github.com/NervJS/parse-css-to-stylesheet/commit/6f4a2d94234349db2162d7bd2a0e14182e7ad2b6)) +* 完善样式编译成二进制处理 ([f0c467e](https://github.com/NervJS/parse-css-to-stylesheet/commit/f0c467edb3db331509661a69133a7fa94c186d7c)) +* update ci workflow ([c0a87a6](https://github.com/NervJS/parse-css-to-stylesheet/commit/c0a87a695cc000131282cd850b96036e9e7a98aa)) + + +### Features + +* 更新 typings ([098e3d2](https://github.com/NervJS/parse-css-to-stylesheet/commit/098e3d23aba86b69ac277b655bd42bdc62d05e50)) +* 添加pointer_events的解析 ([24f9746](https://github.com/NervJS/parse-css-to-stylesheet/commit/24f9746b475caa07c9baceab5ec525852ec7fbc4)) +* 支持将样式编译成二进制文件 ([8d53ada](https://github.com/NervJS/parse-css-to-stylesheet/commit/8d53adabd75a9e37033cfcffa2a6c0bc4df3d52c)) +* add registry ([f4b8ce7](https://github.com/NervJS/parse-css-to-stylesheet/commit/f4b8ce76a15f22442105fa8a2b5fd2718722170b)) +* rm node 16 ([ec7dbfc](https://github.com/NervJS/parse-css-to-stylesheet/commit/ec7dbfcb6d4edd96b9f16fdc1dbd2511ff103702)) +* use checkout v4 ([859aa90](https://github.com/NervJS/parse-css-to-stylesheet/commit/859aa90b673a3ac254be38b9bdfcde0c12824e9f)) +* use npm test ([8b72c6b](https://github.com/NervJS/parse-css-to-stylesheet/commit/8b72c6b69444f9a4c4055cb0238803b666d69711)) +* use pnpm ([1365797](https://github.com/NervJS/parse-css-to-stylesheet/commit/136579758f344b1a34af19f8e58bf7382064ddf6)) +* use pnpm ci ([66f1f9e](https://github.com/NervJS/parse-css-to-stylesheet/commit/66f1f9e05768d59104dbc1e7e0ddc4f1ea049697)) + + + ## [1.0.22](https://github.com/NervJS/parse-css-to-stylesheet/compare/v1.0.21...v1.0.22) (2024-09-25) diff --git a/npm/android-arm-eabi/package.json b/npm/android-arm-eabi/package.json index ef084a5..2b5d87f 100644 --- a/npm/android-arm-eabi/package.json +++ b/npm/android-arm-eabi/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/parse-css-to-stylesheet-android-arm-eabi", - "version": "1.0.22", + "version": "1.1.0", "os": [ "android" ], diff --git a/npm/android-arm64/package.json b/npm/android-arm64/package.json index 0bd8ad1..e3b676e 100644 --- a/npm/android-arm64/package.json +++ b/npm/android-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/parse-css-to-stylesheet-android-arm64", - "version": "1.0.22", + "version": "1.1.0", "os": [ "android" ], diff --git a/npm/darwin-arm64/package.json b/npm/darwin-arm64/package.json index 0a56624..437744b 100644 --- a/npm/darwin-arm64/package.json +++ b/npm/darwin-arm64/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/parse-css-to-stylesheet-darwin-arm64", - "version": "1.0.22", + "version": "1.1.0", "os": [ "darwin" ], diff --git a/npm/darwin-universal/package.json b/npm/darwin-universal/package.json index 503d5ba..7d326fe 100644 --- a/npm/darwin-universal/package.json +++ b/npm/darwin-universal/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/parse-css-to-stylesheet-darwin-universal", - "version": "1.0.22", + "version": "1.1.0", "os": [ "darwin" ], diff --git a/npm/darwin-x64/package.json b/npm/darwin-x64/package.json index 009bc91..31cfd61 100644 --- a/npm/darwin-x64/package.json +++ b/npm/darwin-x64/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/parse-css-to-stylesheet-darwin-x64", - "version": "1.0.22", + "version": "1.1.0", "os": [ "darwin" ], diff --git a/npm/linux-arm-gnueabihf/package.json b/npm/linux-arm-gnueabihf/package.json index a7c9776..008746b 100644 --- a/npm/linux-arm-gnueabihf/package.json +++ b/npm/linux-arm-gnueabihf/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/parse-css-to-stylesheet-linux-arm-gnueabihf", - "version": "1.0.22", + "version": "1.1.0", "os": [ "linux" ], diff --git a/npm/linux-arm64-gnu/package.json b/npm/linux-arm64-gnu/package.json index 064ec82..a10a000 100644 --- a/npm/linux-arm64-gnu/package.json +++ b/npm/linux-arm64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/parse-css-to-stylesheet-linux-arm64-gnu", - "version": "1.0.22", + "version": "1.1.0", "os": [ "linux" ], diff --git a/npm/linux-arm64-musl/package.json b/npm/linux-arm64-musl/package.json index beda0f1..ce47e0b 100644 --- a/npm/linux-arm64-musl/package.json +++ b/npm/linux-arm64-musl/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/parse-css-to-stylesheet-linux-arm64-musl", - "version": "1.0.22", + "version": "1.1.0", "os": [ "linux" ], diff --git a/npm/linux-x64-gnu/package.json b/npm/linux-x64-gnu/package.json index d2bca38..ce11edb 100644 --- a/npm/linux-x64-gnu/package.json +++ b/npm/linux-x64-gnu/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/parse-css-to-stylesheet-linux-x64-gnu", - "version": "1.0.22", + "version": "1.1.0", "os": [ "linux" ], diff --git a/npm/linux-x64-musl/package.json b/npm/linux-x64-musl/package.json index 93c694b..f2c40e5 100644 --- a/npm/linux-x64-musl/package.json +++ b/npm/linux-x64-musl/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/parse-css-to-stylesheet-linux-x64-musl", - "version": "1.0.22", + "version": "1.1.0", "os": [ "linux" ], diff --git a/npm/win32-x64-msvc/package.json b/npm/win32-x64-msvc/package.json index 2cf5f1b..98f1c03 100644 --- a/npm/win32-x64-msvc/package.json +++ b/npm/win32-x64-msvc/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/parse-css-to-stylesheet-win32-x64-msvc", - "version": "1.0.22", + "version": "1.1.0", "os": [ "win32" ], diff --git a/package.json b/package.json index 96c7403..71de84f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tarojs/parse-css-to-stylesheet", - "version": "1.0.22", + "version": "1.1.0", "main": "index.js", "types": "index.d.ts", "napi": {