Socket
Socket
Sign inDemoInstall

jquery.fancytree

Package Overview
Dependencies
1
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous12346Next

2.12.0

Diff

Changelog

Source

2.12.0 / 2015-09-10

  • [Changed] Documented iconClass callback and changed signature from iconClass(node) to iconClass(event, data)
    • [Added] ext-dnd events initHelper and updateHelper
    • [Added] ext-dnd option smartRevert
    • [Added] #146 sample for multi-node drag'n'drop
    • [Added] Sample for modifier keys to control copy/move behavior while dragging
    • [Added] highlight and fuzzy options to ext-filter
    • [Added] fireActivate option to ext-persist (default: true)
    • [Added] #496 new methods tree.findFirst() / .findAll()
    • [Improved] clearFilter() performance #491
    • [Improved] dnd registers global handlers to cancel on ESC and mousedown
    • [Fixed] #475 Font color while editing node title with bootstrap skin
    • [Fixed] #484 Glyph plugin: Missing margin-left for span.fancytree-custom-icon
    • [Fixed] #486 node.render(true) moves the node to the end of the list
    • [Fixed] #489 focusOnClick option is ignored for tables if 'dnd' is listed after 'table' extension
    • [Fixed] #495 Double clicking on expander with lazy-load causes assertion error
mar10
published 2.11.0 •

Changelog

Source

2.11.0 / 2015-07-26

  • [Changed] Adding fancytree-plain class to container (if not table), allowing for more efficient css
    • [Changed] #434: Use data-uris to inline loading.gif image
    • [Changed] #460: Use padding-left instead of margin-left for table indent
    • [Changed] #465: Add node argument to the toDict() callback
    • [Improved] Nicer bootstrap theme and added table to the example
    • [Improved] #464: ext-dnd supports ext-glyph
    • [Improved] #466: Add counter badges to ext-filter
    • [Fixed] Win8 theme jumpy hover effects
    • [Fixed] #411: ext-edit fails with ext-table, when edit was cancelled
    • [Fixed] #463: ext-table: render(deep) does not work
    • [Fixed] #470: Wide plugin not present in jquery.fancytree-all.min.js
mar10
published 2.10.2 •

Changelog

Source

2.10.2 / 2015-07-02

  • [Fixed] Add dist/skin-custom-1 sample (again)
    • [Fixed] #459 Don't collapse root folder when last node is removed
mar10
published 2.10.1 •

Changelog

Source

2.10.1 / 2015-06-27

  • [Changed] Undo #340: Revert dist folder layout to v2.9.0, but add dist/skin-common.less
mar10
published 2.10.0 •

Changelog

Source

2.10.0 / 2015-06-26 [YANKED]

  • [Changed] #340: New dist folder layout: moved skin-* folders into src/ folder (Note: this change was reverted in v2.10.1)
    • [Improved] Update to jQuery UI 1.11.4, jQuery 1.11.3
    • [Improved] #340: add dist/skin-common.less to fix theme imports
    • [Improved] #443 Support js-cookie (still compatible with jquery-cookie)
    • [Fixed] #415 selected and unselectable shows unchecked checkbox
    • [Fixed] #427 table + themeroller: apply color to TR
    • [Fixed] #442 filterBranches shall use opts to allow autoExpand
    • [Fixed] #445 enter key not handled correctly
    • [Fixed] #449 After deleting last child, parent node remains expanded
    • [Fixed] #452 destroy not removing nodes with ext-table
    • [Fixed] #457 Autoscroll fails with lazyloading returning empty list
mar10
published 2.9.0 •

Changelog

Source

2.9.0 / 2015-04-19

  • [Changed] ext-filter: tree.filterNodes(filter, opts) now accept an opts object instead of leavesOnly
    • [Improved] #417 only raise exception about data being a string if dataType is "json"
    • [Added] #394 New option autoExpand for [ext-filter]
    • [Fixed] #402, #405 rare exception in dnd events
    • [Fixed] #420 nodeSetActive not returning promise
    • [Fixed] #270 Keyboard focus not working when using dnd extension
mar10
published 2.8.1 •

Changelog

Source

2.8.1 / 2015-03-01

  • [Improved] generateFormElements() new argument opts, default: {stopOnParents: true}
    • [Fixed] #393 ext-table: checkboxColumnIdx not working
    • [Fixed] #397 ext-edit: Creating sub category fails
    • [Fixed] #403 generateFormElements() doesn't work with string args
mar10
published 2.8.0 •

Changelog

Source

2.8.0 / 2015-02-08

  • [Changed] Deprecated ext-menu (was never officially supported, see http://localhost:8080/demo/index.html#sample-ext-menu.html)
    • [Improved] Bluring the widget will now blur the focused node too.
    • [Improved] Persistence will only set node focus if widget had focus (otherwise only activate the node).
    • [Improved] Set default focus on first keypress to active node (first node otherwise)
    • [Improved] #383 Accept ECMAScript 6 Promise as source
    • [Added] _superApply() for hook handlers.
    • [Added] eventToString() supports mouse events
    • [Fixed] persistence for focus (when using non-cookie storage)
    • [Fixed] #391 Exception on autoscrolling filtered trees
mar10
published 2.7.0 •

Changelog

Source

2.7.0 / 2014-12-21

  • [CHANGED] Dropped fx option. Use toggleEffect instead.
    • [CHANGED] 'win8' and 'bootstrap' skins where modified to highlight the title span instead of the node span, in order to be compatible with [ext-wide]. The original skins are available as 'skin-win8-n' and 'skin-bootstrap-n' respectively.
    • [Added] ext-wide extension (experimental)
    • [Added] LESS files to distribution
    • [Added] Publish on cdnjs
    • [Improved] tree.reactivate() returns a promise
    • [Fixed] #246 Gaps when filtering in hide mode (patch by @lefunque)
    • [Fixed] #287 wrong image on hovers
    • [Fixed] #368 Standard browser behavior prevented (e.g. zoom with Ctrl+'+'/'-')
    • [Fixed] #369 Suppress warning, when dropping top- on top-node
mar10
published 2.6.0 •

Changelog

Source

2.6.0 / 2014-11-29

  • [Added] Option focusOnSelect to set focus when node is checked by a mouse click (default: false)
    • [Added] restore event, sent after ext-persist has restored the tree state
    • [Improved] #359 Better navigation performance when skipping hidden nodes
    • Publish on npm Registry
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc