Releases: smeup/ketchup
Releases · smeup/ketchup
v7.1.1
Bug fixes
KupColumnMenu
: handled objs presence to enable key switch.
v7.1.0
Minor changes
kup-data-table
: added save button in insert mode.kup-data-table
: row selection after cell update or input.kup-data-table
: deleteRows removes deleted rows from selected rows.kup-data-table
: rows marked with insert are always displayed even when filters don't match.
Bug fixes
KupData
: row.find(): executes cellValue.trim() before comparing with filter.kup-card
: prevented loop in kup-card calendar layout.kup-echart
: trimmed code before search/match in GeoJSON.kup-form
: horizontal and vertical layouts didn't work anymore.
v7.0.0
New features
kup-card
: new box layouts (5 - 6 - 7 - 8).kup-form
: new proplabelPlacement
.kup-form
: new propsubmitCb
.
Minor changes
FCell
: added kup-cell-keyup event.FCell
: link cells are now editable.FCell
: added word-break CSS rule to text.
Bug fixes
kup-chip
: prevented JS error when data is empty.kup-data-table
: sticky header didn't consider the topbar existence.KupColumnMenu
: initialized chips data to avoid duplicates.
Other
- Updated dependencies with vulnerabilities.
v6.8.0
New features
kup-data-table
: handled rows insertion/deletion.kup-data-table
: refresh() now can recalculate rows (+ readmes).
Minor changes
FCell
: editability can be set from columns too.kup-autocomplete
: open list on iconClick only if showDropDownIcon=true (could be another icon showed).kup-card
: improved style of layouts 14-15.
Bug fixes
kup-tree
: column name on select event was undefined.
v6.7.0
New features
kup-box
: added style to row.kup-card
: Add scalable layout number 9 (tile).kup-data-table
: addedsetCellValue
method.kup-data-table
: addeddeleteRows
method.kup-list
: addedgetSelectedNode
method.kup-tab-bar
: addedgetSelectedNode
method .KupScrollOnHover
: added custom scroll speed when registering.
Minor changes
FCell
: added key for kup components.kup-autocomplete
: overriden default icon with kup-text-field's.kup-card
: layout 16 - displayed menu button only in presence of object. Displayed dropdown button when there are more than 5 buttons.kup-card
: removed static object buttons from column menu.
Bug fixes
kup-data-table
: fixed render problems when changing pages andeditableData
set to true.kup-image
: canvas mode caused an error when a background color was invalid.
v6.6.0
New features
React compatibility
: dist folder on build containing components tailored for React.FButton
: added new CSS variable for text transform.kup-card
: new familybox
(with 4 layouts).kup-card
: newscalable
layout.kup-tree
: new public methodsgetSelectedNode
andsetSelectedNode
.
Minor changes
kup-box
: contextMenu returns cell's details even with card layouts.kup-family-tree
: node column set to hidden.
Bug fixes
FCell
: fixed a bug which caused a JS error when the component prop wasn't provided.kup-data-table
: customization panel's comboboxes weren't working anymore with a language different than english.kup-data-table
: paginator always displayed when load more button is visible.
v6.5.0
New features
FTextField
: addedinputMode
prop.kup-box
: handled hidden columns in cardData.kup-card
: added layout standard (16).KupObjects
: handled numeric object NP (positive number).
v6.4.0
New features
KupImage
: new icon Azure.FButton
: addedbuttonType
prop.FCell
: handledinputType
of text fields.FTextField
: fixed double placeholder for outlined full width fields.kup-box
: in kanban mode now it's possible to stack groups vertically.kup-form
: addedhiddenSubmitButton
prop.kup-lazy
: added new CSS variable to set height.
Bug fixes
KupDates
: used english as fallback when a locale is not supported.kup-echarts
: gaussian chart defaults.kup-progress-bar
: when radial, added padding to prevent crop.
v6.3.0
New features
KupData
: cell.getValue() can return sorted results.KupScrollOnHover
: now it can be used to scroll vertically.FTextField
: addeddecimals
prop.kup-dashboard:
set dimension for section in design mode.kup-dashboard:
managed sections' sorting during drag&dropkup-dashboard:
added placeholder when dragging.kup-family-tree
: addedautofitOnExpand
prop.kup-family-tree
: addedstackedLeaves
prop.kup-family-tree
:CTRL + click
on expand button to expand/collapse also all children.kup-family-tree
: autofit triggers on expand even when increasing the scale.
Minor changes
KupTheme
: print theme hides expand buttons ofkup-family-tree
.kup-family-tree
: renamed autofit prop to autofitOnLoad.kup-family-tree
: style improvements.kup-family-tree
: zoom is triggered by pressingCTRL + mouse wheel
.
Bug fixes
kup-data-table
: fixed wrong sorting of dates inside column menu.kup-data-table
: fixed min/max totals for date columns.kup-family-tree
: staff elements' height was miscalculated.kup-family-tree
: removed stacked class from staff nodes.
v6.2.0
New components
kup-dashboard
kup-family-tree
kup-form
New features
FButton
: added aria-label form button's title.FTextField
: added name prop.KupData
: added kupManager.data.cell.getType.KupData
: added node method to get max children count.
Removed components
kup-field
kup-form-editor
Minor changes
kup-image-list
: style changes to navigation bar.kup-tree
: handled originalEvent in contextmenu event.
Bug fixes
FCell
: initialized values of autocomplete, color-picker, combobox from cell.value.kup-autocomplete
: fix setValue if the text doesn't match any list item.kup-box
: dropzone without rows was missing comp id.kup-combobox
: fix setValue if the text doesn't match any list item.kup-data-table
: grouping for a non-existent column caused a JS error.kup-drawer
: backdrop always painted caused performance overhead.kup-grid
: the span setting worked only as property, not as attribute.