-
Notifications
You must be signed in to change notification settings - Fork 149
Introduce the concept of root properties #382
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
Introduce the concept of root properties #382
Conversation
73a7608 to
72acf65
Compare
msaraiva
left a comment
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.
After a few tests, it seems that it would not be so complicated to move validation to
__after_compile__. I'll propose a PR with that changes.
@Malian that's great news! If you want to do it in the scope of this PR, it's fine. If not, it's fine too :)
I also left a couple of minor comments.
2271197 to
df4a766
Compare
I'll do this in a new PR :) |
df4a766 to
077541a
Compare
msaraiva
left a comment
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.
Awesome! ❤️
* surface-next: Remove `phx_` prefix from props (surface-ui#384) Remove code for embedded interpolation inside strings Introduce <#unless> (surface-ui#376) Introduce the concept of root properties (surface-ui#382) Warn on invalid prop/data defaults (surface-ui#374) Deprecated unquoted strings (surface-ui#379) Convert embedded interpolation (surface-ui#380) Introduce <#raw> and deprecate <#Raw> (surface-ui#377)
Related to #340