Releases: CrystalWindSnake/ex4nicegui
Releases · CrystalWindSnake/ex4nicegui
v0.6.8 🌈
🚀 Features
- Introduce scoped styles @CrystalWindSnake (#219)
🐛 Bug Fixes
- Fix effect is not destroyed after the element is removed @CrystalWindSnake (#217)
- Fix using ref_computed within class definitions in errors when bound in route pages. @CrystalWindSnake (#213)
v0.6.7 🌈
🚀 Features
- Add the precision parameter to ui.number @lazyhope,@CrystalWindSnake (#195)
🐛 Bug Fixes
- Fix rxui.number returns 0 instead of None when content is empty @lazyhope,@CrystalWindSnake (#203)
- Fix rxui.echarts the error when registering map SVG data @CrystalWindSnake (#202)
- Fix rxui.echarts from_javascript method fails to create maps @CrystalWindSnake (#200)
- Fix bind prop type hint @CrystalWindSnake (#189)
📁 Documentation
- Add necessary documentation for rxui.tab_panels @CrystalWindSnake (#204)
- Add docs bind prop @CrystalWindSnake (#190)
v0.6.6 🌈
🚀 Features
- Introduces reactive scopes within standalone client connections @CrystalWindSnake (#182)
🐛 Bug Fixes
- fix the issue where ECharts does not support non-mouse events @CrystalWindSnake (#186)
- fix rxui.number type hint error @CrystalWindSnake (#184)
v0.6.5 🌈
Changes
- Replace context.get_client() with ui.context.client. @CrystalWindSnake (#178)
🐛 Bug Fixes
- fix shared pages loss of responsiveness @CrystalWindSnake (#177)
v0.6.4 🌈
🚀 Features
- support rxui.element @CrystalWindSnake (#170)
🐛 Bug Fixes
- Fix echarts opts by deep ref @CrystalWindSnake (#172)
v0.6.3 🌈
🚀 Features
- add update method @CrystalWindSnake (#165)
- Feat rxui tabs and panels @CrystalWindSnake (#163)
🐛 Bug Fixes
- Fix vfor binds a list in a dictionary error @CrystalWindSnake (#169)
- fix rxui.table type error @CrystalWindSnake (#166)
v0.6.2 🌈
🐛 Bug Fixes
- fix rxui table from df timestamp error @CrystalWindSnake (#161)
v0.6.1 🌈
🚀 Features
- support async computed @CrystalWindSnake (#158)
🐛 Bug Fixes
- fix local file picker error @CrystalWindSnake (#159)
- fix rxui table no works use deep ref rows @CrystalWindSnake (#156)
v0.6.0 🌈
Changes
🚀 Features
- introduce vmodel for two-way binding @CrystalWindSnake (#152)
- Introduce rxui.circular_progress @CrystalWindSnake (#150)
- support row wrap @CrystalWindSnake (#149)
- Introduce rxui.knob @CrystalWindSnake (#148)
- Introduce gsap timeline @CrystalWindSnake (#147)
📁 Documentation
- table server-side paging example @CrystalWindSnake (#153)
v0.5.2 🌈
🐛 Bug Fixes
- fix rxui.pagination to switch pages when the error @CrystalWindSnake (#144)