- Fixed
CmsDoubleField to be able to return the correct value
- Example updated to use
CmsDoubleField
- Fixed
CmsIconField to be able to return the correct value
- Fixed
CmsImageUrlField.url to be CmsImageUrlField
- Added
readOnly to CmsTextField
- Added
actions to CmsListScreen
- Added
CmsIconField and CmsIconButton
- Make sorting optional on
CmsHeader
- Added
context to all viewmodels so that it is possible to use localization in your CMS
- impaktfull_architecture dependency updated to use range between >0.8.1 and <1.0.0
- impaktfull_ui dependency updated to use range between >0.32.0 and <1.0.0
- Update the
requiredValue to isRequired
- Added support for required fields
- BREAKING: Changed the get...Field to get... and instantly return the value
- BREAKING: Renamed
CmsRepo to CmsRepository
- Added
searchQuery to CmsRepository
- BREAKING: Added
CmsRepo to CmsConfig
- BREAKING: Added better item loading for
CmsReferenceField
- Add
subtitle to CmsListScreen
- Add
onBackTapped to CmsListScreen
- Add
isDrawerEnabled to CmsListScreen
- Make it possible to use a custom viewmodel for
CmsAddScreen, CmsDetailsScreen, CmsEditScreen and CmsListScreen
- Expose the
CmsConfig in CmsAddViewModel, CmsDetailsViewModel, CmsEditViewModel and CmsListViewModel
- Exposed the
CmsNavigator in CmsAddViewModel, CmsDetailsViewModel, CmsEditViewModel and CmsListViewModel
- BREAKING: Change
init to initCms in CmsAddViewModel, CmsDetailsViewModel, CmsEditViewModel and CmsListViewModel
- Added support for references using
CmsReferenceField and CmsReference