chore: upgrade deps #241
259
CHANGELOG.md
259
CHANGELOG.md
@ -3,6 +3,265 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
||||
|
||||
## 2025-05-21
|
||||
|
||||
### Changes
|
||||
|
||||
---
|
||||
|
||||
Packages with breaking changes:
|
||||
|
||||
- [`architecture_example` - `v2.0.0`](#architecture_example---v200)
|
||||
- [`bloc_layout_example` - `v2.0.0`](#bloc_layout_example---v200)
|
||||
- [`crud_bloc_example` - `v2.0.0`](#crud_bloc_example---v200)
|
||||
- [`example_router` - `v2.0.0`](#example_router---v200)
|
||||
- [`form_bloc_example` - `v2.0.0`](#form_bloc_example---v200)
|
||||
- [`wyatt_i18n_example` - `v2.0.0`](#wyatt_i18n_example---v200)
|
||||
- [`wyatt_ui_components_example` - `v2.0.0`](#wyatt_ui_components_example---v200)
|
||||
- [`wyatt_ui_kit_example` - `v2.0.0`](#wyatt_ui_kit_example---v200)
|
||||
- [`wyatt_ui_layout_example` - `v2.0.0`](#wyatt_ui_layout_example---v200)
|
||||
|
||||
Packages with other changes:
|
||||
|
||||
- [`bloc_helper_example` - `v1.1.0`](#bloc_helper_example---v110)
|
||||
- [`component_copy_with_extension_example` - `v1.1.0`](#component_copy_with_extension_example---v110)
|
||||
- [`component_copy_with_gen_example` - `v1.1.0`](#component_copy_with_gen_example---v110)
|
||||
- [`notification_bloc_example` - `v1.0.1`](#notification_bloc_example---v101)
|
||||
- [`type_utils_example` - `v1.1.0`](#type_utils_example---v110)
|
||||
- [`wyatt_continuous_deployment` - `v1.1.1`](#wyatt_continuous_deployment---v111)
|
||||
- [`wyatt_continuous_deployment_example` - `v1.0.1`](#wyatt_continuous_deployment_example---v101)
|
||||
- [`wyatt_type_utils` - `v0.1.0+1`](#wyatt_type_utils---v0101)
|
||||
- [`wyatt_cloud_messaging_bloc_base` - `v0.1.1+5`](#wyatt_cloud_messaging_bloc_base---v0115)
|
||||
- [`wyatt_authentication_bloc` - `v0.6.0+1`](#wyatt_authentication_bloc---v0601)
|
||||
- [`wyatt_crud_bloc_firestore` - `v0.2.0+2`](#wyatt_crud_bloc_firestore---v0202)
|
||||
- [`wyatt_crud_bloc` - `v0.2.0+2`](#wyatt_crud_bloc---v0202)
|
||||
- [`wyatt_i18n` - `v2.0.4`](#wyatt_i18n---v204)
|
||||
- [`wyatt_architecture` - `v0.2.0+3`](#wyatt_architecture---v0203)
|
||||
- [`wyatt_form_bloc` - `v0.2.0+6`](#wyatt_form_bloc---v0206)
|
||||
- [`wyatt_cloud_messaging_bloc_firebase` - `v0.1.0+5`](#wyatt_cloud_messaging_bloc_firebase---v0105)
|
||||
- [`wyatt_bloc_layout` - `v0.1.2+7`](#wyatt_bloc_layout---v0127)
|
||||
- [`cloud_messaging_bloc_firebase_example` - `v1.0.1`](#cloud_messaging_bloc_firebase_example---v101)
|
||||
|
||||
Packages with dependency updates only:
|
||||
|
||||
> Packages listed below depend on other packages in this workspace that have had changes. Their versions have been incremented to bump the minimum dependency versions of the packages they depend upon in this project.
|
||||
|
||||
- `wyatt_cloud_messaging_bloc_base` - `v0.1.1+5`
|
||||
- `wyatt_authentication_bloc` - `v0.6.0+1`
|
||||
- `wyatt_crud_bloc_firestore` - `v0.2.0+2`
|
||||
- `wyatt_crud_bloc` - `v0.2.0+2`
|
||||
- `wyatt_i18n` - `v2.0.4`
|
||||
- `wyatt_architecture` - `v0.2.0+3`
|
||||
- `wyatt_form_bloc` - `v0.2.0+6`
|
||||
- `wyatt_cloud_messaging_bloc_firebase` - `v0.1.0+5`
|
||||
- `wyatt_bloc_layout` - `v0.1.2+7`
|
||||
- `cloud_messaging_bloc_firebase_example` - `v1.0.1`
|
||||
|
||||
---
|
||||
|
||||
#### `architecture_example` - `v2.0.0`
|
||||
|
||||
- **REFACTOR**(wyatt_architecture): upgrade usecases to add NoParams.
|
||||
- **REFACTOR**(architecture): update naming methodes (close #47).
|
||||
- **REFACTOR**(architecture): update example. (close #38).
|
||||
- **FIX**: apply dart fix --apply.
|
||||
- **FIX**: remove wyatt arch ios example.
|
||||
- **FEAT**(arch): add new project for wyatt clean architecture.
|
||||
- **DOCS**(arch): add documentation.
|
||||
- **BREAKING** **REFACTOR**(http): fix cascade dart good practices + docs.
|
||||
|
||||
#### `bloc_layout_example` - `v2.0.0`
|
||||
|
||||
- **REFACTOR**(bloc_layouts): refactored block using the ui layout package, due to breaking changes.
|
||||
- **REFACTOR**(bloc_layout): remove cross package export.
|
||||
- **REFACTOR**(bloc_layout): migrate bloc layouts using copywith component method (close #121).
|
||||
- **REFACTOR**(bloc_layout): update example (#92).
|
||||
- **REFACTOR**(bloc_layout): update example with new app bar entity (#90).
|
||||
- **FIX**: apply dart fix --apply.
|
||||
- **FIX**: remove wyatt arch ios example.
|
||||
- **FIX**(ui): change example to be compatible with new AppTopBar and TextWrapper.
|
||||
- **FIX**(bloc_layout): fix textwrapper.
|
||||
- **FEAT**(bloc_layout): rework on structure using new components and layouts.
|
||||
- **FEAT**(bloc_layout): add new package to combine bloc_helper, crud_bloc, ui_components, and ui_layout.
|
||||
- **BREAKING** **FEAT**(layout): update layout plugins with new components system.
|
||||
|
||||
#### `crud_bloc_example` - `v2.0.0`
|
||||
|
||||
- **FIX**: rename wyatt_bruc_bloc_firestore main package file.
|
||||
- **FIX**(crud): update example.
|
||||
- **FEAT**(crud): add streaming usecase (closes #180).
|
||||
- **FEAT**(crud): change responsibility of blocs (closes #45, closes #44).
|
||||
- **DOCS**(crud): add example app.
|
||||
- **BREAKING** **FEAT**(crud): make crudbuilder integration more easy by integrating blocbuilder (closes #181).
|
||||
- **BREAKING** **FEAT**(crud): move crud firestore implementation into his own package.
|
||||
|
||||
#### `example_router` - `v2.0.0`
|
||||
|
||||
- **REFACTOR**(authentication): remove cross package export.
|
||||
- **REFACTOR**(authentication): use fromFirebaseUser factory to parse user.
|
||||
- **REFACTOR**(auth): update example with new input builders.
|
||||
- **FIX**(authentication_bloc): upgrade google sign to his major v.
|
||||
- **FIX**(authentication_bloc): go router version refactoring.
|
||||
- **FIX**(authentication): make sur access token is available on every steps.
|
||||
- **FIX**(authentication): allow email/password validators customization (closes #57).
|
||||
- **FIX**(auth): fix some bugs to validate publishing.
|
||||
- **FIX**(auth): update form plugin and fix auth.
|
||||
- **FIX**(auth): example needs multidex support.
|
||||
- **FEAT**(authentication): remove session wrapper for AuthenticationSession.
|
||||
- **FEAT**(authentication): add custom routine, and documentation.
|
||||
- **FEAT**(authentication): add full event support.
|
||||
- **FEAT**(authentication): add google sign in in signIn cubit.
|
||||
- **FEAT**(auth): add reactive repo + extra data + router examples + tests.
|
||||
- **FEAT**(auth): add google, facebook, apple, twitter login.
|
||||
- **DOCS**(authentication): update example with multiple data sources.
|
||||
- **DOCS**(authentication): add full dartdoc.
|
||||
- **DOCS**(authentication): update example.
|
||||
- **DOCS**(authentication): update example.
|
||||
- **DOCS**(auth): add correct header.
|
||||
- **BREAKING** **FIX**(authentication): use correct usecase and result.
|
||||
- **BREAKING** **FIX**(authentication): use FutureOrResult extension (close #41).
|
||||
- **BREAKING** **FIX**(auth): add signInWithEmailAndPassword and signInAnonymously methods in SignInCubit #26.
|
||||
- **BREAKING** **FEAT**(authentication): add repo in callback usecases (close #55).
|
||||
- **BREAKING** **FEAT**(auth): use form_bloc package.
|
||||
- **BREAKING** **FEAT**(authentication): rename package.
|
||||
|
||||
#### `form_bloc_example` - `v2.0.0`
|
||||
|
||||
- **REFACTOR**(form): refactor simple example.
|
||||
- **FEAT**(from): add form validator class with strategy design pattern.
|
||||
- **BREAKING** **REFACTOR**(form): input builders provides FormInput.
|
||||
|
||||
#### `wyatt_i18n_example` - `v2.0.0`
|
||||
|
||||
- **FIX**: apply dart fix --apply.
|
||||
- **FEAT**(i18n): add i18n delegate + example.
|
||||
- **FEAT**(i18n): add ICU parser.
|
||||
- **FEAT**(i18n): add arb, json and yaml parsers.
|
||||
- **BREAKING** **FEAT**(i18n): rename few files + add clearer documentation.
|
||||
|
||||
#### `wyatt_ui_components_example` - `v2.0.0`
|
||||
|
||||
- **REFACTOR**(ui_components): migrate top nav bar using generify top bar.
|
||||
- **REFACTOR**(ui_components): update example (close #115).
|
||||
- **REFACTOR**(ui_component): update example (#92).
|
||||
- **REFACTOR**(ui_components): update example (#92).
|
||||
- **FIX**: remove wyatt arch ios example.
|
||||
- **FEAT**: add items manipulation in bottom bar component.
|
||||
- **FEAT**(ui): add colors and rework ComponentThemeData.
|
||||
- **FEAT**(ui): make gradient as component.
|
||||
- **FEAT**(ui_components): update attributs and proxy most of appbar attributs.
|
||||
- **FEAT**(ui_components): add centerTitle property to app bar component.
|
||||
- **FEAT**(ui): add some useful text customization in TextWrapper (closes #149).
|
||||
- **FEAT**(ui_component): add string extension to easely wrap text.
|
||||
- **FEAT**(ui_components): add text wrapper instead of String/Widget for Texts.
|
||||
- **FEAT**(ui_components): add information_card & quote_card (#126).
|
||||
- **FEAT**(ui_components): make component data field nullable (#92).
|
||||
- **FEAT**(ui_components): make app bar leading & actions customizable.
|
||||
- **FEAT**(ui_layout): update example & move configure function (#69).
|
||||
- **FEAT**: create new package to split components and layouts.
|
||||
- **BREAKING** **FEAT**(ui_components): available same type component usage (#200).
|
||||
- **BREAKING** **FEAT**(ui): move last extensions + add extension provider.
|
||||
|
||||
#### `wyatt_ui_kit_example` - `v2.0.0`
|
||||
|
||||
- **REFACTOR**(ui): rework text gradient and text wrapper.
|
||||
- **REFACTOR**(ui_kit): use tapped state and merged styles.
|
||||
- **REFACTOR**(ui_kit): Refactored code using the UI components package, due to breaking changes.
|
||||
- **REFACTOR**(ui_kit): update textinput component using borderColors as Color.
|
||||
- **FIX**(ui_kit): add cacheExtend as a trade-off in listview example.
|
||||
- **FIX**: apply dart fix --apply.
|
||||
- **FIX**(ui_kit): add local font assets + compress images.
|
||||
- **FIX**(ui_kit): fix text align, add selection and update example for rich text builder.
|
||||
- **FIX**: upgrade to flutter 3.10.
|
||||
- **FIX**(ui_kit): remove null check operator in Loader component.
|
||||
- **FEAT**(ui_kit): make skillcard header icon customizable.
|
||||
- **FEAT**(ui_kit): implement flat button.
|
||||
- **FEAT**: implement notification abstraction package.
|
||||
- **FEAT**(ui_kit): implement top nav bar.
|
||||
- **FEAT**(ui_kit): implement top app bar and update example.
|
||||
- **FEAT**(ui_kit): add card theme extension, fix bugs & update example (close #126).
|
||||
- **FEAT**(ui_kit): add quote / skill / portfolio cards (#126).
|
||||
- **FEAT**(ui_kit): update example (#138).
|
||||
- **FEAT**(ui_kit): update example by removing adaptative theme.
|
||||
- **FEAT**(ui_kit): implement rich text builder (closes #141).
|
||||
- **FEAT**(ui): add pricing card.
|
||||
- **FEAT**(ui_kit): update example with full studio button theme.
|
||||
- **FEAT**(ui_kit): add theme control in example.
|
||||
- **FEAT**(ui_kit): finalize material ready buttons.
|
||||
- **FEAT**(ui_kit): implement information card (#126).
|
||||
- **FEAT**(ui): update default extension implementation.
|
||||
- **FEAT**(ui_kit): update example with drawer and custom launch parameters.
|
||||
- **FEAT**(ui_kit): implement file selection button with invalid cubit and dotted package.
|
||||
- **FEAT**(ui_kit): implement simple icon button and use dimension style.
|
||||
- **FEAT**(ui_kit): add symbol button + enhance bloc control over state.
|
||||
- **FEAT**(ui_kit): allow to cascade styles in ThemeHelper.
|
||||
- **FEAT**(ui_kit): use MultiColor in button style.
|
||||
- **FEAT**(ui_kit): implement flat/outlined button.
|
||||
- **FEAT**(ui): add animated decorated box + animate all buttons + customize duration in style.
|
||||
- **BREAKING** **REFACTOR**(ui): remove bloc export in buttons to be state management solution agnostic (closes #147).
|
||||
- **BREAKING** **FEAT**(ui): rework theme resolver mechanism + move theme extension implementations.
|
||||
- **BREAKING** **FEAT**(ui): move last extensions + add extension provider.
|
||||
|
||||
#### `wyatt_ui_layout_example` - `v2.0.0`
|
||||
|
||||
- **REFACTOR**(ui_layouts): Refactored block using the UI components package, introducing breaking changes.
|
||||
- **REFACTOR**(ui_layout): update exemple (close #116).
|
||||
- **REFACTOR**(ui_layout): update example (#92).
|
||||
- **REFACTOR**(ui_layout): update example with components updates (close #90).
|
||||
- **REFACTOR**(ui_layout): update field name.
|
||||
- **FIX**: remove wyatt arch ios example.
|
||||
- **FIX**(ui): change example to be compatible with new AppTopBar and TextWrapper.
|
||||
- **FIX**(ui_layout): fix textwrapper.
|
||||
- **FIX**(ui_layout): fix emample after splititng packages.
|
||||
- **FEAT**: implement notification abstraction package.
|
||||
- **FEAT**: update layouts to allow more control on components.
|
||||
- **FEAT**(ui_layout): add new package for app compenant and start implementing layouts.
|
||||
- **DOCS**: add doc.
|
||||
- **BREAKING** **FEAT**(layout): update layout plugins with new components system.
|
||||
|
||||
#### `bloc_helper_example` - `v1.1.0`
|
||||
|
||||
- **FIX**: compilation issue with flutter 3.16.0 and generics name.
|
||||
- **FEAT**(bloc): add a lot of docs, fix `onWrap`, and add repo provider.
|
||||
- **FEAT**(bloc): add provider, consumer and helpers.
|
||||
- **DOCS**(bloc): add ios example.
|
||||
|
||||
#### `component_copy_with_extension_example` - `v1.1.0`
|
||||
|
||||
- **FIX**: remove wyatt arch ios example.
|
||||
- **FEAT**: add class annotation for component code generators.
|
||||
|
||||
#### `component_copy_with_gen_example` - `v1.1.0`
|
||||
|
||||
- **FIX**: remove wyatt arch ios example.
|
||||
- **FIX**(ui): change example to be compatible with new AppTopBar and TextWrapper.
|
||||
- **FIX**(cw_gen): fix textwrapper.
|
||||
- **FIX**(component_copy_with_gen): update example (#118).
|
||||
- **FEAT**: add generators for components proxy and mixins to enable copywith methods.
|
||||
|
||||
#### `notification_bloc_example` - `v1.0.1`
|
||||
|
||||
- **FIX**: apply dart format.
|
||||
|
||||
#### `type_utils_example` - `v1.1.0`
|
||||
|
||||
- **FEAT**(types): add strongly typed Option and Result.
|
||||
- **FEAT**(types): add mason generated package.
|
||||
- **DOCS**: remove useless web example.
|
||||
|
||||
#### `wyatt_continuous_deployment` - `v1.1.1`
|
||||
|
||||
- **REFACTOR**(cd): fiw injectable warning.
|
||||
|
||||
#### `wyatt_continuous_deployment_example` - `v1.0.1`
|
||||
|
||||
- **FIX**(cd): make cd use new usecases.
|
||||
|
||||
#### `wyatt_type_utils` - `v0.1.0+1`
|
||||
|
||||
- **REFACTOR**(utils): fix warnings.
|
||||
|
||||
|
||||
## 2025-05-21
|
||||
|
||||
### Changes
|
||||
|
@ -1,3 +1,7 @@
|
||||
## 0.2.0+3
|
||||
|
||||
- Update a dependency to the latest release.
|
||||
|
||||
## 0.2.0+2
|
||||
|
||||
- **REFACTOR**(wyatt_architecture): upgrade usecases to add NoParams.
|
||||
|
13
packages/wyatt_architecture/example/CHANGELOG.md
Normal file
13
packages/wyatt_architecture/example/CHANGELOG.md
Normal file
@ -0,0 +1,13 @@
|
||||
## 2.0.0
|
||||
|
||||
> Note: This release has breaking changes.
|
||||
|
||||
- **REFACTOR**(wyatt_architecture): upgrade usecases to add NoParams.
|
||||
- **REFACTOR**(architecture): update naming methodes (close #47).
|
||||
- **REFACTOR**(architecture): update example. (close #38).
|
||||
- **FIX**: apply dart fix --apply.
|
||||
- **FIX**: remove wyatt arch ios example.
|
||||
- **FEAT**(arch): add new project for wyatt clean architecture.
|
||||
- **DOCS**(arch): add documentation.
|
||||
- **BREAKING** **REFACTOR**(http): fix cascade dart good practices + docs.
|
||||
|
@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
||||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||
# Read more about iOS versioning at
|
||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
version: 1.0.0+1
|
||||
version: 2.0.0
|
||||
|
||||
environment:
|
||||
sdk: ">=2.17.0 <3.0.0"
|
||||
|
@ -17,7 +17,7 @@
|
||||
name: wyatt_architecture
|
||||
description: Wyatt Architecture contains useful classes to help you to create a clean architecture following the Wyatt Architecture principles.
|
||||
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_architecture
|
||||
version: 0.2.0+2
|
||||
version: 0.2.0+3
|
||||
|
||||
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
## 0.6.0+1
|
||||
|
||||
- Update a dependency to the latest release.
|
||||
|
||||
## 0.6.0
|
||||
|
||||
> Note: This release has breaking changes.
|
||||
|
32
packages/wyatt_authentication_bloc/example/CHANGELOG.md
Normal file
32
packages/wyatt_authentication_bloc/example/CHANGELOG.md
Normal file
@ -0,0 +1,32 @@
|
||||
## 2.0.0
|
||||
|
||||
> Note: This release has breaking changes.
|
||||
|
||||
- **REFACTOR**(authentication): remove cross package export.
|
||||
- **REFACTOR**(authentication): use fromFirebaseUser factory to parse user.
|
||||
- **REFACTOR**(auth): update example with new input builders.
|
||||
- **FIX**(authentication_bloc): upgrade google sign to his major v.
|
||||
- **FIX**(authentication_bloc): go router version refactoring.
|
||||
- **FIX**(authentication): make sur access token is available on every steps.
|
||||
- **FIX**(authentication): allow email/password validators customization (closes #57).
|
||||
- **FIX**(auth): fix some bugs to validate publishing.
|
||||
- **FIX**(auth): update form plugin and fix auth.
|
||||
- **FIX**(auth): example needs multidex support.
|
||||
- **FEAT**(authentication): remove session wrapper for AuthenticationSession.
|
||||
- **FEAT**(authentication): add custom routine, and documentation.
|
||||
- **FEAT**(authentication): add full event support.
|
||||
- **FEAT**(authentication): add google sign in in signIn cubit.
|
||||
- **FEAT**(auth): add reactive repo + extra data + router examples + tests.
|
||||
- **FEAT**(auth): add google, facebook, apple, twitter login.
|
||||
- **DOCS**(authentication): update example with multiple data sources.
|
||||
- **DOCS**(authentication): add full dartdoc.
|
||||
- **DOCS**(authentication): update example.
|
||||
- **DOCS**(authentication): update example.
|
||||
- **DOCS**(auth): add correct header.
|
||||
- **BREAKING** **FIX**(authentication): use correct usecase and result.
|
||||
- **BREAKING** **FIX**(authentication): use FutureOrResult extension (close #41).
|
||||
- **BREAKING** **FIX**(auth): add signInWithEmailAndPassword and signInAnonymously methods in SignInCubit #26.
|
||||
- **BREAKING** **FEAT**(authentication): add repo in callback usecases (close #55).
|
||||
- **BREAKING** **FEAT**(auth): use form_bloc package.
|
||||
- **BREAKING** **FEAT**(authentication): rename package.
|
||||
|
@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||
# Read more about iOS versioning at
|
||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
version: 1.0.0+1
|
||||
version: 2.0.0
|
||||
|
||||
environment:
|
||||
sdk: ">=2.17.6 <3.0.0"
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: wyatt_authentication_bloc
|
||||
description: Authentication BLoC for Flutter
|
||||
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_authentication_bloc
|
||||
version: 0.6.0
|
||||
version: 0.6.0+1
|
||||
|
||||
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||
|
||||
|
7
packages/wyatt_bloc_helper/example/CHANGELOG.md
Normal file
7
packages/wyatt_bloc_helper/example/CHANGELOG.md
Normal file
@ -0,0 +1,7 @@
|
||||
## 1.1.0
|
||||
|
||||
- **FIX**: compilation issue with flutter 3.16.0 and generics name.
|
||||
- **FEAT**(bloc): add a lot of docs, fix `onWrap`, and add repo provider.
|
||||
- **FEAT**(bloc): add provider, consumer and helpers.
|
||||
- **DOCS**(bloc): add ios example.
|
||||
|
@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||
# Read more about iOS versioning at
|
||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
version: 1.0.0+1
|
||||
version: 1.1.0
|
||||
|
||||
environment:
|
||||
sdk: ">=3.0.0 <4.0.0"
|
||||
|
@ -1,3 +1,7 @@
|
||||
## 0.1.2+7
|
||||
|
||||
- Update a dependency to the latest release.
|
||||
|
||||
## 0.1.2+6
|
||||
|
||||
- Update a dependency to the latest release.
|
||||
|
17
packages/wyatt_bloc_layout/example/CHANGELOG.md
Normal file
17
packages/wyatt_bloc_layout/example/CHANGELOG.md
Normal file
@ -0,0 +1,17 @@
|
||||
## 2.0.0
|
||||
|
||||
> Note: This release has breaking changes.
|
||||
|
||||
- **REFACTOR**(bloc_layouts): refactored block using the ui layout package, due to breaking changes.
|
||||
- **REFACTOR**(bloc_layout): remove cross package export.
|
||||
- **REFACTOR**(bloc_layout): migrate bloc layouts using copywith component method (close #121).
|
||||
- **REFACTOR**(bloc_layout): update example (#92).
|
||||
- **REFACTOR**(bloc_layout): update example with new app bar entity (#90).
|
||||
- **FIX**: apply dart fix --apply.
|
||||
- **FIX**: remove wyatt arch ios example.
|
||||
- **FIX**(ui): change example to be compatible with new AppTopBar and TextWrapper.
|
||||
- **FIX**(bloc_layout): fix textwrapper.
|
||||
- **FEAT**(bloc_layout): rework on structure using new components and layouts.
|
||||
- **FEAT**(bloc_layout): add new package to combine bloc_helper, crud_bloc, ui_components, and ui_layout.
|
||||
- **BREAKING** **FEAT**(layout): update layout plugins with new components system.
|
||||
|
@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
||||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||
# Read more about iOS versioning at
|
||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
version: 1.0.0+1
|
||||
version: 2.0.0
|
||||
|
||||
environment:
|
||||
sdk: ">=2.17.0 <3.0.0"
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: wyatt_bloc_layout
|
||||
description: Layouts based on bloc helper library
|
||||
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_bloc_layout
|
||||
version: 0.1.2+6
|
||||
version: 0.1.2+7
|
||||
|
||||
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
## 0.1.1+5
|
||||
|
||||
- Update a dependency to the latest release.
|
||||
|
||||
## 0.1.1+4
|
||||
|
||||
- **FIX**(notification): port the new usecase syntax.
|
||||
|
@ -0,0 +1,4 @@
|
||||
## 1.0.1
|
||||
|
||||
- **FIX**: apply dart format.
|
||||
|
@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
# In Windows, build-name is used as the major, minor, and patch parts
|
||||
# of the product and file versions while build-number is used as the build suffix.
|
||||
version: 1.0.0+1
|
||||
version: 1.0.1
|
||||
|
||||
environment:
|
||||
sdk: '>=2.18.2 <3.0.0'
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: wyatt_cloud_messaging_bloc_base
|
||||
description: A starting point for Dart libraries or applications.
|
||||
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_notification_bloc
|
||||
version: 0.1.1+4
|
||||
version: 0.1.1+5
|
||||
|
||||
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
## 0.1.0+5
|
||||
|
||||
- Update a dependency to the latest release.
|
||||
|
||||
## 0.1.0+4
|
||||
|
||||
- Update a dependency to the latest release.
|
||||
|
@ -0,0 +1,4 @@
|
||||
## 1.0.1
|
||||
|
||||
- Update a dependency to the latest release.
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: cloud_messaging_bloc_firebase_example
|
||||
description: A new Flutter project.
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
|
||||
publish_to: 'none'
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: wyatt_cloud_messaging_bloc_firebase
|
||||
description: A.
|
||||
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_cloud_messaging_bloc_firebase
|
||||
version: 0.1.0+4
|
||||
version: 0.1.0+5
|
||||
|
||||
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||
|
||||
|
@ -0,0 +1,5 @@
|
||||
## 1.1.0
|
||||
|
||||
- **FIX**: remove wyatt arch ios example.
|
||||
- **FEAT**: add class annotation for component code generators.
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: component_copy_with_extension_example
|
||||
description: A new Flutter project.
|
||||
version: 1.0.0
|
||||
version: 1.1.0
|
||||
|
||||
publish_to: "none"
|
||||
|
||||
|
@ -0,0 +1,8 @@
|
||||
## 1.1.0
|
||||
|
||||
- **FIX**: remove wyatt arch ios example.
|
||||
- **FIX**(ui): change example to be compatible with new AppTopBar and TextWrapper.
|
||||
- **FIX**(cw_gen): fix textwrapper.
|
||||
- **FIX**(component_copy_with_gen): update example (#118).
|
||||
- **FEAT**: add generators for components proxy and mixins to enable copywith methods.
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: component_copy_with_gen_example
|
||||
description: A new Flutter project.
|
||||
version: 1.0.0
|
||||
version: 1.1.0
|
||||
|
||||
publish_to: "none"
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
## 1.1.1
|
||||
|
||||
- **REFACTOR**(cd): fiw injectable warning.
|
||||
|
||||
## 1.1.0
|
||||
|
||||
- **REFACTOR**: rename default cd config file from wyatt.yaml to cd_config.yaml.
|
||||
|
@ -0,0 +1,4 @@
|
||||
## 1.0.1
|
||||
|
||||
- **FIX**(cd): make cd use new usecases.
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: wyatt_continuous_deployment_example
|
||||
description: A new Flutter project.
|
||||
version: 1.0.0
|
||||
version: 1.0.1
|
||||
|
||||
publish_to: 'none'
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: wyatt_continuous_deployment
|
||||
description: Wyatt CD.
|
||||
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_continuous_deployment
|
||||
version: 1.1.0
|
||||
version: 1.1.1
|
||||
|
||||
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
## 0.2.0+2
|
||||
|
||||
- Update a dependency to the latest release.
|
||||
|
||||
## 0.2.0+1
|
||||
|
||||
- Update a dependency to the latest release.
|
||||
|
12
packages/wyatt_crud_bloc/example/CHANGELOG.md
Normal file
12
packages/wyatt_crud_bloc/example/CHANGELOG.md
Normal file
@ -0,0 +1,12 @@
|
||||
## 2.0.0
|
||||
|
||||
> Note: This release has breaking changes.
|
||||
|
||||
- **FIX**: rename wyatt_bruc_bloc_firestore main package file.
|
||||
- **FIX**(crud): update example.
|
||||
- **FEAT**(crud): add streaming usecase (closes #180).
|
||||
- **FEAT**(crud): change responsibility of blocs (closes #45, closes #44).
|
||||
- **DOCS**(crud): add example app.
|
||||
- **BREAKING** **FEAT**(crud): make crudbuilder integration more easy by integrating blocbuilder (closes #181).
|
||||
- **BREAKING** **FEAT**(crud): move crud firestore implementation into his own package.
|
||||
|
@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||
# Read more about iOS versioning at
|
||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
version: 1.0.0+1
|
||||
version: 2.0.0
|
||||
|
||||
environment:
|
||||
sdk: ">=3.0.0 <4.0.0"
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: wyatt_crud_bloc
|
||||
description: Create/Read/Update/Delete BLoC for Flutter
|
||||
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_crud_bloc
|
||||
version: 0.2.0+1
|
||||
version: 0.2.0+2
|
||||
|
||||
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
## 0.2.0+2
|
||||
|
||||
- Update a dependency to the latest release.
|
||||
|
||||
## 0.2.0+1
|
||||
|
||||
- Update a dependency to the latest release.
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: wyatt_crud_bloc_firestore
|
||||
description: Create/Read/Update/Delete implementation for Cloud Firestore
|
||||
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_crud_bloc
|
||||
version: 0.2.0+1
|
||||
version: 0.2.0+2
|
||||
|
||||
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
## 0.2.0+6
|
||||
|
||||
- Update a dependency to the latest release.
|
||||
|
||||
## 0.2.0+5
|
||||
|
||||
- **FIX**: apply dart format.
|
||||
|
@ -1,3 +1,11 @@
|
||||
## 2.0.0
|
||||
|
||||
> Note: This release has breaking changes.
|
||||
|
||||
- **REFACTOR**(form): refactor simple example.
|
||||
- **FEAT**(from): add form validator class with strategy design pattern.
|
||||
- **BREAKING** **REFACTOR**(form): input builders provides FormInput.
|
||||
|
||||
## 1.1.0
|
||||
|
||||
- **FEAT**: add list option validator.
|
||||
|
@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||
# Read more about iOS versioning at
|
||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
version: 1.1.0
|
||||
version: 2.0.0
|
||||
|
||||
environment:
|
||||
sdk: ">=2.17.2 <3.0.0"
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: wyatt_form_bloc
|
||||
description: Manage forms in Dart & Flutter with Bloc
|
||||
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_form_bloc
|
||||
version: 0.2.0+5
|
||||
version: 0.2.0+6
|
||||
|
||||
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
## 2.0.4
|
||||
|
||||
- Update a dependency to the latest release.
|
||||
|
||||
## 2.0.3
|
||||
|
||||
- Update a dependency to the latest release.
|
||||
|
10
packages/wyatt_i18n/example/CHANGELOG.md
Normal file
10
packages/wyatt_i18n/example/CHANGELOG.md
Normal file
@ -0,0 +1,10 @@
|
||||
## 2.0.0
|
||||
|
||||
> Note: This release has breaking changes.
|
||||
|
||||
- **FIX**: apply dart fix --apply.
|
||||
- **FEAT**(i18n): add i18n delegate + example.
|
||||
- **FEAT**(i18n): add ICU parser.
|
||||
- **FEAT**(i18n): add arb, json and yaml parsers.
|
||||
- **BREAKING** **FEAT**(i18n): rename few files + add clearer documentation.
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: wyatt_i18n_example
|
||||
description: A new Flutter project.
|
||||
version: 1.0.0
|
||||
version: 2.0.0
|
||||
publish_to: "none"
|
||||
environment:
|
||||
sdk: ">=3.0.0 <4.0.0"
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: wyatt_i18n
|
||||
description: Library to handle internationalization in Flutter apps.
|
||||
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_i18n
|
||||
version: 2.0.3
|
||||
version: 2.0.4
|
||||
|
||||
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
## 0.1.0+1
|
||||
|
||||
- **REFACTOR**(utils): fix warnings.
|
||||
|
||||
## 0.1.0
|
||||
|
||||
> Note: This release has breaking changes.
|
||||
|
6
packages/wyatt_type_utils/example/CHANGELOG.md
Normal file
6
packages/wyatt_type_utils/example/CHANGELOG.md
Normal file
@ -0,0 +1,6 @@
|
||||
## 1.1.0
|
||||
|
||||
- **FEAT**(types): add strongly typed Option and Result.
|
||||
- **FEAT**(types): add mason generated package.
|
||||
- **DOCS**: remove useless web example.
|
||||
|
@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
||||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||
# Read more about iOS versioning at
|
||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
version: 1.0.0+1
|
||||
version: 1.1.0
|
||||
|
||||
environment:
|
||||
sdk: ">=2.17.0 <3.0.0"
|
||||
|
@ -1,7 +1,7 @@
|
||||
name: wyatt_type_utils
|
||||
description: Either, Option and other useful types and extensions.
|
||||
repository: https://git.wyatt-studio.fr/Wyatt-FOSS/wyatt-packages/src/branch/master/packages/wyatt_type_utils
|
||||
version: 0.1.0
|
||||
version: 0.1.0+1
|
||||
|
||||
publish_to: https://git.wyatt-studio.fr/api/packages/Wyatt-FOSS/pub
|
||||
|
||||
|
25
packages/wyatt_ui_components/example/CHANGELOG.md
Normal file
25
packages/wyatt_ui_components/example/CHANGELOG.md
Normal file
@ -0,0 +1,25 @@
|
||||
## 2.0.0
|
||||
|
||||
> Note: This release has breaking changes.
|
||||
|
||||
- **REFACTOR**(ui_components): migrate top nav bar using generify top bar.
|
||||
- **REFACTOR**(ui_components): update example (close #115).
|
||||
- **REFACTOR**(ui_component): update example (#92).
|
||||
- **REFACTOR**(ui_components): update example (#92).
|
||||
- **FIX**: remove wyatt arch ios example.
|
||||
- **FEAT**: add items manipulation in bottom bar component.
|
||||
- **FEAT**(ui): add colors and rework ComponentThemeData.
|
||||
- **FEAT**(ui): make gradient as component.
|
||||
- **FEAT**(ui_components): update attributs and proxy most of appbar attributs.
|
||||
- **FEAT**(ui_components): add centerTitle property to app bar component.
|
||||
- **FEAT**(ui): add some useful text customization in TextWrapper (closes #149).
|
||||
- **FEAT**(ui_component): add string extension to easely wrap text.
|
||||
- **FEAT**(ui_components): add text wrapper instead of String/Widget for Texts.
|
||||
- **FEAT**(ui_components): add information_card & quote_card (#126).
|
||||
- **FEAT**(ui_components): make component data field nullable (#92).
|
||||
- **FEAT**(ui_components): make app bar leading & actions customizable.
|
||||
- **FEAT**(ui_layout): update example & move configure function (#69).
|
||||
- **FEAT**: create new package to split components and layouts.
|
||||
- **BREAKING** **FEAT**(ui_components): available same type component usage (#200).
|
||||
- **BREAKING** **FEAT**(ui): move last extensions + add extension provider.
|
||||
|
@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
||||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||
# Read more about iOS versioning at
|
||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
version: 1.0.0+1
|
||||
version: 2.0.0
|
||||
|
||||
environment:
|
||||
sdk: ">=2.17.0 <3.0.0"
|
||||
|
42
packages/wyatt_ui_kit/example/CHANGELOG.md
Normal file
42
packages/wyatt_ui_kit/example/CHANGELOG.md
Normal file
@ -0,0 +1,42 @@
|
||||
## 2.0.0
|
||||
|
||||
> Note: This release has breaking changes.
|
||||
|
||||
- **REFACTOR**(ui): rework text gradient and text wrapper.
|
||||
- **REFACTOR**(ui_kit): use tapped state and merged styles.
|
||||
- **REFACTOR**(ui_kit): Refactored code using the UI components package, due to breaking changes.
|
||||
- **REFACTOR**(ui_kit): update textinput component using borderColors as Color.
|
||||
- **FIX**(ui_kit): add cacheExtend as a trade-off in listview example.
|
||||
- **FIX**: apply dart fix --apply.
|
||||
- **FIX**(ui_kit): add local font assets + compress images.
|
||||
- **FIX**(ui_kit): fix text align, add selection and update example for rich text builder.
|
||||
- **FIX**: upgrade to flutter 3.10.
|
||||
- **FIX**(ui_kit): remove null check operator in Loader component.
|
||||
- **FEAT**(ui_kit): make skillcard header icon customizable.
|
||||
- **FEAT**(ui_kit): implement flat button.
|
||||
- **FEAT**: implement notification abstraction package.
|
||||
- **FEAT**(ui_kit): implement top nav bar.
|
||||
- **FEAT**(ui_kit): implement top app bar and update example.
|
||||
- **FEAT**(ui_kit): add card theme extension, fix bugs & update example (close #126).
|
||||
- **FEAT**(ui_kit): add quote / skill / portfolio cards (#126).
|
||||
- **FEAT**(ui_kit): update example (#138).
|
||||
- **FEAT**(ui_kit): update example by removing adaptative theme.
|
||||
- **FEAT**(ui_kit): implement rich text builder (closes #141).
|
||||
- **FEAT**(ui): add pricing card.
|
||||
- **FEAT**(ui_kit): update example with full studio button theme.
|
||||
- **FEAT**(ui_kit): add theme control in example.
|
||||
- **FEAT**(ui_kit): finalize material ready buttons.
|
||||
- **FEAT**(ui_kit): implement information card (#126).
|
||||
- **FEAT**(ui): update default extension implementation.
|
||||
- **FEAT**(ui_kit): update example with drawer and custom launch parameters.
|
||||
- **FEAT**(ui_kit): implement file selection button with invalid cubit and dotted package.
|
||||
- **FEAT**(ui_kit): implement simple icon button and use dimension style.
|
||||
- **FEAT**(ui_kit): add symbol button + enhance bloc control over state.
|
||||
- **FEAT**(ui_kit): allow to cascade styles in ThemeHelper.
|
||||
- **FEAT**(ui_kit): use MultiColor in button style.
|
||||
- **FEAT**(ui_kit): implement flat/outlined button.
|
||||
- **FEAT**(ui): add animated decorated box + animate all buttons + customize duration in style.
|
||||
- **BREAKING** **REFACTOR**(ui): remove bloc export in buttons to be state management solution agnostic (closes #147).
|
||||
- **BREAKING** **FEAT**(ui): rework theme resolver mechanism + move theme extension implementations.
|
||||
- **BREAKING** **FEAT**(ui): move last extensions + add extension provider.
|
||||
|
@ -1,6 +1,6 @@
|
||||
name: wyatt_ui_kit_example
|
||||
description: A new Flutter project.
|
||||
version: 1.0.0
|
||||
version: 2.0.0
|
||||
|
||||
publish_to: "none"
|
||||
|
||||
|
19
packages/wyatt_ui_layout/example/CHANGELOG.md
Normal file
19
packages/wyatt_ui_layout/example/CHANGELOG.md
Normal file
@ -0,0 +1,19 @@
|
||||
## 2.0.0
|
||||
|
||||
> Note: This release has breaking changes.
|
||||
|
||||
- **REFACTOR**(ui_layouts): Refactored block using the UI components package, introducing breaking changes.
|
||||
- **REFACTOR**(ui_layout): update exemple (close #116).
|
||||
- **REFACTOR**(ui_layout): update example (#92).
|
||||
- **REFACTOR**(ui_layout): update example with components updates (close #90).
|
||||
- **REFACTOR**(ui_layout): update field name.
|
||||
- **FIX**: remove wyatt arch ios example.
|
||||
- **FIX**(ui): change example to be compatible with new AppTopBar and TextWrapper.
|
||||
- **FIX**(ui_layout): fix textwrapper.
|
||||
- **FIX**(ui_layout): fix emample after splititng packages.
|
||||
- **FEAT**: implement notification abstraction package.
|
||||
- **FEAT**: update layouts to allow more control on components.
|
||||
- **FEAT**(ui_layout): add new package for app compenant and start implementing layouts.
|
||||
- **DOCS**: add doc.
|
||||
- **BREAKING** **FEAT**(layout): update layout plugins with new components system.
|
||||
|
@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
||||
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
|
||||
# Read more about iOS versioning at
|
||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
version: 1.0.0+1
|
||||
version: 2.0.0
|
||||
|
||||
environment:
|
||||
sdk: ">=3.0.0 <4.0.0"
|
||||
|
Loading…
x
Reference in New Issue
Block a user