Hugo Pointcheval 10117ab39b
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
2023-04-14 00:12:52 +02:00

3.2 KiB

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.