aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/pl/treksoft/kvision/form
AgeCommit message (Collapse)Author
2020-05-20Make all stateful components implement ObservableState interfaceRobert Jaros
2020-05-10Add simplified version of FormPanel DSL builder function to easily create ↵Robert Jaros
HTML form elements with attributes.
2020-05-09Add new className parameter to all DSL builder functions.Robert Jaros
2020-03-16Fix forms validation for hidden fields.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-22Allow form validation without marking fields with errors.Robert Jaros
2020-02-09Disallow null value for RangeInputRobert Jaros
2020-02-02Add RangeInput and Range components (sliders) (#132)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 ↵Robert Jaros
FormPanel (#129)
2019-12-02Auto marking of required form fieldsRobert Jaros
2019-12-02Exclude invisible fields from form validationRobert 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-05Add labels/fields horizontal ratio option for FormPanel component.Robert Jaros
2019-10-17Move DSL builder functions out of the companion objects (#93)Robert Jaros
2019-10-06Remove radio button default style.Robert Jaros
2019-10-05Form panel styling abstraction.Robert Jaros
2019-10-03Upgrade to Bootstrap 4.Robert Jaros
Upgrade to Font Awesome 5. Restructure modules.
2019-07-09New DOM bindings. Drop horrible "strictDOM" property.Robert Jaros
2019-05-11Add new SimpleSelect form control.Robert Jaros
2019-05-11Refactor focus and blur methods in FormControl interface.Robert Jaros
2019-04-24Fix various problems with re-creating DOM nodes.Robert Jaros
2019-04-22Code style fixes.Robert Jaros
2019-04-16Upgrade Kotlin to 1.3.30Robert Jaros
Upgrade coroutines to 1.2.0 Upgrade serialization to 0.11.0 Upgrade Ktor to 1.1.4 Upgrade Spring Boot to 2.1.4
2019-03-17Move suspending functions for getting file content to the kvision-upload module.Robert Jaros
2019-02-18Make kvision-remote module independent of kvision itself.Robert Jaros
Change the default JSON serialization format of Date objects (plain long value).
2019-02-13Fix for date/time format used in the form implementation.Robert Jaros
2019-01-19Code style.Robert Jaros
2019-01-19New method for easy access to the content of selected files.Robert Jaros
2019-01-16Unification of class hierarchy in form.check package.Robert Jaros
2019-01-16Fix for UploadInput with empty or multiple value.Robert Jaros
2018-11-07Upgrade to Kotlin 1.3.0 final.Robert Jaros
2018-10-13Major refactoring of the multi-platform components.Robert Jaros
Dependencies upgrade. A lot of code style fixes.
2018-10-08Testing modules.Robert Jaros
2018-10-08Refactoring to modulesRobert Jaros
2018-09-28Migration to Kotlin 1.3Robert Jaros
2018-08-22Style warnings fixes.Robert Jaros
2018-08-21Internationalization support for built-in components.Robert Jaros
2018-08-19Internationalization support.Robert Jaros
2018-08-16Main dependencies upgrade (Kotlin 1.2.60, coroutines 0.24.0, serialization ↵0.0.15Robert Jaros
0.6.1, frontend plugin 0.0.37, jooby 1.5.0)
2018-05-04Copyright comments unificationRobert Jaros
2018-04-25Multiplatform kvision-common and kvision-server modules.Robert Jaros
Support for automatic remote bindings (work in progress).
2018-03-30Support for some events of file upload control.Robert Jaros
2018-03-29Components for file upload.Robert Jaros
2018-03-29Code style fixes.Robert Jaros
2018-03-26Plain HTML form attributes (method, action, enctype, target, ...) support.Robert Jaros
Form controls refactoring.
2018-03-22RichTextInput fix for FirefoxRobert Jaros