This commit was merged in pull request #190.
This commit is contained in:
@@ -1,3 +1,21 @@
|
||||
## 3.0.0
|
||||
|
||||
> Note: This release has breaking changes.
|
||||
|
||||
- **FIX**(gen): rename builder correctly. (cef73aa6)
|
||||
- **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_kit): update example by removing adaptative theme. (a024b7e7)
|
||||
- **FEAT**(ui): make components more coherent + docs. (01269027)
|
||||
- **FEAT**(ui): make gradient as component. (0d5109fc)
|
||||
- **FEAT**(ui): fix, rename, rewrite some helpers. (3fb40205)
|
||||
- **FEAT**(ui_kit): make flat button fade on transition. (32cc6e82)
|
||||
- **FEAT**(ui_kit): add more control over flat button prefix/suffix color. (2baaf5c0)
|
||||
- **BREAKING** **FEAT**(ui): move last extensions + add extension provider. (4097a420)
|
||||
- **BREAKING** **FEAT**(ui): rework theme resolver mechanism + move theme extension implementations. (8f5e3923)
|
||||
|
||||
## 2.0.0
|
||||
|
||||
> Note: This release has breaking changes.
|
||||
|
||||
@@ -20,14 +20,14 @@ dependencies:
|
||||
|
||||
wyatt_ui_components:
|
||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||
version: ^0.1.0
|
||||
version: ^0.2.0
|
||||
|
||||
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
|
||||
|
||||
# The following section is specific to Flutter.
|
||||
flutter:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name: wyatt_ui_kit
|
||||
description: UIKit and Design System used in Wyatt Studio.
|
||||
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_ui_kit
|
||||
version: 2.0.0
|
||||
version: 3.0.0
|
||||
|
||||
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||
|
||||
@@ -22,17 +22,17 @@ dependencies:
|
||||
version: ^2.0.1
|
||||
wyatt_component_copy_with_extension:
|
||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||
version: ^2.0.0
|
||||
version: ^2.0.1
|
||||
wyatt_ui_components:
|
||||
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||
version: ^0.1.0
|
||||
version: ^0.2.0
|
||||
|
||||
dev_dependencies:
|
||||
build_runner: ^2.3.3
|
||||
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
|
||||
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