Skip to content

Releases: genexuslabs/chameleon-controls-library

v5.1.2

16 Apr 15:45
Compare
Choose a tag to compare

What's Changed

  • Fix browser's crashes in ch-dropdown control and reduce initial flickering by @ncamera in #269

Full Changelog: v5.1.1...v5.1.2

v5.1.1

12 Apr 14:15
Compare
Choose a tag to compare

What's Changed

  • Add box-sizing: border-box in tab buttons (ch-list control) by @ncamera in #267

Full Changelog: v5.1.0...v5.1.1

v5.1.0

12 Apr 14:14
Compare
Choose a tag to compare

What's Changed

  • Add ch-combo-box control by @ncamera in #262

  • 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 and sortable in ch-list and ch-flexible-layout-render controls by @ncamera in #265

Full Changelog: v5.0.0...v5.1.0

v5.0.0

02 Apr 19:01
Compare
Choose a tag to compare

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

  • Improve readme file description by @ncamera in #231

  • Various fixes and improvements by @ncamera in #232

  • Improvements for test pages by @ncamera in #233

  • 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

  • Add ch-barcode-scanner control by @ncamera in #237

  • Improve drag UX in ch-popover control by @ncamera in #238

  • 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

  • Update favicon by @ncamera in #242

  • 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

  • Add Unanimo's icons by @ncamera in #247

  • New features in ch-flexible-layout to expand modeling capabilities by @ncamera in #248

  • General fixes and improvements by @ncamera in #249

  • 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

  • Add netlify badge by @ncamera in #254

  • Various fixes for the ch-dropdown control by @ncamera in #255

  • [ch-grid] Fix selection cases by @dangmarm in #256

  • Fixes and improvements for the ch-checkbox control by @ncamera in #257

  • Add "ch-theme" component by @dangmarm in #258

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, the rowClicked event would fire prior to the selectionChanged event; now, it fires after.

  • [ch-checkbox] Force checkedValue, value and unCheckedValue properties to always be defined.

  • [ch-checkbox] Move the checked Prop to State, since its value is always computed from checkedValue === value.

Full Changelog: v4.4.7...v5.0.0

v5.0.0-beta.12

20 Mar 21:58
Compare
Choose a tag to compare
v5.0.0-beta.12 Pre-release
Pre-release

What's Changed

Full Changelog: v5.0.0-beta.10...v5.0.0-beta.12

v5.0.0-beta.10

15 Mar 14:22
Compare
Choose a tag to compare
v5.0.0-beta.10 Pre-release
Pre-release

What's Changed

  • Add Unanimo's icons by @ncamera in #247

  • New features in ch-flexible-layout to expand modeling capabilities by @ncamera in #248

  • General fixes and improvements by @ncamera in #249

  • 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 the selectionChanged event; now, it fires after.

Full Changelog: v5.0.0-beta.4...v5.0.0-beta.10

v5.0.0-beta.4

01 Mar 20:02
Compare
Choose a tag to compare
v5.0.0-beta.4 Pre-release
Pre-release

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

26 Feb 13:49
Compare
Choose a tag to compare
v5.0.0-beta.3 Pre-release
Pre-release

What's Changed

Full Changelog: v5.0.0-beta.0...v5.0.0-beta.3

v5.0.0-beta.0

16 Feb 16:13
Compare
Choose a tag to compare
v5.0.0-beta.0 Pre-release
Pre-release

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

  • Improve readme file description by @ncamera in #231

  • Various fixes and improvements for ch-list, ch-action-group and ch-dropdown controls by @ncamera in #232

  • Improvements for test pages by @ncamera in #233

  • 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