Skip to content

Latest commit

 

History

History
139 lines (90 loc) · 3.8 KB

CHANGELOG.md

File metadata and controls

139 lines (90 loc) · 3.8 KB

Changelog

v0.1.3 (01/01/1970)

What's Changed

🐛 Bug Fixes

  • Fix: dict assignment #37

Contributors

Thanks to all our contributors! 🎉 @pre-commit-ci[bot] and @s-cork

Full Changelog: https://github.com/anvilistas/reactive/compare/v0.1.2...v0.1.3


v0.1.2 (04/12/2024)

What's Changed

🐛 Bug Fixes

  • Fix: add delitem support for reactive list #35
  • Fix - we can make anvil classes reactive #31

Contributors

Thanks to all our contributors! 🎉 @meatballs, @pre-commit-ci, @pre-commit-ci[bot] and @s-cork

Full Changelog: https://github.com/anvilistas/reactive/compare/v0.1.1...v0.1.2


v0.1.1 (19/11/2024)

What's Changed

🐛 Bug Fixes

  • Fixes computations that suspend #28

Other changes

  • Writeback before render #29

Contributors

Thanks to all our contributors! 🎉 @meatballs, @pre-commit-ci, @pre-commit-ci[bot] and @s-cork

Full Changelog: https://github.com/anvilistas/reactive/compare/v0.1.0...v0.1.1


v0.1.0 (07/11/2024)

What's Changed

🚀 Features

  • Support reactivity for classes and instances with slots #26

Contributors

Thanks to all our contributors! 🎉 @meatballs and @s-cork

Full Changelog: https://github.com/anvilistas/reactive/compare/v0.0.12...v0.1.0


v0.0.12 (23/10/2024)

What's Changed

🐛 Bug Fixes

  • Add tests and resulting fixes #20

Contributors

Thanks to all our contributors! 🎉 @s-cork

Full Changelog: https://github.com/anvilistas/reactive/compare/v0.0.11...v0.0.12


v0.0.11 (23/10/2024)

What's Changed

🐛 Bug Fixes

  • Fix: reactive class regression #18
  • fix: error message when failing to sort values in a reactive list #16

Contributors

Thanks to all our contributors! 🎉 @github-actions, @github-actions[bot] and @s-cork

Full Changelog: https://github.com/anvilistas/reactive/compare/v0.0.10...v0.0.11


v0.0.10 (23/10/2024)

What's Changed

🛠 Maintenance

  • update git hooks #12

Other changes

  • Fix: reactive dict should track missing values #13

Contributors

Thanks to all our contributors! 🎉 @pre-commit-ci[bot] and @s-cork

Full Changelog: https://github.com/anvilistas/reactive/compare/v0.0.9...v0.0.10


v0.0.9 (22/10/2024)

What's Changed

  • fix object.new takes no args by @s-cork in #11

v0.0.8 (22/10/2024)

What's Changed

  • fix dict.bool attribute error. Reactive lists and dicts now have signals for their __bool__ methods by @s-cork in #9

v0.0.7 (18/10/2024)

What's Changed

  • [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #1
  • add sorting implementation by @s-cork in #6

New Contributors

  • @pre-commit-ci made their first contribution in #1

v0.0.1 (07/12/2023)

initial working api