Releases: copper-leaf/kotlin-json-forms
Releases · copper-leaf/kotlin-json-forms
0.7.0
0.6.0
- Significant refactor, removes Ballast as a dependency to use normal Compose state management without enforcing any particular pattern
0.5.0
- New
json-forms-compose-core
artifact has been added with all the base functionality using only Compose Runtime - Added
json-forms-compose-bulma
to display forms in Compose/Web with Bulma styling, based onjson-forms-compose-core
json-forms-compose
has been renamed tojson-forms-compose-material
, which is also based onjson-forms-compose-core
0.4.0
- Use already-parsed JsonElement instead of forcing the library to only work with JSON Strings
0.3.0
- Adds code editor control
- Connects rich text widget to form state
- adds multi-select checkbox controls
0.2.0
- Adds a few more widget types
- Slightly improves UI
0.1.0
- Initial Commit