Skip to content

Commit

Permalink
Version bump and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Feb 2, 2024
1 parent 985e21e commit 372be1b
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 26 deletions.
58 changes: 35 additions & 23 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,51 +1,63 @@
# 1.0.0-beta.5

* Better support for ShapeBorder by @leoafarias
* Added backgroundBlendMode to decoration by @leoafarias
* Add disabled property in PressableBox by @tilucasoli
* Chore/remove demo by @tilucasoli
* Color directives by @leoafarias
* Updated open graph images by @leoafarias
* Remove function from Widget Tree by @tilucasoli
* Create StyledImage by @tilucasoli
* Dto merge issues by @leoafarias

# 1.0.0-beta.4

- Improvements on border, and borderRadius utitlies.
- Fixes issue [#179](https://github.com/conceptadev/mix/issues/179)
* Improvements on border, and borderRadius utitlies.
* Fixes issue [#179](https://github.com/conceptadev/mix/issues/179)

## 1.0.0-beta.3

- Revamped Mix API for improved functionality and developer experience.
- Enhanced performance and system responsiveness.
- Broadened test coverage for greater reliability.
- Extensive bug fixes for increased stability.
* Revamped Mix API for improved functionality and developer experience.
* Enhanced performance and system responsiveness.
* Broadened test coverage for greater reliability.
* Extensive bug fixes for increased stability.

Visit our documentation site for more information [https://fluttermix.com](https://fluttermix.com)

## 0.0.7

- Performance improvements
- Bug fixes [#59](https://github.com/leoafarias/mix/issues/59) by @bdlukaa
- InheritedAttribute - Custiom Mix attributes [#94](https://github.com/leoafarias/mix/pull/94) by @pbissonho
* Performance improvements
* Bug fixes [#59](https://github.com/leoafarias/mix/issues/59) by @bdlukaa
* InheritedAttribute - Custiom Mix attributes [#94](https://github.com/leoafarias/mix/pull/94) by @pbissonho

## 0.0.6

- Refactored MixTheme & Context Tokens
- ZBox Widget by @
- Headless Widgets (Experimental)
- Lots of bug fixes and performance improvements.
* Refactored MixTheme & Context Tokens
* ZBox Widget by @
* Headless Widgets (Experimental)
* Lots of bug fixes and performance improvements.

## 0.0.5

- Adjustments on Mix helper for applying variants, and attributes
* Adjustments on Mix helper for applying variants, and attributes

## 0.0.4

- Optimization improvements
- Added clip decorator
- Fixed some bugs.
* Optimization improvements
* Added clip decorator
* Fixed some bugs.

## 0.0.3

- Global Mix for reusability of design tokens and mixes across DS.
- `withMix` utility to add nested mixes and combine them.
- Attribute modifiers, create attributes that modify a widget value.
* Global Mix for reusability of design tokens and mixes across DS.
* `withMix` utility to add nested mixes and combine them.
* Attribute modifiers, create attributes that modify a widget value.

## 0.0.2

- Added screen size dynamic attribute.
- Added device orientation dynamic attribute.
* Added screen size dynamic attribute.
* Added device orientation dynamic attribute.

## 0.0.1

- Initial release.
* Initial release.
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -529,4 +529,4 @@ packages:
source: hosted
version: "3.1.2"
sdks:
dart: ">=3.2.0-194.0.dev <4.0.0"
dart: ">=3.2.0 <4.0.0"
3 changes: 1 addition & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: mix
description: An expressive way to effortlessly build design systems in Flutter.
version: 1.0.0-beta.4
version: 1.0.0-beta.5
homepage: https://github.com/leoafarias/mix

environment:
sdk: ">=2.17.0 <4.0.0"


dependencies:
flutter:
sdk: flutter
Expand Down

0 comments on commit 372be1b

Please sign in to comment.