aboutsummaryrefslogtreecommitdiff
path: root/kvision-modules/kvision-bootstrap-datetime
AgeCommit message (Collapse)Author
2020-05-20Make all stateful components implement ObservableState interfaceRobert 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 ↵Robert Jaros
panel builder functions and constructors.
2020-05-01Force jQuery 3.4.1 and Moment.js 2.24.0 to workaround breaking issues.Robert Jaros
2020-04-25Fix tests3.7.1Robert Jaros
2020-04-25Fix label for DateTime component.Robert Jaros
2020-04-24Allow accessing the TextInput component in the DateTimeInput control.Robert Jaros
2020-03-12Fix package.json generation.Robert Jaros
2020-03-11Upgrade to Kotlin 1.3.70 + other dependencies (Coroutinse, Serialization, ↵Robert Jaros
Spring Boot) Major refactoring of build architecture.
2020-02-27Remove deprecated methods.Robert Jaros
Style fixes.
2020-02-26Major changes in the event handling architecture. Support for multiple event ↵Robert Jaros
handlers.
2020-02-09Fix DateTimeInput positioning inside the Tabulator tableRobert Jaros
2019-11-15Fix an issue with high CPU utilization in IntelliJ by introducing new ↵Robert Jaros
onEvent extension function and changing the names of some style methods
2019-10-25Style fixesRobert Jaros
2019-10-17Move DSL builder functions out of the companion objects (#93)Robert Jaros
2019-10-13Fix tests.Robert Jaros
2019-10-13New Application class to reduce applications boilerplate (#92).Robert Jaros
New testutils module.
2019-10-06Update all tests.Robert Jaros
2019-10-05Updated DateTime form control (#89)Robert Jaros
2019-10-03Upgrade to Bootstrap 4.Robert Jaros
Upgrade to Font Awesome 5. Restructure modules.