Releases: ThirdCornerLLC/tc-grid
Releases · ThirdCornerLLC/tc-grid
Rebuid 0.8.2 for release
Merge pull request #51 from ThirdCornerLLC/bugfix/sort-required Fix sort being required on tc-options
Bugfix - tc-sort required
Merge pull request #50 from ThirdCornerLLC/bugfix/sort-required Fix sort being required on tc-options
Add back in tc-ignore-click attribute
Add tc-ignore-click attribute back
change tcGrid and tcColumn to use template instead of compile
0.8.0 - Small refactor to fix for angular 1.5 transclusion changes
Bugfixes
- Grid now works when starting from empty state in angular 1.5
Feature Changes
- Removed tc-visible and column sorting temporarily while figuring out a workaround for body compile issues.
Bugfix - Body double rendering
Fix bug where occasionally on load body would not have a parent and would render twice in the grid.
Bump version for caching issues
Merge pull request #40 from Zach-Barnes-Volusion/patch-1 Update bower.json
Bugfixes - Grid Errors when using grid functions
Grid no longer throws errors when using grid functions while the grid is invisible
Expose page count
Expose page count in options object for custom footers.
Feature - Grid function exposure
Grid functions are now exposed to the controller to be called through options. This allows for custom grid views and custom footers that require html changes.
Bugfix - Addendum
Add missing column check