-
Notifications
You must be signed in to change notification settings - Fork 35
Comparing changes
Open a pull request
base repository: robcresswell/vue-material-design-icons
base: 5.1.0
head repository: robcresswell/vue-material-design-icons
compare: dev
- 12 commits
- 4 files changed
- 3 contributors
Commits on Jul 3, 2022
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 2f08947 - Browse repository at this point
Copy the full SHA 2f08947View commit details -
Merge pull request #282 from robcresswell/fix/vue-3-click-events
fix: Prevent double clicking in Vue 3
Configuration menu - View commit details
-
Copy full SHA for 7f1ff3f - Browse repository at this point
Copy the full SHA 7f1ff3fView commit details
Commits on Jul 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for d146718 - Browse repository at this point
Copy the full SHA d146718View commit details -
Merge pull request #284 from robcresswell/fix/vue3-v-bind-warning
fix: Make v-bind first icon property
Configuration menu - View commit details
-
Copy full SHA for 681f455 - Browse repository at this point
Copy the full SHA 681f455View commit details
Commits on Feb 3, 2023
-
Signed-off-by: Rob Cresswell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 044315d - Browse repository at this point
Copy the full SHA 044315dView commit details -
Merge pull request #289 from robcresswell/feat/new-icons
feat: Add new icons
Configuration menu - View commit details
-
Copy full SHA for a5606f7 - Browse repository at this point
Copy the full SHA a5606f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c3cd79 - Browse repository at this point
Copy the full SHA 1c3cd79View commit details -
Merge pull request #290 from robcresswell/feat/new-icons
feat: Add new icons
Configuration menu - View commit details
-
Copy full SHA for 4b79bae - Browse repository at this point
Copy the full SHA 4b79baeView commit details
Commits on Jan 28, 2024
-
feat: correct aria-hidden behaviour, update icons
Fixes: #294 Co-Authored-By: skylerberg Signed-off-by: Rob Cresswell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for bf27c16 - Browse repository at this point
Copy the full SHA bf27c16View commit details -
Merge pull request #297 from robcresswell/feat/fix-294
feat: correct aria-hidden behaviour, update icons
Configuration menu - View commit details
-
Copy full SHA for 18eed36 - Browse repository at this point
Copy the full SHA 18eed36View commit details
Commits on Feb 23, 2024
-
fix:
aria-hidden
expects a string as valueSigned-off-by: Ferdinand Thiessen <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4b70f40 - Browse repository at this point
Copy the full SHA 4b70f40View commit details
Commits on Oct 7, 2024
-
Merge pull request #298 from susnux/fix/aria-hidden-value
fix: `aria-hidden` expects a string as value
Configuration menu - View commit details
-
Copy full SHA for eb73e7d - Browse repository at this point
Copy the full SHA eb73e7dView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 5.1.0...dev