Released on June 18, 2015.
New Features
Dashboard
- New dashboard editor
- Support for dashboard theming
- Facet list widget
- Facet table widget
- Horizontal result list widget
- Numerical aggregations
- Headerless dashboards
- Share on Chatter
Search
- Removed list, columns and charts view: We removed the charts view as this view can by now be completely created in a dashboard. The remaining list and columns view got merged into one remaining result list view.
- Custom sorting: It is now possible to sort the result set by any (or even multiple) field. This feature is currently only available in the query field. For the correct query syntax please refer to Query Syntax#Sorting
Improvements
Dashboard
- Improved selection reset: additionally to the reset option on each widget (which we visually improved) a new filter icon indicates now whenever any selection is active in a dashboard. On hover of this filter icon you can see a list of all active selections and remove them individually or completely.
- IFrame widget: Introduce %u (user), %d (dashboard title), %p (project titles) and %q[...] iframe parameters to be used as placeholder in the iframe url
- Show percentage of total values in chord tooltips
Search
- Improved view of matching pages and duplicates
Data
- Bulk loader: support `--limit` parameter, ignore multiple equal keywords values
Bug Fixes
- Respect custom locator for item comments lookup
- Various general fixes and improvements
Deprecated functions/features
- The
get_items
method of theSquirroClient
should no longer be used.
Please use thequery
function. Theget_items
method will be removed in a future version.