@swimlane/ngx-datatable 21.0.0-alpha.0 → 21.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md ADDED
@@ -0,0 +1,717 @@
1
+ # CHANGELOG
2
+
3
+ ## HEAD (unreleased)
4
+
5
+ ## 21.0.0
6
+
7
+ - Fix: Add missing package files from deployment
8
+ - Breaking: support for angular 17-19
9
+
10
+ ## 20.1.0
11
+
12
+ - Chore: Support for angular 13+
13
+
14
+ ## 20.0.0
15
+
16
+ - Breaking: Update to angular 12
17
+
18
+ ## 19.0.0
19
+
20
+ - Breaking: Update to angular 11
21
+
22
+ ## 18.0.0
23
+
24
+ - Breaking: Update to angular 10
25
+
26
+ ## 17.1.0
27
+
28
+ - Feature: Add sorting: unset icon
29
+
30
+ ## 17.0.0
31
+
32
+ - Chore: explicitly only support ng9
33
+
34
+ ## 16.1.1
35
+
36
+ - Chore: Patch release to override 16.1.0
37
+
38
+ ## 16.1.0
39
+
40
+ - Fix: [selectAllRowsOnPage] is broken. (#1809)
41
+ - Fix: Bug when using cellClass as string. (#1817)
42
+ - Fix: Docs. (#1812, #1837, #1845, #1854)
43
+ - Fix: redraw after recalculate (#1816)
44
+ - Fix: undefined row index for rows in groups (#1857)
45
+ - Chore: Add pretty-quick as a precommit hook using husky (#1841)
46
+ - Chore: Bump dependencies (#1858, #1862, #1859)
47
+
48
+ ## 16.0.3
49
+
50
+ - Bug: Fix disappearing rows with vertical scrollbar, virtual scrolling & rowdetail auto height (#1799)
51
+ - Bug: Fix memory leak due to created element not cleaned up (#1792)
52
+ - Bug: do not collapse row details when row updated (#1778)
53
+
54
+ ## 16.0.2
55
+
56
+ - Bug: Remove barrel files because ng-packagr doesn't work well with them
57
+
58
+ ## 16.0.1
59
+
60
+ - Bug: Include styles, assets and themes in release
61
+
62
+ ## 16.0.0
63
+
64
+ - Breaking: the release files are not under the `/release` folder any more. Also, paths to `themes` and `assets` have changed. If you are importing any assets or styles from the release folder, you would need to update the paths.
65
+ - Chore: Migrates the project to angular-cli, making it compatible with Ivy (#1738)
66
+ - Feature: Implements global module config via forRoot (#1688)
67
+ - Feature: Colors of material style can be modified by target application (#1651)
68
+ - Bug: Fixes Exception in scoller component destroy (#1685)
69
+ - Bug: Fixes issue 1686: column resizing issue in force columns mode (no horizontal scroll) when container get smaller (#1687)
70
+ - Docs: Updates demo pages (#1738)
71
+
72
+ ## 15.0.2
73
+
74
+ - Fix: Fixes issue where footer pagination does not work when virtual scrolling is enabled (#1704)
75
+
76
+ ## 15.0.1
77
+
78
+ - Fix: Fixes issue where using conditional templates would not render them (#1701)
79
+
80
+ ## 15.0.0
81
+
82
+ - Breaking: Upgrade to angular 8 (#1697)
83
+ - Fix: Module not found: Error: Can't resolve '.' (#1646)
84
+ - Fix: trackByProp can't work. (#1622)
85
+
86
+ ## 14.0.0
87
+
88
+ - Breaking: Upgrade to angular 7
89
+ - Fix: Fix compile error when using TemplateTypeCheck set to true (#1520)
90
+
91
+ ## 13.1.0
92
+
93
+ - Feature: Added support for tree grid (#1273)
94
+ - Fix: Improve virtualization as a flag (#1297)
95
+ - Fix: Fix issue when count is undefined #838 (#1499)
96
+ - Fix: Fix usage withing prerendered SPA (#1438)
97
+
98
+ ## 13.0.1
99
+
100
+ - Fix: Run scroll event listeners inside angular zone (#1375)
101
+
102
+ ## 13.0.0
103
+
104
+ - Breaking: Fixes several issues related to the summary row feature #1418
105
+ - Fix: DataTableColumnDirective Input Binding Changes #1384
106
+ - Fix: angular version #1420
107
+ - Fix: issues when running npm run build --prod #1410
108
+
109
+ ## 12.0.0
110
+
111
+ - Breaking: Upgraded to Angular 6 #1400
112
+ - Feat: Added reorderable input #1261
113
+ - Fix: Fixed rowHeight type in body component #1295
114
+ - Fix: Fixed row selection for bootstrap theme #1357
115
+ - Fix: Reflect minWidh & maxWidth props to body cell #1361
116
+
117
+ ## 11.3.0
118
+
119
+ - Feat: Added summary row #1233
120
+ - Fix: Fixed issue wi
121
+ th misaligned body content #1326
122
+ - Fix: Fixed Default Sort Behavior Of Table With Custom Templates #1308
123
+ - Chore: Fixed link in column api docs #1343
124
+ - Chore: Fixed typo in docs #1342
125
+
126
+ ## 11.2.0
127
+
128
+ - Feat: Add resize handler for non-resizable columns #1225
129
+ - Fix: Pager Component Accessibility #1259
130
+ - Fix: Fix missing row with virtualization and scrollbarV #1235
131
+ - Fix: Fall back to view mode when select field value doesn't change #1241
132
+ - Fix: Fix virtual-paging #1229
133
+ - Fix: Fix column scaling on resize #1236
134
+ - Fix: Propagate sortDir changes to template #1243
135
+ - Fix: Add setStylesByGroup() in set column prop #1244
136
+
137
+ ## 11.1.7
138
+
139
+ - Fix: Fix error w/ rows undefined on init
140
+
141
+ ## 11.1.6
142
+
143
+ - Bug: Ignore rxjs/operators
144
+ - Feat: Ability to disable virtualization #1191
145
+ - Feat: Universal Support #1178
146
+
147
+ ## 11.1.5
148
+
149
+ - Compat: Fix Angular 4.x Compat
150
+
151
+ ## 11.1.4
152
+
153
+ - Bug: Fix column templates not updating with loops/ifs
154
+ - Bug: Fix sorting on cross browser
155
+ - Chore: Switch to lettable operators
156
+
157
+ ## 11.1.3
158
+
159
+ - Bug: Angular SSR Event Undefined (#1144)
160
+
161
+ ## 11.1.2
162
+
163
+ - Bug: Fix total undefined (#1140)
164
+
165
+ ## 11.1.1
166
+
167
+ - Bug: Fix race case with rows
168
+
169
+ ## 11.1.0
170
+
171
+ - Perf: Better performance on scrolling y and x
172
+ - Feature: Select All on Current Page (#1132)
173
+ - Bug: Don't show empty on loading (#1139)
174
+
175
+ ## 11.0.4
176
+
177
+ - Bug: Fix Angular5 Aot Issue
178
+ - Bug: Fix Vendor Prefix Error
179
+
180
+ ## 11.0.1, 11.0.2, 11.0.3
181
+
182
+ - Bug: Angular 5 bugs
183
+
184
+ ## 11.0.0
185
+
186
+ - Chore: Upgrade to Angular5
187
+
188
+ ## 10.4.0
189
+
190
+ - Feature: Ability to filter checkable rows (#1056)
191
+ - Feature: Allow sorting based on whole row (#1074)
192
+ - Bug: Fix protractor events (#1081)
193
+ - Bug: Fix misalignment on smaller screens (#1081)
194
+
195
+ ## 10.3.0
196
+
197
+ - Feature: Bootstrap theme
198
+ - Bug: Fix CSS for row grouping (#1053)
199
+ - Bug: Fix group row values (#1034)
200
+ - Bug: Fix cell overflow w/ fluid height (#1030)
201
+ - Bug: Fix for column sort (#1018)
202
+ - Bug: Strip HTML for null values (#966)
203
+ - Bug: Update context in cell header (#935)
204
+ - Bug: Add bounds to offset (#978)
205
+ - Bug: Make selection apply to all rows (#974)
206
+
207
+ ## 10.2.3
208
+
209
+ - Bug: Fix checkbox not being shown #956
210
+ - Bug: Fix IE displaying null #967
211
+ - Bug: Fix emptry string is row is null #951
212
+
213
+ ## 10.2.2
214
+
215
+ - Bug: Recalculate limit properly #963
216
+
217
+ ## 10.2.1
218
+
219
+ - Bug: Detail Row Broken
220
+
221
+ ## 10.2.0
222
+
223
+ - Feature: Row Grouping
224
+
225
+ ## 10.1.0
226
+
227
+ - Feature: Row Hover Event
228
+ - Bug: Columns are no longer mutated!
229
+ - Bug: Fixes for Angular v5!
230
+ - Bug: Fix expand all row detail not working #917
231
+ - Chore: Remove useless jsdoc comments
232
+
233
+ ## 10.0.5
234
+
235
+ - Style: Material styles closer to spec
236
+ - Bug: Non-sortable header showing pointer cursor
237
+
238
+ ## 10.0.4
239
+
240
+ - Perf: Changed everything internal to OnPush
241
+ - Perf: Fixed header cell outlet cd
242
+ - Bug: Fixed sort mutating original rows
243
+
244
+ ## 10.0.3
245
+
246
+ - Perf: Better performance in cells
247
+
248
+ ## 10.0.2
249
+
250
+ - Enhancement: Add `rowIndex` to row-detail template
251
+ - Bug: Add `index.css` back to build
252
+
253
+ ## 10.0.1
254
+
255
+ - Bug: Fix old references to `$$index` and `$$expanded`
256
+ - Bug: Add `$$index` in cell templates as `rowIndex`
257
+ - Bug: Fix MouseEvent undefined in JIT (#893)
258
+
259
+ ## 10.0.0
260
+
261
+ - BREAKING: `$$expanded` is no longer on row of detail templates, use `let-expanded` to get pop now
262
+ - Feature: Always center activated page on pager
263
+ - Bug: Remove row mutations of `$$index` and `$$expanded`
264
+ - Bug: Pagination broken on large number of rows
265
+ - Bug: Strip HTML from title tags (#892)
266
+
267
+ ## 9.3.1
268
+
269
+ - Bug: More Universal Rendering Fixes (#795)
270
+ - Chore: Build optimizations from new webpack version
271
+
272
+ ## 9.3.0
273
+
274
+ - Feature: Unviseral Rendering (#764)
275
+
276
+ ## 9.2.0
277
+
278
+ - Enhancement: Add header context menu event
279
+ - Bug: Fix sort blowing up when undefined and adding new sort
280
+ - Bug: Fix multi-selection key with Mac
281
+
282
+ ## 9.1.0
283
+
284
+ - Enhancement: Add more context to cells #720
285
+ - Enhancement: Export Pager component #735
286
+ - Bug: Header checkbox when row selection is changed #659
287
+ - Bug: When rowClass() returns a string, the class is not properly added #710
288
+ - Bug: Rename icons so don't conflict with other libs #729
289
+
290
+ ## 9.0.0
291
+
292
+ - BREAKING: Fixes for external pagination fixes. Index calculation change being last page = `0 + pageSize` (#714, #138, #391)
293
+ - Feature: Server-side virtual scrolling pagination
294
+ - Demos: Deep linking of demo pages
295
+
296
+ ## 8.2.1
297
+
298
+ - Bug: Fix footer styles
299
+
300
+ ## 8.2.0
301
+
302
+ - Feature: Footer Templates
303
+
304
+ ## 8.1.0
305
+
306
+ - Feature: Dark Theme
307
+
308
+ ## 8.0.1
309
+
310
+ - Bug: Fix memory leak (#702)
311
+ - Bug: Don't add column header title attribute when custom template provided (#643)
312
+ - Bug: Only apply pointer to header text (#682)
313
+ - Bug: Fix prop field name with dots (#596)
314
+ - Bug: Virtual scroll + dynamic height in cell detail not working right (#703)
315
+ - Bug: Fix dynamic row height not working right if using server-side pagination
316
+ - Chore: Implement `noImplicitAny` (#671)
317
+
318
+ ## 8.0.0
319
+
320
+ - Breaking: Removed `cssClass` from columns in favor of explicit
321
+ - Feature: Added explicit `headerClass` and `cellClass`
322
+ - Feature: Add ability to have callback for those class getters
323
+ - Bug: Fix checkbox select all not updating ui correctly
324
+
325
+ ## 7.3.1
326
+
327
+ - Bug: Fix resize handle drag triggering long press
328
+ - Bug: Fix dragging trigging column sorting
329
+ - Bug: Fix column re-ordering not working on FF
330
+
331
+ ## 7.3.0
332
+
333
+ - Feature: Dynamic row heights for virtual scrolling
334
+ - Bug: Do not use `document` for universal support (#668)
335
+
336
+ ## 7.2.1
337
+
338
+ - Bug: Fix missing type
339
+
340
+ ## 7.2.0
341
+
342
+ - Feature: Allow for dynamic Detail Row heights (#653)
343
+ - Feature: Numeric prop support via support array rows (#494)
344
+ - Perf: Optimize sort code by caching valueGetter and compareFn outside loop.
345
+ - Perf: Set ValueGetter on `TableColumn.$$valueGetter`
346
+ - Bug: Alter setColumnDefaults to work with numeric prop values.
347
+
348
+ ## 7.1.1
349
+
350
+ - Perf: Fix memory leaks with templates (#464)
351
+ - Bug: Fix row detail expanded and then collapsed not showing anything until scroll
352
+
353
+ ## 7.1.0
354
+
355
+ - Bug: Fix title not set on cell template (#629)
356
+ - Chore: Update to official Angular4
357
+ - Chore: Misc build dep updates
358
+
359
+ ## 7.0.0
360
+
361
+ - BREAKING: Update to Angular4!
362
+ - Feature: Row classes (#571), (#348)
363
+ - Bug: Show first page after sorting (#553)
364
+ - Bug: When reordering and skipping a column, the column gets duplicated (#497), (#562), (#563)
365
+ - Chore: Upgrade misc deps and lint fixes
366
+
367
+ _NOTE: If you need support for ~Angular2, use version 6.x._
368
+
369
+ ## 6.3.0
370
+
371
+ - Bug: Perform sort when sort icon is clicked (#536)
372
+ - Bug: Fix resize handle overlaped by label (#521)
373
+ - Chore: Fix relative imports for rollup (#542)
374
+ - Chore: Linting
375
+
376
+ ## 6.2.1
377
+
378
+ - Bug: Revert #516 causing server-side paging issue (#543)
379
+
380
+ ## 6.2.0
381
+
382
+ - Bug: Fix AoT builds with SCSS (#534)
383
+ - Bug: Fix offset incorrect when filtering (#516)
384
+ - Bug: Fix mouse press subscription cleanups (#522)
385
+ - Bug: Fix header cell wrapper empty span (#504)
386
+ - Bug: Fix selected count undefined in footer template (#537)
387
+ - Bug: Fix orderable unsubscribe listeners (#538)
388
+ - Chore: Update Angular and ZoneJS
389
+
390
+ ## 6.1.2
391
+
392
+ - Bug: Fix default sort (#475)
393
+
394
+ ## 6.1.1
395
+
396
+ - Bug: Fix tree-shaking issue (#511)
397
+
398
+ ## 6.1.0
399
+
400
+ - Feature: Add selected count in footer (#508)
401
+ - Bug: Fix drag/drop/long-press (#506)
402
+ - Bug: Fix row widths not set correctly (#510)
403
+ - Perf: Better mouseup handling (#507)
404
+ - Chore: Bump Depedencies
405
+
406
+ ## 6.0.2
407
+
408
+ - Bug: Move scss to release dir (#459)
409
+
410
+ ## 6.0.1
411
+
412
+ - Bug: Fix CSS not working with AoT (#459)
413
+ - Chore: Fix ExtractText plugin causing build issue
414
+ - Chore: Upgrade Angular 2.4.5
415
+
416
+ ## 6.0.0 (2017-01-25)
417
+
418
+ - BREAKING: Renamed `datatable` css class to `ngx-datatable`
419
+ - BREAKING: Embedded core css file with Angular `styleUrls`
420
+ - Enhancement: Allow sorting from inline templates (#431)
421
+ - Enhancement: Fix re-ordering columns throwing errors (#438)
422
+ - Enhancement: Add nice drag indicator to material theme
423
+ - Chore: Update Depedencies
424
+
425
+ ## 5.0.0
426
+
427
+ - BREAKING: Re-worked all inputs, methods and outputs of row detail to its own container
428
+ - Enhancement: Implement Finder/Explorer shift selection behavior
429
+ - Bug: Fix reverse selection de-selecting first index in reverse
430
+ - Bug: Fix row detail not rendering
431
+
432
+ ## 4.2.0
433
+
434
+ - Enhancement: Ability to add CSS Classes on Header/Column
435
+ - Bug: Fix CPU Perf on Resort (#409)
436
+ - Chore: Upgrade to Angular ^2.4.3
437
+ - Chore: Correct RxJS Imports
438
+
439
+ ## 4.1.0
440
+
441
+ - Feature: Adding multi-click selection
442
+ - Bug: Use tracking fn vs inline (#388)
443
+ - Bug: Fix AoT header issue (#389)
444
+ - Bug: Fix `reorderable` not being honored (#387)
445
+ - Bug: Fix multi-select CTRL not working (#381)
446
+ - Chore: Upgrade Angular to ^2.4.1
447
+ - Docs: Multi-select
448
+
449
+ ## 4.0.0
450
+
451
+ - BREAKING!!!! - Renamed project from `angular2-datatable` to `ngx-datatable`
452
+ and updated components from `<swui-datatable>` to `<ngx-datatable>`
453
+
454
+ ## 3.0.0
455
+
456
+ - BREAKING: Removed `shiftMulti` option, its not useful and creates odd scenarios
457
+ - Bug: Permanently high CPU utilization after sorting (#359)
458
+ - Bug: Fix checkbox showing in header if defined but not using checkbox select
459
+ - Bug: Fix AoT errors (#370)
460
+ - Bug: Fix build not outputing AoT files in correct directory
461
+ - Bug: Fix checkbox selection not working w/ shift key
462
+ - Chore: Upgrade Angular/Webpack
463
+
464
+ ## 2.2.3
465
+
466
+ - Bug: Fix header checkbox mutating selection array
467
+
468
+ ## 2.2.2
469
+
470
+ - Bug: Fix default selections and don't mutate selection arrow now
471
+
472
+ ## 2.2.1
473
+
474
+ - Bug: Fix AoT by reverting TypeScript upgrade until CLI is updated
475
+
476
+ ## 2.2.0
477
+
478
+ - Bug: Fix AoT private props (#352)
479
+ - Bug: Added null chk to selection getter (#340)
480
+ - Bug: multiShift not working after first page (#294)
481
+ - Chore: Update Angular to 2.3.0
482
+ - Chore: Update TypeScript to 2.1.x
483
+ - Chore: Update RxJS to 5.0.0-rc.4
484
+ - Chore: Update ZoneJS to 0.7.2
485
+ - Demo: Add templates for Webpack plugin for Google Analytics
486
+
487
+ ## 2.1.3
488
+
489
+ - Bug: Fix footer not updating when all removes removed
490
+ - Bug: Fix Add/Remove items in array not updating (#255)
491
+
492
+ ## 2.1.2
493
+
494
+ - Bug: Fix sizing method being debounced on view inits rather than just window resize.
495
+
496
+ ## 2.1.1
497
+
498
+ - Bug: Fix memory leak with visibility observer
499
+
500
+ ## 2.1.0
501
+
502
+ - Feature: Checkbox selection mode
503
+ - Enhancement: Selection mode auto added to host class for easier styling
504
+ - Style: Remove row active/select state when in cell mode of material theme
505
+ - Bug: Force fill column mode w/ scrollbarH false allowing bleed when resized
506
+ - Perf: Faster render time by adding css class via host
507
+ - Perf: Debounce window resize calcs
508
+
509
+ ## 2.0.0
510
+
511
+ - BREAKING: Rename from `datatable` to `swui-datatable` (#320)
512
+ - BREAKING: Redo how row-detail/cell/header templates are described in markup (#304)
513
+ - BREAKING: Change Detection switched back to normal
514
+ - Enhancement: Row Context Menu Event `rowContextmenu` (#331)
515
+ - Bug: Set default value for selected (#314)
516
+ - Bug: Fix widths being int vs float (#309)
517
+ - Bug: Fix column resize not setting widths to the right (#308)
518
+ - Bug: Fix row object mutations (#255)
519
+ - Bug: Async Problem when using @Input (#253)
520
+ - Bug: Sort doesn't work on the first click (#254)
521
+ - Bug: Pagination "skip to last page" is not selected after click (#324)
522
+ - Bug: ngFor Not working in the datatable-row-detail-template (#274)
523
+ - Chore: Resolve all implicit `any`s (#330)
524
+ - Chore: Bump Angular to latest `2.2.4`
525
+
526
+ ## 1.7.0
527
+
528
+ - Enhancement: Add RxJS Support
529
+ - Chore: Fix builds on windows
530
+
531
+ ## 1.6.0
532
+
533
+ - Bug: Column headers not re-ordering (#238)
534
+ - Bug: Datatable doesn't sort data correctly when data changed (#284)
535
+ - BREAKING: `comparator` now is a normal sort function arguments of `propA, propB`.
536
+
537
+ ## 1.5.1
538
+
539
+ - Bug: Custom comparator should return new array (#286)
540
+ - Bug: Init selection to empty array (#285)
541
+
542
+ ## 1.5.0
543
+
544
+ - Enhancement: `externalSorting` input for simpler server-sorting usage (#281)
545
+ - Enhancement: Add `trackByProp` for change detection with mutation of row data
546
+ - Bug: Row height variable access protection (#280)
547
+ - Chore: Upgrade to Angular 2.2.0
548
+ - Demo: Inline editing updates
549
+ - Demo: Live data refresh demo
550
+ - Breaking: Remove `refresh` method per recommendation by @robwormald
551
+
552
+ ## 1.4.1
553
+
554
+ - Bug: Ignore next page when already at last (#223)
555
+ - Chore: Redid Webpack Config to be clean
556
+ - Chore: TESTS! TRAVIS BUILDS! COVERAGE REPORTING!
557
+
558
+ ## 1.4.0
559
+
560
+ - Enhancement: Added `refresh` API for updating table (#255)
561
+ - Bug: Fix intersection observer type errors (#268)
562
+
563
+ ## 1.3.1
564
+
565
+ - Bug: Fix force column width distribution overriding new resize (#245)
566
+
567
+ ## 1.3.0
568
+
569
+ - Enhancement: `selectCheck` fn to prevent selection
570
+ - Bug: Fix columns leaking event handlers
571
+ - Bug: Fix column toggling errors (#245)
572
+ - Bug: Fix AoT Metadata not creating
573
+
574
+ ## 1.2.0
575
+
576
+ - Bug: Fix columns loosing templates on resize (#252)
577
+ - Bug: Fix pager not having right pages when hidden by default
578
+ - Bug: Fix expressive column width as attribute with standard column distribution
579
+ - Bug: Fix body columns not readjusting after window resize (#251)
580
+ - Enhancement: Refactor `emptyMessage` and `totalMessage` to `messages` object
581
+ - Enhancement: Huge perf improvement for tables hidden by default
582
+
583
+ ## 1.1.0
584
+
585
+ - Feature: NGC Complation
586
+ - Bug: Null value in deepValueGetter (#243)
587
+ - Chore: Update Depedencies
588
+
589
+ ## 1.0.0
590
+
591
+ - Feature: Cell Selection and Keyboard Navigation
592
+ - Feature: `activation` events
593
+ - Enhancement: `OnPush` all the things!
594
+ - Enhancement: Add `totalMessage` option for localization
595
+ - Enhancement: Demo Page
596
+ - Enhancement: Page Count Formatted
597
+ - Enhancement: Automatically format column `prop` when no `name` passed
598
+ - Enhancement: Add ability to pass false to `comparator` for sort handling via event
599
+ - Bug: Window resize not updating rows in virtual scrolling
600
+ - Chore: Switch to SemVer
601
+ - BREAKING: `TableOptions` has been removed and options are `Input` on component now
602
+ - BREAKING: `TableColumn` class has been removed, just pass normal objects
603
+ - BREAKING: Event names has been renamed using Angular2 standards
604
+ - BREAKING: Components have been renamed to Angular2 standards
605
+ - BREAKING: Removed `StateService`
606
+
607
+ ## 0.12.0
608
+
609
+ - Bug: Return empty string on undefined deep values (#232)
610
+ - Bug: Fix force fill alog (#218)
611
+ - Enhancement: Support for other icon types (#235)
612
+ - Enhancement: Add ability to identify rows for proper selection (#154)
613
+
614
+ ## 0.11.2
615
+
616
+ - Enhancement: Add ability to define css icon classes for pager / header
617
+ - Chore: Uprade to Angular 2.1.1
618
+
619
+ ## 0.11.1
620
+
621
+ - Chore: Polish on new build
622
+
623
+ ## 0.11.0
624
+
625
+ - Chore: New build process
626
+ - Bug: Fix detail row bug (#212)
627
+
628
+ ## 0.10.1
629
+
630
+ - Bug: Fix `$$expanded` undefined with server paging (#210)
631
+
632
+ ## 0.10.0
633
+
634
+ - Chore: Upgrade to Angular 2.1.0 (#202)
635
+ - Chore: Removed engine restrictions (#195)
636
+ - Bug: windows builds with node-sass (#207)
637
+ - Bug: resizing not closing correctly (#196)
638
+ - Bug: Fix height paging (#208)
639
+ - Enhancement: Improve Active CSS (#204)
640
+ - Enhancement: Add Empty Message (#194)
641
+ - Enhancement: Add deep value getter to sortRows function (#181)
642
+ - Enhancement: Sort Classes are applied to body cells (#166)
643
+ - Enhancement: AoT Compatibility (#199)
644
+ - Feature: Row Detail (#201)
645
+
646
+ ## 0.9.3
647
+
648
+ - Column resize sometimes gives weird behaviour on mouse resize/click (#155)
649
+ - Fix order of setters in DataTable ngOnChanges (#179)
650
+ - Remove document event listener subscription leak in draggable & resizeable
651
+ - Fix `setScrollTop` undefined error (#182)
652
+
653
+ ## 0.9.2
654
+
655
+ - Fix `name` being `undefined` introduced in 0.9.0 release
656
+
657
+ ## 0.9.1
658
+
659
+ - Export component references for external consumption (#176)
660
+
661
+ ## 0.9.0
662
+
663
+ - Fix accidental breaking change of renaming `HeaderCell` column property to `model`. See [commit](https://github.com/swimlane/angular2-data-table/commit/6c56b51ab918e380edb0d511730b28e66cb80afe#diff-aee46548d5e0b9f72917dd179250d4fe).
664
+ - Ensure minWidth and maxWidth values are specified saved as numbers (#167)
665
+ - Add row double click option (#168)
666
+
667
+ ## 0.8.0
668
+
669
+ - Added the ability to define header templates expressively
670
+ _Breaking Change!_ Renamed `template` to `cellTemplate` in column options
671
+
672
+ ## 0.7.4
673
+
674
+ - Removed #142 in favor of style height
675
+ - Fixed issue with height + scrollbarV not sizing right
676
+ - Fix limit not applied (#133)
677
+ - Fix sort not resetting to top of page (#136)
678
+ - Added option validation
679
+
680
+ ## 0.7.3
681
+
682
+ - Huge perf bumps (#149)
683
+
684
+ ## 0.7.2
685
+
686
+ - Build fixes
687
+
688
+ ## 0.7.1
689
+
690
+ - Removed template wrapper in favor of native template outlet
691
+
692
+ ## 0.7.0
693
+
694
+ - Upgrade Angular 2.0.1 & ZoneJS
695
+ - Angular Code Style Compliance (#147)
696
+ - Fix initial load of rows jumbled (#156)
697
+ - Update row/options setting to ngOnChanges (#151)
698
+ - Fix column height not set correctly (#144)
699
+
700
+ ## 0.6.1
701
+
702
+ - Virtual Scrolling Emits Paging (#130)
703
+
704
+ ## 0.6.0
705
+
706
+ - Update to Angular 2.0.0!
707
+ - Fix horizontal header issue (#129)
708
+
709
+ ## 0.5.1
710
+
711
+ - Fixed Multiple Tables on Same Page (#103)
712
+ - Fix TS Helpers not being included in release (#107)
713
+ - Update `onPage` API to reflect docs (#116)
714
+
715
+ ## 0.5.0
716
+
717
+ - Upgrade to Angular2 RC7