- Dependencies upgrade (Ktor 1.3.1, Spring Boot 2.2.4 and others)
- Add new
FieldsetPanel
container (#129) - Add support for grouping items with fieldsets inside the
FormPanel
container (#129) - Add support for custom type fields within
Form
/FormPanel
model class - Change numeric parameters of the
Spinner
component to theNumber
type - Add new
RangeInput
andRange
components (sliders) (#132) - Add new
TypeaheadInput
andTypeahead
components in thekvision-bootstrap-typeahead
module - Add new
TypeaheadRemoteInput
andTypeaheadRemote
components in thekvision-bootstrap-typeahead-remote
module - Fix constructor parameters order in
SelectRemote
component. - Simplify bindings definitions for remote components (select, typeahead)
- Fix
DateTimeInput
positioning inside the Tabulator table (#97)