Closed chrisfalaska closed 2 weeks ago
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.
1 out of 2 committers have signed the CLA.
:white_check_mark: chrisfalaska
:x: semantic-release-bot
You have signed the CLA already but the status is still pending? Let us recheck it.
This pull request updates the build tasks in package.json to search recursively in folders for relevant files during the sass build process. It also updates the .gitignore patterns to search recursively in folders. These changes are made to align with recent updates in related projects and to support the auro-form monorepo work.
graph TD;
A[Start] --> B{Search for files};
B -->|Recursively| C[Search in all subfolders];
C --> D[Process files];
D --> E[End];
Change | Details | Files |
---|---|---|
Update build tasks to search recursively in folders |
|
package.json .gitignore |
Update CHANGELOG.md with new version and changes |
|
CHANGELOG.md |
Update README.md with new version number |
|
README.md |
:tada: This PR is included in version 4.1.0 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Alaska Airlines Pull Request
Recent changes to
wc-generator
(#579) andauro-form
(#1) have prompted updates to howbuild
tasks inpackage.json
search for relevant files.The build tasks for
auro-input
should be updated to better align with its intended consumption as part of theauro-form
monorepo work in #1.Resolves: #340
Summary:
package.json
tasks to search recursively in folders.gitignore
patterns to search recursively in foldersType 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 build tasks to search folders recursively during SASS build tasks, introduce HTML5 autocomplete functionality, and fix various bugs related to SSR support, text alignment, and color theming. Enhance the project by refactoring color token structure, updating dependencies, and improving component registration configuration. Update documentation to reflect the latest version changes.
New Features:
Bug Fixes:
Enhancements:
Build:
Documentation: