-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix(deps): update dependency @adobe/react-spectrum to v3.38.1 #91
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate-adobe-fixes
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Hello, I'm the AEM Code Sync Bot and I will run some actions to deploy your branch and validate page speed.
Commits
|
renovate
bot
force-pushed
the
renovate-adobe-fixes
branch
from
April 8, 2024 14:36
92267f9
to
6e86280
Compare
renovate
bot
changed the title
fix(deps): update dependency @adobe/react-spectrum to v3.34.1
fix(deps): update dependency @adobe/react-spectrum to v3.34.1 - autoclosed
Apr 10, 2024
renovate
bot
changed the title
fix(deps): update dependency @adobe/react-spectrum to v3.34.1 - autoclosed
fix(deps): update dependency @adobe/react-spectrum to v3.34.1
Apr 13, 2024
renovate
bot
force-pushed
the
renovate-adobe-fixes
branch
from
April 13, 2024 05:51
6e86280
to
2c3695c
Compare
renovate
bot
force-pushed
the
renovate-adobe-fixes
branch
from
April 17, 2024 19:29
2c3695c
to
8aac279
Compare
renovate
bot
force-pushed
the
renovate-adobe-fixes
branch
from
May 3, 2024 08:16
8aac279
to
f6bcfad
Compare
renovate
bot
changed the title
fix(deps): update dependency @adobe/react-spectrum to v3.34.1
fix(deps): update dependency @adobe/react-spectrum to v3.35.0
May 3, 2024
renovate
bot
force-pushed
the
renovate-adobe-fixes
branch
from
May 23, 2024 05:59
f6bcfad
to
87ec171
Compare
renovate
bot
changed the title
fix(deps): update dependency @adobe/react-spectrum to v3.35.0
fix(deps): update dependency @adobe/react-spectrum to v3.35.1
May 23, 2024
renovate
bot
force-pushed
the
renovate-adobe-fixes
branch
from
May 23, 2024 18:49
87ec171
to
5dbd5f4
Compare
renovate
bot
force-pushed
the
renovate-adobe-fixes
branch
from
July 24, 2024 02:29
5dbd5f4
to
b32be0b
Compare
renovate
bot
changed the title
fix(deps): update dependency @adobe/react-spectrum to v3.35.1
fix(deps): update dependency @adobe/react-spectrum to v3.36.1
Jul 24, 2024
renovate
bot
force-pushed
the
renovate-adobe-fixes
branch
from
August 20, 2024 23:54
b32be0b
to
7aa9c06
Compare
renovate
bot
changed the title
fix(deps): update dependency @adobe/react-spectrum to v3.36.1
fix(deps): update dependency @adobe/react-spectrum to v3.36.3
Aug 20, 2024
renovate
bot
force-pushed
the
renovate-adobe-fixes
branch
from
October 2, 2024 02:00
7aa9c06
to
c266278
Compare
renovate
bot
changed the title
fix(deps): update dependency @adobe/react-spectrum to v3.36.3
fix(deps): update dependency @adobe/react-spectrum to v3.37.0
Oct 2, 2024
renovate
bot
force-pushed
the
renovate-adobe-fixes
branch
from
October 15, 2024 09:00
c266278
to
8d74c90
Compare
renovate
bot
changed the title
fix(deps): update dependency @adobe/react-spectrum to v3.37.0
fix(deps): update dependency @adobe/react-spectrum to v3.37.1
Oct 15, 2024
renovate
bot
force-pushed
the
renovate-adobe-fixes
branch
from
November 22, 2024 06:09
8d74c90
to
7cc36ea
Compare
renovate
bot
changed the title
fix(deps): update dependency @adobe/react-spectrum to v3.37.1
fix(deps): update dependency @adobe/react-spectrum to v3.38.0
Nov 22, 2024
renovate
bot
force-pushed
the
renovate-adobe-fixes
branch
from
December 7, 2024 02:51
7cc36ea
to
79c195b
Compare
renovate
bot
changed the title
fix(deps): update dependency @adobe/react-spectrum to v3.38.0
fix(deps): update dependency @adobe/react-spectrum to v3.38.1
Dec 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
3.33.0
->3.38.1
Release Notes
adobe/react-spectrum (@adobe/react-spectrum)
v3.38.1
Compare Source
v3.38.0
: November 20, 2024 ReleaseCompare Source
We’re excited to announce that our Accordion and Disclosure components are now generally available! This includes Disclosure and DisclosureGroup in React Aria, as well as Disclosure and Accordion in React Spectrum. These components now also use the hidden="until-found" API currently supported in Chrome to enable searching collapsed content with ctrl + F.
We are also introducing ToggleButtonGroup in React Aria Components, which supports arrow key navigation with single and multiple selection modes. In addition, Menu now supports the ability to create Section-level selection groups, allowing you to mix actions, single, and multiple selection within the same menu. Menus can also be nested inside Dialog popovers to enable more complex use cases.
Last but not least, React Spectrum and React Aria are now Typescript Strict compliant! This has been an extremely large, multi-year effort and we thank you for your patience. This helps us reduce bugs, particularly related to null checks, resulting in more correct type definitions for our APIs.
As always, thanks to everyone in our community for your feedback and contributions! ❤️
Full release notes: https://react-spectrum.adobe.com/releases/2024-11-20.html
v3.37.1
Compare Source
v3.37.0
: September 30, 2024 ReleaseCompare Source
Happy fall! 🍁 We’re excited to announce that our color picker components are now generally available! This includes ColorPicker, ColorArea, ColorField, ColorSlider, ColorSwatch, ColorSwatchPicker, and ColorWheel. These enable you to build fully customizable color pickers, including accessible color descriptions for screen reader support.
In addition, we’ve introduced a new pending state for buttons in React Aria Components, allowing you to display a progress spinner to indicate that an action is in progress. It also handles screen reader announcements and disables other interactions, except for focus, during the pending state.
We're also advancing the React Aria Components Tree and Spectrum TreeView to beta, and have added some basic documentation. In alpha, we have new Disclosure and DisclosureGroup components in React Aria Components, which can be used to build accordions and other collapsible panels.
Huge thanks as always to everyone who contributed to this release! 😍
Full release notes: https://react-spectrum.adobe.com/releases/2024-09-30.html
v3.36.3
Compare Source
v3.36.2
Compare Source
v3.36.1
Compare Source
v3.36.0
Compare Source
v3.35.1
Compare Source
v3.35.0
Compare Source
v3.34.1
Compare Source
v3.34.0
Compare Source
v3.33.1
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.