This a is a migration guide to move your project to the new version of the api:
-
rename your api consumption mode : --
mode
=>dataPaginationMode
-
use kebab case for your events consumption : --
dataChanged
=>data-changed
where ? awesomeCrud and awesomeForm
use nestedModels
instead
where ? awesomeForm css (in the component and in modal.scss)
use modal-fullscreen
instead
what ? this props sends a signal for refreshing nested components where ? awesomeForm and awesomeCrud
use nestedElementsNeedRefresh
instead
what ? this props sends a signal for refreshing various parts of the awesomecrud where ? awesomeForm and awesomeCrud
use needsRefresh
instead