Releases: rjaros/kvision
Releases · rjaros/kvision
0.0.13
- DockPanel usability fixes
- A dialog component
- New simple HTML5 canvas component
- Add resizeWindow event to Window component
- Add dependencies on kotlinx.serialization and kotlinx.coroutines
- Multiplatform kvision-common and kvision-server modules
- Jooby framework integration with automatic JSON-RPC connectivity
- Kwery ORM integration
- Pac4j security module integration
- Change module kind option to 'umd'
0.0.12
- navigation bar fixes
- support for dropdown without caret
- minor fixes and enhancements
0.0.11
- support for Bootswatch and other css themes
- add navbar component
- add context menu component
- add toolbar and button group components
- add progress bar component
- Handlebar.js templates support
- add file upload component
- add iframe component
- plain HTML form attributes (method, action, enctype, target, ...) support
- various enhancements and bug fixes
0.0.10
- support for text, font and position float CSS properties
- some changes to DataContainer and StackPanel
- add focus() and blur() to all form controls
0.0.9
- added filter and mapping functions to the DataContainer component
- better type safety in forms implementation
- new icon component
- minor bug fixes
0.0.8
- Filtering functionality in DataContainer component.
- HTML table support.
- Unit test fixes.
- Build dependencies fixes.
0.0.7
- various enchantments for window component
- minor bug fixes
0.0.6
- new floating, resizable window container
- drag&drop support
- support for position, overflow and resize CSS properties
- fix npm dependencies compatibility
- fix unit tests compatibility with Firefox
- fix event handlers cache
- snabbdom upgrade to 0.7.1
0.0.5
- Removed some DOM artifacts left by DateTimeInput.
- Fixed dependencies compatibility.
0.0.4
- Distribution code size optimizations
- Internal refactorings and fixes
- Examples build process changes.