- Enable "use client"; directive
- Peer dependency version upgrades
- Add log scale options for
BoxPlot
andScatterPlot
- Flips
APNGViewer
width and height
Flipper
component now takes same props asInput
for its input section
- APNG files are now rendered in a canvas, rather than the native
img
DOM element
- BREAKING:
autoplay
prop fromAPNGViewer
. Users are advised to use the nativeimg
DOM element if they don't require playback control.
- Pagination component does not call
onPageChanged
callback if externally controlled page changes - Cursor does not become pointer if there is no
onClick
event set for table - Navbar takes multiple direct children
- Links in the navbar now must be declared as their own component (
NavLink
insideNavLinks
)
- Colour palette documentation
- Fix typo in Diamond colors
- TwoLineLink component, for links with descriptions
- Fix missing exports
- Added Breadcrumbs component
- Added DarkModeButton component
- Added dark theme variants to Diamond colours
- Table and Navbar components now accept all box properties
- Clickable area for logout event in user component now spans whole width of menu
- Initial public release