aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/pl/treksoft/kvision/core
AgeCommit message (Expand)Author
2020-06-05Change access modifier of getSnStyle function.Robert Jaros
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-15Add new TextNode component.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 support for custom html elements and custom css styles (#144)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-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-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
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-13Style fixes. Suppress style warnings.Robert Jaros
2019-07-09New DOM bindings. Drop horrible "strictDOM" property.Robert Jaros
2019-07-08More general CssSize (based on Number type). Note: both .px and .pt extension...Robert Jaros
2019-06-26Merge pull request #61 from robert-cronin/masterRobert Jaros
2019-06-26New type inference workaround (KT-32168)Robert Jaros
2019-06-26correct spelling error for vertical-alignRobbie Cronin
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-04Fix modals rendering.Robert Jaros
2019-04-02Support for tooltips and popovers.Robert Jaros
2019-03-24Some fixes for CSS style objects.Robert Jaros
2019-03-23Code style fixes.Robert Jaros
2019-03-23CSS style objects.Robert Jaros
2019-03-14Refactor DataContainer component to the separate module.Robert Jaros
2019-03-10New module with support for drawing charts based on chart.js library.Robert Jaros
2019-03-03Support for overflow-wrap, word-break and line-break CSS properties.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-04-25Upgrade Kotlin to 1.2.40 and kotlin-fronted-plugin to 0.0.30 (with webpack 4)Robert Jaros
2018-03-29Code style fixes.Robert Jaros