Releases: Elementary-team/flutter-elementary
Releases · Elementary-team/flutter-elementary
elementary-test-2.1.0
What's Changed
Added
- Mocked context is mounted by default.
- Method handleError for emulating a call of onErrorHandle in WM tests.
Changed
- WMTester documentation updated.
elementary-3.2.0
What's Changed
Similar to 3.2.1 but with the correct semantic versioning.
elementary-3.1.2
What's Changed
Added
- method for proxying to onErrorHandle during tests;
Elementary-test 2.0.1
elementary-test-2.0.1 Release: elementary-test 2.0.1 version. (#109)
Elementary-helper 1.0.2
elementary-helper-1.0.2 Release: elementary-helper 1.0.2 version.
Elementary 3.1.1
What's Changed
- Feat: support 2023.2 IntelliJ for plugin. by @MbIXjkee in #88
- Chore: Bump word-wrap from 1.2.3 to 1.2.4 in /packages/elementary_tools/plugin_vscode by @dependabot in #85
- Chore: Bump semver from 7.3.5 to 7.5.4 in /packages/elementary_tools/plugin_vscode by @dependabot in #84
- Chore: updated plugin intellij. by @KristinaZoteva in #90
- Docs: fix README typos by @grafovdenis in #91
- Docs: fix example in README.md in elementary package. by @KristinaZoteva in #92
- Add command for creating an Elementary Module in README.md in elementary_cli. by @KristinaZoteva in #93
- Migration from ProjectManagerListner in plugin_intellij. by @KristinaZoteva in #94
- Chore: release Elementary Plugin for IntelliJ v.0.0.7. by @MbIXjkee in #96
- Chore: update constraints for intellij plugin. by @KristinaZoteva in #97
- Chore: Bump ws from 7.5.5 to 7.5.10 in /packages/elementary_tools/plugin_vscode by @dependabot in #100
- Chore: Bump braces from 3.0.2 to 3.0.3 in /packages/elementary_tools/plugin_vscode by @dependabot in #99
- Docs: Documentation update by @MbIXjkee in #104
- Docs: links to website. by @MbIXjkee in #105
- Fix: description for testing mixins. by @MbIXjkee in #106
- Release: elementary 3.1.1 version. by @MbIXjkee in #107
New Contributors
- @grafovdenis made their first contribution in #91
Full Changelog: elementary-3.0.0...elementary-3.1.1
Elementary 3.0.0
[Feat!]: Dart 3 support (#86) * Docs: Update dart docs for core part (partially, WIP). * Chore: handle Dart 3 * Feat: use interface instead of classes and finalize the elementary(element). * Feat: ListenableState now is pure interface. * Docs: update documentation. * Docs: update documentation. * Docs: update documentation. * Docs: update documentation. Refactor: Entity state, Entity Builder. Test: adjust test, add a few missed. * Chore: add changelog for the new version of elementary. * Chore: add changelog for the new version of elementary_test. * Chore: update examples to support new version elementary. * Docs: small cosmetic documentation improvement. * Feat: add alias for EntityStateNotifier interface. * Docs: update main page for repository. * Docs: update main page for repository. * Refactor: move wrappers, builders and pub-subs into separate package. * Chore: add workflow for elementary_helper. * Docs: big update of documentation. * Chore: update workflows, replace deprecated flutter format. * Refactor: format code for elementary helper. * Chore: rename directory to follow pub convention. * Chore: elementary_test preparation to release. * Chore: adjust examples. * Feat: update templates for cli tool. * Feat: update templates for mason. * Refactor: fix warnings. --------- Co-authored-by: KristinaZoteva <[email protected]>
Elementary 1.4.0
elementary-1.4.0 Release: elementary 1.4.0 version.