sandboxed_generator 0.1.7+2
sandboxed_generator: ^0.1.7+2 copied to clipboard
Code generator for Sandboxed components. Automatically creates boilerplate for registering and rendering UI elements in isolation.
0.1.7+2 #
- FIX: replace sboxed.dev links with sboxed.com in pubspec files.
0.1.7+1 #
- REFACTOR: bump analyzer version.
0.1.7 #
- FEAT: introduce generic parameters handling and error widget.
- FEAT: implement TextStyle showcase and editor components.
0.1.6 #
- REFACTOR: update element imports and adjust OverlayPortal usage in UI components.
- FEAT: add Justfile and generate commands for sandboxed packages and apps.
0.1.5+4 #
- Update a dependency to the latest release.
0.1.5+3 #
- REFACTOR: fix all warnings.
0.1.5+2 #
- FIX(generator): fix generated code formatted incorrectly.
0.1.5+1 #
- DOCS: ignore LICENSE.md in pub.
- DOCS: symlink license files.
- DOCS: rename license files.
0.1.5 #
- FEAT(params): add edge insets param editor.
- FEAT: rewrite param system to be extensible.
- DOCS: update license terms.
0.1.4 #
- FEAT(generator): update code generator to new analyzer.
0.1.3+3 #
- FIX: fix meta for abstract class generated errors.
0.1.3+2 #
- FIX: migrate from deprecations.
- FIX(pubspec): update version constraints to make package widely usable.
0.1.3+1 #
- DOCS: fix links in readme.
0.1.3 #
- FEAT(sandboxed_core): enhance dynamic parameter handling and default value resolution.
0.1.2 #
- FEAT(sandboxed_generator): improve component generation and type handling.
- FEAT(sandboxed_generator): dont register Key parameters in story viewer params.
0.1.1 #
- FEAT(generator): add dependency check.
- DOCS: adjust readmes.
- DOCS: add documentation.
0.1.0 #
- Initial unstable release