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

auro-card: 3.0 - Base component. #44

Closed
braven112 opened this issue Jul 6, 2023 · 3 comments · Fixed by #56
Closed

auro-card: 3.0 - Base component. #44

braven112 opened this issue Jul 6, 2023 · 3 comments · Fixed by #56
Assignees
Labels
auro-card released Completed work has been released Type: Feature New Feature

Comments

@braven112
Copy link
Member

braven112 commented Jul 6, 2023

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.

@braven112 braven112 added the Type: Feature New Feature label Jul 6, 2023
@braven112 braven112 added this to the v2.0-rc auro-card milestone Jul 6, 2023
@settings settings bot removed the auro-card label Jan 24, 2024
@blackfalcon blackfalcon changed the title auro-card: 2.0 - Base component. auro-card: 3.0 - Base component. Feb 15, 2024
@blackfalcon blackfalcon removed this from the v2.0-rc auro-card milestone Feb 15, 2024
@DukeFerdinand
Copy link
Collaborator

working on this!

@rsstdd
Copy link

rsstdd commented Feb 15, 2024

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
@blackfalcon
Copy link
Member

🎉 This issue has been resolved in version 3.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@blackfalcon blackfalcon added the released Completed work has been released label May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auro-card released Completed work has been released Type: Feature New Feature
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants