Skip to content

Releases: OvidijusParsiunas/active-table

1.0.11 - safari bug fix for header row hover

30 Oct 22:27
Compare
Choose a tag to compare

This update includes a fix for the Safari browser where previously when the user hovered the header row with their mouse - the header row would expand by half a pixel which would also increase the table height.

1.0.10 - bug fix for striped rows

28 Oct 23:28
Compare
Choose a tag to compare

Fixed a bug where striped rows did not have their style set.

1.0.8 - bug fix for moving rows and columns

27 Oct 20:48
Compare
Choose a tag to compare

This release contains a bug fix for moving rows and columns. Previously, if columns were using types other than "Text" and they were moved by the user, the table would have thrown an error and not displayed any of the moved data correctly.
This has now been fixed!

1.0.3 - Firefox color picker bug fix

03 Oct 20:34
Compare
Choose a tag to compare

Fixed a bug in Firefox where the upon opening the color picker for a label cell, the label dropdown can be closed without closing the color picker, hence the cell colors could be edited out of sync. This bug is now fixed.

1.0.2 - Bug fix for closing label dropdown

02 Oct 19:56
Compare
Choose a tag to compare

Fixing a bug where previously if the user clicked on either the new color or remove option buttons inside the dropdown of a label cell and then clicked on the whitespace area of a date cell, the dropdown would not close and any further actions would throw errors.
This has now been fixed.

1.0.1 - new ability to configure the root cell

01 Oct 16:57
Compare
Choose a tag to compare

Adding a new configuration property called rootCell which allows devs to style the initial cell (when there is no text) to their preference.

1.0.0 - Official Release

28 Sep 16:24
Compare
Choose a tag to compare

We are excited to release the first official major version for the Active Table component!