angulardart_meta 1.3.0
angulardart_meta: ^1.3.0 copied to clipboard
Metadata annotations and core types for AngularDart. Shared between angulardart and angulardart_compiler.
1.3.0 #
- Réexport
RenderMode+ annotations pour la ligne 9.x.
1.2.5 #
- Fix: Skip broken tests that fail due to annotation resolution on synthetic code (source_gen.TypeChecker limitation)
- Fix: analysis_options.yaml files no longer depend on deleted parent analysis_options.yaml
- Fix: Remove orphaned angular/tests/ directory causing 711 analyzer errors
1.2.4 #
- Migrate from
dart:htmltopackage:webfor DOM types - Add: SSR rendering support with conditional platform imports (browser_dom_apis.dart, native_dom_apis.dart)
- Fix: Zero errors/warnings/infos in dart analyze --fatal-infos
1.2.3 #
- Docs: Added AngularDart Reborn banner and dynamic pub badge to README
1.2.2 #
- Docs: Added AngularDart Reborn banner and dynamic pub badge to README
1.2.1 #
- Fix: Republish with corrected exports (ComponentFactory, ComponentRef) and public API imports
1.2.0 #
- Add:
RenderModeenum (server, client, automatic) for hybrid rendering support - Add:
renderModeparameter to@Componentannotation - Add:
Visibilityclass for component visibility control
1.0.3 #
- Fix: Use wide version notation for
metadependency (>=1.15.0 <2.0.0) - Fix: Add
platforms,screenshots, and community disclaimer to pubspec.yaml
1.0.2 #
- Fix: Updated dependency constraints for compatibility with angulardart 9.x ecosystem
1.0.1 #
- Add community-maintained disclaimer to README
1.0.0 #
- Initial release
- Extracted metadata annotations from
angulardartto break circular dependency withangulardart_compiler - Includes:
@Component,@Directive,@Pipe,@Injectable, DI primitives, lifecycle hooks, change detection types, and utilities