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: robcresswell/vue-material-design-icons
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5.1.0
Choose a base ref
...
head repository: robcresswell/vue-material-design-icons
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dev
Choose a head ref
  • 12 commits
  • 4 files changed
  • 3 contributors

Commits on Jul 3, 2022

  1. fix: Prevent double clicking in Vue 3

    In Vue 3, click events fall through meaning each event is fired twice
    when adding @click prop to the component. Adding emits: ['click'] tells
    the component to expect an external click event, therefore preventing
    the double event.
    
    Co-Authored-By: 1VinceP <[email protected]>
    robcresswell and 1VinceP committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    2f08947 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #282 from robcresswell/fix/vue-3-click-events

    fix: Prevent double clicking in Vue 3
    robcresswell authored Jul 3, 2022
    Configuration menu
    Copy the full SHA
    7f1ff3f View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. fix: Make v-bind first icon property

    Fixes: #283
    robcresswell committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    d146718 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #284 from robcresswell/fix/vue3-v-bind-warning

    fix: Make v-bind first icon property
    robcresswell authored Jul 13, 2022
    Configuration menu
    Copy the full SHA
    681f455 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

  1. feat: Add new icons

    Signed-off-by: Rob Cresswell <[email protected]>
    robcresswell committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    044315d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #289 from robcresswell/feat/new-icons

    feat: Add new icons
    robcresswell authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    a5606f7 View commit details
    Browse the repository at this point in the history
  3. feat: Add new icons

    robcresswell committed Feb 3, 2023
    Configuration menu
    Copy the full SHA
    1c3cd79 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #290 from robcresswell/feat/new-icons

    feat: Add new icons
    robcresswell authored Feb 3, 2023
    Configuration menu
    Copy the full SHA
    4b79bae View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2024

  1. feat: correct aria-hidden behaviour, update icons

    Fixes: #294
    
    Co-Authored-By: skylerberg
    Signed-off-by: Rob Cresswell <[email protected]>
    robcresswell committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    bf27c16 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #297 from robcresswell/feat/fix-294

    feat: correct aria-hidden behaviour, update icons
    robcresswell authored Jan 28, 2024
    Configuration menu
    Copy the full SHA
    18eed36 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. fix: aria-hidden expects a string as value

    Signed-off-by: Ferdinand Thiessen <[email protected]>
    susnux committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    4b70f40 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Merge pull request #298 from susnux/fix/aria-hidden-value

    fix: `aria-hidden` expects a string as value
    robcresswell authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    eb73e7d View commit details
    Browse the repository at this point in the history
Loading