Closed jordanjones243 closed 2 months ago
This pull request updates dependencies, removes beta releases from the CHANGELOG, and makes several improvements to the auro-loader component. The changes include updating the component's styling, improving theme support, refactoring the component registration process, and enhancing the documentation.
Change | Details | Files |
---|---|---|
Updated component styling and theme support |
|
src/auro-loader.js src/styles/_base.scss src/style.scss src/color.scss src/tokens.scss |
Refactored component registration process |
|
index.js demo/index.md docs/partials/index.md demo/index.html |
Enhanced documentation and demo files |
|
README.md demo/api.md docs/partials/api.md |
Updated build and linting configuration |
|
src/auro-loader.js eslint.config.mjs |
:tada: This PR is included in version 2.1.0-beta.4 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Alaska Airlines Pull Request
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Resolves: # (issue, if applicable)
Summary:
Please summarize the scope of the changes you have submitted, what the intent of the work is and anything that describes the before/after state of the project.
Type of change:
Please delete options that are not relevant.
Checklist:
By submitting this Pull Request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
Pull Requests will be evaluated by their quality of update and whether it is consistent with the goals and values of this project. Any submission is to be considered a conversation between the submitter and the maintainers of this project and may require changes to your submission.
Thank you for your submission!
-- Auro Design System Team
Summary by Sourcery
Update dependencies and refactor the component to use a new runtime utility for component registration and tag renaming. Enhance styling with color theming support and update documentation to reflect these changes. Remove beta releases from the CHANGELOG.
Enhancements:
Documentation:
Chores: