aboutsummaryrefslogtreecommitdiff
path: root/kvision-modules/kvision-bootstrap-select-remote/src/main/kotlin/pl
AgeCommit message (Collapse)Author
2020-05-20Support for request configuration when using remote interfaces.Robert Jaros
2020-05-20Make all stateful components implement ObservableState interfaceRobert Jaros
2020-05-20Support relative links for remote endpointsRobert Jaros
2020-05-09Add new className parameter to all DSL builder functions.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-26Major changes in the event handling architecture. Support for multiple event ↵Robert Jaros
handlers.
2020-02-09Fix constructor parameters orderRobert Jaros
2020-01-19Fix external URL prefix for SelectRemote and TabulatorRemote componentsRobert 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-11-05Fix SelectRemote initialization. Add new option to preload values.Robert Jaros
2019-10-25Now dropdown align option for Select and RemoteSelect components.Robert Jaros
2019-10-24Allow suspending functions for SelectRemote and TabulatorRemote components.Robert Jaros
2019-10-22Send additional state with SelectRemote request.Robert Jaros
2019-10-17Move DSL builder functions out of the companion objects (#93)Robert Jaros
2019-10-03Upgrade to Bootstrap 4.Robert Jaros
Upgrade to Font Awesome 5. Restructure modules.