Skip to content

Releases: Neovici/cosmoz-omnitable

2.x, class, mixin updates

27 May 18:54
3537c4e
Compare
Choose a tag to compare
v2.0.8

Components, UI-helpers, adding mixin definitions, converting UI-helpe…

More CSV for lists

08 May 09:08
Compare
Choose a tag to compare
v2.0.7

Fixed extend order and moved toXlsvValue to Mixin both extends from

Csv fix for lists

06 May 08:28
Compare
Choose a tag to compare
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)

09 Apr 14:49
Compare
Choose a tag to compare
* (patch) class name is wrong

* (patch) item-expand-line: align labels to top

Fixes #201

Render group rows

22 Mar 14:07
Compare
Choose a tag to compare
v2.0.4

(patch) group rows do not render the template

Expose static helper for toLocalISOString

21 Mar 14:40
Compare
Choose a tag to compare
v2.0.3

(minor) expose Cosmoz.DateColumnMixin.toLocalISOString

v2.0.2: Check if label should float based on validity (#271)

19 Mar 14:38
Compare
Choose a tag to compare
* 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

12 Mar 21:15
Compare
Choose a tag to compare
Adding Sauce Labs configuration. #00000

class based, faster

08 Mar 20:18
Compare
Choose a tag to compare
(patch) Update Polymer 2.x imports

Fixes #263

v1.3.1

22 Feb 12:10
Compare
Choose a tag to compare
  • Null check added