aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/pl/treksoft/kvision/core/StyledComponent.kt
AgeCommit message (Expand)Author
2020-06-05Change access modifier of getSnStyle function.Robert Jaros
2020-03-27Add support for custom html elements and custom css styles (#144)Robert Jaros
2020-02-23Support for "cursor" CSS property (#135)Robert Jaros
2020-02-23Deprecate some problematic overloaded constructors.Robert Jaros
2019-06-26correct spelling error for vertical-alignRobbie Cronin
2019-06-03Refactor support for additional attributes from Tag up to the Widget class.Robert Jaros
2019-04-22Code style fixes.Robert Jaros
2019-04-18Add internal cache for styles generation code.Robert Jaros
2019-03-03Support for overflow-wrap, word-break and line-break CSS properties.Robert Jaros
2018-10-08Refactoring to modulesRobert Jaros
2018-03-29Code style fixes.Robert Jaros
2018-03-22Support for display CSS property.Robert Jaros
2018-03-08Support for text, font and position float CSS properties.Robert Jaros
2018-02-26Add support for overflow and resize CSS properties.Robert Jaros
2018-02-25Change enum classes names for better readability.Robert Jaros
2018-02-25CSS position support.Robert Jaros
2018-02-22Property values delegated to a map (idea by tieskedh)Robert Jaros
2018-02-09Refactoring. API documentation.Robert Jaros
2018-02-04Refactoring packages layoutRobert Jaros
2018-02-03Refactoring for kdoc API documentation with dokkaRobert Jaros
2018-01-29"auto" support in CssSizeRobert Jaros
2017-11-25Form validationRobert Jaros
2017-10-19Refactoring styled componentRobert Jaros
2017-10-12color, opacity and background css propertiesRobert Jaros
2017-10-08Refactoring StyledComponent out of WidgetRobert Jaros