Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 924 Bytes

CHANGELOG.md

File metadata and controls

31 lines (16 loc) · 924 Bytes

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.1 (2017-12-03)

1.0.0 (2017-11-27)

Features

  • Compatibility with d3 v4 & ES6 modules (33f7864)

BREAKING CHANGES

  • will no longer play well with d3 v3.

v0.4.0

  • Interfaces like renameCol, deleteCol, and newCol can now be disabled if the option is passed in metatable.
  • Allow a client to pass in a custom interface for renaming or deleting a column.
  • HTML Markup cleanup
  • Adds renameprompt and deleteprompt events to disable default behaviour with users own.