Version 0.6
What's Changed
- perf: prefer product over division by 2 by @albertms10 in #44
- fix(floating_action_button): show proper tappable children by @albertms10 in #43
- refactor(material): use proper
MaterialType.transparency
by @albertms10 in #45 - fix(recurring_booking): start count at 1 by @albertms10 in #46
- chore(lints): enable stricter lints by @albertms10 in #47
- refactor(map_int_color_extension): extract
colorFromThreshold
method by @albertms10 in #48 - refactor(heat_map_day): use proper
ConditionalParentWidget
by @albertms10 in #49 - feat(booking_preview_panel): implement new preview overlay by @albertms10 in #42
- feat(popular_times_bar_chart): improve layout and highlight current time by @albertms10 in #50
- perf(home_page): prevent calling
setState
on the same navigation index by @albertms10 in #51 - refactor(summary_page): extract Statistics Widgets by @albertms10 in #52
- refactor(item): save UTC DateTime fields by @albertms10 in #53
- fix(summary_page): remove unneeded Consumer Widget by @albertms10 in #54
- perf(map_int_color_extension): return the color if
threshold
key exists by @albertms10 in #55 - chore(deps): bump versions as of Flutter 2.10.3 by @albertms10 in #58
- refactor(date_range): split from Item hierarchy by @albertms10 in #56
- refactor(time_of_day): extract
increment
method by @albertms10 in #59 - chore(pubspec): replace unauthenticated
git://
protocol by @albertms10 in #61 - fix(time_of_day_extension): return proper Duration on
difference
by @albertms10 in #60 - ci(flutter): ignore irrelevant paths on
push
andpull_request
by @albertms10 in #62 - refactor(items_table): fix indices typo by @albertms10 in #64
- ci(flutter): extract Flutter SDK version variable and improve workflow syntax by @albertms10 in #63
- feat(utils): add tokenized string RegExp functions by @albertms10 in #65
- feat(cabin_booking_app): add keyboard shortcuts support by @albertms10 in #66
- perf(tests): wrap main test functions by @albertms10 in #67
- chore(pubspec): bump versions as of
dart_code_metrics
4.15.0 by @albertms10 in #68 - fix(bookings_stack): revert extracting first element by @albertms10 in #71
- chore(pubspec): bump versions as of Flutter 3.0.1 by @albertms10 in #70
- refactor: bump versions as of Flutter SDK 3.3.8 by @albertms10 in #72
- chore(deps): bump actions/upload-artifact from 2 to 3 by @dependabot in #73
- ci: rewrite analysis and build workflows by @albertms10 in #74
- refactor: prefer int literals by @albertms10 in #75
- refactor: adopt
library_private_types_in_public_api
lint rule by @albertms10 in #76 - refactor(heat_map_calendar): rename methods starting with
get
by @albertms10 in #77 - refactor: prefer asserts with message by @albertms10 in #78
New Contributors
- @dependabot made their first contribution in #73
Full Changelog: v0.5...v0.6