Noodel Js Versions Save

v2.3.1

3 years ago
  • Fixed issue of incorrect alignment for noode/branch resize during transition

v2.3.0

3 years ago
  • Added options for orientation and branch direction
  • Added CSS classes for controlling styles under a certain orientation
  • Branches now use CSS flexbox for layout. This may change animation effects during noode insert/delete slightly.

v2.2.1

3 years ago
  • Fix issue of Noode.getParent() not returning correct value

v2.2.0

3 years ago
  • Modified swipe logic for more responsive feel
  • Optimized bundle size
  • Fixed a number of issues when using this library via npm and bundlers
  • Added API methods

v2.1.0

3 years ago
  • Added various convenience methods in the Noode and Noodel APIs
  • New ability to associate custom data with noodes
  • Added options for toggling rendering of some UI elements
  • Implemented fade effects for branch insert/delete
  • (Potentially breaking) Slightly refactored Noodel's DOM element tree and their associated styling classes
  • (Potentially breaking) Levels now start counting from 0 instead of 1
  • Events handlers are now called asynchronously at the next event loop
  • Noodel constructor now prefers an array instead of a single NoodeDefinition object
  • Added IsActive as the preferred way to specify active noodes
  • Noode instances are now uniquely associated with each logical noode
  • Operating on deleted Noode instances will now throw errors

v2.0.3

3 years ago
  • Fixed an issue where using floats for snap multipliers will cause swipes to break

v2.0.2

3 years ago
  • if swiping, focal change events now trigger after swipe release/cancel instead of during swipe
  • fixed issue of child branch still having visibility after deleting all children

v2.0.1

3 years ago
  • Added ComponentContent to typings
  • Fixed various visual bugs

v2.0.0

3 years ago

V2 release for Noodel.

  • Enhanced performance especially on mobile
  • Added inspect mode
  • Dropped internal scrolling support
  • Refactored available CSS classes for styling
  • Renamed and refactored existing options for swipe control
  • Added various options for customizing input schemes
  • Added Vue.js integration
  • Various usability tweaks

v1.3.0

3 years ago
  • Added options for listening to focal change events
  • Added methods for getting DOM elements from the view model