Skip to content

v1.0.0

Choose a tag to compare

@hjalmers hjalmers released this 19 Dec 10:27
· 598 commits to main since this release

[1.0.0] - 2016-12-16

Fixed

  • Render or value function won't be called until table has data (issue #32)
  • Include *.metadata.json files in build (issue #38)
  • Include sass and css in build for styling

Added

  • Support for stacked columns (responsive layout for mobiles and tablets) use [gtOptions]="{stack:true}" to enable feature, see issue #37
  • Basic styles for sorting and stacked columns (included in npm package for sass and as a pre-compiled css)

Breaking changes

  • GtLazy and GtHighlightSearch input/attributes have been moved into GtOptions ie. change from [GtLazy]="true" and [GtHighlightSearch]="true" to [gtOptions]="{lazyLoad:true, highlightSearch:true}"