Skip to content

Releases: rdytech/react-filterbar

Bug Fix for SingleDateTimeInput

08 Apr 02:44
Compare
Choose a tag to compare
  • Fixe SingleDateTimeInput component so that the date and time is sent in the correct format.

Added SingleDateTime component

06 Apr 01:23
Compare
Choose a tag to compare
  • Added SingleDateTime component for filtering by dates and times

Load select options on component mount

24 Mar 03:56
Compare
Choose a tag to compare

Added Custom Event for Table Update

24 Mar 01:52
Compare
Choose a tag to compare
  • Added a custom event of react-filterbar:table-updated whenever the table is updated
  • Bumped up the version to 1.0.9

Default value for select inputs

23 Mar 02:45
Compare
Choose a tag to compare
  • Add default value for select inputs

Add caption to filterbar table

10 Mar 21:54
Compare
Choose a tag to compare

Add range filter

26 Nov 06:19
Compare
Choose a tag to compare

For NEP-624

Allow columns to be sortable

09 Nov 00:26
Compare
Choose a tag to compare
NEP 1440: Allow columns to be sortable

![](https://cloud.githubusercontent.com/assets/2021680/10985486/50fc870c-846d-11e5-8008-1a72cf89c54d.gif)

* Add `sortable` property to heading cells
* Document `sortable` property
* Bump `version` (`1.0.4` → `1.0.5`)

Update to handle click events on iOS

12 Aug 04:53
Compare
Choose a tag to compare
Merge pull request #12 from jobready/feature/NEP-1143-filterbar-ios

Distribute files for previous commit

Bugfix - Initialise select dropdown's with a default value if none is present.

15 Jul 00:55
Compare
Choose a tag to compare
Merge pull request #10 from jobready/feature/fix_dropdown

Set dropdown value on componentdidmount