New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@actinc/dls

Package Overview
Dependencies
Maintainers
0
Versions
116
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@actinc/dls - npm Package Versions

1
12

6.0.0-alpha.2

Diff

Changelog

Source

6.0.0-alpha.2 (2022-03-09)

watjus0930
published 6.0.0-alpha.1 •

Changelog

Source

6.0.0-alpha.1 (2022-03-04)

watjus0930
published 6.0.0-alpha.0 •

Changelog

Source

6.0.0-alpha.0 (2022-03-02)

⚠ BREAKING CHANGES

  • mui 5 and mui 4 are incompatible
  • mui 5 no longer uses JSS but emotion

Features

  • Documentation and Working build for mui-5 upgrade (be6662e)
  • Material UI 5 support (36c942e)
  • Mui 5 functional themes, cleaned up Mui storybook examples (2ae784b)
joncursi
published 5.11.1 •

Changelog

Source

[v5.11.1] - Feb 28, 2022

  • Upgraded most of the NPM dependencies and dev-dependencies to their latest compatible releases.
joncursi
published 5.11.0 •

Changelog

Source

[v5.11.0] - Jan 20, 2022

  • Added a new color option, customColors.tertiary.main, to all themes.
    • Material UI v4 does not support the "tertiary" keyword on the palette, so this was implemented through customColors instead.
  • Updated the palette.secondary.dark color on the ENCOURA_DATALAB theme to #003359.
joncursi
published 5.10.1 •

Changelog

Source

[v5.10.1] - Jan 20, 2022

  • Enable more flexibility on the react version used by downstream projects by moving react and react-dom to dev dependencies.
joncursi
published 5.10.0 •

Changelog

Source

[v5.10.0] - Jan 13, 2022

  • Added a new theme, ENCOURA_DATALAB, to the DLS. This theme is representative of one of Encoura's product lines.
  • Minor improvements and bug fixes for the ACT_ET theme.
  • Added more stories to the Storybook.
joncursi
published 5.9.0 •

Changelog

Source

[v5.9.0] - Dec 06, 2021

  • New component: <TablePaginationActions />

    • Useful for paginating large lists and tables
  • Enhanced <DataTable /> component with <TablePaginationActions /> and optional props to support server-side pagination:

    limit?: number;
    offset?: number;
    onChangeLimit?: (limit: number) => void;
    onChangeOffset?: (offset: number) => void;
    rowsPerPageOptions?: number[];
    totalCount?: number;
    
stefan.solyom
published 5.8.1 •

Changelog

Source

[v5.8.1] - Nov 03, 2021

  • Bind this to addError in AlertContext.
stefan.solyom
published 5.8.0 •

Changelog

Source

[v5.8.0] - Nov 03, 2021

  • Added a new helper: getErrorMessage
  • Added new action for AlertContext: addError.
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