Skip to content
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

Closed
bmingles opened this issue May 15, 2024 · 0 comments · Fixed by #2021
Closed

Replace DH RadioGroup with Spectrum version #2020

bmingles opened this issue May 15, 2024 · 0 comments · Fixed by #2021
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@bmingles
Copy link
Contributor

We want to replace our @deephaven/components RadioGroup component wit Spectrum's

  • Delete RadioGroup and RadioItem components
  • Re-export Spectrum RadioGroup and Radio compnents
  • Update all references to DH RadioGroup
@bmingles bmingles added enhancement New feature or request triage Issue requires triage labels May 15, 2024
@bmingles bmingles self-assigned this 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 15, 2024
bmingles added a commit to bmingles/web-client-ui that referenced this issue May 16, 2024
@bmingles bmingles linked a pull request May 16, 2024 that will close this issue
@vbabich vbabich removed the triage Issue requires triage label May 21, 2024
@vbabich vbabich added this to the May 2024 milestone May 21, 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants