Malo Léon 9356519e17 chore(release): publish packages
- architecture_example@2.0.0
 - bloc_helper_example@1.1.0
 - bloc_layout_example@2.0.0
 - component_copy_with_extension_example@1.1.0
 - component_copy_with_gen_example@1.1.0
 - crud_bloc_example@2.0.0
 - example_router@2.0.0
 - form_bloc_example@2.0.0
 - notification_bloc_example@1.0.1
 - type_utils_example@1.1.0
 - wyatt_continuous_deployment@1.1.1
 - wyatt_continuous_deployment_example@1.0.1
 - wyatt_i18n_example@2.0.0
 - wyatt_type_utils@0.1.0+1
 - wyatt_ui_components_example@2.0.0
 - wyatt_ui_kit_example@2.0.0
 - wyatt_ui_layout_example@2.0.0
 - wyatt_cloud_messaging_bloc_base@0.1.1+5
 - wyatt_authentication_bloc@0.6.0+1
 - wyatt_crud_bloc_firestore@0.2.0+2
 - wyatt_crud_bloc@0.2.0+2
 - wyatt_i18n@2.0.4
 - wyatt_architecture@0.2.0+3
 - wyatt_form_bloc@0.2.0+6
 - wyatt_cloud_messaging_bloc_firebase@0.1.0+5
 - wyatt_bloc_layout@0.1.2+7
 - cloud_messaging_bloc_firebase_example@1.0.1
2025-05-21 17:04:58 +02:00

2.5 KiB

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.