-
Notifications
You must be signed in to change notification settings - Fork 21
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
refactor(cc-article-list)!: migrate to the new smart component design #931
Conversation
🔎 A preview has been automatically published : https://clever-components-preview.cellar-c2.services.clever-cloud.com/new-smart-design/cc-article-list/index.html. This preview will be deleted once this PR is closed. |
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.
Small question about property naming but apart from that it's all good 😉
19b66c5
to
0752a99
Compare
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.
Historically limit
was optional. With how the smart works now it makes it no longer possible. While it's not much of an inconvenience here, (the console provides a limit anyway), can you change the doc cc-article-list.md
to reflect it and so that the examples may work again?
BREAKING CHANGE: the properties have changed - `state`: new property containing the whole state - `articles`: property has been deleted as it is now part of the state - `error`: property has been deleted as it is now part of the state Fixes #921
0752a99
to
4711406
Compare
🔎 The preview has been automatically deleted. |
Fixes #921
What is this?
How to review?