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

react-tabulator

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-tabulator - npm Package Compare versions

Comparing version 0.6.6 to 0.6.10

css/bootstrap/tabulator_bootstrap.css

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## [0.6.10] - 2018-11-12
### Changed
- BREAKING: moved "css" directory out of "lib" - usage: import "react-tabulator/styles.css";
- fix: upgraded default styles.css to 4.1.1
## [0.6.6] - 2018-11-05

@@ -2,0 +8,0 @@

2

lib/ReactTabulatorExample.js

@@ -45,3 +45,3 @@ "use strict";

field: 'color',
editor: 'autocomplete',
editor: 'select',
editorParams: { allowEmpty: true, showListOnEmpty: true, values: colorOptions },

@@ -48,0 +48,0 @@ headerFilter: 'select',

{
"name": "react-tabulator",
"version": "0.6.6",
"version": "0.6.10",
"description": "React Tabulator component",

@@ -15,3 +15,3 @@ "main": "lib/index.js",

"build": "npm run clean && tsc --outDir ./lib --jsx react ./src/index.tsx && npm run postbuild",
"postbuild": "cp ./src/styles.css ./lib/ && cp -R ./src/css ./lib",
"postbuild": "cp ./src/styles.css ./lib/ && cp -R ./src/css ./lib && cp ./src/styles.css ./ && cp -R ./src/css ./",
"clean": "nwb clean-module && nwb clean-demo",

@@ -18,0 +18,0 @@ "prepublishOnly": "npm run build",

@@ -18,3 +18,3 @@ # react-tabulator

Key Binding Responsive Persisting History Calc Validation
Clipboard Nested Tables
Clipboard Tree Layout Nested Tables
```

@@ -24,7 +24,7 @@

- React 16.5.x
- For React 15.x - use [this branch](https://github.com/ngduc/react-tabulator/tree/use-react-15)
- For React 15.x - import `React15Tabulator`
- Typescript 3.x
- Tslint
- Jest-puppeteer for testing
- React Cell Editors: DateEditor, etc. (TBD)
- React Cell Editors: DateEditor, etc.
- React Filters (TBD)

@@ -37,3 +37,3 @@

import 'react-tabulator/lib/styles.css'; // default theme
import 'react-tabulator/styles.css'; // default theme
import { ReactTabulator } from 'react-tabulator'; // for React 15.x, use import { React15Tabulator }

@@ -40,0 +40,0 @@

Sorry, the diff of this file is not supported yet

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