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

Refactor simple class components into functions #6289

Open
22 tasks
adidahiya opened this issue Jul 19, 2023 · 0 comments · May be fixed by #6800, #6806, #6814, #6815 or #6817
Open
22 tasks

Refactor simple class components into functions #6289

adidahiya opened this issue Jul 19, 2023 · 0 comments · May be fixed by #6800, #6806, #6814, #6815 or #6817

Comments

@adidahiya
Copy link
Contributor

adidahiya commented Jul 19, 2023

Environment

  • Package version(s): @blueprintjs/core v5.x

Feature request

Request to refactor simple class components into functions, which would allow:

As of @blueprintjs/core v5.1.x, these include:

  • Breadcrumbs
  • Callout
  • Collapse
  • Dialog
  • DialogBody
  • DialogFooter
  • Divider
  • Drawer
  • FileInput
  • FormGroup
  • InputGroup
  • KeyComboTag
  • Menu
  • MenuDivider
  • Navbar
  • NavbarDivider
  • NavbarGroup
  • NonIdealState
  • ProgressBar
  • RadioGroup
  • Spinner
  • TextArea

This would be a ⚠️ breaking change ⚠️

@adidahiya adidahiya added this to the 6.0.0 milestone Jul 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment