Releases: genexuslabs/chameleon-controls-library
v5.1.2
v5.1.1
v5.1.0
What's Changed
-
Add support for customizing exported parts in dropdown and action-group controls by @ncamera in #263
-
Add
ch-sidebar
control and other improvements by @ncamera in #264 -
Add
ch-dialog
control by @bsastregx in #261 -
Add support for
dragOutsideDisabled
andsortable
inch-list
andch-flexible-layout-render
controls by @ncamera in #265
Full Changelog: v5.0.0...v5.1.0
v5.0.0
What's Changed
-
Add support for dropping "before" and "after" a Tree View item by @ncamera in #223
-
Fixes and improvements for the action-group and dropdown controls by @ncamera in #230
-
Add support for
treeViewItemCssClass
property and remove input border in Tree View item by @ncamera in #234 -
Initial implementation for Unanimo DS and new showcase by @ncamera in #235
-
Add ch-markdown control to render markdown syntax by @ncamera in #236
-
Remove the drag state when the drag operation ends by @ncamera in #239
-
Fixes and improvements for barcode scanner by @ncamera in #240
-
Fixes and improvements for the
ch-layout-splitter
control by @ncamera in #241 -
Add support for resizing the
ch-popover
control by @ncamera in #243 -
Reduce startup time by removing the creation of docs by @ncamera in #244
-
Add support for "single-content" leafs in
ch-flexible-layout
by @ncamera in #245 -
Fixes and improvements for Unanimo implementation by @ncamera in #246
-
New features in
ch-flexible-layout
to expand modeling capabilities by @ncamera in #248 -
Fix browser crash when expandable items are off screen by @ncamera in #250
-
Various fixes for dropdown implementation by @ncamera in #251
-
[ch-grid] Add property keyboardNavigationMode by @dangmarm in #252
-
Do not select or expand the tree-view-item on dblClick by @ncamera in #253
-
Various fixes for the ch-dropdown control by @ncamera in #255
-
Fixes and improvements for the
ch-checkbox
control by @ncamera in #257
Breaking changes
-
[ch-tree-view-render]
Move TreeViewItemModel type to src/components/renders/tree-view/types.ts. -
[ch-tree-view-item]
Move item identation implementation to tree-view/tree-view.scss. -
[ch-tree-view-item]
Refactoring images to support background and mask. -
[ch-tree-view-render]
Remove tree-view's test wrapper. -
[ch-dropdown]
Refactoring ch-dropdown implementation to merge ch-dropdown-item implementation. -
[ch-action-group-render, ch-dropdown-render, ch-tree-view-render]
Rename image source properties in action-group and dropdown controls:- endImage -> endImgSrc
- startImage -> startImgSrc
Rename image properties in tree-view:
- endImageSrc -> endImgSrc
- endImageType -> endImgType
- startImageSrc -> startImgSrc
- startImageType -> startImgType
-
[ch-flexible-layout-render]
Add the option (as default) to avoid div wrappers when rendering widgets. -
[ch-grid]
Before, therowClicked
event would fire prior to theselectionChanged
event; now, it fires after. -
[ch-checkbox]
ForcecheckedValue
,value
andunCheckedValue
properties to always be defined. -
[ch-checkbox]
Move thechecked
Prop to State, since its value is always computed fromcheckedValue === value
.
Full Changelog: v4.4.7...v5.0.0
v5.0.0-beta.12
v5.0.0-beta.10
What's Changed
-
New features in
ch-flexible-layout
to expand modeling capabilities by @ncamera in #248 -
Fix browser crash when expandable items are off screen by @ncamera in #250
-
Various fixes for dropdown implementation by @ncamera in #251
-
[ch-grid] Add property keyboardNavigationMode by @dangmarm in #252
-
Do not select or expand the tree-view-item on dblClick by @ncamera in #253
Breaking changes
- [ch-grid] Before, the
rowClicked
event would fire prior to theselectionChanged
event; now, it fires after.
Full Changelog: v5.0.0-beta.4...v5.0.0-beta.10
v5.0.0-beta.4
What's Changed
-
Add support for resizing the
ch-popover
control by @ncamera in #243 -
Reduce startup time by removing the creation of docs by @ncamera in #244
-
Add support for "single-content" leafs in
ch-flexible-layout
by @ncamera in #245 -
Fixes and improvements for Unanimo implementation by @ncamera in #246
Full Changelog: v5.0.0-beta.3...v5.0.0-beta.4
v5.0.0-beta.3
v5.0.0-beta.0
What's Changed
-
Add support for dropping "before" and "after" a Tree View item by @ncamera in #223
-
Fixes and improvements for the action-group and dropdown controls by @ncamera in #230
-
Various fixes and improvements for ch-list, ch-action-group and ch-dropdown controls by @ncamera in #232
-
Add support for
treeViewItemCssClass
property and remove input border in Tree View item by @ncamera in #234 -
Initial implementation for Unanimo DS and new showcase by @ncamera in #235
-
Add ch-markdown control to render markdown syntax by @ncamera in #236
Full Changelog: v4.4.7...v5.0.0-beta.0