This repository has been archived by the owner on Jan 25, 2024. It is now read-only.
Releases: Parabeac/parabeac_core
Releases · Parabeac/parabeac_core
4.0.0 - Release
What's Changed
- Support for Material 3
- Still have support for Material 2
- Material 3 is the new default
- LayoutBuilders are inside Components, instead of being needed by the Instance
Full Changelog: v3.3.0...v4.0.0
3.3.0 - Release
What's Changed
- Generation of ColorSchemes
- Integration of ColorSchemes into ThemeData
- Improve CLI arguments
- Add capabilities to configurations.json for CLI arguments
- Add levels of integration
- Improvements and Bugfixes
Full Changelog: v3.1.0...v3.3.0
3.1.0 - Release
- Generation of global Colors
- If detected in a Figma file, parabeac_core will export a file containing all global colors as constants.
- Generation of global TextStyles
- If detected in a Figma file, parabeac_core will export a file containing all global TextStyles as constants.
- Includes fontSize, fontWeight, letterSpacing, fontFamily, color, and decoration
- Add Golden tests
- Bugfixes
- Alignment improvements
- Constraints improvements
3.0.0 - Release
What's Changed
- Add support for domain-layered architecture
- This organizes the Flutter folder structure by the type or domain. We use the following folders to organize the project:
- widgets - Corresponds to the
Components
of the design file - views - Corresponds to the top-level
Frames
(screens) of the design file - assets - Will contain the project's images
- widgets - Corresponds to the
- Each directory will be subdivided according to the number of pages inside the Figma file.
- This is a breaking change, as previous projects will generate with a new folder structure.
- This organizes the Flutter folder structure by the type or domain. We use the following folders to organize the project:
Full Changelog: v2.8.0...v3.0.0
2.8.0 - Release
What's Changed
- Fixed BoxConstraints typing for widgets.
- Add default widget to custom components, enabling being called independently
- Add golden testing for AutoLayout
Full Changelog: v2.7.0...v2.8.0
2.7.0 - Release
What's Changed
- Add runtime transactions in Sentry
- Added golden file testing for styling
- Fix styling bugs for components
Full Changelog: v2.6.1...v2.7.0
Release - 2.6.1
What's Changed
- Add Dashbook Support.
- Fix PBFlutterWriter Returning Too Early.
Full Changelog: v2.5.0...v2.6.1
2.5.0 - Release
What's Changed
- Better support for Styling for Rectangles, Frames & Text
- Fills should be better interpreted
- SOLID fills get merged into one color
- GRADIENT gets interpreted to its Flutter equal or made image if the gradient is more complex
- IMAGE gets interpreted as image
- Effects such as Shadows get added just for Rectangles now
- Borders are better interpreted & aligned
- Fills should be better interpreted
- Images that are only vector related are interpreted as SVG for better representation on Flutter code
- Fixed issue on components
- Fixed small issues & inconsistencies on variables names, references & duplications
Full Changelog: v2.4.0...v2.5.0
2.4.0 - Release
What's Changed
- Component Isolation Support
- Widgetbook Integration
- Add option to provide parabeac with OAuth token to convert Figma Files
Full Changelog: v2.3.0...v2.4.0
2.3.0 - Release
- Updated README
- Auto Layout Fixes
- Null safety for generated code
- Fixes for custom
- Variation support