-
Notifications
You must be signed in to change notification settings - Fork 0
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
1.4.7 #67
1.4.7 #67
Conversation
Fix image component class output
Update dependencies - release 1.4.7
@goranalkovic-infinum you are welcome to merge and publish this at your earliest convenience ❤️ |
Feature - wrapperContentWidth: "auto"
3407b33
Enables setting a button type as 'submit', any other viable option or a default 'button' if the Button is not a link
Feature - button type
@@ -20,6 +20,10 @@ | |||
"buttonId": { | |||
"type": "string" | |||
}, | |||
"buttonType": { | |||
"type": "string", | |||
"default": "" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is there a need for this ""
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not really, could be omitted... pushed a commit
Either by setting aria-hidden to true or using the existing iconName label from manifest option key
Feature - Implement a11y for Icon component
@eightshift/ui-components (^1.8.0 => ^1.9.1) @stylistic/eslint-plugin-js (^2.11.0 => ^2.12.1) @swc/core (^1.9.3 => ^1.10.1) @wordpress/api-fetch (^7.13.0 => ^7.14.0) @wordpress/block-editor (^14.8.0 => ^14.9.0) @wordpress/dom-ready (^4.13.0 => ^4.14.0) @wordpress/server-side-render (^5.13.0 => ^5.14.0) browserslist (^4.24.2 => ^4.24.3) eslint (^9.16.0 => ^9.17.0) prettier (^3.4.1 => ^3.4.2) sonner (^1.7.0 => ^1.7.1) stylelint (^16.11.0 => ^16.12.0) terser-webpack-plugin (^5.3.10 => ^5.3.11) webpack (^5.96.1 => ^5.97.1) lint-staged (^15.2.10 => ^15.2.11) ol (^10.3.0 => ^10.3.1) ol-mapbox-style (^12.3.5 => ^12.4.0) tailwindcss (^3.4.15 => ^3.4.17)
Update Node dependencies
1.4.7 release