Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NervJS/parse-css-to-stylesheet
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.1.14
Choose a base ref
...
head repository: NervJS/parse-css-to-stylesheet
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref

Commits on May 1, 2025

  1. feat: 更新stylesheet_generated

    mayintao3 committed May 1, 2025
    Copy the full SHA
    5095f15 View commit details

Commits on May 14, 2025

  1. Copy the full SHA
    bbc5539 View commit details
  2. chore(release): publish 1.1.15

    heiazu committed May 14, 2025
    Copy the full SHA
    06e5bda View commit details

Commits on May 20, 2025

  1. Copy the full SHA
    e0d028d View commit details
  2. chore(release): publish 1.1.16

    mayintao3 committed May 20, 2025
    Copy the full SHA
    094cfa0 View commit details

Commits on May 22, 2025

  1. feat: 添加解析bin文件的命令

    mayintao3 committed May 22, 2025
    Copy the full SHA
    911569b View commit details

Commits on May 30, 2025

  1. Copy the full SHA
    c0771a6 View commit details
  2. chore(release): publish 1.1.17

    heiazu committed May 30, 2025
    Copy the full SHA
    91e1cf5 View commit details

Commits on Jun 10, 2025

  1. Copy the full SHA
    cecfd33 View commit details
  2. chore(release): publish 1.1.18

    heiazu committed Jun 10, 2025
    Copy the full SHA
    f67d88d View commit details

Commits on Jun 19, 2025

  1. feat: 添加 animation-fill-mode 的解析

    mayintao3 committed Jun 19, 2025
    Copy the full SHA
    b41ff1b View commit details
  2. chore(release): publish 1.1.19

    mayintao3 committed Jun 19, 2025
    Copy the full SHA
    f1358f6 View commit details

Commits on Jun 26, 2025

  1. Copy the full SHA
    48bc103 View commit details
  2. chore(release): publish 1.1.20

    heiazu committed Jun 26, 2025
    Copy the full SHA
    205c57c View commit details
  3. --amend

    heiazu committed Jun 26, 2025
    Copy the full SHA
    bbac885 View commit details
  4. chore(release): publish 1.1.21

    heiazu committed Jun 26, 2025
    Copy the full SHA
    b748e13 View commit details
  5. chore(release): publish 1.1.21

    heiazu committed Jun 26, 2025
    Copy the full SHA
    8e3181a View commit details

Commits on Jul 1, 2025

  1. fix: 修复calc解析vw异常

    heiazu committed Jul 1, 2025
    Copy the full SHA
    33b509e View commit details
  2. Copy the full SHA
    db01e13 View commit details
  3. feat: 补充测试用例

    heiazu committed Jul 1, 2025
    Copy the full SHA
    c6d844a View commit details

Commits on Aug 6, 2025

  1. feat: remove log

    mayintao3 committed Aug 6, 2025
    Copy the full SHA
    52ba24b View commit details
73 changes: 73 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,76 @@
## [1.1.22](https://github.com/NervJS/parse-css-to-stylesheet/compare/v1.1.21...v1.1.22) (2025-07-01)


### Bug Fixes

* 修复calc解析vw异常 ([33b509e](https://github.com/NervJS/parse-css-to-stylesheet/commit/33b509ef5db667a75e3a78456787c8d2359e78db))



## [1.1.21](https://github.com/NervJS/parse-css-to-stylesheet/compare/v1.1.20...v1.1.21) (2025-06-26)



## [1.1.20](https://github.com/NervJS/parse-css-to-stylesheet/compare/v1.1.19...v1.1.20) (2025-06-26)


### Features

* 支持设计稿转换模式配置 ([48bc103](https://github.com/NervJS/parse-css-to-stylesheet/commit/48bc10376be711421437c3f2719c2cbf048cc4b9))



## [1.1.19](https://github.com/NervJS/parse-css-to-stylesheet/compare/v1.1.18...v1.1.19) (2025-06-19)


### Features

* 添加 animation-fill-mode 的解析 ([b41ff1b](https://github.com/NervJS/parse-css-to-stylesheet/commit/b41ff1bab9a45f303881b7f037c818971f07f314))



## [1.1.18](https://github.com/NervJS/parse-css-to-stylesheet/compare/v1.1.17...v1.1.18) (2025-06-10)


### Features

* 增加display: inline和inline-block ([cecfd33](https://github.com/NervJS/parse-css-to-stylesheet/commit/cecfd3364d1ef376ba689bf34d6f29b22410e2a1))



## [1.1.17](https://github.com/NervJS/parse-css-to-stylesheet/compare/v1.1.16...v1.1.17) (2025-05-30)


### Bug Fixes

* 修复在postcss兼容低版本浏览器的额外样式 ([c0771a6](https://github.com/NervJS/parse-css-to-stylesheet/commit/c0771a64ea7004988139cb7f1c7909703b37087f))


### Features

* 添加解析bin文件的命令 ([911569b](https://github.com/NervJS/parse-css-to-stylesheet/commit/911569b836c957a0350f37d6ff2c2321e615a8f8))



## [1.1.16](https://github.com/NervJS/parse-css-to-stylesheet/compare/v1.1.15...v1.1.16) (2025-05-20)


### Features

* 添加animationDirection和animationplaystate的解析 ([e0d028d](https://github.com/NervJS/parse-css-to-stylesheet/commit/e0d028dd85e29ad354955ac3d85fd2df81d5452f))



## [1.1.15](https://github.com/NervJS/parse-css-to-stylesheet/compare/v1.1.14...v1.1.15) (2025-05-14)


### Features

* 更新stylesheet_generated ([5095f15](https://github.com/NervJS/parse-css-to-stylesheet/commit/5095f1586103d8a342026d2eb9d3052fc16e3f10))
* 修复calc对于px字符串的处理 ([bbc5539](https://github.com/NervJS/parse-css-to-stylesheet/commit/bbc5539f33f05b332f3afd75dd243023d0b0a6a3))



## [1.1.14](https://github.com/NervJS/parse-css-to-stylesheet/compare/v1.1.13...v1.1.14) (2025-05-01)


Loading