- Github pages workflow
- 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
toisRequired
- Not mounted bugfixes
- Added support for required fields
- BREAKING: Changed the get...Field to get... and instantly return the value
- BREAKING: Renamed
CmsRepo
toCmsRepository
- Added
searchQuery
toCmsRepository
- BREAKING: Added
CmsRepo
toCmsConfig
- BREAKING: Added better item loading for
CmsReferenceField
- Add
subtitle
toCmsListScreen
- Add
onBackTapped
toCmsListScreen
- Add
isDrawerEnabled
toCmsListScreen
- Make it possible to use a custom viewmodel for
CmsAddScreen
,CmsDetailsScreen
,CmsEditScreen
andCmsListScreen
- Expose the
CmsConfig
inCmsAddViewModel
,CmsDetailsViewModel
,CmsEditViewModel
andCmsListViewModel
- Exposed the
CmsNavigator
inCmsAddViewModel
,CmsDetailsViewModel
,CmsEditViewModel
andCmsListViewModel
- BREAKING: Change
init
toinitCms
inCmsAddViewModel
,CmsDetailsViewModel
,CmsEditViewModel
andCmsListViewModel
- Added support for references using
CmsReferenceField
andCmsReference
- Github actions test
- Initial release