Skip to content
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

feat(addon/components/paper-input): converts to a glimmer component. #1312

Open
wants to merge 4 commits into
base: feature/glimmer-paper-tabs
Choose a base branch
from

Conversation

matthewhartstonge
Copy link
Contributor

@matthewhartstonge matthewhartstonge commented Nov 26, 2024

This was fun...

I've opted to migrate from the ValidationMixin by using an injectable Validation class.
There are a couple more components that require this migration (paper-autocomplete and paper-select) so I'll make changes as required, or maybe make unique ones if required...

I'm pretty sure all places work on validating an input component, so we should be good 🎉

(The Validator now allows me to go back and fix the failing paper-form tests once migrating the other two dependants)

@matthewhartstonge matthewhartstonge marked this pull request as ready for review December 5, 2024 03:38
@matthewhartstonge matthewhartstonge force-pushed the feature/glimmer-paper-switch branch from b7e4167 to 289a44c Compare December 5, 2024 23:46
@matthewhartstonge matthewhartstonge force-pushed the feature/glimmer-paper-input branch from 3826ad3 to 9ed977b Compare December 5, 2024 23:47
@matthewhartstonge matthewhartstonge force-pushed the feature/glimmer-paper-switch branch from 289a44c to 78c3c36 Compare December 17, 2024 03:26
@matthewhartstonge matthewhartstonge changed the base branch from feature/glimmer-paper-switch to feature/glimmer-paper-tabs December 17, 2024 03:28
@matthewhartstonge matthewhartstonge force-pushed the feature/glimmer-paper-input branch from 9ed977b to 608beeb Compare December 17, 2024 03:28
@matthewhartstonge matthewhartstonge force-pushed the feature/glimmer-paper-tabs branch from 71fcab7 to ce40958 Compare December 30, 2024 11:03
@matthewhartstonge matthewhartstonge force-pushed the feature/glimmer-paper-input branch from 608beeb to c128116 Compare December 30, 2024 11:06
@matthewhartstonge
Copy link
Contributor Author

Theres a cyclic dependency between paper-input #1312, paper-select #1314 and paper-form #1300 in relation to tests.

These tests all come out in the wash once paper-form is upgraded to the new style of tracking/adopting child components rounding out the removal of ember-composable-components.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Convert all components using ember-composability-tools to glimmer
2 participants