Socket
Socket
Sign inDemoInstall

jquery.fancytree

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jquery.fancytree - npm Package Versions

1
6

2.26.0

Diff

Changelog

Source

2.26.0 / 2017-11-04

  • BREAKING CHANGES:
    • [Fixed] #792 postProcess is now also called for non-Ajax sources.
  • [Improved] LESS now compiles with webpack
  • [Added] #791 ext-glyph support for radio buttons
  • [Added] Color definitions for skin-awesome (taken from skin-lion)
  • [Fixed] $.ui.fancytree.getNode() for ES6 environments
  • [Fixed] #789 Wrong node is activated in IE, when clicking in unfocused container
mar10
published 2.25.0 •

Changelog

Source

2.25.0 / 2017-10-31

  • BREAKING CHANGES:
    • The dist/src/ folder was renamed to dist/modules.
    • Some directories like demo/ are no longer part of the npm install.
  • Improved Module Support and Distribution<br>
    • The dist/ folder now includes a modules/ directory with fancytree core and all extensions.
    • All modules have UMD wrappers with defined dependencies.
    • Internal jQuery UI dependencies are deployed as module and implicitly loaded.
    • jquery.fancytree/dist/modules/jquery.fancytree is defined as package main module, so Fancytree can be included using a simple<br> fancytree = require('jquery.fancytree').<br> See the docs for details.
    • All modules now return the $.ui.fancytree object.
    • [Added] new static method $.ui.fancytree.createTree(elem, opts)
  • [Added] Source map files for jquery.fancytree-all-deps.min.js
  • [Added] New extension ext-fixed (work-in-progress, experimental)
  • [Fixed] #767: Input inside table head not working
  • [Fixed] #768: Can't use keyboard to select nodes when checkbox option is false
  • [Fixed] #782: wide extension - padding is off when checkbox option is changed
  • [Fixed] #787: Fix getEventTarget() for custom icons
mar10
published 2.24.0 •

Changelog

Source

2.24.0 / 2017-08-26

  • [Added] ext-glyph option preset (making the map option optional)
  • [Fixed] Drop marker for ext-glyph + ext-dnd5
  • [Fixed] #695: List AMD dependency on jQuery UI
  • [Fixed] #735: Trying to set root node selected throws an error
  • [Fixed] #740: Filtering must not consider escaped html entities
  • [Fixed] #741: Passing an empty string ("") as filter calls clearFilter()
  • [Fixed] #748: Drag start should not activate a node
  • [Fixed] #761: ext-dnd5 throws exception when tree is empty
  • [Fixed] #764: ext-filter breaks links
  • Updated jsdoc to 3.5
mar10
published 2.23.0 •

Changelog

Source

2.23.0 / 2017-05-27

  • The external dependency on jQuery UI was removed.<br> A new library jquery.fancytree-all-deps.min.js is now added to the distribution. It includes all dependencies on jQuery UI, so the only remaining external dependency is jQuery.<br> Continue to use jquery.fancytree-all.min.js if jQuery UI is already included anyway.

  • Refactored the select behavior<br> details:

    <!-- [details](https://github.com/mar10/fancytree/wiki#selection-and-checkboxes) -->
    • [Added] Allow control of selection status propagation with new options: unselectable, unselectableIgnore, unselectableStatus.
    • [Added] node option radiogroup to enable single-select for child nodes
    • [Added] option opts.noEvents to setSelected(flag, opts)
    • [Improved] Option 'checkbox' can have the string value "radio" (only has the visual effect of replacing the icon)
  • BREAKING CHANGES:

    • The hideCheckbox option was removed. Use checkbox: false instead.<br> Note that the <li class='hideCheckbox'> is still parsed from input HTML and converted accordingly.
    • The optional modifier class <div class='fancytree-radio'> was removed. This class was used on the container to turn all checkbox items into radio buttons.<br> Instead, this class is now added to <span class="fancytree-checkbox fancytree-radio">. Use the tree.checkox: "radio" option to activate this for the whole tree.
    • The callback signature for the tree.tooltip option has changed to tooltip(event, data)
  • [Improved] aria option is now on by default

  • Use the new dynamic options pattern for checkbox, icon, tooltip, unselectable, unselectableIgnore, unselectableStatus.<br> See also <a href="https://github.com/mar10/fancytree/wiki#dynamic-options">dynamic options</a>.

  • [Added] New method node.visitSiblings()

  • [Added] #730 ext-persist option expandOpts is passed to setExpanded() Allows to suppress animation or event generation.

mar10
published 2.22.5 •

Changelog

Source

2.22.5 / 2017-05-11

  • [Improved] #709 experimental ext-ariagrid
mar10
published 2.22.4 •

Changelog

Source

2.22.4 / 2017-05-06

  • [Improved] #709 experimental ext-ariagrid
mar10
published 2.22.3 •

Changelog

Source

2.22.3 / 2017-05-05

  • [Improved] #709 experimental ext-ariagrid
mar10
published 2.22.2 •

Changelog

Source

2.22.2 / 2017-04-29

  • [Fixed] #729 Fix regression with addChild performance improvements (#708)
mar10
published 2.22.1 •

Changelog

Source

2.22.1 / 2017-04-21

  • [Fixed] #722 Fix regression with addChild performance improvements (#708)
mar10
published 2.22.0 •

Changelog

Source

2.22.0 / 2017-04-11

  • [Added] ext-dnd5 now part of standard distribution
  • [Added] #693 ext-dnd/dnd5: configurable drop marker offset
  • [Added] #616 ext-wide: configurable left padding
  • [Added] New method $.ui.fancytree.evalOption()
  • [Improved] #601 ext-filter: improve performance (don't render hidden nodes)
  • [Improved] ext-contextMenu: disable keyboard while popup is open and restore focus
  • [Improved] #701 ext-hotkeys: Prevent default behavior on hot key combination
  • [Improved] #708 speedup improvement for addChildren
  • [Fixed] #680 ext-dnd5: top level nodes not draggable
  • [Fixed] #681 ext-table: exception when a lazy node has children: []
  • [Fixed] #699 ext-dnd5: Icon remains after dnd is cancelled
  • [Fixed] #702 $.ui.fancytree.getNode(jQuery)' for jQuery v3.x
  • [Fixed] #706 Fix DND where fancytree-title span is not a direct child due to custom layouts
  • [Fixed] #712 When clicking in a scrolled tree for the first time, focus is not set properly
  • [Fixed] #716 ext-wide: animation 'jumps' (jQuery UI 1.12)
  • [Fixed] #717, #719 expand/collapse shows displaced child nodes when scrolled (jQuery UI 1.12)
  • Update demos to jQuery 3.2.1 / jQuery UI 1.12.1
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