Releases: CrystalWindSnake/ex4nicegui
Releases · CrystalWindSnake/ex4nicegui
v0.5.1 🌈
Changes
🚀 Features
- bind classes support direct function passing @CrystalWindSnake (#141)
🐛 Bug Fixes
- Fix/vfor err list del @CrystalWindSnake (#143)
- fix effect not works after err @CrystalWindSnake (#142)
v0.5.0 🌈
🚀 Features
- Support for complex object deconstruction response deep_ref @CrystalWindSnake (#135)
- support vfor two way binding @CrystalWindSnake (#131)
📁 Documentation
- todo list mvc examples @CrystalWindSnake (#139)
v0.4.13 🌈
🚀 Features
- support rxui.linear_progress @CrystalWindSnake (#127)
- Introduce
vfor
@CrystalWindSnake (#118)
🐛 Bug Fixes
- Fix slider value not effect @CrystalWindSnake (#126)
- fix the issue that lazy input still triggers the event with the same value @CrystalWindSnake (#119)
v0.4.12 🌈
🚀 Features
- Support Execute all responsive triggers after each ui event loop @CrystalWindSnake (#116)
- support create echart from javascript code @CrystalWindSnake (#109)
🐛 Bug Fixes
- fix gsap run script error with blank lines in script header @CrystalWindSnake (#111)
- fix rxui.label typing @CrystalWindSnake (#107)
- fix ref_computed only responding once when applied to instance methods @CrystalWindSnake (#108)
v0.4.11
🐛 Bug Fixes
- fix gsap module packaging issue
v0.4.10 🌈
🚀 Features
- support for gsap @CrystalWindSnake (#106)
🐛 Bug Fixes
- fix incorrect value when rxui.select options and value are modified at the same time. @CrystalWindSnake (#105)
- fix event missing 1 required positional argument: 'e' @CrystalWindSnake (#103)
- fix rxui.image does not work @CrystalWindSnake (#100)
- fix ColorPicker initialization exception @CrystalWindSnake (#99)
v0.4.9 🌈
v0.4.8 🌈
Changes
🚀 Features
- ref_computed support instance method @CrystalWindSnake (#95)
- echarts support for run chart method @CrystalWindSnake (#91)
🐛 Bug Fixes
- fix lazy_input click clear button, response value not update @CrystalWindSnake (#90)
- fix rxui.echarts update options incorrectly @CrystalWindSnake (#87)
v0.4.7 🌈
Changes
🚀 Features
- Support bind style @CrystalWindSnake (#85)
- Support for binding class @CrystalWindSnake (#83)
v0.4.6 🌈
Changes
🐛 Bug Fixes
- fix rxui.number value Incorrect @CrystalWindSnake (#82)
- fix problem of rxui.number with format parameter @CrystalWindSnake (#81)
- fix from_pyecharts error when function returns None @CrystalWindSnake (#79)