Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

Releases: Parabeac/parabeac_core

4.0.0 - Release

24 Mar 03:50
ab0cf03
Compare
Choose a tag to compare

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

15 Aug 22:55
42900cc
Compare
Choose a tag to compare

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

05 Jul 22:13
90e0f45
Compare
Choose a tag to compare
  • 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

08 May 21:26
6b09e9c
Compare
Choose a tag to compare

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
    • 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.

Full Changelog: v2.8.0...v3.0.0

2.8.0 - Release

11 Apr 23:51
77b16b6
Compare
Choose a tag to compare

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

06 Apr 02:34
b812f70
Compare
Choose a tag to compare

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

21 Mar 00:22
6fb1618
Compare
Choose a tag to compare

What's Changed

  • Add Dashbook Support.
  • Fix PBFlutterWriter Returning Too Early.

Full Changelog: v2.5.0...v2.6.1

2.5.0 - Release

13 Mar 02:28
c13cbf4
Compare
Choose a tag to compare

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
  • 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

23 Feb 04:54
de2aff6
Compare
Choose a tag to compare

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

18 Jan 00:47
dc29df3
Compare
Choose a tag to compare
2.3.0 - Release Pre-release
Pre-release
  • Updated README
  • Auto Layout Fixes
  • Null safety for generated code
  • Fixes for custom
  • Variation support