----------------
Special thanks to `Petri Savolainen`__ for lot of stuff done in this release
__ https://github.com/petri
- When editing table, row's uuid is put on ``data-uid`` attribute on row
[keul]
- Removed useless fieldset legend when editing a row.
This close `13`__
[keul]
- Fixed updated row count message when using the refresh button
[keul]
- Caches are now pre-populated at write time, not when the first read
attempt happen. This will also fix a catalog index bug with Computed
columns
[keul]
- Fixed issue in Link and File columns: was not possible to delete submitted
data but only possible to change it
[keul]
- Fixed critical bug: when deleting a row, following rows were still indexed
with old (wrong) position value. This will lead to strage behavior when
searches are performed
[keul]
- Implemented the computed vocabulary feature: vocabulary source can be taken
from a TALES evaluation (close `10`__)
[petri, keul]
- Multi tables view was not using batchin or search
[keul]
- Search form method from ``POST`` to ``GET`` (batching was using ``GET`` already)
[keul]
- Removed min number of rows needed for enabling DataTables (close `16`__)
[keul]
- Usability improvements. When using DataTables and we don't have any row groups,
move the (unique) "*Add row*" button in the lower section (close `11`__)
[keul]
- Fixed an issue that store icons absolute URL in the cache for "linkable"
columns (close `14`__)
[keul]
__ https://github.com/RedTurtle/collective.tablepage/issues/13
__ https://github.com/RedTurtle/collective.tablepage/issues/10
__ https://github.com/RedTurtle/collective.tablepage/issues/16
__ https://github.com/RedTurtle/collective.tablepage/issues/11
__ https://github.com/RedTurtle/collective.tablepage/issues/14