-
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.39.0 #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
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
renovate
bot
force-pushed
the
renovate-adobe-fixes
branch
from
January 16, 2025 07:33
79c195b
to
074d1c7
Compare
renovate
bot
changed the title
fix(deps): update dependency @adobe/react-spectrum to v3.38.1
fix(deps): update dependency @adobe/react-spectrum to v3.39.0
Jan 16, 2025
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.39.0
Release Notes
adobe/react-spectrum (@adobe/react-spectrum)
v3.39.0
: January 15, 2025 ReleaseCompare Source
Happy New Year! Our first release of 2025 includes a new firstDayOfWeek prop for our calendar and date picker components, support for CSS transitions in our overlay components, a new Autocomplete component in alpha, and a new React Aria test utils package. As always, a huge shoutout to everyone in the community for their feedback and contributions!
Full Release Notes
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
Compare Source
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
: May 1, 2024 ReleaseCompare Source
We have a huge release today! Its a GA bonanza 🎊 – Submenu, unavailable menu items, DropZone and FileTrigger components are now in GA. Check our blog post on the intricacies of the submenu interactions and how we handled them.
In addition, we have added a suite of new color components including ColorPicker, ColorArea, ColorField, ColorSlider, ColorSwatch, ColorSwatchPicker, ColorWheel, currently in beta. These enable you to build fully customizable color pickers, including accessible color descriptions for screen reader support.
The first alpha of TreeView has also been released. This was a highly requested component and includes support for expanding, collapsing, multi-selection, keyboard navigation, and interactive children. Documentation will follow soon, check out our React Spectrum storybook and React Aria Components storybook source code for examples.
We have also improved our integration with client side routers, accepting options to control router-specific behaviors such as scrolling, replacing instead of pushing to the history, base path, etc. For convenience, all collection items in React Aria Components (e.g. MenuItem) now also support isDisabled and onAction props directly, rather than needing to be defined on the root collection.
Last but not least, we want to acknowledge all the wonderful contributors who have dedicated their time to improve our libraries. A special thanks to @ryo-manba and @sookmax, who are responsible for multiple bug fixes to Switch, IME support, ListBox, ComboBox, as well as adding new features such as additional state attributes, hover events, and language support. Thank you!! 😍
Full release notes: https://react-spectrum.adobe.com/releases/2024-05-01.html
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.