aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/pl/treksoft/kvision/core/Widget.kt
AgeCommit message (Expand)Author
2020-06-02Add parameter of bind, for not removing children when binding component to th...Robert Jaros
2020-06-02Fix hooks calling order (#156)Robert Jaros
2020-05-20Make all stateful components implement ObservableState interfaceRobert Jaros
2020-05-20Support for jQuery animations (#154)Robert Jaros
2020-05-15Add new generic onClick handler extension function.Robert Jaros
2020-05-09Add new className parameter to all DSL builder functions.Robert Jaros
2020-05-03Simplify state binding functions. Deprecate stateBinding() in favor of bind().Robert Jaros
2020-03-27Add hooks to allow direct access to afterInsert and afterDestroy callbacksRobert Jaros
2020-03-11Upgrade to Kotlin 1.3.70 + other dependencies (Coroutinse, Serialization, Spr...Robert Jaros
2020-03-04Fix internal event listeners order (#143)Robert Jaros
2020-02-27Remove deprecated methods.Robert Jaros
2020-02-27Fix testsRobert Jaros
2020-02-26Major changes in the event handling architecture. Support for multiple event ...Robert Jaros
2020-02-26Major changes in the event handling architecture. Support for multiple event ...Robert Jaros
2019-11-15Fix an issue with high CPU utilization in IntelliJ by introducing new onEvent...Robert Jaros
2019-10-25Style fixesRobert Jaros
2019-10-17Move DSL builder functions out of the companion objects (#93)Robert Jaros
2019-10-03Upgrade to Bootstrap 4.Robert Jaros
2019-07-09New DOM bindings. Drop horrible "strictDOM" property.Robert Jaros
2019-06-26New type inference workaround (KT-32168)Robert Jaros
2019-06-22An advanced option to strictly bind a component to the DOM element.Robert Jaros
2019-06-03Refactor support for additional attributes from Tag up to the Widget class.Robert Jaros
2019-04-24Fix various problems with re-creating DOM nodes.Robert Jaros
2019-04-22Code style fixes.Robert Jaros
2019-04-18Add internal cache for styles generation code.Robert Jaros
2019-04-02Support for tooltips and popovers.Robert Jaros
2019-03-23CSS style objects.Robert Jaros
2019-03-14Refactor DataContainer component to the separate module.Robert Jaros
2018-12-20New module with Select component tailored for server-side connectivityRobert Jaros
2018-10-13Major refactoring of the multi-platform components.Robert Jaros
2018-10-08Refactoring to modulesRobert Jaros
2018-08-22I18n support in Handlebars templates.Robert Jaros
2018-08-19Internationalization support.Robert Jaros
2018-03-29Code style fixes.Robert Jaros
2018-03-22Context menu component based on Bootstrap dropdown.Robert Jaros
2018-03-04Style fixes.Robert Jaros
2018-02-26Fix incorrect cache of snabbdom event handlers.Robert Jaros
2018-02-25Change enum classes names for better readability.Robert Jaros
2018-02-25CSS position support.Robert Jaros
2018-02-23Removed DOM artifacts left after destroying DateTimeInput.Robert Jaros
2018-02-22Property values delegated to a map (idea by tieskedh)Robert Jaros
2018-02-12DSL builders returning built components.Robert Jaros
2018-02-12Type safe DSL buildersRobert Jaros
2018-02-09Refactoring. API documentation.Robert Jaros
2018-02-04Refactoring packages layoutRobert Jaros
2018-01-28Change icon sizeRobert Jaros
2018-01-17Code formatting (Kotlin Style Guide)Robert Jaros
2018-01-16Spinner form controlsRobert Jaros
2017-11-25Form validationRobert Jaros
2017-11-04Refactoring events handlingRobert Jaros