- [bug] Fix bad output when exporting JSON to CSV
- [bug] Fix cases where the response returned from GitHub is not a Base64 encoded string.
- [bug] UTF-8 encode non-ASCII names in vCards #22
- [bug] Drop
toString
method ondefaultChecked
condition in radio elements - [ui] Better label to describe downloading all contacts on listing page
- [bug] Better handling of
boolean
values - [ui] Clear the select form type after selection
- [ui] Style autocomplete to better align with existing style
- [Feature] Add a autocomplete select from defined list form type #17
- [Internal] Break form items into components #13
- [UI] Style admin fields differently #11
- [bug] User form values passed by parent to the form component were not updating as
componentWillReceiveProps
was not called.
- [feature] Added
pushState
as an optional flag to enable push state paths. Uses a hash prefix if this is not set.
- [bug] Missing basePath on conditioned filtering.
- [bug] Added
basePath
to allreRoute
paths.
- [bug] Explicty pass
basePath
to all routes and use a base tag in index.html.
- [feature] Added optional
basePath
parameter to support root paths other than'/'
.
- [feature] Added
user.edit
event - [ui] Loading state on all IO
- [ui] Redirect to listing page after all user operations
- [bug] Pass optional branch param to fetch parameters.
- [bug] Fix error on
sorts
dispatching.
- [bug] Corrected documentation and function call for
sorts
.
- [bug] Corrected documentation and function calls for
listingTemplate
&statsTemplate
.
- [bug] Support branches when reading form & team data contents.
- [bug] Deploy first release.
- Initial commit.