aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2020-01-16Support for custom Decimal type in the common targetRobert Jaros
2019-12-30Add support form "main" HTML tagRobert Jaros
2019-12-03Fix application testing (#113)Robert Jaros
2019-12-03Fix modal buttons resposivness.Robert Jaros
2019-12-02Fix keyboard and focus handling for UploadInput componentRobert Jaros
2019-12-02Auto marking of required form fieldsRobert Jaros
2019-12-02Exclude invisible fields from form validationRobert Jaros
2019-12-02Fix select control invalid stateRobert Jaros
2019-11-15Add focus() and blur() methods to Button class.Robert Jaros
2019-11-15Fix an issue with high CPU utilization in IntelliJ by introducing new onEvent...Robert Jaros
2019-11-06Fix exception handling in RestClientRobert Jaros
2019-11-05Add labels/fields horizontal ratio option for FormPanel component.Robert Jaros
2019-11-04Support for Date type serialization/deserialization in RestClient (#101)Robert Jaros
2019-11-02New set of methods returning Response object in RestClient (#100)Robert Jaros
2019-10-25Style fixesRobert Jaros
2019-10-24New Bold html component.Robert Jaros
2019-10-21Add NAV tag type.Robert Jaros