Skip to content

v12.0.0

Compare
Choose a tag to compare
@zakodium-bot zakodium-bot released this 09 Dec 08:50
e9009b2

12.0.0 (2024-12-09)

⚠ BREAKING CHANGES

  • @tanstack/react-query's QueryClientProvider was removed from the RootLayout component. You'll have to provide your own client if you relied on it to use react-query in your application.
  • The RadioGroup component has been renamed to RadioButtonGroup. Its interface is now the same as blueprintjs's RadioGroup component, which changes how multiple of its props are named and typed.

Features

  • Table: change sorting icons to use blueprint (#804) (fe7bcee)

Miscellaneous Chores

Code Refactoring