-
Notifications
You must be signed in to change notification settings - Fork 217
Comparing changes
Open a pull request
base repository: adobe/spectrum-web-components
base: v0.40.5
head repository: adobe/spectrum-web-components
compare: v0.41.0
Commits on Feb 6, 2024
-
perf(combobox): prevent initial list render and update tests to prove…
… that reduces render time
Configuration menu - View commit details
-
Copy full SHA for 3dc5b1f - Browse repository at this point
Copy the full SHA 3dc5b1fView commit details -
docs(overlay): expand API coverage and demos (#3971)
* chore(overlay): expand virtualTrigger doc * chore(overlay): expanded overlay types doc * chore(overlay): updated docs based on review * chore(overlay): updated docs * chore(overlay): updated virtual trigger live demo example in docs * docs: await demo readiness appropriately --------- Co-authored-by: Westbrook Johnson <westbrook.johnson@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a55342f - Browse repository at this point
Copy the full SHA a55342fView commit details -
docs: place demos at the top of each docs page (#3957)
* docs: move to 11ty beta for ESM support * docs: place demos at the top of each docs page
Westbrook Johnson authoredFeb 6, 2024 Configuration menu - View commit details
-
Copy full SHA for c78de32 - Browse repository at this point
Copy the full SHA c78de32View commit details -
chore: use latest floating-ui and remove local plug-in work (#4012)
* chore: use latest floating-ui and remove local plug-in work * ci: update golden images cache
Westbrook Johnson authoredFeb 6, 2024 Configuration menu - View commit details
-
Copy full SHA for b69b972 - Browse repository at this point
Copy the full SHA b69b972View commit details -
chore: bump @types/prismjs from 1.26.0 to 1.26.3
Bumps [@types/prismjs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/prismjs) from 1.26.0 to 1.26.3. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/prismjs) --- updated-dependencies: - dependency-name: "@types/prismjs" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 026a9c6 - Browse repository at this point
Copy the full SHA 026a9c6View commit details -
chore: bump @spectrum-css/slider from 4.3.0 to 4.3.1
Bumps [@spectrum-css/slider](https://github.com/adobe/spectrum-css/tree/HEAD/components/slider) from 4.3.0 to 4.3.1. - [Release notes](https://github.com/adobe/spectrum-css/releases) - [Changelog](https://github.com/adobe/spectrum-css/blob/main/components/slider/CHANGELOG.md) - [Commits](https://github.com/adobe/spectrum-css/commits/@spectrum-css/slider@4.3.1/components/slider) --- updated-dependencies: - dependency-name: "@spectrum-css/slider" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for c5e533f - Browse repository at this point
Copy the full SHA c5e533fView commit details -
chore: bump pretty-quick from 3.1.3 to 3.3.1
Bumps [pretty-quick](https://github.com/prettier/pretty-quick) from 3.1.3 to 3.3.1. - [Release notes](https://github.com/prettier/pretty-quick/releases) - [Changelog](https://github.com/prettier/pretty-quick/blob/master/CHANGELOG.md) - [Commits](prettier/pretty-quick@v3.1.3...v3.3.1) --- updated-dependencies: - dependency-name: pretty-quick dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 0b79d67 - Browse repository at this point
Copy the full SHA 0b79d67View commit details -
Configuration menu - View commit details
-
Copy full SHA for a11ef6b - Browse repository at this point
Copy the full SHA a11ef6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01610c6 - Browse repository at this point
Copy the full SHA 01610c6View commit details -
chore: bump cssnano from 5.1.14 to 6.0.3
Bumps [cssnano](https://github.com/cssnano/cssnano) from 5.1.14 to 6.0.3. - [Release notes](https://github.com/cssnano/cssnano/releases) - [Commits](https://github.com/cssnano/cssnano/compare/cssnano@5.1.14...cssnano@6.0.3) --- updated-dependencies: - dependency-name: cssnano dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for 5cf1dec - Browse repository at this point
Copy the full SHA 5cf1decView commit details -
chore: bump @spectrum-css/quickaction from 3.1.0 to 3.1.1
Bumps [@spectrum-css/quickaction](https://github.com/adobe/spectrum-css/tree/HEAD/components/quickaction) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/adobe/spectrum-css/releases) - [Changelog](https://github.com/adobe/spectrum-css/blob/main/components/quickaction/CHANGELOG.md) - [Commits](https://github.com/adobe/spectrum-css/commits/@spectrum-css/quickaction@3.1.1/components/quickaction) --- updated-dependencies: - dependency-name: "@spectrum-css/quickaction" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Configuration menu - View commit details
-
Copy full SHA for b49862f - Browse repository at this point
Copy the full SHA b49862fView commit details
Commits on Feb 7, 2024
-
fix(popover): correct tip delivery size (#4018)
* fix(popover): correct tip delivery size * ci: update golden images cache
Westbrook Johnson authoredFeb 7, 2024 Configuration menu - View commit details
-
Copy full SHA for 4ff403e - Browse repository at this point
Copy the full SHA 4ff403eView commit details
Commits on Feb 8, 2024
-
ci: add lighthouse benchmark in Github Actions (#3708)
* chore: added lighthouse recommended config for index page * chore: added lighthouse config files * chore: added lighthouse config files * chore: added lighthouse config files * chore: added lighthouse assertions * chore: added lighthouse settings for categories * chore: added lighthouse settings for only Audits * chore: added lighthouse settings for preset * chore: added lighthouse settings for preset * chore: added lighthouse settings for preset * chore: added lighthouse settings for dom size in performance * chore: added categories * chore: added lighthouse config --------- Co-authored-by: Rajdeep Chandra <rajdeepchandra@rajdeeps-mbp-2.macromedia.com>
Configuration menu - View commit details
-
Copy full SHA for 80d2228 - Browse repository at this point
Copy the full SHA 80d2228View commit details -
feat(coachmark): rename "sp-coachmark" to "sp-coachmark-indicator", a…
…dd "sp-coachmark" (#3639) * chore: first commit coach indicator * chore: module declaration in type file * chore: coach indicator main files changes * chore: coach indicator token files * chore: updated golden image cache * chore: updated golden image cache * chore: updated golden image cache * chore(coach-indicator): focus ring disabling for reduce motion * chore(coach-indicator): updated golden image cache * chore(coachmark): added config and main src file * chore(coach-indicator): added reduced motion for ring animation * chore(coachmark): readme and storybook update * chore(coachmark): updated readme * test(coachmark): added tests * chore(coachmark): update golden image cache * chore(coachmark): updated images in storybook and readme * chore(coachmark): updated golden image cache * chore(coach-indicator): update tokens version and reduced motion update * chore(coach-indicator): reduced motion css * chore(coach-indicator): updated golden image cache * chore(coachmark): updated button group mobile and desktop view * chore(coachmark): updated heading content * chore(coachmark): added aria-label to sp-button with icon * chore(coachmark): update action menu logic * chore(coach-indicator): updated golden image cache * chore(coachmark): updated storybook and readme * chore(coachmark): added coach indicator inside coachmark * chore(coachmark): updated storybook and readme * chore(coachmark): updated golden image cache * chore(coachmark): updated tests * chore(coachmark): bump version of dependecies * chore(coachmark): updated to add new additional features * chore(coachmark): unit tests * chore(coachmark): update coachmarkitem reference * chore(coachmark): updated storybook * chore(coachmark): updated readme * chore(coachmark): updated readme * chore(coachmark): updated storybook * chore(coachmark): updated golden image cache * chore(coachmark): updated tests * chore(coachmark): updated storybook for gif * chore: updated readme * chore: updated golden images cache * chore(coachmark): added tests * chore(coachmark): shortcut render * chore(coachmark): updated readme * chore: updated golden image cache * chore(coachmark): update basic test * chore: reverting button and button group changes * chore: reverting button css * chore: reverting button css * chore(coachmark): removed video and adjusted keys css * chore(coachmark): removed video and adjusted keys css in coachmark trigger storybook * chore(coachmark): removed trigger and update api to use only one component with slot * chore(coachmark): updated readme * chore(coachmark): removed coachmark trigger readme * chore(coachmark): updated tests * chore(coachmark): added button css compiled * chore: test analyze * chore: test analyze revert * chore(coachmark): temp fix for 16:9 image container * chore(coachmark): update golden image cache * chore(coachmark): updated tests * chore(coachmark): coachmark cleanup * chore(coachmark): updated coachmark trigger to coachmark and coachmark to coachmarkpopover * chore(coachmark): comment updated on coachmark popover * chore(coachmark): code coverage fix * chore: updated golden image cache * chore(coachmark): updated readme * chore(coachmark): updated storybook with action buttons * chore(coachmark): updated readme to include modifer keys * chore(coachmark): updated golden image cache * chore(coachmark): updated tests * chore(coachmark): updated tests * chore(coachmark): storybook fix * chore(coachmark): updated golden image cache * chore(coachmark): removed unused code * chore(coachmark): disabled focus on trigger * chore(coachmark): updated golden image cache * chore(coachmark): updated css versions * chore(coachmark): updated golden images cache * chore(coachmark): updated golden images cache * chore(coachmark): updated golden images cache * chore(coachmark): added static variants to coach indicator * chore(coachmark): updated golden image cache * chore(coachmark): removed coachmark popover underlay wrapper * chore(coachmark): updated readme for coachmark * chore(coachmark): updated golden image cache * chore(coachmark): updated README * chore(coachmark): revert button css * chore(coachmark): updated coachmark css depedency * chore(coachmark): updated step readability * chore: removing lit-html pragma in documentation * chore(coachmark): update yarn.lock * chore(coachmark): code cleanup * chore(coachmark): update golden image cache * chore(coachmark): updated storybook * chore(coachmark): updated storybook and tests * chore(coachmark): updated golden image cache * chore(coachmark): updated function declaration to anonymouse function for performance boost * chore(coachmark): updated golden image cache * chore(coachmark): updated golden image cache * chore(coachmark): updated golden image cache * chore(coachmark): updated stories * chore(coachmark): updated golden image cache * chore(coachmark): updated golden image cache * chore(coachmark): updated golden image cache * chore(coachmark): updated golden image cache * chore(coachmark): removing redundant code * chore(coachmark): updated docs and alias tokens to use core tokens * chore(coachmark): updated core token * chore(coachmark): updated core tokens * chore(coachmark): updated golden image cache * chore(coachmark): updated coachmark css * chore(coachmark): updated golden image cache * chore(coachmark): updated coach indicator fix with stub css * chore(coachmark): updated golden image cache * chore(coachmark): updated readme on coach-indicator * chore(coachmark): updated readme on coach-indicator file reference * chore(coachmark): updated golden image cache --------- Co-authored-by: Rajdeep Chandra <rajdeepc@adobe.com> Co-authored-by: Rajdeep Chandra <rajdeepchandra@Rajdeeps-MacBook-Pro-2.local> Co-authored-by: Rajdeep Chandra <rajdeepchandra@rajdeeps-mbp-2.macromedia.com>
Configuration menu - View commit details
-
Copy full SHA for a94389c - Browse repository at this point
Copy the full SHA a94389cView commit details -
fix(tray): only allow "click" events when they "pointerdown"ed on the…
… Underlay (#4020)
Westbrook Johnson authoredFeb 8, 2024 Configuration menu - View commit details
-
Copy full SHA for 4f9aa4a - Browse repository at this point
Copy the full SHA 4f9aa4aView commit details
Commits on Feb 12, 2024
-
test(coachmark): use locally cachable 64bit encoded images to ensure …
…availability at VRT time (#4028) * test(coachmark): use locally cachable 64bit encoded images to ensure availability at VRT time * ci: build not extract test URL, compare to main
Westbrook Johnson authoredFeb 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 0b80d7b - Browse repository at this point
Copy the full SHA 0b80d7bView commit details -
test: leverage latest playwright (#4029)
Westbrook Johnson authoredFeb 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 29866b4 - Browse repository at this point
Copy the full SHA 29866b4View commit details -
ci: expand lighthouse usage and reporting (#4027)
* ci: build not extract test URL, compare to main * ci: comment lighthouse results back into PR
Westbrook Johnson authoredFeb 12, 2024 Configuration menu - View commit details
-
Copy full SHA for 124dd0d - Browse repository at this point
Copy the full SHA 124dd0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 485a67c - Browse repository at this point
Copy the full SHA 485a67cView commit details -
fix(slider): high contrast improvements for filled track (#3952)
* fix(slider): high contrast improvements for filled track * chore(slider): update version * ci: update golden images cache --------- Co-authored-by: Westbrook Johnson <westbrook.johnson@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 782560d - Browse repository at this point
Copy the full SHA 782560dView commit details
Commits on Feb 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 40701ac - Browse repository at this point
Copy the full SHA 40701acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bf38fd - Browse repository at this point
Copy the full SHA 0bf38fdView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.40.5...v0.41.0