Skip to content

Releases: bullhorn/novo-elements

v0.2.9

04 Aug 19:53
Compare
Choose a tag to compare
0.2.9

v0.2.8

04 Aug 18:42
Compare
Choose a tag to compare

Bug Fixes

  • Table: Fixing selection logic when the page is not full (0920934)

v0.2.7

04 Aug 17:28
Compare
Choose a tag to compare

Bug Fixes

  • Table: Fixing selection logic when the page is not full (365ce46)

v0.2.6

04 Aug 15:30
Compare
Choose a tag to compare
0.2.6

v0.2.5

04 Aug 12:51
Compare
Choose a tag to compare

Bug Fixes

  • table: Unselect should unselect all instead of just page (3dc47dd)

v0.2.4

03 Aug 18:28
Compare
Choose a tag to compare

Features

  • Table: changed Date filtering to allow multiple or single selection (#135) (517d45f)

v0.2.3

03 Aug 15:46
Compare
Choose a tag to compare

Bug Fixes

  • table: Fixing table selection mode for when the page size changes. (366e410)

v0.2.2

03 Aug 14:50
Compare
Choose a tag to compare

Features

  • table: Removing selection when sort/filter change (0994367)

v0.2.1

02 Aug 20:01
Compare
Choose a tag to compare

Features

  • table: Moving pagination into table, adding custom header/actions and custom themes to table, fixing things around selection (4ccbd22)

BREAKING CHANGES

  • table: The new version of table has pagination already in place, so to migrate to the new table you will simple remove your instance of novo-pagination and use the one provided

For example:

BEFORE:

<novo-pagination></novo-pagination>
<novo-table></novo-table>

AFTER:

<novo-table></novo-table>

Also, any custom header or custom actions that your table already implemented along side the novo-pagination element, those will move into the novo-table-header and novo-table-actions components inside the table. See below for more information on those.

In order to turn off pagination you will simply pass paging: false in the config object you provide with the table. The rest of the config object that is passed into the table did not change at all!

For docs on how to use the custom headers/actions please refer to TABLE README

v0.1.28

02 Aug 17:46
Compare
Choose a tag to compare
0.1.28