aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-05-20Make all stateful components implement ObservableState interfaceRobert Jaros
2020-05-20Support for jQuery animations (#154)Robert Jaros
2020-05-16Fix warningsRobert Jaros
2020-05-15Add new generic onClick handler extension function.Robert Jaros
2020-05-15Allow nullable src property for the Image component.Robert Jaros
2020-05-15Add IMG html tag to the enum class.Robert Jaros
2020-05-15Add new TextNode component.Robert Jaros
2020-05-14Make Button component a container.Robert Jaros
2020-05-10Fix RestClient data serialization.Robert Jaros
2020-05-10Add simplified version of FormPanel DSL builder function to easily create HTM...Robert Jaros
2020-05-10Add simple "fieldset" HTML componentRobert Jaros
2020-05-10Fix RestClient data serialization.Robert 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-06New dedicated classes for NAV, OL, UL, LI html elements.Robert Jaros
2020-05-03Simplify state binding functions. Deprecate stateBinding() in favor of bind().Robert Jaros
2020-05-01New ObservableValue classRobert Jaros
2020-04-19New kvision-toast module (#69)Robert Jaros
2020-04-19Small fix for observable models builder functionsRobert Jaros
2020-03-31ObservableSet class implementing ObservableState (#148)Robert Jaros
2020-03-27Add support for custom html elements and custom css styles (#144)Robert Jaros
2020-03-27Small fix to the flex panel internal marginsRobert Jaros
2020-03-27Add hooks to allow direct access to afterInsert and afterDestroy callbacksRobert Jaros
2020-03-17Missing anchor tag type (#144)Robert Jaros
2020-03-16Fix forms validation for hidden fields.Robert Jaros
2020-03-11Upgrade to Kotlin 1.3.70 + other dependencies (Coroutinse, Serialization, Spr...Robert Jaros
2020-03-04Fix stack panel routes handling.Robert Jaros
2020-03-04Fix internal event listeners order (#143)Robert Jaros
2020-03-03Fix TextShadow constructorRobert 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-26Fix deprecation messages.Robert Jaros
2020-02-26Major changes in the event handling architecture. Support for multiple event ...Robert Jaros
2020-02-23Support for "cursor" CSS property (#135)Robert Jaros
2020-02-23Deprecate some problematic overloaded constructors.Robert Jaros
2020-02-22Allow form validation without marking fields with errors.Robert Jaros
2020-02-09Disallow null value for RangeInputRobert Jaros
2020-02-08New Typeahead componentRobert 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
2020-02-01Add support for custom type fields in Form/FormPanel model class.Robert Jaros
2020-01-31Support for fieldset HTML element both as a standalone container and within F...Robert Jaros
2020-01-20Add "tabChange" event for TabPanel container2.9.0Robert Jaros
2020-01-20Fix tabulator module dependenciesRobert Jaros
2020-01-20Fix tabulator module dependenciesRobert Jaros
2020-01-20Better support for applications with multiple roots.Robert Jaros
2020-01-19Fix code commentsRobert Jaros