v4.0.0
<a name"4.0.0">
4.0.0 (2017-08-23)
Bug Fixes
- angular: remove all traces of angular and clean up the test app visual quite a bit since (5fd9be1f, closes #29)
- build: setup circle ci semantic release (f018030b)
- dimension: add dimensionalized converters that just reference the normal ones and convert c (eb3c4858)
- xss: escape by setting text content but then still replace any newlines (which are th (5d2d7065)
Features
- builders: dimensionalize builders and add includeHeaders flag (6ae8da64)
- scroll: give the scroll bar at least some very basic style so it's visible (49dea2fe)
Breaking Changes
- builders will no longer have their update function called for the header by default
most builders didnt want this anyway but if you need to update for both the header and data space
simple pass true as the third arg to createBuilder
(6ae8da64)
- all angular adapter code has move to grid-angular-adapter
(f46e6d33)