-
Notifications
You must be signed in to change notification settings - Fork 5
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
auro-card: 3.0 - Base component. #44
Labels
Comments
6 tasks
working on this! |
Working on this as well |
blackfalcon
pushed a commit
that referenced
this issue
Mar 18, 2024
This commit supports all the new feature development needed for the next MAJOR release of auro-card per new design and user experience specifications. Commit consists of feature development, test support, UI styles support and all related examples and documentation. BREAKING CHANGE: this is a complete rewrite and is incompatible with the old auro-card even if some slots have the same name. Changes to be committed: modified: .gitignore modified: README.md new file: apiExamples/advanced.html deleted: apiExamples/alignLeft.html modified: apiExamples/basic.html new file: apiExamples/bordered.html new file: apiExamples/center.html deleted: apiExamples/custom.html new file: apiExamples/icon.html new file: apiExamples/inset-container.html new file: apiExamples/inset-content.html new file: apiExamples/inset.html deleted: apiExamples/multiCard.html new file: apiExamples/navigation.html new file: apiExamples/round-image.html new file: apiExamples/typography-cards.html modified: demo/apiExamples.md modified: demo/index.html modified: demo/index.md modified: docs/api.md modified: docs/partials/apiExamples.md deleted: docs/partials/demo.md modified: docs/partials/description.md new file: docs/partials/index.md modified: docs/partials/useCases.md modified: package-lock.json modified: package.json modified: src/auro-card.js modified: src/style.scss modified: test/auro-card.test.js
blackfalcon
pushed a commit
that referenced
this issue
May 9, 2024
This commit supports all the new feature development needed for the next MAJOR release of auro-card per new design and user experience specifications. Commit consists of feature development, test support, UI styles support and all related examples and documentation. BREAKING CHANGE: this is a complete rewrite and is incompatible with the old auro-card even if some slots have the same name. Changes to be committed: modified: .gitignore modified: README.md new file: apiExamples/advanced.html deleted: apiExamples/alignLeft.html modified: apiExamples/basic.html new file: apiExamples/bordered.html new file: apiExamples/center.html deleted: apiExamples/custom.html new file: apiExamples/icon.html new file: apiExamples/inset-container.html new file: apiExamples/inset-content.html new file: apiExamples/inset.html deleted: apiExamples/multiCard.html new file: apiExamples/navigation.html new file: apiExamples/round-image.html new file: apiExamples/typography-cards.html modified: demo/apiExamples.md modified: demo/index.html modified: demo/index.md modified: docs/api.md modified: docs/partials/apiExamples.md deleted: docs/partials/demo.md modified: docs/partials/description.md new file: docs/partials/index.md modified: docs/partials/useCases.md modified: package-lock.json modified: package.json modified: src/auro-card.js modified: src/style.scss modified: test/auro-card.test.js
blackfalcon
pushed a commit
that referenced
this issue
May 9, 2024
# [3.0.0](v2.0.4...v3.0.0) (2024-05-09) ### Features * add `center` attribute ([a3242f9](a3242f9)) * new component development [#44](#44) ([08f1ca8](08f1ca8)) ### BREAKING CHANGES * this is a complete rewrite and is incompatible with the old auro-card even if some slots have the same name. Changes to be committed: modified: .gitignore modified: README.md new file: apiExamples/advanced.html deleted: apiExamples/alignLeft.html modified: apiExamples/basic.html new file: apiExamples/bordered.html new file: apiExamples/center.html deleted: apiExamples/custom.html new file: apiExamples/icon.html new file: apiExamples/inset-container.html new file: apiExamples/inset-content.html new file: apiExamples/inset.html deleted: apiExamples/multiCard.html new file: apiExamples/navigation.html new file: apiExamples/round-image.html new file: apiExamples/typography-cards.html modified: demo/apiExamples.md modified: demo/index.html modified: demo/index.md modified: docs/api.md modified: docs/partials/apiExamples.md deleted: docs/partials/demo.md modified: docs/partials/description.md new file: docs/partials/index.md modified: docs/partials/useCases.md modified: package-lock.json modified: package.json modified: src/auro-card.js modified: src/style.scss modified: test/auro-card.test.js
🎉 This issue has been resolved in version 3.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
Create the basic version of
auro-card
3.0 based off of the updated blueprint.Blueprint: https://www.figma.com/file/Qi9dapT6aEd4EQUnWZW6Uz/Card?node-id=1721%3A5834&mode=dev
Describe the solution you'd like
There will be two variations of this version, one with a border and one without.
Describe alternatives you've considered
Create custom html cards any time we need them.
Additional context
This is the first story of a full rewrite of this component. All current API features will be deprecated and follow up stories will be created for future features.
The text was updated successfully, but these errors were encountered: