Tags: b4tchkn/playbook-flutter
Tags
- **REFACTOR**: generator not depended on playbook anymore. ([9a46a23]( playbook-ui@9a46a23))
chore(release): publish packages - playbook_ui@0.0.3+1
release: playbook_ui 0.0.3, playbook_generator 0.0.3
- **REFACTOR**: use scenario instead of annotation. - **REFACTOR**: move snapshot support to snapshot package. - **FEAT**: also export annotation from playbook. - **FEAT**: generate_scenario annotation. - **FEAT**: generate_scenario. - **FEAT**: extract playbook meta package for scenario from playbook. - **FEAT**: add scenario parameter. - **FEAT**: make scenario layout const. - **BUILD**: flutter 2.5.0, analyzer 2.0.0, new lints (playbook-ui#16). - **BUILD**: bump deps.
- **STYLE**: format line length 100. - **FIX**: hot reload error. - **FIX**: restore old codes. - **FIX**: sort when const list. - **FIX**: use dependency_overrides for playbook. - **FEAT**: disable focus in gallery. - **FEAT**: add key to scenario. - **FEAT**: rework hot reload. - **FEAT**: sort story and scenario via title. - **FEAT**: builder constructor. - **FEAT**: unfocus search after navigation. - **FEAT**: hotreload gallery. - **BUILD**: upgrade generator dependencies (playbook-ui#31). - **BUILD**: flutter 2.5.0, analyzer 2.0.0, new lints (playbook-ui#16). - **BUILD**: bump deps.
- **STYLE**: format line length 100. - **STYLE**: fix import. - **REFACTOR**: rename setUpEachTest. - **REFACTOR**: use scenario instead of annotation. - **REFACTOR**: move snapshot support to snapshot package. - **FIX**: calculate snapshot size when having scroll views (playbook-ui#21). - **FIX**: do not crash when font key not exists. - **FIX**: device pixel4 typo. - **FIX**: use dependency_overrides for playbook. - **FIX**: avoid creating unused screenshot folders. - **FEAT**: add custom set up hook. - **FEAT**: precache asset image. - **FEAT**: use `/` between story and scenario. - **FEAT**: extract playbook meta package for scenario from playbook. - **BUILD**: upgrade dependencies for all package. - **BUILD**: upgrade generator dependencies (playbook-ui#31). - **BUILD**: flutter 2.5.0, analyzer 2.0.0, new lints (playbook-ui#16). - **BUILD**: bump deps.
- **STYLE**: format line length 100. - **REFACTOR**: rename stories builder to playbook builder. - **REFACTOR**: use scenario instead of annotation. - **FIX**: scenario code. - **FIX**: code builder dart emitter syntax. - **FEAT**: support return widget function. - **FEAT**: class restrict, title transform. - **FEAT**: generate_scenario annotation. - **FEAT**: support generate return type of list scenario. - **FEAT**: print code genrator header. - **CHORE**: remove unused import. - **BUILD**: upgrade generator dependencies (playbook-ui#31). - **BUILD**: bump dartx 0.8.0 (playbook-ui#29). - **BUILD**: flutter 2.5.0, analyzer 2.0.0, new lints (playbook-ui#16). - **BUILD**: bump build_runner, code_builder.