Skip to content

Releases: ant-design/html2sketch

v1.0.2

22 May 02:37
Compare
Choose a tag to compare

1.0.2 (2023-05-22)

🐛 Bug Fixes

  • 调整 engine 到 node 14 (22bbb44)

v1.0.1

16 Feb 08:16
Compare
Choose a tag to compare

1.0.1 (2023-02-16)

🐛 Bug Fixes

  • cssRules error should not block parse (2257640)

v1.0.0

09 Feb 11:41
Compare
Choose a tag to compare

1.0.0 (2023-02-09)

♻ Code Refactoring

  • rename the symbol function (09d0de9)

✨ Features

  • input support overflow (0ff7b55), closes #177
  • support almost full css transform (f7bb06d), closes #148
  • support overflow element (f4b017b), closes #178
  • support rad angle line-gradient (9860090), closes #96
  • support rotate & clip-path (35f6628), closes #180
  • 优化抓取 base64 图片方法 (07dd128)
  • 提供自定义 fetch 方法的能力 (28ed276)
  • 新增固定宽高的能力 (f2df2e5)

🐛 Bug Fixes

  • adjust text and svg resizing constraint (9fc8970)
  • fix absolute position margin parsing (120ba39)
  • fix overflow hidden node use clipping mask (defb941)
  • fix overflow hidden node use clipping mask (055f25d)
  • fix password input text (c8ff928)
  • fix placeholder parsing without css rules (505a390)
  • fix position bug due to sketch text align parsing error (1dce98f), closes #51
  • fix pseudo elt style issue and add test (5c727a3)
  • fix resizingConstraint func and update test (c39f843)
  • gradient parse in safari (aa374e5), closes #185
  • parse linear-gradient (90f3ed8), closes #184
  • set default resizingConstraint to left and top (f897275)
  • should parse textarea value and placeholder (06d70ac), closes #161
  • single child overflow should not be mask (1acab12), closes #181
  • try to fix babel problem (398f825)
  • 修正 textStyle 缺失导致修改文本造成报错的问题 (1a44244)

💥 BREAKING CHANGES

  • rename nodeToSketchSymbol to nodeToSymbol

v1.0.0-beta.22

09 Feb 09:30
Compare
Choose a tag to compare
v1.0.0-beta.22 Pre-release
Pre-release

1.0.0-beta.22 (2023-02-09)

🐛 Bug Fixes

v1.0.0-beta.21

09 Feb 08:01
Compare
Choose a tag to compare
v1.0.0-beta.21 Pre-release
Pre-release

1.0.0-beta.21 (2023-02-09)

🐛 Bug Fixes

v1.0.0-beta.20

06 Feb 02:38
Compare
Choose a tag to compare
v1.0.0-beta.20 Pre-release
Pre-release

1.0.0-beta.20 (2023-02-06)

🐛 Bug Fixes

  • single child overflow should not be mask (1acab12), closes #181

v1.0.0-beta.19

02 Feb 11:24
Compare
Choose a tag to compare
v1.0.0-beta.19 Pre-release
Pre-release

1.0.0-beta.19 (2023-02-02)

✨ Features

v1.0.0-beta.18

16 Jan 06:39
Compare
Choose a tag to compare
v1.0.0-beta.18 Pre-release
Pre-release

1.0.0-beta.18 (2023-01-16)

✨ Features

v1.0.0-beta.17

13 Jan 03:58
Compare
Choose a tag to compare
v1.0.0-beta.17 Pre-release
Pre-release

1.0.0-beta.17 (2023-01-13)

✨ Features

v1.0.0-beta.16

20 Oct 10:45
Compare
Choose a tag to compare
v1.0.0-beta.16 Pre-release
Pre-release

1.0.0-beta.16 (2022-10-20)

🐛 Bug Fixes

  • 修正 textStyle 缺失导致修改文本造成报错的问题 (1a44244)