-
Notifications
You must be signed in to change notification settings - Fork 32
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
Replace DH RadioGroup
with Spectrum version
#2020
Comments
bmingles
added a commit
to bmingles/web-client-ui
that referenced
this issue
May 15, 2024
bmingles
added a commit
to bmingles/web-client-ui
that referenced
this issue
May 15, 2024
bmingles
added a commit
to bmingles/web-client-ui
that referenced
this issue
May 15, 2024
bmingles
added a commit
to bmingles/web-client-ui
that referenced
this issue
May 15, 2024
bmingles
added a commit
to bmingles/web-client-ui
that referenced
this issue
May 15, 2024
bmingles
added a commit
to bmingles/web-client-ui
that referenced
this issue
May 15, 2024
bmingles
added a commit
to bmingles/web-client-ui
that referenced
this issue
May 15, 2024
bmingles
added a commit
to bmingles/web-client-ui
that referenced
this issue
May 15, 2024
bmingles
added a commit
to bmingles/web-client-ui
that referenced
this issue
May 16, 2024
bmingles
added a commit
to bmingles/web-client-ui
that referenced
this issue
May 22, 2024
bmingles
added a commit
to bmingles/web-client-ui
that referenced
this issue
May 22, 2024
bmingles
added a commit
to bmingles/web-client-ui
that referenced
this issue
May 22, 2024
bmingles
added a commit
that referenced
this issue
May 22, 2024
- Removed DH `RadioGroup` and `RadioItem` components - Re-exported Spectrum `RadioGroup` and `Radio` components - Updated references to use new version Here's diffs of what the components look like after migrating to Spectrum RadioGroup: **FilterSetManager** <img width="645" alt="image" src="https://github.com/deephaven/web-client-ui/assets/1900643/7640bf22-2fa4-41b1-ae24-7939660c0424"> **ChartBuilder** <img width="658" alt="image" src="https://github.com/deephaven/web-client-ui/assets/1900643/fe91065b-92a6-4beb-9d5c-e7b0acff4e11"> **TableCsvExporter** <img width="658" alt="image" src="https://github.com/deephaven/web-client-ui/assets/1900643/0dadcf86-3567-4d5c-a164-45c923f06585"> **Aggregations** <img width="656" alt="image" src="https://github.com/deephaven/web-client-ui/assets/1900643/b6e89a38-9df6-492a-94fd-4f5296d3d4f1"> BREAKING CHANGE: `RadioGroup` has been replaced by Spectrum `RadioGroup`. `RadioItem` has been replaced by Spectrum `Radio`
mofojed
pushed a commit
to deephaven/deephaven-core
that referenced
this issue
May 24, 2024
Release notes https://github.com/deephaven/web-client-ui/releases/tag/v0.79.0 # [0.79.0](deephaven/web-client-ui@v0.78.0...v0.79.0) (2024-05-24) ### Bug Fixes * Replace shortid package with nanoid package ([#2025](deephaven/web-client-ui#2025)) ([30d9d3c](deephaven/web-client-ui@30d9d3c)) * Unedited markdown widgets not persisting ([#2019](deephaven/web-client-ui#2019)) ([c17f136](deephaven/web-client-ui@c17f136)) ### Features * e2e combined improvements ([#1998](deephaven/web-client-ui#1998)) ([99fc2f6](deephaven/web-client-ui@99fc2f6)) * re-export Spectrum ButtonGroup ([#2028](deephaven/web-client-ui#2028)) ([3115dd1](deephaven/web-client-ui@3115dd1)) * Replaced `RadioGroup` with Spectrum's ([#2020](deephaven/web-client-ui#2020)) ([#2021](deephaven/web-client-ui#2021)) ([c9ac72d](deephaven/web-client-ui@c9ac72d)) ### BREAKING CHANGES * `RadioGroup` has been replaced by Spectrum `RadioGroup`. `RadioItem` has been replaced by Spectrum `Radio` * Removed ButtonOld component, use Button instead. Co-authored-by: deephaven-internal <66694643+deephaven-internal@users.noreply.github.com>
bmingles
added a commit
to bmingles/web-client-ui
that referenced
this issue
Jun 4, 2024
bmingles
added a commit
to bmingles/web-client-ui
that referenced
this issue
Jun 4, 2024
bmingles
added a commit
that referenced
this issue
Jun 4, 2024
Looks like I exported the incorrect Radio component prop types in previous PR. There are apparently extended ones for Spectrum. https://github.com/adobe/react-spectrum/blob/7da3d384aa0c6bdc14449c4f138e963a094a7a38/packages/%40react-types/radio/src/index.d.ts#L58-L71 #2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We want to replace our
@deephaven/components
RadioGroup
component wit Spectrum'sRadioGroup
andRadioItem
componentsRadioGroup
andRadio
compnentsRadioGroup
The text was updated successfully, but these errors were encountered: