Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ctablex/core

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ctablex/core - npm Package Versions

0.5.2

Diff

smmoosavi
published 0.5.1 •

Changelog

Source

0.5.1 (2024-07-12)

  • add repository to package.json (9350975)
smmoosavi
published 0.5.0 •

Changelog

Source

0.5.0 (2024-07-12)

⚠ BREAKING CHANGES

  • Change dist files and remove umd build
  • Use vite for build (#2) (75c0cfb)
smmoosavi
published 0.4.1 •

Changelog

Source

0.5.0 (2024-07-12)

⚠ BREAKING CHANGES

  • Change dist files and remove umd build
  • Use vite for build (#2) (75c0cfb)
smmoosavi
published 0.4.0 •

Changelog

Source

0.4.0 (2022-10-16)

Highlights

Now components can be customized with xEl prop instead of xProps. It helps for a better type check.

return <Row TrProps={{ className: 'zebra' }} />;
// vs
return (
  <Row
    trEl={
      <tr className="zebra">
        <Children />
      </tr>
    }
  />
);
// or
const MyTr = withDefaultChildren('tr');
return <Row trEl={<MyTr className="zebra" />} />;

Features

  • add and use table elements context (0441555)
  • add children context (f39f6ca)
  • row: add and use CurrentRowDataProvider component (5ad330b)

Examples

  • multipart: add multipart example (20ae64c)
  • rename example directory names (53f1a22)
smmoosavi
published 0.3.0 •

Changelog

Source

0.3.0 (2020-12-20)

Features

  • add default children to table/table-body/table-header/row/rows components (7091f5f)
  • columns: add part props in columns usage (1de25ca)
  • accept and pass props to underlying components (d672f4d)

Examples

  • complex-content: add complex content example (7553c57)

Documentations

  • update readme and use new api (494dab0)
smmoosavi
published 0.2.1 •

Changelog

Source

0.2.1 (2020-07-19)

Features

  • columns: support multi part tables (be0152a)

Bug Fixes

  • content-value: support missing value (66ee464)

Examples

  • content: add custom content example (ff8cc88)
  • material-ui: add material ui example (7bfe86b)
smmoosavi
published 0.2.0 •

Changelog

Source

0.2.0 (2020-07-14)

⚠ BREAKING CHANGES

  • rename context types and providers

Examples

Documentations

  • basic-example: improve readme (fa29cb8)
  • rename context types and providers (a28ddc9)
smmoosavi
published 0.1.0 •

Changelog

Source

0.1.0 (2020-07-04)

Features

Documentations

  • add the example section to the readme file (cc62e78)
smmoosavi
published 0.0.1 •

Changelog

Source

0.0.1 (2020-06-24)

Features

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc