Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 1.9.1 #341

Merged
merged 50 commits into from
Feb 3, 2023
Merged

Version 1.9.1 #341

merged 50 commits into from
Feb 3, 2023

Commits on May 11, 2022

  1. Sidebar top (#244)

    * chore: refactor dir structure
    
    * feat: Sidebar top & updated default control color
    
    * feat(example): search results in top
    
    * chore: bump version, changelog
    
    * chore: run flutter pub upgrade
    
    * Update CHANGELOG.md
    
    * Update lib/src/layout/sidebar/sidebar.dart
    
    Co-authored-by: Minas Giannekas <whiplashoo@users.noreply.github.com>
    GroovinChip and whiplashoo authored May 11, 2022
    Configuration menu
    Copy the full SHA
    6e3aa4c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41c56a2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de258e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4bb29a8 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2022

  1. Flutter 3 upgrade & MacosColor update (#248)

    * chore: Update pubspec.yaml files to support Flutter 3
    
    * chore: run dart fix --apply
    
    * chore: migrate Scrollbar to Flutter 3
    
    * chore: update flutter_lints & subsequent fixes
    
    * feat: add missing functions to MacosColor
    
    the Color class has a number of functions that MacosColor had not implemented
    
    * chore: use super parameters
    
    * chore: update changelog
    
    * chore: tweak example app
    
    Uses the new PlatformMenuBar. Also update product name.
    
    * chore: small changelog tweak
    
    * chore: run flutter format .
    
    * chore: run dart fix --apply
    
    * chore: run flutter format .
    
    * chore: remove unused code in example
    
    * chore: remove unused import
    
    * chore: remove unused code
    GroovinChip authored May 13, 2022
    Configuration menu
    Copy the full SHA
    e4c37d6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ac6870c View commit details
    Browse the repository at this point in the history
  3. Starter app (#251)

    * chore: Update pubspec.yaml files to support Flutter 3
    
    * chore: run dart fix --apply
    
    * chore: migrate Scrollbar to Flutter 3
    
    * chore: update flutter_lints & subsequent fixes
    
    * feat: add missing functions to MacosColor
    
    the Color class has a number of functions that MacosColor had not implemented
    
    * chore: use super parameters
    
    * chore: update changelog
    
    * chore: tweak example app
    
    Uses the new PlatformMenuBar. Also update product name.
    
    * chore: small changelog tweak
    
    * chore: run flutter format .
    
    * chore: run dart fix --apply
    
    * chore: run flutter format .
    
    * chore: remove unused code in example
    
    * chore: remove unused import
    
    * feat: first pass at starter app brick
    
    * chore: improve starter app brick
    
    * chore: fix widget test in starter app
    
    * feat: conditional prompts & running pub get
    
    * chore: finalize brick
    
    * chore: run flutter format
    
    * chore: exclude starter app from analyzer
    GroovinChip committed May 13, 2022
    Configuration menu
    Copy the full SHA
    ab47743 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2022

  1. Full screen opaque toolbar issue (closes #249) (#252)

    * fix: don't show app window toolbar when in full screen
    
    * chore: update README
    
    * chore: update brick app window code
    
    * chore: update pubspec and changelog
    
    * chore: update actions
    
    Co-authored-by: Reuben Turner <groovinchip@gmail.com>
    whiplashoo and GroovinChip authored May 16, 2022
    Configuration menu
    Copy the full SHA
    880c308 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb06cc4 View commit details
    Browse the repository at this point in the history
  3. Version 1.4.1 (#255)

    * Sidebar top (#244)
    
    * chore: refactor dir structure
    
    * feat: Sidebar top & updated default control color
    
    * feat(example): search results in top
    
    * chore: bump version, changelog
    
    * chore: run flutter pub upgrade
    
    * Update CHANGELOG.md
    
    * Update lib/src/layout/sidebar/sidebar.dart
    
    Co-authored-by: Minas Giannekas <whiplashoo@users.noreply.github.com>
    
    * chore: update issue templates
    
    * chore: update pr_prelaunch script
    
    * Flutter 3 upgrade & MacosColor update (#248)
    
    * chore: Update pubspec.yaml files to support Flutter 3
    
    * chore: run dart fix --apply
    
    * chore: migrate Scrollbar to Flutter 3
    
    * chore: update flutter_lints & subsequent fixes
    
    * feat: add missing functions to MacosColor
    
    the Color class has a number of functions that MacosColor had not implemented
    
    * chore: use super parameters
    
    * chore: update changelog
    
    * chore: tweak example app
    
    Uses the new PlatformMenuBar. Also update product name.
    
    * chore: small changelog tweak
    
    * chore: run flutter format .
    
    * chore: run dart fix --apply
    
    * chore: run flutter format .
    
    * chore: remove unused code in example
    
    * chore: remove unused import
    
    * chore: remove unused code
    
    * Starter app (#251)
    
    * chore: Update pubspec.yaml files to support Flutter 3
    
    * chore: run dart fix --apply
    
    * chore: migrate Scrollbar to Flutter 3
    
    * chore: update flutter_lints & subsequent fixes
    
    * feat: add missing functions to MacosColor
    
    the Color class has a number of functions that MacosColor had not implemented
    
    * chore: use super parameters
    
    * chore: update changelog
    
    * chore: tweak example app
    
    Uses the new PlatformMenuBar. Also update product name.
    
    * chore: small changelog tweak
    
    * chore: run flutter format .
    
    * chore: run dart fix --apply
    
    * chore: run flutter format .
    
    * chore: remove unused code in example
    
    * chore: remove unused import
    
    * feat: first pass at starter app brick
    
    * chore: improve starter app brick
    
    * chore: fix widget test in starter app
    
    * feat: conditional prompts & running pub get
    
    * chore: finalize brick
    
    * chore: run flutter format
    
    * chore: exclude starter app from analyzer
    
    * Full screen opaque toolbar issue (closes #249) (#252)
    
    * fix: don't show app window toolbar when in full screen
    
    * chore: update README
    
    * chore: update brick app window code
    
    * chore: update pubspec and changelog
    
    * chore: update actions
    
    Co-authored-by: Reuben Turner <groovinchip@gmail.com>
    
    Co-authored-by: Minas Giannekas <whiplashoo@users.noreply.github.com>
    GroovinChip and whiplashoo committed May 16, 2022
    Configuration menu
    Copy the full SHA
    77778ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ee2297f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba99684 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3f0d09e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3f6d9ac View commit details
    Browse the repository at this point in the history
  8. chore: update readme

    GroovinChip committed May 16, 2022
    Configuration menu
    Copy the full SHA
    1857b58 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1dbab59 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Configuration menu
    Copy the full SHA
    99cce50 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2022

  1. feat: starter_app 1.2.1

    GroovinChip committed May 21, 2022
    Configuration menu
    Copy the full SHA
    a7b34dd View commit details
    Browse the repository at this point in the history

Commits on May 23, 2022

  1. Configuration menu
    Copy the full SHA
    f6cb9cd View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2022

  1. Expand remaining part of row in MacosListTile (#265)

    * Expand remaining part of row #264
    
    * Increment to version 1.4.2
    jonsaw authored Jun 24, 2022
    Configuration menu
    Copy the full SHA
    a4e85c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2022

  1. End sidebar (#267)

    * chore: add missing trailing comma
    
    * chore: improve MacosIconButton animation curve
    
    * chore: remove false_secrets from pubspec.yaml
    
    * feat: end sidebar
    
    Also fixes the tests portion of the pr_prelaunch_tasks script
    
    * feat: add "isEndSidebarShown" to MacosWindowScope
    GroovinChip authored Jun 26, 2022
    Configuration menu
    Copy the full SHA
    6d89861 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. Configuration menu
    Copy the full SHA
    9b8f75d View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Configuration menu
    Copy the full SHA
    098c22f View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2022

  1. chore: Update changelog

    GroovinChip committed Jul 2, 2022
    Configuration menu
    Copy the full SHA
    c7719c2 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. test: fix issues with date_picker_test

    * Account for cases where the month and the day are the same
    * Fix offstage warnings by removing tester taps that disabled the caret controls
    GroovinChip committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    5687498 View commit details
    Browse the repository at this point in the history
  2. Update Actions (#279)

    * Update flutter_analysis.yml
    
    * Update dart_code_metrics.yaml
    
    * Update gh_pages.yml
    
    * Update pana_analysis.yml
    
    * Update codecov.yaml
    
    * fix syntax issue
    GroovinChip authored Jul 7, 2022
    Configuration menu
    Copy the full SHA
    f09843c View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2022

  1. Version 1.6.0 - MacosTabView & MacosSegmentedControl (#273)

    * feat: MacosTabView & MacosSegmentedControl
    
    * chore: fixup scripts
    
    * test: tests for segmented control & tab view
    
    * chore: remove unused code
    
    * chore: run flutter format .
    
    * chore: bump code metrics
    
    * docs: dartdoc updates
    
    * docs: fix a documentation error
    
    * chore: run flutter format .
    
    * refactor: make active property of MacosTab optional, since it is handled via MacosSegmentedControl
    
    * chore: fix import change
    
    * refactor: change colors to match default native app design
    
    * docs: update tab view screenshot in readme
    
    * chore: update README example for MacosTabView
    
    * chore: fix typo in MacosSegmentedControl
    
    * chore: fix typo in MacosSegmentedControl docstring
    
    * test: remove explicitly setting active property of MacosTabs
    
    Co-authored-by: Minas Giannekas <whiplashoo721@gmail.com>
    GroovinChip and whiplashoo authored Jul 9, 2022
    Configuration menu
    Copy the full SHA
    d534f79 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. Version 1.7.0: MacosImageIcon & sidebar updates (#274)

    * feat: MacosTabView & MacosSegmentedControl
    
    * chore: fixup scripts
    
    * test: tests for segmented control & tab view
    
    * chore: remove unused code
    
    * chore: run flutter format .
    
    * chore: bump code metrics
    
    * docs: dartdoc updates
    
    * docs: fix a documentation error
    
    * chore: run flutter format .
    
    * feat: MacosImageIcon & sidebar updates
    
    * test: fix issues with date_picker_test
    
    * Account for cases where the month and the day are the same
    * Fix offstage warnings by removing tester taps that disabled the caret controls
    
    * refactor: make active property of MacosTab optional, since it is handled via MacosSegmentedControl
    
    * chore: fix import change
    
    * refactor: change colors to match default native app design
    
    * docs: update tab view screenshot in readme
    
    * chore: fix README
    
    * test: fix date picker test
    
    Co-authored-by: Minas Giannekas <whiplashoo721@gmail.com>
    GroovinChip and whiplashoo authored Jul 10, 2022
    Configuration menu
    Copy the full SHA
    4f13234 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa1deed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d33004 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7487f97 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    91de6b7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    85eaed4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    285c398 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2022

  1. docs: update readme

    * Addresses #237
    * Adds MacosColorWell to selectors section
    * Adds code snippets for date & time pickers
    GroovinChip committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    6c90a36 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. fix: 1.7.1

    Fixes issue where end sidebar window breakpoint wasn’t being respected
    GroovinChip committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    eae4c3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    085c44c View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2022

  1. Tab view padding (#285)

    stMerlHin authored Aug 14, 2022
    Configuration menu
    Copy the full SHA
    92f0b00 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

  1. Configuration menu
    Copy the full SHA
    4f538ef View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. chore: fix typo

    Closes #290
    GroovinChip committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    53c1d24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1bd9180 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. Configuration menu
    Copy the full SHA
    b0efefa View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2022

  1. Configuration menu
    Copy the full SHA
    d6d4a27 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

  1. fix(tests): account for Jan -> Dec & Dec -> Jan

    date_picker_test.dart was failing due to not accounting for going from January to December and vice-versa.
    GroovinChip committed Jan 14, 2023
    Configuration menu
    Copy the full SHA
    6e17403 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2023

  1. Configuration menu
    Copy the full SHA
    79b89c5 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. Update flutter_analysis.yml

    Closes #334
    GroovinChip authored Jan 27, 2023
    Configuration menu
    Copy the full SHA
    13fdb43 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    9894aba View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. Macos slider (#337)

    * chore: run flutter format .
    
    * chore: fix analysis
    
    * chore: Bump version and update CHANGELOG.md
    
    * chore: Update images to self taken ones as MacOS images are outdated
    
    * fix: fix position offset by a small value
    
    * fix: PR review feedback
    
    * Update lib/src/indicators/slider.dart
    
    ---------
    
    Co-authored-by: Reuben Turner <groovinchip@gmail.com>
    Norbert515 and GroovinChip authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    ced5193 View commit details
    Browse the repository at this point in the history
  2. Adds intialDate to MacosDatePicker (#329)

    * Adds `intialDate` to `MacosDatePicker`
    
    * Bumps `macos_ui` version to `1.7.7`
    
    * Apply suggestions from code review
    
    * spelling correction
    
    ---------
    
    Co-authored-by: Reuben Turner <groovinchip@gmail.com>
    Luckey-Elijah and GroovinChip authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    2a9fc25 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c35f319 View commit details
    Browse the repository at this point in the history