-
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
phoenix_html v4 compatibility #130
Merged
angelikatyborska
merged 19 commits into
main
from
feature/129-phoenix_html-v4-compatibility
Jul 18, 2024
Merged
Changes from 12 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
f78b906
Don't depend on Phoenix.HTML.Tag.content_tag in Showcase
angelikatyborska f6062c6
Don't depend on Phoenix.HTML.Tag.content_tag in Heading
angelikatyborska 5cb5deb
Copy-paste "humanize" for default labels
angelikatyborska 7918745
Run tests with unlocked deps on CI
angelikatyborska 604f631
Don't depend on Phoenix.HTML.Form.label
angelikatyborska 6b8c535
Don't depend on Phoenix.HTML.Form.input
angelikatyborska 3dc2cbb
Don't depend on Phoenix.HTML.Form.select
angelikatyborska 7ee8b51
Don't depend on Phoenix.HTML.Form.textarea
angelikatyborska f884ff9
Fix credo warnings
angelikatyborska ff6b719
Improve documentation
angelikatyborska f84a456
Define phoenix_html dependency
angelikatyborska 9361e32
Ensure Phoenix.Component.to_form is available
angelikatyborska 31522c6
Documentation fixes
angelikatyborska c1f5c61
Add changelog entry
angelikatyborska 2cdd156
Copy over default values from core components
angelikatyborska aadd1c2
Remove private render_input func
angelikatyborska 9f92878
Use sigil_H instead of copy of content_tag
angelikatyborska 5b61a76
Rename label and input to avoid name clashes
angelikatyborska ca1ec04
Update changelog
angelikatyborska 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
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.
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.
Nice test