Skip to content

Releases: OpenBuildings/jam-tart

0.2.40

21 Mar 10:23
Compare
Choose a tag to compare
Fixed tests

Fix HTML5 drag events on Firefox

07 Mar 10:04
Compare
Choose a tag to compare

Fix export to csv bug

28 Feb 11:37
Compare
Choose a tag to compare
0.2.38

refactor export to csv

0.2.37

26 Feb 15:40
Compare
Choose a tag to compare
I18n support for Tart Columns, Tart Filters

0.2.36

21 Feb 15:48
Compare
Choose a tag to compare
Added support for Tart_Table to export to csv format

0.2.35: Improve checkboxes behavior

19 Feb 13:46
Compare
Choose a tag to compare
Merge pull request #9 from OpenBuildings/check-all-checkboxes

Change all checkboxes, no matter their name

0.2.34

18 Feb 10:54
Compare
Choose a tag to compare
Do not stop propagation for interactive elements in tables

0.2.33: Improve checkbox selecting in tables

18 Feb 09:52
Compare
Choose a tag to compare
Merge pull request #7 from OpenBuildings/table-checkbox-improvement

Improve checkbox selecting in tables

0.2.32: Set Content-Type to JSON for JSON responses

28 Jan 10:59
Compare
Choose a tag to compare

Set this header:

Content-Type: application/json

so when jQuery loads the data from the AJAX it converts it to an array of objects.
Otherwise there is an error when accessing the name property.

0.2.31

08 Jan 14:40
Compare
Choose a tag to compare
make data-load-remote more generic