aboutsummaryrefslogtreecommitdiff
path: root/kvision-modules
AgeCommit message (Collapse)Author
2019-05-11Fixed styling of SimpleSelect control.Robert Jaros
2019-05-11Remove forgotten debug info from code.Robert Jaros
2019-05-11Support for custom sorters, editors and validators in the Tabulator component.Robert Jaros
Support for KVision components in custom formatters and editors.
2019-05-11Add new SimpleSelect form control.Robert Jaros
2019-05-11Allow constructing Root containers from HTMLElement objects.Robert Jaros
2019-05-11Refactor focus and blur methods in FormControl interface.Robert Jaros
2019-05-07Closable tabs in the TabPanel container.Robert Jaros
2019-05-01Update ChartCanvasSpec and ChartSpec for new ChartOptions nameRobbie Cronin
2019-05-01Update Options name to TabulatorOptions in toJs extensionRobbie Cronin
2019-05-01Update missed namespace changesRobbie Cronin
Change Options to ChartOptions to match new variable name
2019-05-01Fix namespace issueRobbie Cronin
Rename 2 conflicting Options variables in Charts and Tabulator packages to ChartOptions and TabulatorOptions respectively
2019-04-24New kvision-tabulator module.Robert Jaros
2019-04-24Fix various problems with re-creating DOM nodes.Robert Jaros
2019-04-24Scrollable tabs for TabPanelRobert Jaros
2019-04-24Dependencies upgrade (kotlin-redux)Robert Jaros
2019-04-22Code style fixes.Robert Jaros
2019-04-22Allow more general model in the data container.Robert Jaros
2019-04-16Upgrade Kotlin to 1.3.30Robert Jaros
Upgrade coroutines to 1.2.0 Upgrade serialization to 0.11.0 Upgrade Ktor to 1.1.4 Upgrade Spring Boot to 2.1.4
2019-04-11Suppress warnings.0.0.33Robert Jaros
2019-04-10Websockets support for Spring Boot and Jooby.Robert Jaros
2019-04-04Fix base test classes.Robert Jaros
2019-04-03Suppress compilation warning.Robert Jaros
2019-04-02Style fixes and style warnings suppress.Robert Jaros
2019-03-31Websockets implementationRobert Jaros
2019-03-24Experimental updatable redux content.Robert Jaros
2019-03-24New RestClient class in the core module.Robert Jaros
2019-03-23Code style fixes.Robert Jaros
2019-03-19Better error handling in CallAgentRobert Jaros
2019-03-19Fix async action handling in ReduxStoreRobert Jaros
2019-03-17Add new kvision-redux module.Robert Jaros
2019-03-17Move suspending functions for getting file content to the kvision-upload module.Robert Jaros
2019-03-17Refactor Dialog component to the separate module.Robert Jaros
2019-03-14Refactor DataContainer component to the separate module.Robert Jaros
2019-03-10New module with support for drawing charts based on chart.js library.Robert Jaros
2019-03-09Code style fixes.Robert Jaros
2019-03-05Refactor kvision-bootstrap module.Robert Jaros
2019-03-05Upgrade some npm dependencies.Robert Jaros
2019-03-05Electron support module.Robert Jaros
2019-02-23Fix sending multipart/form-data with CallAgentRobert Jaros
2019-02-18Simplifications for multiplatform Date type.Robert Jaros
2019-02-18Make kvision-remote module independent of kvision itself.Robert Jaros
Change the default JSON serialization format of Date objects (plain long value).
2019-02-17Fixed tests with headless Chrome.Robert Jaros
2019-02-16Code style fixRobert Jaros
2019-02-16Refactor main controller for Spring Boot. Enable auto-configuration.Robert Jaros
2019-02-16Fix for exception message handling.Robert Jaros
2019-02-16Refactor service manager for Spring Boot.Robert Jaros
2019-02-16Refactor service manager for Jooby. Upgrade Jooby version to 1.6.0.Robert Jaros
2019-02-13Minor declaration fixes.Robert Jaros
2019-02-13Suppress warningRobert Jaros
2019-02-13Unification of @Serializable -> JSON functionsRobert Jaros