Releases: Neovici/cosmoz-omnitable
Releases · Neovici/cosmoz-omnitable
2.x, class, mixin updates
v2.0.8 Components, UI-helpers, adding mixin definitions, converting UI-helpe…
More CSV for lists
v2.0.7 Fixed extend order and moved toXlsvValue to Mixin both extends from
Csv fix for lists
saving csv created faulty content with horizontal list columns (#279) * saving csv created faulty content with horizontal list columns * Added fix for save as xlsx * Fixed order of mixins, refactored so column list mixin does work and nullcheckfilter added
v2.0.5: Folded columns styling (#277)
* (patch) class name is wrong * (patch) item-expand-line: align labels to top Fixes #201
Render group rows
v2.0.4 (patch) group rows do not render the template
Expose static helper for toLocalISOString
v2.0.3 (minor) expose Cosmoz.DateColumnMixin.toLocalISOString
v2.0.2: Check if label should float based on validity (#271)
* Check if label should float based on validity Number inputs can have allowed characters that aren't numbers (-,e) and won't trigger a value change and thus not float the label. However, the validity will report badInput so we can trigger a label float by setting it to something truthy but still not visible. Fixed in paper-input 3.x See #229 RM Solves #19930 * rename handler, use input event, add test * update test to trigger handler Doesn't actually test the behavior, can't find a way to properly emulate a keypress. * onBadInputFloatLabel - add test for bad Events Signed-off-by: Patrik Kullman <patrik.kullman@neovici.se>
v2.0.1
class based, faster
(patch) Update Polymer 2.x imports Fixes #263