Skip to content

Latest commit

 

History

History
114 lines (59 loc) · 1.69 KB

CHANGELOG.md

File metadata and controls

114 lines (59 loc) · 1.69 KB

0.13.1 - 0.13.2

Fix

  • Github pages workflow

0.13.0

Breaking

  • Added context to all viewmodels so that it is possible to use localization in your CMS

0.12.2

Fix

  • impaktfull_architecture dependency updated to use range between >0.8.1 and <1.0.0

0.12.1

Fix

  • impaktfull_ui dependency updated to use range between >0.32.0 and <1.0.0

0.12.0

Feat

  • Update the requiredValue to isRequired

Fix

  • Not mounted bugfixes

0.11.0

Feat

  • Added support for required fields

0.10.0

Feat

  • BREAKING: Changed the get...Field to get... and instantly return the value

0.9.0

Feat

  • BREAKING: Renamed CmsRepo to CmsRepository
  • Added searchQuery to CmsRepository

0.8.0

Feat

  • BREAKING: Added CmsRepo to CmsConfig

0.7.0

Feat

  • BREAKING: Added better item loading for CmsReferenceField

0.6.0

Feat

  • Add subtitle to CmsListScreen
  • Add onBackTapped to CmsListScreen
  • Add isDrawerEnabled to CmsListScreen

0.5.0

Feat

  • Make it possible to use a custom viewmodel for CmsAddScreen, CmsDetailsScreen, CmsEditScreen and CmsListScreen

0.4.0

Feat

  • Expose the CmsConfig in CmsAddViewModel, CmsDetailsViewModel, CmsEditViewModel and CmsListViewModel

0.3.0

Feat

  • Exposed the CmsNavigator in CmsAddViewModel, CmsDetailsViewModel, CmsEditViewModel and CmsListViewModel

0.2.0

Feat

  • BREAKING: Change init to initCms in CmsAddViewModel, CmsDetailsViewModel, CmsEditViewModel and CmsListViewModel

0.1.0

Feat

  • Added support for references using CmsReferenceField and CmsReference

0.0.2

Fix

  • Github actions test

0.0.1

Feat

  • Initial release