-
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
Merged
Merged
1.4.7 #67
Changes from 4 commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
86f75d6
Fix Image component fallback class output
piqusy 59b0360
Update changelog
piqusy 03288c5
Update version
piqusy 35428ae
Merge pull request #65 from infinum/fix/image-component-class-output
piqusy 53608b5
Update dependencies
piqusy 563b577
Merge pull request #66 from infinum/update/dependencies-1.4.7
piqusy d85bfc9
Fix Image component responsive output
piqusy b1d702f
Move $isDesktopFirst conditional of Image component few lines up
piqusy a32b28a
Merge pull request #68 from infinum/fix/image-component-resposiveness
piqusy 95fce3b
Update changelog
piqusy ba5a429
Merge pull request #69 from infinum/fix/image-component-resposiveness
piqusy e4f3a3c
Add "Auto" width to wrapperContent and set is as default
piqusy 1877c1e
Update changelog
piqusy 3407b33
Merge pull request #70 from infinum/feature/wrapper-width---auto
piqusy 53848f7
Add a buttonType attribute to Button component
piqusy 8eb3192
Update changelog
piqusy cb36884
Set buttonType to empty by default
piqusy 1a56577
Merge pull request #71 from infinum/feature/button-type
piqusy a29d6ea
Remove an empty manifest default attribute for buttonType
piqusy 3129455
Implement a11y for Icon component
piqusy 54eaac2
Remove labelledby from Icon and set its aria-hidden to be the default
piqusy f3b2de1
Merge pull request #72 from infinum/feature/a11y-icons
piqusy cb3a6b1
Update Node dependencies
piqusy 867456e
Merge pull request #73 from infinum/update/node-dependencies-18122024
piqusy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a | |
- Fixed Image component "image" part tailwind class output if not set. | ||
- Fix Image component responsive output Co-authored-by: [email protected] | ||
- Add "Auto" width to wrapperContent and set is as defaults | ||
- Add a buttonType attribute to Button component | ||
- Updated dependencies. | ||
|
||
## [1.4.6] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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