- merged PRs #141 #168
- upgraded tabulator to 4.6.1
- use TODO.md - https://marketplace.visualstudio.com/items?itemName=coddx.coddx-alpha
- merged PR #130: clone props.data
- upgraded tooling modules
- upgraded tabulator to 4.4.3
- fixed: critical bug: componentDidUpdate keeps re-rendering table (issue #82)
- example for Infinite Scrolling with Ajax Requests
- upgraded tabulator to 4.4.1
- upgraded dependencies
- merged PR #75 - thanks @maco222
- merged PR #88 - generate type files - thanks @mstlaurent-paradigm
- reactFormatter to support JSX for Tabulator's formatter (see: ReactTabulatorExample.tsx)
- upgraded tabulator to 4.2.3
- pinned some 3rd-party modules to fix security warnings
- upgraded tabulator to 4.2.2
- fix: added rowFormatter, placeholder as props
- upgraded tabulator to 4.2.1
- upgraded tabulator to 4.1.3
- pin event-stream to 3.3.4 to fix security issue
- MultiValueFormatter
- MultiSelectEditor
- BREAKING: moved "css" directory out of "lib" - usage: import "react-tabulator/styles.css"
- BREAKING: separated required styles.css and tabulator theme css (import them separately)
- upgraded tabulator to 4.1.2
- fix: upgraded default styles.css to 4.1.2
- tabulator-tables 4.1.1 integration
- DateEditor
- example: autocomplete editor with header filter
- Utils
- updated dev dependencies
__tests__/ui
- UI for tests.src/css
- css files for themes.use-react-15
branch for React 15.x andsrc/React15Tabulator.tsx
- use getDerivedStateFromProps so we can set grid data from state. (updated Examples)
- switch to jest-puppeteer because enzyme couldn't render tabulator data. (got empty grid)
- ConfigUtils.tsx to handle props and options.
- all Tabulator options can be set as React Tabulator props.
- example of editable table.
- "yarn test" using Jest, Enzyme.
- .travis.yml
- first working version.