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

Move recent changes from Beta to Main #30

Merged
merged 20 commits into from
Oct 4, 2024
Merged

Move recent changes from Beta to Main #30

merged 20 commits into from
Oct 4, 2024

Conversation

jordanjones243
Copy link
Contributor

@jordanjones243 jordanjones243 commented Aug 16, 2024

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: #25, #27

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.

  • New capability
  • Revision of an existing capability
  • Infrastructure change (automation, etc.)
  • Other (please elaborate)

Checklist:

  • My update follows the CONTRIBUTING guidelines of this project
  • I have performed a self-review of my own update

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

Move recent changes from the Beta branch to the Main branch, introducing theme support and refactoring color and size tokens for improved styling consistency. Update documentation to reflect these changes and remove outdated information.

New Features:

  • Introduce theme support for the component, allowing restyling using design tokens.

Enhancements:

  • Refactor the color token structure to use tier 3 tokens for improved consistency.
  • Replace hardcoded size values with design tokens for better maintainability and flexibility.

Documentation:

  • Update documentation to include theme support and usage of design tokens for styling.
  • Remove outdated information about CSS custom property fallbacks from the README.

Chores:

  • Update copyright year in source files to 2024.

blackfalcon and others added 9 commits August 5, 2024 10:13
On branch dsande/perf/a11y/27
Changes to be committed:
modified:   package-lock.json
modified:   package.json
On branch dsande/perf/a11y/27
Changes to be committed:
modified:   src/style.scss
On branch dsande/perf/a11y/27
Changes to be committed:
modified:   docs/partials/index.md
## [3.0.9-beta.1](v3.0.8...v3.0.9-beta.1) (2024-08-05)

### Performance Improvements

* update subtitle color token [#27](#27) ([c7f088f](c7f088f))

### Reverts

* remove updates to troubleshoot error ([2a14806](2a14806))
# [3.1.0-beta.1](v3.0.9-beta.1...v3.1.0-beta.1) (2024-08-09)

### Features

* refactor color token structure with tier 3 tokens [#25](#25) ([9bee574](9bee574))

### Performance Improvements

* replace hardcoded size values with tokens ([908c3d8](908c3d8))
* update deps and refactor scripts to run auro-library versions ([25b719d](25b719d))
@jordanjones243 jordanjones243 self-assigned this Aug 16, 2024
@jordanjones243 jordanjones243 requested a review from a team as a code owner August 16, 2024 15:25
Copy link

sourcery-ai bot commented Aug 16, 2024

Reviewer's Guide by Sourcery

This pull request moves recent changes from Beta to Main, focusing on refactoring color token structure, updating dependencies, and improving theme support. The changes include updating color tokens, replacing hardcoded size values with tokens, and introducing new SCSS files for better organization of styles and tokens.

File-Level Changes

Files Changes
src/style.scss
src/color.scss
src/tokens.scss
Refactored color token structure with tier 3 tokens
src/style.scss Replaced hardcoded size values with design tokens
CHANGELOG.md Updated dependencies and refactored scripts to run auro-library versions
demo/api.md
src/color.scss
src/tokens.scss
Added theme support documentation and new SCSS files for color and tokens
demo/index.md
docs/partials/index.md
Updated accessibility color information with new color tokens
README.md Removed CSS custom property fallbacks section from README
eslint.config.mjs Added new ESLint configuration file
scripts/generateDocs.mjs
scripts/staticStyles-template.js
Removed deprecated script files

Tips
  • Trigger a new Sourcery review by commenting @sourcery-ai review on the pull request.
  • Continue your discussion with Sourcery by replying directly to review comments.
  • You can change your review settings at any time by accessing your dashboard:
    • Enable or disable the Sourcery-generated pull request summary or reviewer's guide;
    • Change the review language;
  • You can always contact us if you have any questions or feedback.

@CLAassistant
Copy link

CLAassistant commented Aug 16, 2024

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
2 out of 3 committers have signed the CLA.

✅ jordanjones243
✅ blackfalcon
❌ semantic-release-bot
You have signed the CLA already but the status is still pending? Let us recheck it.

Copy link

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @jordanjones243 - I've reviewed your changes and they look great!

Here's what I looked at during the review
  • 🟢 General issues: all looks good
  • 🟢 Security: all looks good
  • 🟢 Testing: all looks good
  • 🟢 Complexity: all looks good
  • 🟡 Documentation: 1 issue found

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment to tell me if it was helpful.

README.md Show resolved Hide resolved
jordanjones243 and others added 5 commits October 3, 2024 14:25
BREAKING CHANGE: trigger major release for color theme support #25
# [4.0.0-beta.1](v3.1.0-beta.1...v4.0.0-beta.1) (2024-10-03)

### Bug Fixes

* resolve minor color theming issues ([e555bb3](e555bb3))

### Features

* add tag name as attribute when custom registered ([13703fc](13703fc))

### Performance Improvements

* refactor custom component registration config ([80b3911](80b3911))
* update dependencies ([8a9be16](8a9be16))

### BREAKING CHANGES

* trigger major release for color theme support #25
@blackfalcon
Copy link
Member

🎉 This PR is included in version 4.0.0-beta.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

jordanjones243 and others added 2 commits October 3, 2024 15:32
# [4.0.0-beta.2](v4.0.0-beta.1...v4.0.0-beta.2) (2024-10-03)

### Bug Fixes

* update ondark styles ([097eb12](097eb12))
@blackfalcon
Copy link
Member

🎉 This PR is included in version 4.0.0-beta.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

@blackfalcon
Copy link
Member

🎉 This PR is included in version 4.0.0-beta.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

@jason-capsule42 jason-capsule42 merged commit 8405816 into main Oct 4, 2024
8 of 9 checks passed
@blackfalcon
Copy link
Member

🎉 This PR is included in version 4.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@blackfalcon blackfalcon added the released Completed work has been released label Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Completed work has been released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Accessibility issue with new tokens Update color tokens for theming support
5 participants