Releases: CrystalWindSnake/ex4nicegui
Releases · CrystalWindSnake/ex4nicegui
v0.8.3 🌈
🚀 Features
- Allow various settings for
lazy_panel
@CrystalWindSnake (#262)
🐛 Bug Fixes
- Fix
rxui.toggle
causes the service connection to be interrupted @CrystalWindSnake (#265)
v0.8.2 🌈
🐛 Bug Fixes
- Fix rxui.echarts click event not working in tab_panels @CrystalWindSnake (#261)
- Fix ViewModel TypeError using string method @CrystalWindSnake (#259)
v0.8.1 🌈
🚀 Features
- Introduce implicit creation of reactive with
rxui.ViewModel
@CrystalWindSnake (#256)
Documentation
v0.8.0 🌈
Changes
- Upgrade NiceGUI to version 2.0.0
🚀 Features
- Add bind value for chip @CrystalWindSnake (#255)
- Add the
align_items
parameter torxui.row
,rxui.card
, andrxui.column
. @CrystalWindSnake (#252)
🐛 Bug Fixes
- Fix
rxui.echarts.from_pyecharts
cannot use a function. @CrystalWindSnake (#254) - Fix the width of
rxui.echarts
is inconsistent withui.echart
. @CrystalWindSnake (#253)
v0.7.1 🌈
🚀 Features
- add rxui.avatar @CrystalWindSnake (#248)
- add rxui.toggle @CrystalWindSnake (#247)
- add rxui.badge
v0.7.0 🌈
🚀 Features
- Introduce
rxui.tooltip
@CrystalWindSnake (#243) - Introduce
rxui.ViewModel
@CrystalWindSnake (#241) - Introduce
rxui.dialog
@CrystalWindSnake (#240)
🐛 Bug Fixes
- Fix
rxui.select
does not display correctly when using deep ref. @CrystalWindSnake (#238)
📁 Documentation
v0.6.9 🌈
Changes
🚀 Features
- Introduce rxui.chip @CrystalWindSnake (#234)
- Introduce lazy-loaded tab panels @CrystalWindSnake (#221)
- Introduce next_tick, which allows it to be executed in the next scheduling. @CrystalWindSnake (#222)
🐛 Bug Fixes
- Fix client locker keyError @CrystalWindSnake (#236)
- Fix the event of rxui.echarts becomes invalid after refreshing the page @CrystalWindSnake (#230)
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)