Ex4nicegui Versions Save

An extension library for nicegui. It has built-in responsive components and fully implements data-responsive interface programming.

v0.6.6

3 days ago

🚀 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

3 weeks ago

Changes

  • Replace context.get_client() with ui.context.client. @CrystalWindSnake (#178)

🐛 Bug Fixes

  • fix shared pages loss of responsiveness @CrystalWindSnake (#177)

v0.6.4

1 month ago

🚀 Features

  • support rxui.element @CrystalWindSnake (#170)

🐛 Bug Fixes

  • Fix echarts opts by deep ref @CrystalWindSnake (#172)

v0.6.3

2 months ago

🚀 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

2 months ago

🐛 Bug Fixes

  • fix rxui table from df timestamp error @CrystalWindSnake (#161)

v0.6.1

2 months ago

🚀 Features

🐛 Bug Fixes

  • fix local file picker error @CrystalWindSnake (#159)
  • fix rxui table no works use deep ref rows @CrystalWindSnake (#156)

v0.6.0

2 months ago

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

2 months ago

🐛 Bug Fixes

  • fix rxui.pagination to switch pages when the error @CrystalWindSnake (#144)

v0.5.1

2 months ago

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

2 months ago

🚀 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)