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
+77
View File
@@ -1,3 +1,80 @@
## 0.1.0
> Note: This release has breaking changes.
- **REFACTOR**: update example (#92).
- **REFACTOR**: replace ThemeResolver by ThemeHelper in Loader / RichTextBuilder (closes #148).
- **REFACTOR**: migrate top nav bar using generify top bar.
- **REFACTOR**: move borderColors type.
- **REFACTOR**: add CopyWith method in ThemeStyle.
- **REFACTOR**: update colors using Multicolor class (#138).
- **REFACTOR**: rework text gradient and text wrapper.
- **REFACTOR**: remove CopyWith extension.
- **REFACTOR**: move extensions.
- **REFACTOR**: merge flat and outline buttons in only one style.
- **REFACTOR**: update example (close #115).
- **REFACTOR**: migrate components using code generator packages (#115).
- **REFACTOR**: update example (#92).
- **FIX**: fix extra value in compute extension function.
- **FIX**: remove darkmode enable field in cards.
- **FIX**: add loader to theme data (close #152).
- **FIX**: inverse merge in TextInputStyle.
- **FIX**: use multicolor in cards.
- **FIX**: fix MultiColor lerp method.
- **FIX**: remove null check operator in RichTextBuilder component.
- **FIX**: remove wyatt arch ios example.
- **FIX**: add style merge in Theme Resolver.
- **FIX**: generate new files after generator fixes (close #118).
- **FIX**: move theme_resolver in compnoent to fix code generation.
- **FIX**: add generated component with theme resolver.
- **FEAT**: add text input components, theme extension and worked on utils (#138).
- **FEAT**: add isColor getter in multicolor helper.
- **FEAT**: add loading & error widget to component theme (close #69).
- **FEAT**: add text input abstract class (#138).
- **FEAT**: add rich text builder / parser.
- **FEAT**: update example & move configure function (#69).
- **FEAT**: add top navigation bar component to theme data.
- **FEAT**: add extra state.
- **FEAT**: update layouts to allow more control on components.
- **FEAT**: add some useful text customization in TextWrapper (closes #149).
- **FEAT**: update attributs and proxy most of appbar attributs.
- **FEAT**: add new components to theme data (close #152).
- **FEAT**: move style implementation from component to ui_kit with theme resolver.
- **FEAT**: add copyWith gen and make button style lerping.
- **FEAT**: make component theme data copyable.
- **FEAT**: add loader component and style.
- **FEAT**: add file selection component.
- **FEAT**: add simple icon button and dimension style.
- **FEAT**: add symbol button.
- **FEAT**: implement top nav bar.
- **FEAT**: add tapped control state.
- **FEAT**: add MultiColor util class.
- **FEAT**: create new package to split components and layouts.
- **FEAT**: add button components.
- **FEAT**: make app bar leading & actions customizable.
- **FEAT**: add quote / skill / portfolio cards (#126).
- **FEAT**: add gradient attribut to text wrapper.
- **FEAT**: add string extension to easely wrap text.
- **FEAT**: export cards #126.
- **FEAT**: add portfolio & skill cards #126.
- **FEAT**: make text wrapper constructor constant.
- **FEAT**: add text wrapper instead of String/Widget for Texts.
- **FEAT**: make fields nullable and not required in quote card.
- **FEAT**: add card theme extension, fix bugs & update example (close #126).
- **FEAT**: export components and add license header.
- **FEAT**: add information_card & quote_card (#126).
- **FEAT**: add Top Navigation Bar Component.
- **FEAT**: generate new skillcard component.
- **FEAT**: generify bars.
- **FEAT**: rework on structure using new components and layouts.
- **FEAT**: add centerTitle property to app bar component.
- **FEAT**: make component data field nullable (#92).
- **FEAT**: add lerp on multicolor.
- **FEAT**: add flat/outlined button styles.
- **DOCS**: add some documentation + readme.
- **DOCS**: update models.
- **BREAKING** **REFACTOR**: remove bloc export in buttons to be state management solution agnostic (closes #147).
# 0.0.1
- TODO: Describe initial release.
@@ -51,7 +51,7 @@ dev_dependencies:
wyatt_analysis:
git:
url: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages
ref: wyatt_analysis-v2.4.1
ref: wyatt_analysis-v2.4.2
path: packages/wyatt_analysis
# For information on the generic Dart part of this file, see the
+4 -4
View File
@@ -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.0.1
version: 0.1.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: ^1.0.0
version: ^2.0.0
dev_dependencies:
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
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: ^1.0.0
version: ^2.0.0