aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2020-05-20Support for jQuery animations (#154)Robert Jaros
2020-05-15Add new TextNode component.Robert Jaros
2020-05-10Add simple "fieldset" HTML componentRobert Jaros
2020-05-09Add missing tests for new html componentsRobert Jaros
2020-05-09Add new className parameter to all DSL builder functions.Robert Jaros
2020-05-06Add root panel container types from Bootstrap 4.4. Deprecate current root pan...Robert Jaros
2020-05-03Simplify state binding functions. Deprecate stateBinding() in favor of bind().Robert Jaros
2020-03-27Add support for custom html elements and custom css styles (#144)Robert Jaros
2020-03-11Upgrade to Kotlin 1.3.70 + other dependencies (Coroutinse, Serialization, Spr...Robert Jaros
2020-02-27Fix testsRobert Jaros
2020-02-26Major changes in the event handling architecture. Support for multiple event ...Robert Jaros
2020-02-02Fix package nameRobert Jaros
2020-02-02Add RangeInput and Range components (sliders) (#132)Robert Jaros
2020-02-02Unit tests for Bold and FieldsetPanel components.Robert Jaros
2019-11-15Fix an issue with high CPU utilization in IntelliJ by introducing new onEvent...Robert Jaros
2019-10-17Move DSL builder functions out of the companion objects (#93)Robert Jaros
2019-10-13New Application class to reduce applications boilerplate (#92).Robert Jaros
2019-10-13Refactor StateBinding class with ObservableState interface.Robert Jaros
2019-10-06Update all tests.Robert Jaros
2019-10-03Upgrade to Bootstrap 4.Robert Jaros
2019-07-09Fix tests.Robert Jaros
2019-05-11Add new SimpleSelect form control.Robert Jaros
2019-05-11Allow constructing Root containers from HTMLElement objects.Robert Jaros
2019-05-07Closable tabs in the TabPanel container.Robert Jaros
2019-04-04Fix base test classes.Robert Jaros
2019-04-03Add new dedicated classes for some most used html tags.Robert Jaros
2019-03-24Some fixes for CSS style objects.Robert Jaros
2019-03-23CSS style objects.Robert Jaros
2019-03-14Refactor DataContainer component to the separate module.Robert Jaros
2019-03-09Unary plus support for DSL builders in the Tag class.Robert Jaros
2019-01-23Data container enhancements and fixes.Robert Jaros
2019-01-21Removed mapping function from DataContainer class. Add sorter and sorterType ...Robert Jaros
2019-01-16Unification of class hierarchy in form.check package.Robert Jaros
2019-01-09Dependencies upgrade.Robert Jaros
2018-10-13Major refactoring of the multi-platform components.Robert Jaros
2018-10-08Testing modules.Robert Jaros
2018-10-08Refactoring to modulesRobert Jaros
2018-05-04New simple HTML5 canvas componentRobert Jaros
2018-05-04Copyright comments unificationRobert Jaros
2018-05-04DockPanel usability fixesRobert Jaros
2018-04-25Multiplatform kvision-common and kvision-server modules.Robert Jaros
2018-04-25Unit test fix.Robert Jaros
2018-03-31Iframe component.Robert Jaros
2018-03-29Components for file upload.Robert Jaros
2018-03-26Plain HTML form attributes (method, action, enctype, target, ...) support.Robert Jaros
2018-03-23Unit tests for progress bar components.Robert Jaros
2018-03-23Small fixes for links in dropdowns.Robert Jaros
2018-03-23Style fixesRobert Jaros
2018-03-23Support fo toolbar and button group componenets.Robert Jaros
2018-03-23Unit tests for context menu component.Robert Jaros