Skip to content

Releases: kartik-v/yii2-tree-manager

Version 1.1.2

13 Mar 17:22
Compare
Choose a tag to compare

Date: 13-Mar-2019

  • (enh #244): Correct hidden css to use BS_HIDE within bsCssMap.
  • (enh #240): Rename events triggered via jquery to start with treeview:.
  • (enh #239): Allow CSS class to hide elements to be configurable (for BS 3.x / 4.x). New property hideCssClass.
  • (enh #238): Add Chinese Translations.

Version 1.1.1

29 Nov 08:08
Compare
Choose a tag to compare

Date: 29-Nov-2018

  • (enh #232): Correct migration path in documentation.
  • (enh #228): Correct parsing and sending of nodeViewParams.
  • (enh #223): Better styling of node tree.
  • (enh #222): Add German Translations.
  • (bug #221): Correct node view form tag.
  • Better sharing of noNodesMessage setting during tree manage.

Version 1.1.0

03 Oct 18:47
Compare
Choose a tag to compare

Date: 03-Oct-2018

  • (bug #217, bug #219, enh #220): Enhance tree management for root level additions.
  • (bug #212): Correct icon list parsing for node.
  • (enh #210): Correct Russian Translations.
  • Correct icons initialization for BS3 Font Awesome.

Version 1.0.9

13 Sep 11:17
Compare
Choose a tag to compare

Date: 13-Sep-2018

  • (enh #206): Enhancements to support Bootstrap 4.x.
  • (enh #205): Enhance data hashing and security via a separate TreeSecurity helper class (BC Breaking).
  • (enh #203): Update Russian Translations.
  • (enh #202): Enhance node title to be configurable in messages.
  • (bug #200): Correct validation for TreeView::allowNewRoots.
  • (enh #198): New property TreeView::nodeButtonLabels to configure submit and reset button icons/labels.
  • (enh #197): New database field child-allowed to control children being added for certain nodes.
  • Move source code to src folder as per yii standards.
  • (enh #196): New property TreeView::nodeViewParams for setting additional (or overriding) parameters to the nodeView.
  • (bug #192): Correct minified JS library kv-tree.min.js.
  • (enh #190): Simplify treeEncryptSalt parsing without using session dependencies.
  • (enh #188): Enhance node manipulation jquery events to be prevented/abandoned.
  • (bug #185): Correct TreeTrait data structure extraction.
  • (enh #183): Enhance NodeController to perform safe extraction of post parameters.
  • (enh #180): New property TreeView::showNameAttribute to hide/show name attribute in form.
  • (bug #179): Validate breadcrumbs depth more correctly.
  • (enh #178): Topmost root node display enhancements.
  • (enh #172): Update Russian Translations.
  • (enh #121): Pass yii CSRF parameters to ajax requests to prevent 400 errors.

Version 1.0.8

29 Apr 15:57
Compare
Choose a tag to compare

Date: 29-Apr-2017

  • Chronological ordering of issues for change log.
  • (enh #167): Add alwaysDisabled setting within toolbar buttons config to force disable the button (which will never become enabled).
  • (enh #165): Implement tap behavior for TreeViewInput for touch based devices.
  • (enh #164): Enhance search functionality and search results styling.
    • Add ability to highlight search terms within shortlisted search results
    • Ability to override styling of the search terms with CSS.
    • New boolean property hideUnmatchedSearchItems (defaults to true) that will intelligently hide nodes/node groups that do not have any matching nodes.
    • More faster tree node searching
  • (enh #162): Update Italian Translations.
  • (enh #161): Update Italian Translations.
  • (bug #160): Correct key attribute usage in TreeTrait::removeNode.

Version 1.0.7

15 Jan 08:23
Compare
Choose a tag to compare

Date: 15-Jan-2017

  • (bug #139): New boolean property cascadeSelectChildren to control child nodes selection when parent node is selected.
  • (enh #144): Add dependency for kartik-v/yii2-dialog in composer.
  • (enh #145, #146): Enable model using TreeView behavior to run within yii console app.
  • (bug #148): Parse icons list array correctly in NodeController::checkSignature.
  • (enh #150): Modify NodeController actions security for console apps.
  • (enh #151): Root node creation enhancements.
  • (enh #156): Auto node selection and session validation enhancements.
  • (bug #157): Validate request signatures correctly for invalid initial displayValue.
  • Code formatting updates.
  • (enh #158): Fire treeview.selected after node detail form is rendered.

Version 1.0.6

17 Dec 02:12
Compare
Choose a tag to compare

Date: 16-Dec-2016

  • (enh #98): Add new bool property TreeViewInput::autoCloseOnSelect.
  • (enh #99): Add Chinese translations
  • (enh #100): Add composer branch alias to allow getting latest dev-master updates.
  • (bug #103, #104): Correct init of options and registration of assets in TreeViewInput.
  • (enh #105): Generate unique nodeSelected session identifier for every TreeView widget instance.
  • (enh #112): Add French translations.
  • (enh #113): Option to change node label.
  • (enh #118): Allow configuring order of toolbar buttons.
  • (enh #119): Add db migrations functionality.
  • (enh #120): Add Persian translations.
  • (enh #122): Add Estonian translations.
  • (bug #127): Fix migration namespace.
  • (bug #128): Correct asset dependency.
  • (enh #129): More correct defaulting of CSS classes.
  • (enh #137): Add Dutch translations.
  • (enh #138): Add Finnish translations.
  • (enh #142): Implement Krajee Dialog for all alerts and confirmation.
  • (enh #143): Enhance security for NodeController actions using a stateless signature to prevent data tampering:
    • New property Module::treeEncryptSalt available to generate a stateless hashed signature.
    • If treeEncryptSalt is not set, it will be randomly generated and stored in a session variable.
    • Tree configuration settings will be signed and the same data via POST will be cross checked using yii\base\Security::hashData and yii\base\Security::validateData.
  • Add github contribution and issue/PR logging templates.
  • Update message config to include all default standard translation files.

Version 1.0.5

27 Dec 18:53
Compare
Choose a tag to compare

Date: 28-Dec-2015

  • (enh #92): Ability to control auto loading of bootstrap plugin assets.
  • (enh #94): Enhancements and fixes to movable node validations.

Version 1.0.4

13 Dec 16:40
Compare
Choose a tag to compare

Date: 13-Dec-2015

  • (enh #57): Add Indonesian translations.
  • (enh #58): Add Polish translations.
  • (bug #59): Maintain consistency by using keyAttribute to parse node key.
  • (enh #63): Cache active state before save.
  • (enh #66): Add Ukranian translations.
  • (enh #69): Add Italian translations.
  • (enh #71): Add Russian translations.
  • (enh #80): Enhance boolean variable parsing in HTML5 data attributes.
  • (enh #82): Change anonymous Tree behavior to a named one (tree).
  • (enh #83): Breadcrumbs functionality and styling enhancements.
  • (enh #85): Cleanup redundant code and optimize code.
  • (enh #86): CSS Styling Enhancements.
  • (enh #88): Correct validation for readonly and disabled nodes.
  • (enh #89): Enhance ability to display and delete inactive nodes for non admin.
  • (enh #90): New ajax completion jQuery events for move, remove, and select.

Version 1.0.3

22 Jun 20:11
Compare
Choose a tag to compare

Date: 22-Jun-2015

  • (enh #38): Validate formOptions correctly for new root creation.
  • (enh #39): Expose ajax settings from beforeSend ajax request in events.
  • (enh #40): Better dynamic styling of parent node when all children nodes are removed.
  • (bug #41): Cleanup unused variables.
  • (enh #42): Close tree input widget after you've selected a node.
  • (enh #43): Code style and format fixes.
  • (enh #44): Enhancing tree container styles for smaller device screen sizes.
  • (enh #45): Refactor code for extensibility - implement Tree model to use a TreeTrait.
  • (enh #46): Better styling and alignment of tree hierarchy lines across browsers.
  • (bug #47): Ensure single select for TreeViewInput when multiple is false.
  • (enh #51): Move properties from TreeTrait to Tree model.
  • (enh #52): Better exception handling and translations.