-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathCHANGELOG
More file actions
24 lines (19 loc) · 787 Bytes
/
CHANGELOG
File metadata and controls
24 lines (19 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
1.2.0
* Changed the method of getting a CSV from a view binding to it's own url,
but re-using the table view. See
github.com/SheepDogInc/sheepdog_tables/pull/21 for a simple
example.
* Remove old sort form functionality completely.
* Removed duplicated setup.py in sheepdog_tables app
* Consolidated coffeescript into `binding.coffee` for the simple event
bindings that make the JS widgets functional.
1.1.0
* Added sorting within a table by clicking on it's header.
* Converted documentation to RST
* Sort forms are deprecated and will be removed.
1.0.6
* Add column custom css classes via the `css_class` keyword arg when
constructing a Column.
* Uploaded to pypi
2013-10-21 David Wolfe <david.wolfe@sheepdog.com>
* Renamed Edittables* => EditTables* for all *