@spectrum-css/tray
Advanced tools
Comparing version
455
CHANGELOG.md
# Change log | ||
## 6.0.0-next.2 | ||
### Patch Changes | ||
- Updated dependencies [[`cb1b957`](https://github.com/adobe/spectrum-css/commit/cb1b957c05ecf02d3f473de09a8bfd5f2b5d42bf)]: | ||
- @spectrum-css/modal@7.1.1-next.0 | ||
## 6.0.0-next.1 | ||
@@ -10,5 +17,2 @@ | ||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
## 6.0.0-next.0 | ||
@@ -27,3 +31,3 @@ | ||
- [`205182b`](https://github.com/adobe/spectrum-css/commit/205182bebcbe82813457aa098d8799b0a23423ee) Thanks [@castastrophe](https://github.com/castastrophe)! | ||
📝 [`205182b`](https://github.com/adobe/spectrum-css/commit/205182bebcbe82813457aa098d8799b0a23423ee) Thanks [@castastrophe](https://github.com/castastrophe)! | ||
@@ -36,3 +40,3 @@ ## New feature | ||
- [#3541](https://github.com/adobe/spectrum-css/pull/3541) [`1a3245c`](https://github.com/adobe/spectrum-css/commit/1a3245c3a660bc52ed260f18b6cceab5ee81541d) Thanks [@castastrophe](https://github.com/castastrophe)! | ||
📝 [#3541](https://github.com/adobe/spectrum-css/pull/3541) [`1a3245c`](https://github.com/adobe/spectrum-css/commit/1a3245c3a660bc52ed260f18b6cceab5ee81541d) Thanks [@castastrophe](https://github.com/castastrophe)! | ||
@@ -53,14 +57,16 @@ Dependency alignment across the project. | ||
- [#3534](https://github.com/adobe/spectrum-css/pull/3534) [`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c) Thanks [@castastrophe](https://github.com/castastrophe)! - Fixes a bug in the content of the `dist/index-theme.css` file. | ||
📝 [#3534](https://github.com/adobe/spectrum-css/pull/3534) [`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c) Thanks [@castastrophe](https://github.com/castastrophe)! | ||
Expected `index-theme.css` to include the component selectors with component-level custom properties mapped to the `--system` prefixed ones in order to allow a component to support various contexts. | ||
Fixes a bug in the content of the `dist/index-theme.css` file. | ||
Expected output example for the index-theme.css: | ||
Expected `index-theme.css` to include the component selectors with component-level custom properties mapped to the `--system` prefixed ones in order to allow a component to support various contexts. | ||
``` | ||
.spectrum-ActionButton { | ||
--spectrum-actionbutton-background-color-default: var(--system-action-button-background-color-default); | ||
--spectrum-actionbutton-background-color-hover: var(--system-action-button-background-color-hover); | ||
``` | ||
Expected output example for the index-theme.css: | ||
```css | ||
.spectrum-ActionButton { | ||
--spectrum-actionbutton-background-color-default: var(--system-action-button-background-color-default); | ||
--spectrum-actionbutton-background-color-hover: var(--system-action-button-background-color-hover); | ||
``` | ||
- Updated dependencies [[`68e0057`](https://github.com/adobe/spectrum-css/commit/68e00577156cc32b21bfa768dbd2d35d73563b4c)]: | ||
@@ -77,26 +83,28 @@ - @spectrum-css/button@14.0.1 | ||
- [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`6c19fcf`](https://github.com/adobe/spectrum-css/commit/6c19fcf3f0eda76987f338981ae20f9999febce6) Thanks [@pfulton](https://github.com/pfulton)! - ## Breaking change | ||
📝 [#2786](https://github.com/adobe/spectrum-css/pull/2786) [`6c19fcf`](https://github.com/adobe/spectrum-css/commit/6c19fcf3f0eda76987f338981ae20f9999febce6) Thanks [@pfulton](https://github.com/pfulton)! | ||
This major update creates a bridge between the Spectrum 1 (S1) and Spectrum 2 (S2) designs, dubbed "Spectrum 2 Foundations". These do _NOT_ reflect a fully migrated S2 component. This approach allows consumers to swap the appearance of their components between S1, Express, and S2 by leveraging a "system" layer that remaps the necessary component-level tokens to the appropriate token dataset. | ||
### 🛑 Breaking change | ||
For these components to appear S2, you must load the assets with the `@spectrum-css/tokens` at `v16` or higher. | ||
This major update creates a bridge between the Spectrum 1 (S1) and Spectrum 2 (S2) designs, dubbed "Spectrum 2 Foundations". These do _NOT_ reflect a fully migrated S2 component. This approach allows consumers to swap the appearance of their components between S1, Express, and S2 by leveraging a "system" layer that remaps the necessary component-level tokens to the appropriate token dataset. | ||
For S1 or Express, load assets with the `@spectrum-css/tokens` at `v14.x` or `v15.x`. | ||
For these components to appear S2, you must load the assets with the `@spectrum-css/tokens` at `v16` or higher. | ||
If you are looking to implement a fully S2 design, please explore the `next` tag releases instead of using this foundations release. **This release is used in Spectrum Web Components 1.x**. | ||
For S1 or Express, load assets with the `@spectrum-css/tokens` at `v14.x` or `v15.x`. | ||
### Deprecations | ||
If you are looking to implement a fully S2 design, please explore the `next` tag releases instead of using this foundations release. **This release is used in Spectrum Web Components 1.x**. | ||
The `metadata` folder containing the `mods.md` and `metadata.json` assets has been removed from source. To find information about the components including what selectors, modifiers, and passthroughs are used, please see the `dist/metadata.json` asset shipped with every component containing CSS. | ||
### Deprecations | ||
The `index-vars.css` asset has been removed in this release as it was previously deprecated and is no longer maintained. Please use the `index.css` or `index-base.css` | ||
The `metadata` folder containing the `mods.md` and `metadata.json` assets has been removed from source. To find information about the components including what selectors, modifiers, and passthroughs are used, please see the `dist/metadata.json` asset shipped with every component containing CSS. | ||
### File usage | ||
The `index-vars.css` asset has been removed in this release as it was previously deprecated and is no longer maintained. Please use the `index.css` or `index-base.css` | ||
If you are rendering components and need **only** the S2 Foundations styles, you can make use of the `index.css` asset which contains all the base styles plus the system mappings for S2 Foundations. | ||
### File usage | ||
If you are using this version to publish **only** an S1 or Express component, you can use the `index-base.css` plus the desired `themes/(spectrum|express).css` file. | ||
If you are rendering components and need **only** the S2 Foundations styles, you can make use of the `index.css` asset which contains all the base styles plus the system mappings for S2 Foundations. | ||
To render a component that can be easily swapped between the S2 Foundations, S1, or Express contexts, load `index-base.css` with the `index-theme.css` file and leverage the appropriate context classes (`.spectrum--legacy` for S1 and `.spectrum--express` for Express). | ||
If you are using this version to publish **only** an S1 or Express component, you can use the `index-base.css` plus the desired `themes/(spectrum|express).css` file. | ||
To render a component that can be easily swapped between the S2 Foundations, S1, or Express contexts, load `index-base.css` with the `index-theme.css` file and leverage the appropriate context classes (`.spectrum--legacy` for S1 and `.spectrum--express` for Express). | ||
### Patch Changes | ||
@@ -116,4 +124,6 @@ | ||
- [#3522](https://github.com/adobe/spectrum-css/pull/3522) [`7a47c22`](https://github.com/adobe/spectrum-css/commit/7a47c2266b6d0e8c99061fe85cba8d52684bae39) Thanks [@castastrophe](https://github.com/castastrophe)! - Peer dependency for @spectrum-css/tokens updated to include v15 as well as v14. | ||
📝 [#3522](https://github.com/adobe/spectrum-css/pull/3522) [`7a47c22`](https://github.com/adobe/spectrum-css/commit/7a47c2266b6d0e8c99061fe85cba8d52684bae39) Thanks [@castastrophe](https://github.com/castastrophe)! | ||
- Peer dependency for @spectrum-css/tokens updated to include v15 as well as v14. | ||
- Updated dependencies [[`7a47c22`](https://github.com/adobe/spectrum-css/commit/7a47c2266b6d0e8c99061fe85cba8d52684bae39), [`7a47c22`](https://github.com/adobe/spectrum-css/commit/7a47c2266b6d0e8c99061fe85cba8d52684bae39)]: | ||
@@ -131,4 +141,6 @@ - @spectrum-css/tokens@15.2.0 | ||
- [#3502](https://github.com/adobe/spectrum-css/pull/3502) [`562396e`](https://github.com/adobe/spectrum-css/commit/562396eaf21769341f78ea3761393b65f00e751b) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove empty theme references to reduce complexity for components that don't need to define any mappings. This involves removing the source `themes` directories with the empty `spectrum.css` and `express.com` files as well as removing the following empty or unnecessary exports: | ||
📝 [#3502](https://github.com/adobe/spectrum-css/pull/3502) [`562396e`](https://github.com/adobe/spectrum-css/commit/562396eaf21769341f78ea3761393b65f00e751b) Thanks [@castastrophe](https://github.com/castastrophe)! | ||
- Remove empty theme references to reduce complexity for components that don't need to define any mappings. This involves removing the source `themes` directories with the empty `spectrum.css` and `express.com` files as well as removing the following empty or unnecessary exports: | ||
- `index-base.css` | ||
@@ -153,4 +165,6 @@ - `index-theme.css` | ||
- [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! - Remove the storybook assets from the shipped output for components | ||
📝 [#3369](https://github.com/adobe/spectrum-css/pull/3369) [`9c49505`](https://github.com/adobe/spectrum-css/commit/9c4950517bf0f8ca7b2e373f4323c97d068d0ceb) Thanks [@castastrophe](https://github.com/castastrophe)! | ||
- Remove the storybook assets from the shipped output for components | ||
### Patch Changes | ||
@@ -169,4 +183,6 @@ | ||
- [#3317](https://github.com/adobe/spectrum-css/pull/3317) [`d00030f`](https://github.com/adobe/spectrum-css/commit/d00030f31fa6905e66cc02840747c3f80752f768) Thanks [@cdransf](https://github.com/cdransf)! - Resolves stylelint violation by adjusting declaration order | ||
📝 [#3317](https://github.com/adobe/spectrum-css/pull/3317) [`d00030f`](https://github.com/adobe/spectrum-css/commit/d00030f31fa6905e66cc02840747c3f80752f768) Thanks [@cdransf](https://github.com/cdransf)! | ||
- Resolves stylelint violation by adjusting declaration order | ||
## 3.1.3 | ||
@@ -176,4 +192,6 @@ | ||
- [#3107](https://github.com/adobe/spectrum-css/pull/3107) [`83d5a17`](https://github.com/adobe/spectrum-css/commit/83d5a171bd850df693707611203ecce21f22e7d2) Thanks [@castastrophe](https://github.com/castastrophe)! - Incorporate glob export for the dist directory in all component packages as well as glob markdown exports (to include both CHANGELOG and READMEs). | ||
📝 [#3107](https://github.com/adobe/spectrum-css/pull/3107) [`83d5a17`](https://github.com/adobe/spectrum-css/commit/83d5a171bd850df693707611203ecce21f22e7d2) Thanks [@castastrophe](https://github.com/castastrophe)! | ||
- Incorporate glob export for the dist directory in all component packages as well as glob markdown exports (to include both CHANGELOG and READMEs). | ||
Sort keys in the package.json assets. | ||
@@ -192,4 +210,6 @@ | ||
- [#3045](https://github.com/adobe/spectrum-css/pull/3045) [`5d6e03f`](https://github.com/adobe/spectrum-css/commit/5d6e03f30891f9171f1a600b06d534ee85719277) Thanks [@castastrophe](https://github.com/castastrophe)! - Improve changeset suggestions by using exports instead of files in component packages | ||
📝 [#3045](https://github.com/adobe/spectrum-css/pull/3045) [`5d6e03f`](https://github.com/adobe/spectrum-css/commit/5d6e03f30891f9171f1a600b06d534ee85719277) Thanks [@castastrophe](https://github.com/castastrophe)! | ||
- Improve changeset suggestions by using exports instead of files in component packages | ||
- Updated dependencies [[`5d6e03f`](https://github.com/adobe/spectrum-css/commit/5d6e03f30891f9171f1a600b06d534ee85719277)]: | ||
@@ -206,4 +226,6 @@ - @spectrum-css/divider@3.1.2 | ||
- [#2677](https://github.com/adobe/spectrum-css/pull/2677) [`d83200c`](https://github.com/adobe/spectrum-css/commit/d83200ca70a959aa70329e71de0c4383de157855) Thanks [@castastrophe](https://github.com/castastrophe)! - Leveral local workspace versioning to prevent misalignment | ||
📝 [#2677](https://github.com/adobe/spectrum-css/pull/2677) [`d83200c`](https://github.com/adobe/spectrum-css/commit/d83200ca70a959aa70329e71de0c4383de157855) Thanks [@castastrophe](https://github.com/castastrophe)! | ||
- Leveral local workspace versioning to prevent misalignment | ||
- Updated dependencies [[`d83200c`](https://github.com/adobe/spectrum-css/commit/d83200ca70a959aa70329e71de0c4383de157855)]: | ||
@@ -220,3 +242,3 @@ - @spectrum-css/divider@3.1.1 | ||
- [#2616](https://github.com/adobe/spectrum-css/pull/2616) [`7f45ea9`](https://github.com/adobe/spectrum-css/commit/7f45ea95d3d31addf29b0720de8623b0f3f0431d) Thanks [@castastrophe](https://github.com/castastrophe)! | ||
📝 [#2616](https://github.com/adobe/spectrum-css/pull/2616) [`7f45ea9`](https://github.com/adobe/spectrum-css/commit/7f45ea95d3d31addf29b0720de8623b0f3f0431d) Thanks [@castastrophe](https://github.com/castastrophe)! | ||
@@ -237,4 +259,2 @@ #### Build optmizations to support minification | ||
<a name="3.0.0"></a> | ||
## 3.0.0 | ||
@@ -246,17 +266,13 @@ | ||
### 🛑 BREAKING CHANGES | ||
### 🛑 BREAKING CHANGE | ||
- Removes component-builder & component-builder-simple for script leveraging postcss | ||
- Imports added to index.css and themes/express.css | ||
<a name="2.2.7"></a> | ||
## 2.2.7 | ||
🗓 2024-03-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tray@2.2.6...@spectrum-css/tray@2.2.7) | ||
**Note:** Version bump only for package @spectrum-css/tray | ||
<a name="2.2.6"></a> | ||
## 2.2.6 | ||
@@ -266,4 +282,3 @@ | ||
🗓 20 | ||
<a name="2.2.5"></a> | ||
**Note:** Version bump only for package @spectrum-css/tray | ||
@@ -276,6 +291,4 @@ ## 2.2.5 | ||
🗓 20**tray:**full width at portrait orientation ([#2547](https://github.com/adobe/spectrum-css/issues/2547))([c9a79f2](https://github.com/adobe/spectrum-css/commit/c9a79f2)) | ||
- **tray:** full width at portrait orientation ([#2547](https://github.com/adobe/spectrum-css/issues/2547))([c9a79f2](https://github.com/adobe/spectrum-css/commit/c9a79f2)) | ||
<a name="2.2.4"></a> | ||
## 2.2.4 | ||
@@ -287,4 +300,2 @@ | ||
<a name="2.2.3"></a> | ||
## 2.2.3 | ||
@@ -296,4 +307,3 @@ | ||
<a name="2.2.2"></a> | ||
🗓 20 2.2.2 | ||
## 2.2.2 | ||
@@ -304,11 +314,8 @@ 🗓 2024-02-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tray@2.2.1...@spectrum-css/tray@2.2.2) | ||
<a name="2.2.1"></a> | ||
## 2.2.1 | ||
🗓 20 | ||
🗓 2024-02-06 | ||
🗓 2024-02-06 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tray@2.2.0...@spectrum-css/tray@2.2.1) | ||
**Note:** Version bump only for package @spectrum-css/tray | ||
<a name="2.2.0"></a> | ||
## 2.2.0 | ||
@@ -322,5 +329,4 @@ | ||
<a name="2.1.22"></a> | ||
## 2.1.22 | ||
🗓 20 | ||
🗓 2023-12-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tray@2.1.21...@spectrum-css/tray@2.1.22) | ||
@@ -330,4 +336,2 @@ | ||
<a name="2.1.21"></a> | ||
## 2.1.21 | ||
@@ -338,4 +342,2 @@ | ||
<a name="2.1.20"></a> | ||
## 2.1.20 | ||
@@ -345,4 +347,3 @@ | ||
🗓 20 | ||
<a name="2.1.19"></a> | ||
**Note:** Version bump only for package @spectrum-css/tray | ||
@@ -354,3 +355,2 @@ ## 2.1.19 | ||
**Note:** Version bump only for package @spectrum-css/tray | ||
<a name="2.1.18"></a> | ||
@@ -363,4 +363,2 @@ ## 2.1.18 | ||
<a name="2.1.17"></a> | ||
## 2.1.17 | ||
@@ -372,4 +370,3 @@ | ||
<a name="2.1.16"></a> | ||
🗓 20 2.1.16 | ||
## 2.1.16 | ||
@@ -380,5 +377,4 @@ 🗓 2023-09-26 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tray@2.1.15...@spectrum-css/tray@2.1.16) | ||
<a name="2.1.15"></a> | ||
## 2.1.15 | ||
🗓 20 | ||
🗓 2023-09-18 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tray@2.1.14...@spectrum-css/tray@2.1.15) | ||
@@ -388,4 +384,2 @@ | ||
<a name="2.1.14"></a> | ||
## 2.1.14 | ||
@@ -397,18 +391,14 @@ | ||
<a name="2.1.13"></a> | ||
## 2.1.13 | ||
🗓 20 | ||
🗓 2023 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tray@2.1.12...@spectrum-css/tray@2.1.13) | ||
**Note:** Version bump only for package @spectrum-css/tray | ||
<a name="2.1.12"></a> | ||
## 2.1.12 | ||
🗓 2023-09-07 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tray@2.1.11...@spectrum-css/tray@2.1.12) | ||
**Note:** Version bump only for package @spectrum-css/tray | ||
<a name="2.1.11"></a> | ||
## 2.1.11 | ||
@@ -418,4 +408,3 @@ | ||
🗓 20 | ||
<a name="2.1.10"></a> | ||
**Note:** Version bump only for package @spectrum-css/tray | ||
@@ -427,3 +416,2 @@ ## 2.1.10 | ||
**Note:** Version bump only for package @spectrum-css/tray | ||
<a name="2.1.9"></a> | ||
@@ -436,4 +424,2 @@ ## 2.1.9 | ||
<a name="2.1.8"></a> | ||
## 2.1.8 | ||
@@ -446,3 +432,2 @@ | ||
- gulp and build updates ([#2121](https://github.com/adobe/spectrum-css/issues/2121))([03a37f5](https://github.com/adobe/spectrum-css/commit/03a37f5)), closes[#2099](https://github.com/adobe/spectrum-css/issues/2099) | ||
<a name="2.1.7"></a> | ||
@@ -455,4 +440,2 @@ ## 2.1.7 | ||
<a name="2.1.6"></a> | ||
## 2.1.6 | ||
@@ -464,4 +447,3 @@ | ||
<a name="2.1.5"></a> | ||
🗓 20 2.1.5 | ||
## 2.1.5 | ||
@@ -472,18 +454,14 @@ 🗓 2023-08-18 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tray@2.1.4...@spectrum-css/tray@2.1.5) | ||
<a name="2.1.4"></a> | ||
## 2.1.4 | ||
🗓 20 | ||
🗓 2023 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tray@2.1.3...@spectrum-css/tray@2.1.4) | ||
**Note:** Version bump only for package @spectrum-css/tray | ||
<a name="2.1.3"></a> | ||
## 2.1.3 | ||
🗓 2023-08-10 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tray@2.1.2...@spectrum-css/tray@2.1.3) | ||
**Note:** Version bump only for package @spectrum-css/tray | ||
<a name="2.1.2"></a> | ||
## 2.1.2 | ||
@@ -493,4 +471,3 @@ | ||
🗓 20 | ||
<a name="2.1.1"></a> | ||
**Note:** Version bump only for package @spectrum-css/tray | ||
@@ -502,3 +479,2 @@ ## 2.1.1 | ||
**Note:** Version bump only for package @spectrum-css/tray | ||
<a name="2.1.0"></a> | ||
@@ -511,5 +487,2 @@ ## 2.1.0 | ||
🗓 20 | ||
<a name="2.0.57"></a> | ||
## 2.0.57 | ||
@@ -520,3 +493,2 @@ | ||
**Note:** Version bump only for package @spectrum-css/tray | ||
<a name="2.0.56"></a> | ||
@@ -529,4 +501,2 @@ ## 2.0.56 | ||
<a name="2.0.55"></a> | ||
## 2.0.55 | ||
@@ -538,4 +508,3 @@ | ||
<a name="2.0.54"></a> | ||
🗓 20 2.0.54 | ||
## 2.0.54 | ||
@@ -546,18 +515,14 @@ 🗓 2023-06-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tray@2.0.53...@spectrum-css/tray@2.0.54) | ||
<a name="2.0.53"></a> | ||
## 2.0.53 | ||
🗓 20 | ||
🗓 2023 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tray@2.0.52...@spectrum-css/tray@2.0.53) | ||
**Note:** Version bump only for package @spectrum-css/tray | ||
<a name="2.0.52"></a> | ||
## 2.0.52 | ||
🗓 2023-06-21 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tray@2.0.51...@spectrum-css/tray@2.0.52) | ||
**Note:** Version bump only for package @spectrum-css/tray | ||
<a name="2.0.51"></a> | ||
## 2.0.51 | ||
@@ -567,4 +532,3 @@ | ||
🗓 20 | ||
<a name="2.0.50"></a> | ||
**Note:** Version bump only for package @spectrum-css/tray | ||
@@ -577,6 +541,4 @@ ## 2.0.50 | ||
🗓 20restore files to pre-formatted state([491dbcb](https://github.com/adobe/spectrum-css/commit/491dbcb)) | ||
- restore files to pre-formatted state([491dbcb](https://github.com/adobe/spectrum-css/commit/491dbcb)) | ||
<a name="2.0.49"></a> | ||
## 2.0.49 | ||
@@ -586,4 +548,3 @@ | ||
🗓 20 | ||
<a name="2.0.48"></a> | ||
**Note:** Version bump only for package @spectrum-css/tray | ||
@@ -595,3 +556,2 @@ ## 2.0.48 | ||
**Note:** Version bump only for package @spectrum-css/tray | ||
<a name="2.0.47"></a> | ||
@@ -604,4 +564,2 @@ ## 2.0.47 | ||
<a name="2.0.46"></a> | ||
## 2.0.46 | ||
@@ -613,4 +571,3 @@ | ||
<a name="2.0.45"></a> | ||
🗓 20 2.0.45 | ||
## 2.0.45 | ||
@@ -621,18 +578,14 @@ 🗓 2023-05-23 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tray@2.0.44...@spectrum-css/tray@2.0.45) | ||
<a name="2.0.44"></a> | ||
## 2.0.44 | ||
🗓 20 | ||
🗓 2023 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tray@2.0.43...@spectrum-css/tray@2.0.44) | ||
**Note:** Version bump only for package @spectrum-css/tray | ||
<a name="2.0.43"></a> | ||
## 2.0.43 | ||
🗓 2023-05-18 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tray@2.0.42...@spectrum-css/tray@2.0.43) | ||
**Note:** Version bump only for package @spectrum-css/tray | ||
<a name="2.0.42"></a> | ||
## 2.0.42 | ||
@@ -644,4 +597,2 @@ | ||
<a name="2.0.41"></a> | ||
## 2.0.41 | ||
@@ -653,4 +604,2 @@ | ||
<a name="2.0.40"></a> | ||
## 2.0.40 | ||
@@ -662,4 +611,2 @@ | ||
<a name="2.0.39"></a> | ||
## 2.0.39 | ||
@@ -671,4 +618,2 @@ | ||
<a name="2.0.38"></a> | ||
## 2.0.38 | ||
@@ -680,4 +625,2 @@ | ||
<a name="2.0.37"></a> | ||
## 2.0.37 | ||
@@ -689,4 +632,2 @@ | ||
<a name="2.0.36"></a> | ||
## 2.0.36 | ||
@@ -698,4 +639,2 @@ | ||
<a name="2.0.35"></a> | ||
## 2.0.35 | ||
@@ -707,4 +646,2 @@ | ||
<a name="2.0.34"></a> | ||
## 2.0.34 | ||
@@ -716,4 +653,2 @@ | ||
<a name="2.0.33"></a> | ||
## 2.0.33 | ||
@@ -725,4 +660,2 @@ | ||
<a name="2.0.32"></a> | ||
## 2.0.32 | ||
@@ -734,4 +667,2 @@ | ||
<a name="2.0.31"></a> | ||
## 2.0.31 | ||
@@ -743,4 +674,2 @@ | ||
<a name="2.0.30"></a> | ||
## 2.0.30 | ||
@@ -752,4 +681,2 @@ | ||
<a name="2.0.29"></a> | ||
## 2.0.29 | ||
@@ -761,4 +688,2 @@ | ||
<a name="2.0.28"></a> | ||
## 2.0.28 | ||
@@ -770,4 +695,2 @@ | ||
<a name="2.0.27"></a> | ||
## 2.0.27 | ||
@@ -779,4 +702,2 @@ | ||
<a name="2.0.26"></a> | ||
## 2.0.26 | ||
@@ -788,4 +709,2 @@ | ||
<a name="2.0.25"></a> | ||
## 2.0.25 | ||
@@ -797,4 +716,2 @@ | ||
<a name="2.0.24"></a> | ||
## 2.0.24 | ||
@@ -806,4 +723,2 @@ | ||
<a name="2.0.23"></a> | ||
## 2.0.23 | ||
@@ -815,4 +730,2 @@ | ||
<a name="2.0.22"></a> | ||
## 2.0.22 | ||
@@ -824,4 +737,2 @@ | ||
<a name="2.0.21"></a> | ||
## 2.0.21 | ||
@@ -833,4 +744,2 @@ | ||
<a name="2.0.20"></a> | ||
## 2.0.20 | ||
@@ -842,4 +751,2 @@ | ||
<a name="2.0.19"></a> | ||
## 2.0.19 | ||
@@ -851,4 +758,2 @@ | ||
<a name="2.0.18"></a> | ||
## 2.0.18 | ||
@@ -860,4 +765,2 @@ | ||
<a name="2.0.17"></a> | ||
## 2.0.17 | ||
@@ -869,4 +772,2 @@ | ||
<a name="2.0.16"></a> | ||
## 2.0.16 | ||
@@ -878,4 +779,2 @@ | ||
<a name="2.0.15"></a> | ||
## 2.0.15 | ||
@@ -887,4 +786,2 @@ | ||
<a name="2.0.14"></a> | ||
## 2.0.14 | ||
@@ -896,4 +793,2 @@ | ||
<a name="2.0.13"></a> | ||
## 2.0.13 | ||
@@ -905,4 +800,2 @@ | ||
<a name="2.0.12"></a> | ||
## 2.0.12 | ||
@@ -914,4 +807,2 @@ | ||
<a name="2.0.11"></a> | ||
## 2.0.11 | ||
@@ -923,4 +814,2 @@ | ||
<a name="2.0.10"></a> | ||
## 2.0.10 | ||
@@ -932,4 +821,2 @@ | ||
<a name="2.0.9"></a> | ||
## 2.0.9 | ||
@@ -941,4 +828,2 @@ | ||
<a name="2.0.8"></a> | ||
## 2.0.8 | ||
@@ -950,4 +835,2 @@ | ||
<a name="2.0.7"></a> | ||
## 2.0.7 | ||
@@ -959,4 +842,2 @@ | ||
<a name="2.0.6"></a> | ||
## 2.0.6 | ||
@@ -968,4 +849,2 @@ | ||
<a name="2.0.5"></a> | ||
## 2.0.5 | ||
@@ -977,4 +856,2 @@ | ||
<a name="2.0.4"></a> | ||
## 2.0.4 | ||
@@ -986,4 +863,2 @@ | ||
<a name="2.0.3"></a> | ||
## 2.0.3 | ||
@@ -995,4 +870,2 @@ | ||
<a name="2.0.2"></a> | ||
## 2.0.2 | ||
@@ -1004,4 +877,2 @@ | ||
<a name="2.0.1"></a> | ||
## 2.0.1 | ||
@@ -1013,4 +884,2 @@ | ||
<a name="2.0.0"></a> | ||
## 2.0.0 | ||
@@ -1022,6 +891,5 @@ | ||
### 🛑 BREAKING CHANGES | ||
### 🛑 BREAKING CHANGE | ||
- migrates the Tray to core tokens | ||
- removes the `375px` breakpoint, which was previously used to apply a `max-width` and border radius to the Tray, and instead this uses an orientation media query to apply these styles when viewport is in landscape orientation or when the width is greater than the height. | ||
@@ -1031,4 +899,2 @@ | ||
<a name="1.0.31"></a> | ||
## 1.0.31 | ||
@@ -1040,4 +906,2 @@ | ||
<a name="1.0.30"></a> | ||
## 1.0.30 | ||
@@ -1049,4 +913,2 @@ | ||
<a name="1.0.29"></a> | ||
## 1.0.29 | ||
@@ -1058,4 +920,2 @@ | ||
<a name="1.0.28"></a> | ||
## 1.0.28 | ||
@@ -1067,4 +927,2 @@ | ||
<a name="1.0.27"></a> | ||
## 1.0.27 | ||
@@ -1076,4 +934,2 @@ | ||
<a name="1.0.26"></a> | ||
## 1.0.26 | ||
@@ -1085,4 +941,2 @@ | ||
<a name="1.0.25"></a> | ||
## 1.0.25 | ||
@@ -1094,4 +948,2 @@ | ||
<a name="1.0.24"></a> | ||
## 1.0.24 | ||
@@ -1103,4 +955,2 @@ | ||
<a name="1.0.23"></a> | ||
## 1.0.23 | ||
@@ -1112,4 +962,2 @@ | ||
<a name="1.0.22"></a> | ||
## 1.0.22 | ||
@@ -1121,4 +969,2 @@ | ||
<a name="1.0.21"></a> | ||
## 1.0.21 | ||
@@ -1130,4 +976,2 @@ | ||
<a name="1.0.20"></a> | ||
## 1.0.20 | ||
@@ -1139,4 +983,2 @@ | ||
<a name="1.0.19"></a> | ||
## 1.0.19 | ||
@@ -1148,4 +990,2 @@ | ||
<a name="1.0.18"></a> | ||
## 1.0.18 | ||
@@ -1157,4 +997,2 @@ | ||
<a name="1.0.17"></a> | ||
## 1.0.17 | ||
@@ -1166,4 +1004,2 @@ | ||
<a name="1.0.16"></a> | ||
## 1.0.16 | ||
@@ -1175,4 +1011,2 @@ | ||
<a name="1.0.15"></a> | ||
## 1.0.15 | ||
@@ -1184,4 +1018,2 @@ | ||
<a name="1.0.14"></a> | ||
## 1.0.14 | ||
@@ -1193,4 +1025,2 @@ | ||
<a name="1.0.13"></a> | ||
## 1.0.13 | ||
@@ -1204,20 +1034,8 @@ | ||
<a name="1.0.12"></a> | ||
## 1.0.12 | ||
🗓 2022-01-05 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tray@1.0.12-beta.0...@spectrum-css/tray@1.0.12) | ||
🗓 2022-01-05 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tray@1.0.11...@spectrum-css/tray@1.0.12) | ||
**Note:** Version bump only for package @spectrum-css/tray | ||
<a name="1.0.12-beta.0"></a> | ||
## 1.0.12-beta.0 | ||
🗓 2021-12-14 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tray@1.0.11...@spectrum-css/tray@1.0.12-beta.0) | ||
**Note:** Version bump only for package @spectrum-css/tray | ||
<a name="1.0.11"></a> | ||
## 1.0.11 | ||
@@ -1229,4 +1047,2 @@ | ||
<a name="1.0.10"></a> | ||
## 1.0.10 | ||
@@ -1238,4 +1054,2 @@ | ||
<a name="1.0.9"></a> | ||
## 1.0.9 | ||
@@ -1247,4 +1061,2 @@ | ||
<a name="1.0.8"></a> | ||
## 1.0.8 | ||
@@ -1256,4 +1068,2 @@ | ||
<a name="1.0.7"></a> | ||
## 1.0.7 | ||
@@ -1265,4 +1075,2 @@ | ||
<a name="1.0.6"></a> | ||
## 1.0.6 | ||
@@ -1276,4 +1084,2 @@ | ||
<a name="1.0.5"></a> | ||
## 1.0.5 | ||
@@ -1285,7 +1091,5 @@ | ||
<a name="1.0.3"></a> | ||
## 1.0.3 | ||
🗓 2021-09-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tray@1.0.3-alpha.3...@spectrum-css/tray@1.0.3) | ||
🗓 2021-09-29 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tray@1.0.2...@spectrum-css/tray@1.0.3) | ||
@@ -1296,38 +1100,2 @@ ### 🐛 Bug fixes | ||
<a name="1.0.3-alpha.3"></a> | ||
## 1.0.3-alpha.3 | ||
🗓 2021-08-16 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tray@1.0.3-alpha.2...@spectrum-css/tray@1.0.3-alpha.3) | ||
**Note:** Version bump only for package @spectrum-css/tray | ||
<a name="1.0.3-alpha.2"></a> | ||
## 1.0.3-alpha.2 | ||
🗓 2021-06-17 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tray@1.0.3-alpha.1...@spectrum-css/tray@1.0.3-alpha.2) | ||
**Note:** Version bump only for package @spectrum-css/tray | ||
<a name="1.0.3-alpha.1"></a> | ||
## 1.0.3-alpha.1 | ||
🗓 2021-05-12 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tray@1.0.3-alpha.0...@spectrum-css/tray@1.0.3-alpha.1) | ||
### 🐛 Bug fixes | ||
- correct markup in Tray example ([72ada17](https://github.com/adobe/spectrum-css/commit/72ada17)) | ||
<a name="1.0.3-alpha.0"></a> | ||
## 1.0.3-alpha.0 | ||
🗓 2021-04-27 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tray@1.0.2...@spectrum-css/tray@1.0.3-alpha.0) | ||
**Note:** Version bump only for package @spectrum-css/tray | ||
<a name="1.0.2"></a> | ||
## 1.0.2 | ||
@@ -1339,4 +1107,2 @@ | ||
<a name="1.0.1"></a> | ||
## 1.0.1 | ||
@@ -1348,45 +1114,4 @@ | ||
<a name="1.0.0"></a> | ||
## 1.0.0 | ||
🗓 2021-02-02 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tray@1.0.0-beta.3...@spectrum-css/tray@1.0.0) | ||
**Note:** Version bump only for package @spectrum-css/tray | ||
<a name="1.0.0-beta.3"></a> | ||
## 1.0.0-beta.3 | ||
🗓 2020-12-04 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tray@1.0.0-beta.2...@spectrum-css/tray@1.0.0-beta.3) | ||
### ✨ Features | ||
- implement t-shirt sizing for Divider, closes [#972](https://github.com/adobe/spectrum-css/issues/972) ([bb10aa9](https://github.com/adobe/spectrum-css/commit/bb10aa9)) | ||
### 🛑 BREAKING CHANGES | ||
- .spectrum-Divider--size\* is now required | ||
- .spectrum-Divider--small is now .spectrum-Divider--sizeS, .spectrum-Divider--medium is now .spectrum-Divider--sizeM, .spectrum-Divider--large is now .spectrum-Divider--sizeL | ||
<a name="1.0.0-beta.2"></a> | ||
## 1.0.0-beta.2 | ||
🗓 2020-10-20 • 📝 [Commits](https://github.com/adobe/spectrum-css/compare/@spectrum-css/tray@1.0.0-beta.1...@spectrum-css/tray@1.0.0-beta.2) | ||
**Note:** Version bump only for package @spectrum-css/tray | ||
<a name="1.0.0-beta.1"></a> | ||
## 1.0.0-beta.1 | ||
🗓 2020-09-23 | ||
### 🐛 Bug fixes | ||
- added modal to tray component ([#776](https://github.com/adobe/spectrum-css/issues/776)) ([74a02f0](https://github.com/adobe/spectrum-css/commit/74a02f0)) | ||
- adding divider & dialog to tray ([#861](https://github.com/adobe/spectrum-css/issues/861)) ([9184837](https://github.com/adobe/spectrum-css/commit/9184837)) | ||
- fix the issues caused by component rename ([#778](https://github.com/adobe/spectrum-css/issues/778)) ([e1d180c](https://github.com/adobe/spectrum-css/commit/e1d180c)) | ||
- resolving conflicts with main ([8cafffa](https://github.com/adobe/spectrum-css/commit/8cafffa)) | ||
- wip fix more components ([b74dbb8](https://github.com/adobe/spectrum-css/commit/b74dbb8)) | ||
🗓 2021-02-02 |
{ | ||
"name": "@spectrum-css/tray", | ||
"version": "6.0.0-next.1", | ||
"version": "6.0.0-next.2", | ||
"description": "The Spectrum CSS tray component", | ||
@@ -32,3 +32,3 @@ "license": "Apache-2.0", | ||
"@spectrum-css/icon": ">=10.0.0-next.0", | ||
"@spectrum-css/modal": ">=7.0.0 <8.0.0", | ||
"@spectrum-css/modal": ">=7.1.1-next.0", | ||
"@spectrum-css/tokens": ">=16.0.0 <17.0.0" | ||
@@ -58,6 +58,6 @@ }, | ||
"@spectrum-css/button": "15.0.0-next.0", | ||
"@spectrum-css/dialog": "13.0.0-next.1", | ||
"@spectrum-css/dialog": "13.0.0-next.2", | ||
"@spectrum-css/divider": "6.0.0-next.0", | ||
"@spectrum-css/icon": "10.0.0-next.0", | ||
"@spectrum-css/modal": "7.1.0", | ||
"@spectrum-css/modal": "7.1.1-next.0", | ||
"@spectrum-css/tokens": "16.0.1" | ||
@@ -64,0 +64,0 @@ }, |
57240
-7.98%