Releases: emanuel-braz/flutter_micro_app
Releases · emanuel-braz/flutter_micro_app
Release 0.11.0
What's Changed
- Make MicroAppEvent property name as optional by @emanuel-braz in #42
- Release Candidate 0.11.0 by @emanuel-braz in #43
Full Changelog: 0.10.0...0.11.0
Release 0.10.0
Added
- Add GenericMicroAppEventController in order to enable webview controllers
Release 0.8.0
Summary (Feature / Bugfix description)
Break
- Using Map as default data transfer object, instead string
Fix
- Enable/disable native requets in navigation events
Added
- Parses event data from native platform
- Add optional timeout parameter, but still can use timeout in the old way as well
This PR fixes/implements (types of changes)
- New feature (non-breaking change which adds functionality)
- Bug fix (non-breaking change which fixes an issue)
- Breaking change (fix or feature that would cause existing functionality to change)
- Chore, changes that do not affect the software behavior (docs, build process, configs, structures)
Requirements (if applicable)
- Have you lint your code locally prior to submission?
- All new and existing tests passed?
- Did you update the changelog file?
- Did you update pubspec.yaml?
- Have you written new tests for your core changes, as applicable?
Release 0.7.0
0.7.0
[2022-05-03]
Break
- WidgetPageBuilder (arguments:dynamic) parameter becomes (settings:RouteSettings)
Added
- Separation of native events enablers
- Make optional the widgetbuilder channels
What's Changed
- It makes channels as optional by @emanuel-braz in #27
- WidgetPageBuilder (arguments:dynamic) parameter becomes (settings:RouteSettings) by @emanuel-braz in #28
- Separation of native events enablers by @emanuel-braz in #29
Full Changelog: 0.6.0...0.7.0
Release 0.6.0
Break
- PageBuilder
function
becameclass
Added
- Add transition animation per MicroPage
- Add hasRoute method to NavigatorInstance
Release 0.5.0
Added
- Add event handler list to mixin
- close navigator when firstpage pops
- add transitions for navigation
- fix lint warnings
- add navigator widget
- add maNav to BuildContext extension
Break
- change route to pageBuilder
- getFragment becomes getPageBuilder
Release 0.4.0
PR #18
Release 0.3.0
Merge pull request #6 from emanuel-braz/develop Release 0.3.0
Release 0.2.0
Merge pull request #1 from emanuel-braz/develop New feats, bug fixes, chores and better performance
Release 0.1.0
first commit