chore(release): publish packages

- wyatt_analysis@2.4.2
 - wyatt_architecture@0.2.0
 - wyatt_authentication_bloc@0.5.0
 - wyatt_bloc_helper@2.0.1
 - wyatt_bloc_layout@0.0.2
 - wyatt_component_copy_with_extension@2.0.0
 - wyatt_component_copy_with_gen@2.0.0
 - wyatt_crud_bloc@0.1.1
 - wyatt_form_bloc@0.2.0+3
 - wyatt_http_client@2.0.0
 - wyatt_i18n@2.0.0
 - wyatt_type_utils@0.0.5
 - wyatt_ui_components@0.1.0
 - wyatt_ui_kit@2.0.0
 - wyatt_ui_layout@0.0.2
This commit is contained in:
2023-04-14 00:12:52 +02:00
parent e08ae9784b
commit 10117ab39b
41 changed files with 669 additions and 71 deletions
+62
View File
@@ -1,3 +1,65 @@
## 2.0.0
> Note: This release has breaking changes.
- **REFACTOR**: use tapped state and merged styles.
- **REFACTOR**: remove selection area of rich text, its not his reponsibility.
- **REFACTOR**: replace ThemeResolver by ThemeHelper in Loader / RichTextBuilder (closes #148).
- **REFACTOR**: adapt ui_kit.
- **REFACTOR**: use ThemeHelper in cards.
- **REFACTOR**: rename GradientBoxBorder.
- **REFACTOR**: update textinput component using borderColors as Color.
- **REFACTOR**: rework text gradient and text wrapper.
- **REFACTOR**: move exportable bloc from mixin to widget.
- **REFACTOR**: make resolve private and dotter child a widget.
- **FIX**: fix text align, add selection and update example for rich text builder.
- **FIX**: remove useless file.
- **FIX**: fix tab action focus on textinputs.
- **FIX**: inverse merge in TextInputStyle.
- **FIX**: use multicolor in cards.
- **FIX**: fix export theme file.
- **FIX**: remove wyatt arch ios example.
- **FIX**: remove null check operator in RichTextBuilder component.
- **FIX**: remove null check operator in Loader component.
- **FIX**: fix conflicts in card component after rebase.
- **FIX**: move theme_resolver in compnoent to fix code generation.
- **FIX**: make card core stateless.
- **FIX**: add cacheExtend as a trade-off in listview example.
- **FIX**: add local font assets + compress images.
- **FEAT**: make top bar selector customizable.
- **FEAT**: update example (#138).
- **FEAT**: implemement text inputs (#138).
- **FEAT**: add text input theme extension (#138).
- **FEAT**: add some useful text customization in TextWrapper (closes #149).
- **FEAT**: implement rich text builder (closes #141).
- **FEAT**: remove .raw call.
- **FEAT**: add loader implementation.
- **FEAT**: export ui kit as component theme data.
- **FEAT**: implement top app bar and update example.
- **FEAT**: update example with full studio button theme.
- **FEAT**: add theme control in example.
- **FEAT**: finalize material ready buttons.
- **FEAT**: implement information card (#126).
- **FEAT**: implement flat button.
- **FEAT**: add theme extension support in buttons + theme negociation.
- **FEAT**: add theme extension shortcut.
- **FEAT**: add card theme extension, fix bugs & update example (close #126).
- **FEAT**: add quote / skill / portfolio cards (#126).
- **FEAT**: make skillcard header icon customizable.
- **FEAT**: update example with drawer and custom launch parameters.
- **FEAT**: add multicolor support in linear gradient helper.
- **FEAT**: implement file selection button with invalid cubit and dotted package.
- **FEAT**: implement simple icon button and use dimension style.
- **FEAT**: add symbol button + enhance bloc control over state.
- **FEAT**: implement top nav bar.
- **FEAT**: use MultiColor in button style.
- **FEAT**: implement flat/outlined button.
- **FEAT**: move style implementation from component to ui_kit with theme resolver.
- **FEAT**: allow to cascade styles in ThemeHelper.
- **DOCS**: add some documentation + readme.
- **DOCS**: add theme negociation explaination.
- **BREAKING** **REFACTOR**: remove bloc export in buttons to be state management solution agnostic (closes #147).
## 1.0.0
- Initial version.
+1 -1
View File
@@ -30,7 +30,7 @@ dev_dependencies:
wyatt_analysis:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
version: ^2.4.1
version: ^2.4.2
# The following section is specific to Flutter.
flutter:
+6 -6
View File
@@ -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: 1.0.0
version: 2.0.0
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
@@ -20,20 +20,20 @@ dependencies:
hosted:
url: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub/
name: wyatt_bloc_helper
version: 2.0.0
version: 2.0.1
wyatt_component_copy_with_extension:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
version: ^1.0.0
version: ^2.0.0
wyatt_ui_components:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
version: ^0.0.1
version: ^0.1.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.1
version: ^2.4.2
wyatt_component_copy_with_gen:
hosted: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
version: ^1.0.0
version: ^2.0.0