包详细信息

@teste-ui/table

teste-ui10MIT2.0.4

Table component for React and Chakra UI

react, react component, table, accessible table

自述文件

@teste-ui/table

An accessible table component.

Installation

yarn add @teste-ui/table

# or

npm i @teste-ui/table

更新日志

@teste-ui/table

2.0.4

Patch Changes

  • Updated dependencies [c11743b47]:
    • @teste-ui/utils@2.0.4

2.0.3

Patch Changes

  • #6281 8bfeefbb5 Thanks @ShumRain! - Export useStyles equivalent for multipart component styles. Accordion exports useAccordionStyles, Alert exports useAlertStyles, and so on.
  • Updated dependencies [36ef37d58, 6c15ec2c2]:
    • @teste-ui/utils@2.0.3

2.0.2

Patch Changes

2.0.1

Patch Changes

  • Updated dependencies [f77e3c98f]:
    • @teste-ui/utils@2.0.1

2.0.0

Major Changes

Patch Changes

2.0.0-next.2

Major Changes

Patch Changes

  • Updated dependencies [ed692c0ae]:
    • @teste-ui/utils@2.0.0-next.2

2.0.0-next.1

Major Changes

Patch Changes

  • Updated dependencies [41b3119f5]:
    • @teste-ui/utils@2.0.0-next.1

2.0.0-next.0

Major Changes

Patch Changes

  • Updated dependencies [c390af485]:
    • @teste-ui/system@2.0.0-next.0
    • @teste-ui/utils@2.0.0-next.0

1.3.6

Patch Changes

  • e1fe48cbe Thanks @TimKolberger! - Bumped patch version for every package to fix release process. Root cause was a bug in our CI configuration.
  • Updated dependencies [e1fe48cbe]:
    • @teste-ui/utils@1.10.4

1.3.5

Patch Changes

  • Updated dependencies [a870e6b94]:
    • @teste-ui/utils@1.10.3

1.3.4

Patch Changes

1.3.3

Patch Changes

  • Updated dependencies [24b4333d0]:
    • @teste-ui/utils@1.10.1

1.3.2

Patch Changes

  • Updated dependencies [1537a725f]:
    • @teste-ui/utils@1.10.0

1.3.1

Patch Changes

  • #5075 b28142946 Thanks @cschroeter! - Update babel config to transpile soruces for older browsers. This fixes issues with CRA and Storybook.
  • Updated dependencies [b28142946]:
    • @teste-ui/utils@1.9.1

1.3.0

Minor Changes

  • #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.

Patch Changes

  • Updated dependencies [6095eaf9a]:
    • @teste-ui/utils@1.9.0

1.2.8

Patch Changes

  • Updated dependencies [cd0893c56]:
    • @teste-ui/utils@1.8.4

1.2.7

Patch Changes

1.2.6

Patch Changes

1.2.5

Patch Changes

  • Updated dependencies [4a1e4d93b]:
    • @teste-ui/utils@1.8.1

1.2.4

Patch Changes

1.2.3

Patch Changes

  • Updated dependencies [e9ac4cc76]:
    • @teste-ui/utils@1.7.0

1.2.2

Patch Changes

1.2.1

Patch Changes

  • Updated dependencies [8b5eb9654]:
    • @teste-ui/utils@1.5.2

1.2.0

Minor Changes

  • 06612e3ba Thanks @segunadebayo! - Add TableContainer component to help tables scroll horizontally when overflowing.

    ```jsx live=false <TableContainer>

    {...}

    </TableContainer> ```

Patch Changes

1.1.4

Patch Changes

1.1.3

Patch Changes

1.1.2

Patch Changes

  • Updated dependencies [87cc23e14]:
    • @teste-ui/utils@1.3.0

1.1.1

Patch Changes

1.1.0

Minor Changes

  • 90c7a4fbf #3092 Thanks @TimKolberger! - - Improved theme typing in order to provide a better autocomplete experience
    • Fixed a type issue where pseudo style props like _hover and _active didn't allow regular css properties

1.0.3

Patch Changes

  • Updated dependencies [8b87406c]:
    • @teste-ui/utils@1.1.0

1.0.2

Patch Changes

  • Updated dependencies [e73878ee]:
    • @teste-ui/utils@1.0.2