< 返回版块

c5soft 发表于 2021-05-19 21:22

Tags:yew,wasm

Changelog

0.18.0 (2021-05-15)

Changelog

0.17.4 (2020-10-18)

Changelog

  • 🛠 Fixes

    • Fixed a "call stack exceeded" panic that occurred if a Component was updated many times [[@jstarry], #1624]

0.17.3 (2020-08-16)

Changelog

  • ⚡️ Features

    • Added prompt function to DialogService. [[@teymour-aldridge], #1350]
    • Implement From<&[T]> where T: AsRef<str> for Classes. [[@alexschrod], #1448]
    • Added batch_callback_once to ComponentLink. [[@ctron], #1463]
  • 🛠 Fixes

    • Properties with default type params can now have Properties trait derived. [[@siku2], #1408]
    • html!: Improved compile error messages for invalid list fragments. [[@siku2], #1445]
    • Batch component updates are processed more efficiently. [[@bakape], #1470]

0.17.2 (2020-07-04)

Changelog

  • ⚡️ Features

    • Key now implements Deref<Target = str>. [[@faulesocke], #1370]
  • 🛠 Fixes

    • Uncontrolled input values are no cleared when component renders. [[@jstarry], #1374]
    • Revert lazy rendering behavior introduced in 0.17.0. Yew will render the component between each update. [[@jstarry], #1373]

评论区

写评论
Mike Tang 2021-05-19 22:24

yew现在用起来怎么样了?

1 共 1 条评论, 1 页