## 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.