Releases: kartik-v/yii2-tree-manager
Releases · kartik-v/yii2-tree-manager
Version 1.1.2
Date: 13-Mar-2019
Version 1.1.1
Date: 29-Nov-2018
Version 1.1.0
Version 1.0.9
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 thenodeView
. - (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
Date: 29-Apr-2017
- Chronological ordering of issues for change log.
- (enh #167): Add
alwaysDisabled
setting withintoolbar
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
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
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
andyii\base\Security::validateData
.
- New property
- Add github contribution and issue/PR logging templates.
- Update message config to include all default standard translation files.
Version 1.0.5
Version 1.0.4
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
, andselect
.
Version 1.0.3
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 aTreeTrait
. - (enh #46): Better styling and alignment of tree hierarchy lines across browsers.
- (bug #47): Ensure single select for TreeViewInput when
multiple
isfalse
. - (enh #51): Move properties from
TreeTrait
toTree
model. - (enh #52): Better exception handling and translations.