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

Update all token references from auro to ds #169

Closed
blackfalcon opened this issue Sep 14, 2023 · 0 comments · Fixed by #176
Closed

Update all token references from auro to ds #169

blackfalcon opened this issue Sep 14, 2023 · 0 comments · Fixed by #176
Assignees
Labels
Milestone

Comments

@blackfalcon
Copy link
Member

Is your feature request related to a problem? Please describe.

A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Describe the solution you'd like

A clear and concise description of what you want to happen.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

Add any other context or screenshots about the feature request here.

@blackfalcon blackfalcon added the Type: Feature New Feature label Sep 14, 2023
@blackfalcon blackfalcon added this to the WCSS 5.0 rc milestone Sep 14, 2023
@blackfalcon blackfalcon self-assigned this Sep 14, 2023
blackfalcon added a commit that referenced this issue Sep 15, 2023
BREAKING CHANGE: This commit will require all consumers to update their
app to use @aurodesignsystem/design-tokens v4.x

All references in documentation and code has been updated from `auro-`
to `ds-` per the new design token specification.

Changes to be committed:
modified:   FAQ.md
modified:   README.md
modified:   demo/3col.html
modified:   packageScripts/postinstall.js
modified:   src/*
modified:   tests/*
blackfalcon added a commit that referenced this issue Sep 15, 2023
Changes to be committed:
modified:   src/_blockquote.scss
modified:   src/_breakpoints.scss
modified:   src/_essentials.scss
modified:   src/componentSupport/_table.scss
modified:   src/elementDemoStyles/elementDemoStyles.scss
modified:   src/utilityClasses/_listProperties.scss
modified:   src/utilityClasses/_responsive.scss
blackfalcon added a commit that referenced this issue Sep 15, 2023
Changes to be committed:
modified:   src/_blockquote.scss
modified:   src/_breakpoints.scss
modified:   src/_essentials.scss
modified:   src/componentSupport/_table.scss
modified:   src/elementDemoStyles/elementDemoStyles.scss
modified:   src/utilityClasses/_listProperties.scss
modified:   src/utilityClasses/_responsive.scss
@blackfalcon blackfalcon linked a pull request Sep 15, 2023 that will close this issue
6 tasks
@blackfalcon blackfalcon mentioned this issue Sep 15, 2023
6 tasks
blackfalcon added a commit that referenced this issue Sep 25, 2023
BREAKING CHANGE: This commit will require all consumers to update their
app to use @aurodesignsystem/design-tokens v4.x

All references in documentation and code has been updated from `auro-`
to `ds-` per the new design token specification.

Changes to be committed:
modified:   FAQ.md
modified:   README.md
modified:   demo/3col.html
modified:   packageScripts/postinstall.js
modified:   src/*
modified:   tests/*
blackfalcon added a commit that referenced this issue Sep 25, 2023
Changes to be committed:
modified:   src/_blockquote.scss
modified:   src/_breakpoints.scss
modified:   src/_essentials.scss
modified:   src/componentSupport/_table.scss
modified:   src/elementDemoStyles/elementDemoStyles.scss
modified:   src/utilityClasses/_listProperties.scss
modified:   src/utilityClasses/_responsive.scss
blackfalcon pushed a commit that referenced this issue Sep 25, 2023
# [5.0.0](v4.8.0...v5.0.0) (2023-09-25)

### Features

* remove all deprecated references [#169](#169) ([711d729](711d729))
* update to use CSS variables with fallback [#134](#134) ([9546be4](9546be4))

### Performance Improvements

* **deps:** update repo to support Node 18 [#155](#155) ([c208bad](c208bad))
* **tokens:** update to design tokens 4.x [#134](#134) ([8f17359](8f17359))
* update all references from auro- to ds- [#169](#169) ([57831ef](57831ef))
* update insetUtility to maintain current support ([a136b9d](a136b9d))
* update package config [#171](#171) ([4ca4e7d](4ca4e7d))

### BREAKING CHANGES

* This commit updates the .npmignore package config to
reduce the scope of the packaged files and directories

This commit also removes the necessity of copying all the src files to a
dist dir and instead allows the src dir to be added to the package.
Consumers will have to update dir references from ./dist to ./src in
most import cases.

Processed files are still located in the ./dist dir.

Changes to be committed:
modified:   .github/workflows/testPublish.yml
modified:   .npmignore
modified:   README.md
modified:   package.json
* This commit removes the legacy insetUtility mixin and
replaces it with a static output of the generated legacy values from the
previous version of WCSS and design tokens.

Users will not get a failure when importing the file reference
src/utilityMixins/_insetUtility.scss but instead of the mixin generating
a subset of selectors, all the static selectors will be added to the
project's CSS output.

This legacy feature has also been designated as DEPRECATED and should be
deleted with the next MAJOR release.
* This commit will require all consumers to update their
app to use @aurodesignsystem/design-tokens v4.x

All references in documentation and code has been updated from `auro-`
to `ds-` per the new design token specification.

Changes to be committed:
modified:   FAQ.md
modified:   README.md
modified:   demo/3col.html
modified:   packageScripts/postinstall.js
modified:   src/*
modified:   tests/*
* **tokens:** This commit updates the repo's dependency on the newly
released Auro Design Tokens 4.x.

Changes to be committed:
modified:   package-lock.json
modified:   package.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant