Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: macosui/macos_ui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.12.1
Choose a base ref
...
head repository: macosui/macos_ui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.12.2
Choose a head ref
  • 8 commits
  • 6 files changed
  • 4 contributors

Commits on Feb 28, 2023

  1. Version 1.12.1 (#375)

    * feat: Sliver toolbar (#368)
    
    * feat: `SliverToolBar`
    
    * chore(example): address lints
    
    * docs(SliverToolbar): update `floating` doc
    
    * feat(example): add page for SliverToolbar
    
    * chore: dart format
    
    * docs(SliverToolBar): slight change to `pinned` docs
    
    * docs(SliverToolBar): add section to readme
    
    * docs(SliverToolBar): tweak sample
    
    * test(SliverAppBar): add initial tests
    
    * chore: update version & changelog
    
    * chore: pub upgrade
    
    * chore: remove unused imports
    
    * test: remove ignore lint
    
    * fix(SidebarItem): use theme's primary color instead of hardcoded value  (#374)
    
    * fix(SidebarItem): use theme's primary color instead of hardcoded value
    
    Fixes #313
    
    * chore: update version, changelog
    GroovinChip authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    9a59245 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. fix(docs): Remove "+" character from example (#363)

    fix: Remove "+" character from example
    
    Co-authored-by: Reuben Turner <groovinchip@gmail.com>
    cbenhagen and GroovinChip authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    35d26a8 View commit details
    Browse the repository at this point in the history
  2. fix: typo in month abbreviation (#370)

    Co-authored-by: GroovinChip <groovinchip@gmail.com>
    rklos and GroovinChip authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    e7cc55c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e5a066 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #378 from macosui/stable

    Version 1.12.1 (#375)
    GroovinChip authored Mar 2, 2023
    Configuration menu
    Copy the full SHA
    7afb196 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dd76d06 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. When toolbar item is clicked, first pop the route and then call its c…

    …allback - Fixes #346 (#381)
    
    * fix: when a toolbar item is clicked, remove route first and then call its callback - fixes #346
    
    * chore: update version and changelog
    whiplashoo authored Mar 3, 2023
    Configuration menu
    Copy the full SHA
    079b51f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e78c92 View commit details
    Browse the repository at this point in the history
Loading