Skip to content

Latest commit

 

History

History
425 lines (254 loc) · 11.2 KB

CHANGELOG.md

File metadata and controls

425 lines (254 loc) · 11.2 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

2024-09-16

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


remix - v0.0.2-alpha.1

  • REFACTOR: Remix was rewritten using Fluent API (#476).
  • REFACTOR: Rewrite all components in the new Archtecture (#467).
  • REFACTOR: Create a new Architecture for remix's components (#446).
  • REFACTOR: Remix progress (#429).
  • FEAT: remix-styling-configuration (#483).
  • FEAT: Segmented control (#479).
  • FEAT: Accordion component (#433).
  • FEAT: Add more directives to Colors (#477).
  • FEAT: Create a theme for Remix (#470).
  • FEAT: Add group feature to Radio (#435).
  • FEAT: Create Select component (#448).
  • FEAT: Add parameter onEnd for AnimatedStyle (#458).
  • FEAT: button supports component builder (#444).
  • FEAT: Refactor Remix components (#428).
  • FEAT: Remix improvements and further improvements (#410).
  • FEAT: Ability to pass MixWidgetStateController to SpecBuilder (#391).
  • FEAT: remix - Foundational components (#317).
  • DOCS: improve mix theme data features explanations (#404).

2024-09-16

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


remix - v0.0.2-alpha.1

  • Increasing the version

2024-09-16

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


mix - v1.5.0

  • FIX: Update OnBrightnessVariant to use MediaQuery instead of Theme (#471).
  • FIX: Style when merged with an AnimatedStyle should generate an AnimatedStyle (#472).
  • FEAT: Create a specific utility to Transform.translate (#484).
  • FEAT: Add more directives to Colors (#477).
  • FEAT: implement a way to clear inline modifiers (#478).
  • FEAT: Fluent API (#475).

remix - v0.0.1-alpha.1

  • REFACTOR: Remix was rewritten using Fluent API (#476).
  • REFACTOR: Rewrite all components in the new Archtecture (#467).
  • REFACTOR: Create a new Architecture for remix's components (#446).
  • REFACTOR: Remix progress (#429).
  • FEAT: Segmented control (#479).
  • FEAT: Accordion component (#433).
  • FEAT: Add more directives to Colors (#477).
  • FEAT: Create a theme for Remix (#470).
  • FEAT: Add group feature to Radio (#435).
  • FEAT: Create Select component (#448).
  • FEAT: Add parameter onEnd for AnimatedStyle (#458).
  • FEAT: button supports component builder (#444).
  • FEAT: Refactor Remix components (#428).
  • FEAT: Remix improvements and further improvements (#410).
  • DOCS: improve mix theme data features explanations (#404).

mix_generator - v0.3.1

  • FEAT: Fluent API (#475).

2024-08-22

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • remix - v0.0.2+6

mix - v1.4.6

  • FIX(docs): fix fn level docs for Style::applyVariants (#460).
  • FIX: Shadow list animation (#445).
  • FIX: SpecModifiers were taking a long time to animate. (#457).
  • FEAT: Create mouse cursor Decorator (#263).
  • FEAT: Add parameter onEnd for AnimatedStyle (#458).
  • FEAT: SingleChildScrollView widget modifier (#427).
  • FEAT: Remix improvements and further improvements (#410).

mix_annotations - v0.3.0

  • FIX: SpecModifiers were taking a long time to animate. (#457).

mix_generator - v0.3.0

  • FIX: SpecModifiers were taking a long time to animate. (#457).
  • FIX: Shadow list animation (#445).

2024-08-08

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • remix - v0.0.2+5

mix - v1.4.5

  • FIX: HitTestBehavior when there is an Interectable in the tree (#437).
  • FEAT: Create a specific utility to Transform.rotate (#434).
  • FEAT: TargetPlatform and web variants (#431).

2024-08-02

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • remix - v0.0.2+4

mix - v1.4.4

  • FIX: Pressable disposes controller only if it creates it (#424).

2024-08-01

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • remix - v0.0.2+3

mix - v1.4.3

  • FIX: Breakpoint utility merge exception (#421).

2024-07-31

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:

Packages with dependency updates only:

Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.

  • remix - v0.0.2+2

mix - v1.4.2

  • FIX: FlexSpecWidget prioritizes the direction in spec (#414).

2024-07-30

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


mix - v1.4.1

  • FIX: Added missing widget state utilities (#411).
  • FIX: Correct handling of individual border sides (#408).
  • DOCS: improve mix theme data features explanations (#404).

mix_generator - v0.2.2+1

  • DOCS: improve mix theme data features explanations (#404).

remix - v0.0.2+1

  • DOCS: improve mix theme data features explanations (#404).

2024-07-25

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


mix - v1.4.0

  • FEAT: Code generation for Widget Modifiers (#396).
  • FEAT: Ability to pass MixWidgetStateController to SpecBuilder (#391).
  • FEAT: Interactive widget state by default (#384).
  • FEAT: MixThemeData can alter default order of modifiers (#380).
  • FEAT: Dto utility generation now adds constructor and static methods (#377).
  • FEAT: ColorSwatchToken and other token improvements (#378).
  • REFACTOR: Code gen more lint friendly dart code (#399).
  • FIX: Gestures propagation for GestureMixStateWidget (#394).
  • FIX: Normalization of order of modifier when applied to a Styled Widget (#389).
  • FIX: Animations of Stack and Flex (#388).
  • FIX: Review the order of modifiers adding FlexibleModifier, PaddingModifier, and RotatedModifier (#379).

mix_annotations - v0.2.1

  • FEAT: MixableSpec now supports withCopyWith, withEquality, withLerp, and skipUtility (#396).

mix_generator - v0.2.2

  • FEAT: Code generation for Widget Modifiers (#396).
  • FEAT: Dto utility generation now adds constructor and static methods (#377).
  • FEAT: ColorSwatchToken and other token improvements (#378).
  • REFACTOR: Code gen more lint friendly dart code (#399) and (#395).
  • FIX: Nullable merge expressions and updates debug properties (#392).

mix_lint - v0.1.1

  • FEAT: Improvements for the "extract attributes" assist (#387).
  • FEAT: implement quick fix for mix_attributes_ordering rule (#381).
  • FEAT: ColorSwatchToken and other token improvements (#378).

remix - v0.0.2

  • FEAT: Ability to pass MixWidgetStateController to SpecBuilder (#391).
  • FEAT: Foundational components (#317).

2024-07-12

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


mix - v1.3.0

  • REFACTOR: use timer instead of future (#374).
  • REFACTOR: bump flutter version to 3.19.0 (#365).
  • FEAT: modifiers in spec (#333).
  • FEAT: add attribute to fontVariantion (#371).

mix_annotations - v0.2.0+1

  • REFACTOR: bump flutter version to 3.19.0 (#365).

mix_generator - v0.2.1

  • REFACTOR: bump flutter version to 3.19.0 (#365).
  • FEAT: modifiers in spec (#333).

mix_lint - v0.1.0+1

  • REFACTOR: bump flutter version to 3.19.0 (#365).

2024-07-03

Changes


Packages with breaking changes:

  • There are no breaking changes in this release.

Packages with other changes:


mix - v1.2.0

  • FIX: Exception when there is no children on flex (#345).
  • FIX: Added remaining params to callable specs and modifiers (#332).
  • FIX: Gap resolve SpaceToken in flex attribute (#327).
  • FIX: mix - Improved merge behavior between ShapeDecoration and BoxDecoration (#316).
  • FEAT: pressable supports keyboard events (#346).