This commit was merged in pull request #190.
This commit is contained in:
@@ -1,3 +1,19 @@
|
||||
## 0.2.0
|
||||
|
||||
> Note: This release has breaking changes.
|
||||
|
||||
- **FIX**(gen): rename builder correctly. (cef73aa6)
|
||||
- **FEAT**(ui_components): make textwrapper toString useful. (96369e24)
|
||||
- **FEAT**(ui): add pricing card. (bfbeabe7)
|
||||
- **FEAT**(ui): update default extension implementation. (01a5619d)
|
||||
- **FEAT**(ui): add animated decorated box + animate all buttons + customize duration in style. (4ebb679a)
|
||||
- **FEAT**(ui): add colors and rework ComponentThemeData. (abd5e1b5)
|
||||
- **FEAT**(ui): make components more coherent + docs. (01269027)
|
||||
- **FEAT**(ui): make gradient as component. (0d5109fc)
|
||||
- **FEAT**(ui): fix, rename, rewrite some helpers. (3fb40205)
|
||||
- **BREAKING** **FEAT**(ui): move last extensions + add extension provider. (4097a420)
|
||||
- **BREAKING** **FEAT**(ui): rework theme resolver mechanism + move theme extension implementations. (8f5e3923)
|
||||
|
||||
## 0.1.0
|
||||
|
||||
> Note: This release has breaking changes.
|
||||
|
||||
@@ -34,7 +34,7 @@ dependencies:
|
||||
|
||||
wyatt_component_copy_with_extension:
|
||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||
version: ^2.0.0
|
||||
version: ^2.0.1
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test: { sdk: flutter }
|
||||
@@ -42,11 +42,11 @@ dev_dependencies:
|
||||
|
||||
wyatt_component_copy_with_gen:
|
||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||
version: ^2.0.0
|
||||
version: ^2.0.1
|
||||
|
||||
wyatt_analysis:
|
||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||
version: ^2.4.2
|
||||
version: ^2.5.0
|
||||
|
||||
# For information on the generic Dart part of this file, see the
|
||||
# following page: https://dart.dev/tools/pub/pubspec
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name: wyatt_ui_components
|
||||
description: Components that can be implemented in any application with copy constructor.
|
||||
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_ui_components
|
||||
version: 0.1.0
|
||||
version: 0.2.0
|
||||
|
||||
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||
|
||||
@@ -13,16 +13,16 @@ dependencies:
|
||||
copy_with_extension: ^5.0.0
|
||||
wyatt_component_copy_with_extension:
|
||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||
version: ^2.0.0
|
||||
version: ^2.0.1
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test: { sdk: flutter }
|
||||
wyatt_analysis:
|
||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||
version: ^2.4.2
|
||||
version: ^2.5.0
|
||||
|
||||
build_runner: ^2.3.3
|
||||
copy_with_extension_gen: ^5.0.0
|
||||
wyatt_component_copy_with_gen:
|
||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||
version: ^2.0.0
|
||||
version: ^2.0.1
|
||||
|
||||
Reference in New Issue
Block a user