Skip to content

Latest commit

 

History

History
51 lines (36 loc) · 3.97 KB

CHANGELOG.md

File metadata and controls

51 lines (36 loc) · 3.97 KB

2.0.0-alpha.5 (2017-03-04)

Bug Fixes

  • scripts: do not update web-driver on postinstall (fadd8de)
  • scripts: remove not ready things from scripts (c74b977)

2.0.0-alpha.4 (2017-03-04)

Bug Fixes

  • add demo/**/*.css to .gitignore (2b2e597)
  • apply new node value on blur (fixes #4) (378a36f)
  • enable drag-n-drop for safari (27d344a)
  • export only public api, ignore .publish (b7c22a3)
  • handle coordinates via e.x, e.y or e.clientX, e.clientY - otherwise it causes issues (096c08b)
  • include font-awesome into built module (48246bc)
  • add previously ignored umd-bundler.js (af0ce27)
  • build: copy styles to build directory (45c62e7)
  • package.json: add lodash missing dependency (bf31a0a)
  • tree.component: make sure tree can be loaded asynchronously (fc68654)
  • type.utils: change lodash import from "lodash/index" to "lodash" (128fd97)
  • webpack.config: override css loader (4cc9a99)
  • replace font-awesome icons with utf-8 symbols as a workaround to problem with fonts bundling (a93726a)
  • update README.md (f09b711)
  • update README.md (ecff57d)

Features

  • drag-n-drop: add support of nodes' drag-n-drop (69e57d7)
  • ng2-tree: add stylus, webpack-dev-server support (be3d56e)
  • ng2-tree: tree is implemented as an Angular2 component (f03846a)
  • node editing: add support of cancel and applying actions for the node value (aa0e651)
  • node menu: add support of node renaming (15597c1)
  • node menu: extracted into separate component (3c2915f)
  • node menu: implement 'Add node' menu item (d171504)
  • node removal: implement remove action in the node menu (d9dc8be)
  • styles: make it possible to override styles (refs #16) (3435441)
  • tree: add ability to hide root node (refs #25) (7d64cdf)
  • tree: add support of async children loading on node expand (bbbb8f7)
  • tree: make it possible to create static tree (refs #21) (d9b3c79)