# Change log - `0.7.0`: 19 May 2018 - [$.formhandler](#formhandler) supports grids via `table: 'grid'` - [$.formhandler](#formhandler) tables can be edited by the user via `edit: true` - `0.6.0`: 15 Apr 2018 - [sanddance](#sanddance) smoothly animates selections into pre-defined and custom layouts - [$.formhandler](#formhandler) and [g1.datafilter](#datafilter) support namespaces - `0.5.0`: 31 Mar 2018 - [$.formhandler](#formhandler) has a `link:` option that links clicks to URLs. @tejesh.papineni - [$.highlight](#highlight) adds classes to targets based on any event from any trigger - [g1.datafilter](#datafilter) implements data filtering like FormHandler. @abinesh.lal - [g1.types](#types) detects the type of each JavaScript Dataframe. @abinesh.lal - An internal [g1.scale](#scale) helps convert configurations to d3 scales - `0.4.0`: 31 Jan 2018 - [$.formhandler](#formhandler) allows filters, custom formatting, error handling and more. By @tejesh.papineni - `0.3.0`: 19 Jan 2018 - [$.formhandler](#formhandler) renders Gramex FormHandler results as a table. By @tejesh.papineni - `0.2.2`: 26 Dec 2017 - [$.template](#template) can be applied to a container element like `body`. It supports `data-selector=` which defaults to `script[type="text/html"]` - `0.2.1`: 25 Dec 2017 - [$.template](#template) triggers a `template` event with the data and target nodes. It also accepts a `src=` attribute that points to a template file. - `0.2.0`: 23 Dec 2017. Added - [$.template](#template) renders lodash templates - [L.TopoJSON](#ltopojson) loads TopoJSON files just like GeoJSON - `0.1.0`: 23 Dec 2017. Initial release with: - [$.urlfilter](#urlfilter) changes URL query parameters when clicked. Used to filter data - [g1.url.parse](#urlparse) parses a URL into a structured object - [g1.url.join](#urljoin) joins two URLs - [g1.url.update](#urlupdate) updates a URL's query parameters - [$.dispatch](#dispatch) is like [trigger](https://api.jquery.com/trigger/) but sends a native event (triggers non-jQuery events too)