@teste-ui/table
An accessible table component.
Installation
yarn add @teste-ui/table
# or
npm i @teste-ui/table
Table component for React and Chakra UI
An accessible table component.
yarn add @teste-ui/table
# or
npm i @teste-ui/table
c11743b47
]:8bfeefbb5
Thanks @ShumRain! - Export useStyles
equivalent for multipart component styles. Accordion exports
useAccordionStyles
, Alert exports useAlertStyles
, and so on.36ef37d58
,
6c15ec2c2
]:06f29f8cd
Thanks @segunadebayo! - Bump all packages
to resolve deps issues
#6137
7de782f04
Thanks @Patrick-Ullrich! - Improve error
messaging around style provider factory by creating a custom
createStylesContext
function.
06f29f8cd
]:f77e3c98f
]:#5879
c390af485
Thanks @TimKolberger! - Bump all packages
to next major for Chakra UI version 2.
#5989
ed692c0ae
Thanks @TimKolberger! - Omit src
directory from being published to npm
#5882
41b3119f5
Thanks @TimKolberger! - Bump peer
dependency to React and ReactDOM to >=18
ed692c0ae
Thanks @TimKolberger! - Omit src
directory from being published to npmed692c0ae
]:41b3119f5
Thanks @TimKolberger! - Bump peer
depencency to React and ReactDOM to >=1841b3119f5
]:c390af485
Thanks @TimKolberger! - Bump all packages
to next major for Chakra UI version 2.c390af485
]:e1fe48cbe
Thanks @TimKolberger! - Bumped patch
version for every package to fix release process. Root cause was a bug in our
CI configuration.e1fe48cbe
]:a870e6b94
]:#5536
a503acabe
Thanks @TimKolberger! - Bumped patch
version for every package to fix release process.
Updated dependencies
[a503acabe
]:
24b4333d0
]:1537a725f
]:b28142946
Thanks @cschroeter! - Update babel config to
transpile soruces for older browsers. This fixes issues with CRA and
Storybook.b28142946
]:#4991
6095eaf9a
Thanks @segunadebayo! - Update build system
we use from a custom babel cli setup to
preconstruct.
The previous build system transpiles the code in src
directory to dist/esm
and dist/cjs
keeping the same file structure. The new build system merges
all files in src
and transpiles to a single esm
and cjs
file.
Potential Breaking Change: The side effect of this is that, if you
imported any function, component or hook using the undocumented approach
like
import { useOutsideClick } from "@teste-ui/hooks/dist/use-outside-click"
,
you'll notice that the this doesn't work anymore.
Here's how to resolve it:
```jsx live=false // Won't work 🎇 import { useOutsideClick } from "@teste-ui/hooks/dist/use-outside-click"
// Works ✅ import { useOutsideClick } from "@teste-ui/hooks" ```
If this affected your project, we recommend that you import hooks, functions or components the way it's shown in the documentation. This will help keep your project future-proof.
6095eaf9a
]:cd0893c56
]:4a1e4d93b
]:e9ac4cc76
]:8b5eb9654
]:06612e3ba
Thanks @segunadebayo! - Add
TableContainer
component to help tables scroll horizontally when
overflowing.
```jsx live=false <TableContainer>
{...}
87cc23e14
]:90c7a4fbf
#3092 Thanks
@TimKolberger! - - Improved theme typing in
order to provide a better autocomplete experience_hover
and _active
didn't allow regular css properties8b87406c
]:e73878ee
]: