|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## [v0.6.6](https://github.com/finos/regular-table/tree/HEAD) |
| 3 | +## [v0.6.9](https://github.com/finos/regular-table/tree/HEAD) |
4 | 4 |
|
5 | | -[Full Changelog](https://github.com/finos/regular-table/compare/v0.6.5...HEAD) |
| 5 | +[Full Changelog](https://github.com/finos/regular-table/compare/v0.6.8...HEAD) |
6 | 6 |
|
7 | 7 | **Fixed bugs:** |
8 | 8 |
|
| 9 | +- Fix scroll offset calculation when `<regular-table>` has non-zero padding [\#243](https://github.com/finos/regular-table/pull/243) ([texodus](https://github.com/texodus)) |
| 10 | + |
| 11 | +**Merged pull requests:** |
| 12 | + |
| 13 | +- New copyright header [\#244](https://github.com/finos/regular-table/pull/244) ([texodus](https://github.com/texodus)) |
| 14 | +- Add throttle option to DrawOptions type [\#240](https://github.com/finos/regular-table/pull/240) ([timkpaine](https://github.com/timkpaine)) |
| 15 | + |
| 16 | +## [v0.6.8](https://github.com/finos/regular-table/tree/v0.6.8) (2025-06-23) |
| 17 | + |
| 18 | +[Full Changelog](https://github.com/finos/regular-table/compare/v0.6.7...v0.6.8) |
| 19 | + |
| 20 | +**Fixed bugs:** |
| 21 | + |
| 22 | +- Fix draw error on empty data windows with row\_headers and column\_headers [\#236](https://github.com/finos/regular-table/pull/236) ([texodus](https://github.com/texodus)) |
| 23 | + |
| 24 | +## [v0.6.7](https://github.com/finos/regular-table/tree/v0.6.7) (2025-05-25) |
| 25 | + |
| 26 | +[Full Changelog](https://github.com/finos/regular-table/compare/v0.6.6...v0.6.7) |
| 27 | + |
| 28 | +**Merged pull requests:** |
| 29 | + |
| 30 | +- Fix `preserve_state` API, add test [\#227](https://github.com/finos/regular-table/pull/227) ([texodus](https://github.com/texodus)) |
| 31 | + |
| 32 | +## [v0.6.6](https://github.com/finos/regular-table/tree/v0.6.6) (2025-02-09) |
| 33 | + |
| 34 | +[Full Changelog](https://github.com/finos/regular-table/compare/v0.6.5...v0.6.6) |
| 35 | + |
| 36 | +**Fixed bugs:** |
| 37 | + |
| 38 | +- Horizontal scroll returns one step when the next column is large [\#160](https://github.com/finos/regular-table/issues/160) |
9 | 39 | - Fix scroll offset drift on viewport resize [\#224](https://github.com/finos/regular-table/pull/224) ([texodus](https://github.com/texodus)) |
10 | 40 |
|
11 | | -## [v0.6.5](https://github.com/finos/regular-table/tree/HEAD) |
| 41 | +## [v0.6.5](https://github.com/finos/regular-table/tree/v0.6.5) (2025-02-04) |
12 | 42 |
|
13 | 43 | [Full Changelog](https://github.com/finos/regular-table/compare/v0.6.4...v0.6.5) |
14 | 44 |
|
15 | 45 | **Fixed bugs:** |
16 | 46 |
|
17 | 47 | - Allow last column to be sub-cell scrolled [\#223](https://github.com/finos/regular-table/pull/223) ([texodus](https://github.com/texodus)) |
18 | 48 |
|
| 49 | +**Closed issues:** |
| 50 | + |
| 51 | +- support for editable enum cell type [\#216](https://github.com/finos/regular-table/issues/216) |
19 | 52 |
|
20 | | -## [v0.6.4](https://github.com/finos/regular-table/tree/HEAD) |
| 53 | +## [v0.6.4](https://github.com/finos/regular-table/tree/v0.6.4) (2024-01-11) |
21 | 54 |
|
22 | 55 | [Full Changelog](https://github.com/finos/regular-table/compare/v0.6.3...v0.6.4) |
23 | 56 |
|
24 | 57 | **Fixed bugs:** |
25 | 58 |
|
26 | 59 | - Fix viewport staleness check [\#204](https://github.com/finos/regular-table/pull/204) ([texodus](https://github.com/texodus)) |
27 | 60 |
|
28 | | -## [v0.6.3](https://github.com/finos/regular-table/tree/HEAD) |
| 61 | +## [v0.6.3](https://github.com/finos/regular-table/tree/v0.6.3) (2023-10-15) |
29 | 62 |
|
30 | 63 | [Full Changelog](https://github.com/finos/regular-table/compare/v0.6.2...v0.6.3) |
31 | 64 |
|
32 | 65 | **Implemented enhancements:** |
33 | 66 |
|
| 67 | +- make it optional to merge row\_headers with same data [\#193](https://github.com/finos/regular-table/issues/193) |
34 | 68 | - Add `merge_headers` option [\#198](https://github.com/finos/regular-table/pull/198) ([texodus](https://github.com/texodus)) |
35 | 69 |
|
36 | | -## [v0.6.2](https://github.com/finos/regular-table/tree/HEAD) |
| 70 | +## [v0.6.2](https://github.com/finos/regular-table/tree/v0.6.2) (2023-10-14) |
37 | 71 |
|
38 | 72 | [Full Changelog](https://github.com/finos/regular-table/compare/v0.6.1...v0.6.2) |
39 | 73 |
|
| 74 | +**Implemented enhancements:** |
| 75 | + |
| 76 | +- Support for explicitly specified row heights [\#122](https://github.com/finos/regular-table/issues/122) |
| 77 | + |
40 | 78 | **Fixed bugs:** |
41 | 79 |
|
42 | 80 | - Fix `getMeta()` bug [\#197](https://github.com/finos/regular-table/pull/197) ([texodus](https://github.com/texodus)) |
43 | 81 |
|
44 | | -## [v0.6.1](https://github.com/finos/regular-table/tree/HEAD) |
| 82 | +**Closed issues:** |
| 83 | + |
| 84 | +- Fast horizontal scrolling will whiten the screen [\#195](https://github.com/finos/regular-table/issues/195) |
| 85 | +- perspective\_headers example [\#161](https://github.com/finos/regular-table/issues/161) |
45 | 86 |
|
46 | | -[Full Changelog](https://github.com/finos/regular-table/compare/v0.6.0...v.0.6.1) |
| 87 | +## [v0.6.1](https://github.com/finos/regular-table/tree/v0.6.1) (2023-08-29) |
| 88 | + |
| 89 | +[Full Changelog](https://github.com/finos/regular-table/compare/v0.6.0...v0.6.1) |
47 | 90 |
|
48 | 91 | **Fixed bugs:** |
49 | 92 |
|
50 | 93 | - Fix autosize to use last merged column header [\#192](https://github.com/finos/regular-table/pull/192) ([texodus](https://github.com/texodus)) |
51 | 94 |
|
52 | | -## [v0.6.0](https://github.com/finos/regular-table/tree/HEAD) |
| 95 | +## [v0.6.0](https://github.com/finos/regular-table/tree/v0.6.0) (2023-08-27) |
53 | 96 |
|
54 | 97 | [Full Changelog](https://github.com/finos/regular-table/compare/v0.5.9...v0.6.0) |
55 | 98 |
|
56 | 99 | **Implemented enhancements:** |
57 | 100 |
|
58 | 101 | - Add `column_header_merge_depth` and `row_height` page options [\#191](https://github.com/finos/regular-table/pull/191) ([texodus](https://github.com/texodus)) |
59 | 102 |
|
60 | | -## [v0.5.9](https://github.com/finos/regular-table/tree/HEAD) |
| 103 | +## [v0.5.9](https://github.com/finos/regular-table/tree/v0.5.9) (2023-07-26) |
61 | 104 |
|
62 | | -[Full Changelog](https://github.com/finos/regular-table/compare/v0.5.8...v0.6.0) |
| 105 | +[Full Changelog](https://github.com/finos/regular-table/compare/v0.5.8...v0.5.9) |
63 | 106 |
|
64 | 107 | **Fixed bugs:** |
65 | 108 |
|
66 | 109 | - Clamp row height [\#188](https://github.com/finos/regular-table/pull/188) ([texodus](https://github.com/texodus)) |
67 | 110 |
|
68 | | -## [v0.5.8](https://github.com/finos/regular-table/tree/HEAD) |
| 111 | +## [v0.5.8](https://github.com/finos/regular-table/tree/v0.5.8) (2023-07-17) |
69 | 112 |
|
70 | 113 | [Full Changelog](https://github.com/finos/regular-table/compare/v0.5.7...v0.5.8) |
71 | 114 |
|
72 | 115 | **Fixed bugs:** |
73 | 116 |
|
74 | 117 | - Fix column resize & row height viewport bugs [\#186](https://github.com/finos/regular-table/pull/186) ([texodus](https://github.com/texodus)) |
75 | 118 |
|
76 | | -## [v0.5.7](https://github.com/finos/regular-table/tree/HEAD) |
| 119 | +## [v0.5.7](https://github.com/finos/regular-table/tree/v0.5.7) (2023-07-02) |
77 | 120 |
|
78 | 121 | [Full Changelog](https://github.com/finos/regular-table/compare/v0.5.6...v0.5.7) |
79 | 122 |
|
80 | 123 | **Implemented enhancements:** |
81 | 124 |
|
82 | 125 | - Add scroll notification [\#185](https://github.com/finos/regular-table/pull/185) ([texodus](https://github.com/texodus)) |
83 | 126 |
|
| 127 | +**Closed issues:** |
| 128 | + |
| 129 | +- default yarn install fails [\#181](https://github.com/finos/regular-table/issues/181) |
| 130 | +- On a wide table, last two columns don't show if the window size is almost as wide as table [\#148](https://github.com/finos/regular-table/issues/148) |
| 131 | + |
84 | 132 | **Merged pull requests:** |
85 | 133 |
|
86 | | -- `esbuild`` [\#184](https://github.com/finos/regular-table/pull/184) ([texodus](https://github.com/texodus)) |
| 134 | +- `esbuild` [\#184](https://github.com/finos/regular-table/pull/184) ([texodus](https://github.com/texodus)) |
87 | 135 | - Fix dev dependency incompatibility with arm64 [\#182](https://github.com/finos/regular-table/pull/182) ([texodus](https://github.com/texodus)) |
88 | 136 | - Add demo gallery [\#179](https://github.com/finos/regular-table/pull/179) ([texodus](https://github.com/texodus)) |
| 137 | +- Update to License, Notice and Readme files [\#175](https://github.com/finos/regular-table/pull/175) ([TheJuanAndOnly99](https://github.com/TheJuanAndOnly99)) |
| 138 | +- Add link to community code of conduct [\#174](https://github.com/finos/regular-table/pull/174) ([timkpaine](https://github.com/timkpaine)) |
| 139 | +- Add `semgrep` [\#167](https://github.com/finos/regular-table/pull/167) ([texodus](https://github.com/texodus)) |
| 140 | +- Prepare changes for FINOS move [\#166](https://github.com/finos/regular-table/pull/166) ([timkpaine](https://github.com/timkpaine)) |
| 141 | +- updated docs [\#149](https://github.com/finos/regular-table/pull/149) ([lavakush07](https://github.com/lavakush07)) |
89 | 142 |
|
90 | | -## [v0.5.6](https://github.com/finos/regular-table/tree/HEAD) |
| 143 | +## [v0.5.6](https://github.com/finos/regular-table/tree/v0.5.6) (2022-03-03) |
91 | 144 |
|
92 | 145 | [Full Changelog](https://github.com/finos/regular-table/compare/v0.5.5...v0.5.6) |
93 | 146 |
|
94 | 147 | **Fixed bugs:** |
95 | 148 |
|
96 | 149 | - Fix debounce interference between multiple `regular-table` [\#158](https://github.com/finos/regular-table/pull/158) ([texodus](https://github.com/texodus)) |
97 | 150 |
|
98 | | -## [v0.5.5](https://github.com/finos/regular-table/tree/HEAD) |
| 151 | +## [v0.5.5](https://github.com/finos/regular-table/tree/v0.5.5) (2022-02-19) |
99 | 152 |
|
100 | | -[Full Changelog](https://github.com/finos/regular-table/compare/v0.5.4...HEAD) |
| 153 | +[Full Changelog](https://github.com/finos/regular-table/compare/v0.5.4...v0.5.5) |
101 | 154 |
|
102 | 155 | **Fixed bugs:** |
103 | 156 |
|
104 | 157 | - Fix errors when `.draw()` called on empty viewport/invisible element [\#156](https://github.com/finos/regular-table/pull/156) ([texodus](https://github.com/texodus)) |
105 | 158 |
|
106 | | -## [v0.5.4](https://github.com/finos/regular-table/tree/HEAD) |
| 159 | +## [v0.5.4](https://github.com/finos/regular-table/tree/v0.5.4) (2022-02-19) |
107 | 160 |
|
108 | | -[Full Changelog](https://github.com/finos/regular-table/compare/v0.5.3...HEAD) |
| 161 | +[Full Changelog](https://github.com/finos/regular-table/compare/v0.5.3...v0.5.4) |
109 | 162 |
|
110 | 163 | **Fixed bugs:** |
111 | 164 |
|
112 | 165 | - Fix a miscalculation in row\_header offsets [\#155](https://github.com/finos/regular-table/pull/155) ([texodus](https://github.com/texodus)) |
113 | 166 |
|
114 | | -## [v0.5.3](https://github.com/finos/regular-table/tree/HEAD) |
| 167 | +## [v0.5.3](https://github.com/finos/regular-table/tree/v0.5.3) (2022-02-19) |
115 | 168 |
|
116 | | -[Full Changelog](https://github.com/finos/regular-table/compare/v0.5.2...HEAD) |
| 169 | +[Full Changelog](https://github.com/finos/regular-table/compare/v0.5.2...v0.5.3) |
117 | 170 |
|
118 | 171 | **Fixed bugs:** |
119 | 172 |
|
120 | 173 | - Fix width overflow by 1px [\#154](https://github.com/finos/regular-table/pull/154) ([texodus](https://github.com/texodus)) |
121 | 174 |
|
122 | | -## [v0.5.2](https://github.com/finos/regular-table/tree/HEAD) |
| 175 | +## [v0.5.2](https://github.com/finos/regular-table/tree/v0.5.2) (2022-02-15) |
123 | 176 |
|
124 | | -[Full Changelog](https://github.com/finos/regular-table/compare/v0.5.1...HEAD) |
| 177 | +[Full Changelog](https://github.com/finos/regular-table/compare/v0.5.1...v0.5.2) |
125 | 178 |
|
126 | 179 | **Fixed bugs:** |
127 | 180 |
|
128 | 181 | - Fix row range max scroll to use sub-cell offset [\#153](https://github.com/finos/regular-table/pull/153) ([texodus](https://github.com/texodus)) |
129 | 182 |
|
130 | | -## [v0.5.1](https://github.com/finos/regular-table/tree/HEAD) |
| 183 | +## [v0.5.1](https://github.com/finos/regular-table/tree/v0.5.1) (2022-02-14) |
131 | 184 |
|
132 | | -[Full Changelog](https://github.com/finos/regular-table/compare/v0.5.0...HEAD) |
| 185 | +[Full Changelog](https://github.com/finos/regular-table/compare/v0.5.0...v0.5.1) |
133 | 186 |
|
134 | 187 | **Merged pull requests:** |
135 | 188 |
|
136 | 189 | - Linear column scrolling [\#152](https://github.com/finos/regular-table/pull/152) ([texodus](https://github.com/texodus)) |
137 | 190 |
|
138 | | -## [v0.5.0](https://github.com/finos/regular-table/tree/HEAD) |
| 191 | +## [v0.5.0](https://github.com/finos/regular-table/tree/v0.5.0) (2022-02-09) |
139 | 192 |
|
140 | | -[Full Changelog](https://github.com/finos/regular-table/compare/v0.4.3...HEAD) |
| 193 | +[Full Changelog](https://github.com/finos/regular-table/compare/v0.4.3...v0.5.0) |
141 | 194 |
|
142 | 195 | **Implemented enhancements:** |
143 | 196 |
|
|
151 | 204 |
|
152 | 205 | - Fix `virtual_mode` CSS bug [\#150](https://github.com/finos/regular-table/pull/150) ([texodus](https://github.com/texodus)) |
153 | 206 |
|
154 | | -## [v0.4.3](https://github.com/finos/regular-table/tree/HEAD) |
155 | | - |
156 | | -[Full Changelog](https://github.com/finos/regular-table/compare/v0.4.2...HEAD) |
157 | | - |
158 | | -**Fixed bugs:** |
159 | | - |
160 | | -- Fix `virtual_mode` CSS bug [\#150](https://github.com/finos/regular-table/pull/150) ([texodus](https://github.com/texodus)) |
161 | | - |
162 | | -## [v0.4.2](https://github.com/finos/regular-table/tree/HEAD) |
| 207 | +## [v0.4.2](https://github.com/finos/regular-table/tree/v0.4.2) (2021-12-07) |
163 | 208 |
|
164 | | -[Full Changelog](https://github.com/finos/regular-table/compare/v0.4.1...HEAD) |
| 209 | +[Full Changelog](https://github.com/finos/regular-table/compare/v0.4.1...v0.4.2) |
165 | 210 |
|
166 | 211 | **Fixed bugs:** |
167 | 212 |
|
|
175 | 220 |
|
176 | 221 | - Fix screen thrash when "position: sticky" container resize is triggered [\#146](https://github.com/finos/regular-table/pull/146) ([texodus](https://github.com/texodus)) |
177 | 222 |
|
178 | | -## [v0.4.1](https://github.com/finos/regular-table/tree/HEAD) |
| 223 | +## [v0.4.1](https://github.com/finos/regular-table/tree/v0.4.1) (2021-07-09) |
179 | 224 |
|
180 | | -[Full Changelog](https://github.com/finos/regular-table/compare/v0.4.0...HEAD) |
| 225 | +[Full Changelog](https://github.com/finos/regular-table/compare/v0.4.0...v0.4.1) |
181 | 226 |
|
182 | 227 | **Implemented enhancements:** |
183 | 228 |
|
184 | | -- Memoize `\<span\>` elements [\#142](https://github.com/finos/regular-table/pull/142) ([texodus](https://github.com/texodus)) |
| 229 | +- Memoize `<span>` elements [\#142](https://github.com/finos/regular-table/pull/142) ([texodus](https://github.com/texodus)) |
185 | 230 | - Update typings for 0.4.0; add 99% automated typescript declarations build [\#140](https://github.com/finos/regular-table/pull/140) ([telamonian](https://github.com/telamonian)) |
186 | 231 |
|
187 | | -## [v0.4.0](https://github.com/finos/regular-table/tree/HEAD) |
| 232 | +## [v0.4.0](https://github.com/finos/regular-table/tree/v0.4.0) (2021-04-26) |
188 | 233 |
|
189 | | -[Full Changelog](https://github.com/finos/regular-table/compare/v0.3.3...HEAD) |
| 234 | +[Full Changelog](https://github.com/finos/regular-table/compare/v0.3.3...v0.4.0) |
190 | 235 |
|
191 | 236 | **Breaking changes:** |
192 | 237 |
|
|
233 | 278 |
|
234 | 279 | **Breaking changes:** |
235 | 280 |
|
236 | | -- Add 'virtual\_mode' optional argument to `setDataListener\(\)` [\#125](https://github.com/finos/regular-table/pull/125) ([texodus](https://github.com/texodus)) |
| 281 | +- Add 'virtual\_mode' optional argument to `setDataListener()` [\#125](https://github.com/finos/regular-table/pull/125) ([texodus](https://github.com/texodus)) |
237 | 282 | - Return an unsubscribe function from `addStyleListener` [\#121](https://github.com/finos/regular-table/pull/121) ([NMinhNguyen](https://github.com/NMinhNguyen)) |
238 | 283 |
|
239 | 284 | **Merged pull requests:** |
240 | 285 |
|
241 | 286 | - Make column selection blocks example [\#120](https://github.com/finos/regular-table/pull/120) ([JHawk](https://github.com/JHawk)) |
242 | 287 | - Make area selection block example [\#119](https://github.com/finos/regular-table/pull/119) ([JHawk](https://github.com/JHawk)) |
243 | 288 | - Make row stripes block example [\#118](https://github.com/finos/regular-table/pull/118) ([JHawk](https://github.com/JHawk)) |
244 | | -- wrap any plain text column headers in a `\<span\>` [\#117](https://github.com/finos/regular-table/pull/117) ([telamonian](https://github.com/telamonian)) |
| 289 | +- wrap any plain text column headers in a `<span>` [\#117](https://github.com/finos/regular-table/pull/117) ([telamonian](https://github.com/telamonian)) |
245 | 290 | - Update features / example - allow row selection anywhere [\#116](https://github.com/finos/regular-table/pull/116) ([JHawk](https://github.com/JHawk)) |
246 | 291 |
|
247 | 292 | ## [v0.2.1](https://github.com/finos/regular-table/tree/v0.2.1) (2021-02-06) |
|
325 | 370 |
|
326 | 371 | **Implemented enhancements:** |
327 | 372 |
|
328 | | -- `swap` option for `draw\(\)` [\#86](https://github.com/finos/regular-table/pull/86) ([texodus](https://github.com/texodus)) |
| 373 | +- `swap` option for `draw()` [\#86](https://github.com/finos/regular-table/pull/86) ([texodus](https://github.com/texodus)) |
329 | 374 |
|
330 | 375 | **Fixed bugs:** |
331 | 376 |
|
|
345 | 390 |
|
346 | 391 | **Fixed bugs:** |
347 | 392 |
|
348 | | -- Fix `replace\(\)` and unintentional interactive elements. [\#84](https://github.com/finos/regular-table/pull/84) ([texodus](https://github.com/texodus)) |
| 393 | +- Fix `replace()` and unintentional interactive elements. [\#84](https://github.com/finos/regular-table/pull/84) ([texodus](https://github.com/texodus)) |
349 | 394 |
|
350 | 395 | ## [v0.0.9](https://github.com/finos/regular-table/tree/v0.0.9) (2020-09-01) |
351 | 396 |
|
352 | 397 | [Full Changelog](https://github.com/finos/regular-table/compare/v0.0.8...v0.0.9) |
353 | 398 |
|
354 | 399 | **Implemented enhancements:** |
355 | 400 |
|
356 | | -- Adds `clear\(\)` method [\#83](https://github.com/finos/regular-table/pull/83) ([texodus](https://github.com/texodus)) |
| 401 | +- Adds `clear()` method [\#83](https://github.com/finos/regular-table/pull/83) ([texodus](https://github.com/texodus)) |
357 | 402 |
|
358 | 403 | ## [v0.0.8](https://github.com/finos/regular-table/tree/v0.0.8) (2020-08-29) |
359 | 404 |
|
|
394 | 439 | - Make data model smaller size for ease of use in `striped.md` example [\#72](https://github.com/finos/regular-table/pull/72) ([JHawk](https://github.com/JHawk)) |
395 | 440 | - Add a striped example [\#71](https://github.com/finos/regular-table/pull/71) ([JHawk](https://github.com/JHawk)) |
396 | 441 | - Add keyboard nav [\#70](https://github.com/finos/regular-table/pull/70) ([JHawk](https://github.com/JHawk)) |
397 | | -- Ports `minesweeper.md`, `canvas\_data\_model.md`, and `perspective.md` [\#68](https://github.com/finos/regular-table/pull/68) ([texodus](https://github.com/texodus)) |
| 442 | +- Ports `minesweeper.md`, `canvas_data_model.md`, and `perspective.md` [\#68](https://github.com/finos/regular-table/pull/68) ([texodus](https://github.com/texodus)) |
398 | 443 | - Adds manually written index.d.ts typescript type declaration [\#65](https://github.com/finos/regular-table/pull/65) ([telamonian](https://github.com/telamonian)) |
399 | 444 | - Added new example and md file [\#61](https://github.com/finos/regular-table/pull/61) ([debajitdatta2k](https://github.com/debajitdatta2k)) |
400 | 445 | - File Browser II [\#57](https://github.com/finos/regular-table/pull/57) ([texodus](https://github.com/texodus)) |
|
414 | 459 | - Adds LICENSE and README info to example gists [\#33](https://github.com/finos/regular-table/pull/33) ([texodus](https://github.com/texodus)) |
415 | 460 | - `spreadsheet.html` Example [\#32](https://github.com/finos/regular-table/pull/32) ([texodus](https://github.com/texodus)) |
416 | 461 | - CSS-only filesystem-like row headers [\#29](https://github.com/finos/regular-table/pull/29) ([texodus](https://github.com/texodus)) |
417 | | -- Add benchmark.html and `getDrawFPS\(\)` [\#28](https://github.com/finos/regular-table/pull/28) ([texodus](https://github.com/texodus)) |
| 462 | +- Add benchmark.html and `getDrawFPS()` [\#28](https://github.com/finos/regular-table/pull/28) ([texodus](https://github.com/texodus)) |
418 | 463 | - Add support for fixed column widths [\#23](https://github.com/finos/regular-table/pull/23) ([patricio-mancini](https://github.com/patricio-mancini)) |
419 | 464 |
|
420 | 465 | ## [v0.0.4](https://github.com/finos/regular-table/tree/v0.0.4) (2020-05-30) |
|
428 | 473 | **Merged pull requests:** |
429 | 474 |
|
430 | 475 | - Updated examples and documentation [\#27](https://github.com/finos/regular-table/pull/27) ([texodus](https://github.com/texodus)) |
431 | | -- Adds file\_browser.html example \(update for `row\_headers` feature\) [\#25](https://github.com/finos/regular-table/pull/25) ([texodus](https://github.com/texodus)) |
| 476 | +- Adds file\_browser.html example \(update for `row_headers` feature\) [\#25](https://github.com/finos/regular-table/pull/25) ([texodus](https://github.com/texodus)) |
432 | 477 | - Row and Column Headers, and `minesweeper.html` [\#24](https://github.com/finos/regular-table/pull/24) ([texodus](https://github.com/texodus)) |
433 | 478 | - README Examples and User Guide [\#22](https://github.com/finos/regular-table/pull/22) ([texodus](https://github.com/texodus)) |
434 | 479 |
|
|
463 | 508 |
|
464 | 509 | ## [v0.0.1](https://github.com/finos/regular-table/tree/v0.0.1) (2020-05-23) |
465 | 510 |
|
466 | | -[Full Changelog](https://github.com/finos/regular-table/compare/902cd41649969980fb24b2b370eebe3cfed8ec67...v0.0.1) |
| 511 | +[Full Changelog](https://github.com/finos/regular-table/compare/85d3702940fdbcdf2004935d712077d007a8859e...v0.0.1) |
467 | 512 |
|
468 | 513 | **Merged pull requests:** |
469 | 514 |
|
470 | 515 | - Smaller `regular-table.js` Asset [\#8](https://github.com/finos/regular-table/pull/8) ([texodus](https://github.com/texodus)) |
471 | 516 | - Adds perspective example [\#7](https://github.com/finos/regular-table/pull/7) ([texodus](https://github.com/texodus)) |
472 | 517 | - Adds Travis CI [\#6](https://github.com/finos/regular-table/pull/6) ([texodus](https://github.com/texodus)) |
473 | 518 | - Add Lint and Tests [\#5](https://github.com/finos/regular-table/pull/5) ([texodus](https://github.com/texodus)) |
474 | | -- A Complete Example, `two\_billion\_rows.html` [\#4](https://github.com/finos/regular-table/pull/4) ([texodus](https://github.com/texodus)) |
| 519 | +- A Complete Example, `two_billion_rows.html` [\#4](https://github.com/finos/regular-table/pull/4) ([texodus](https://github.com/texodus)) |
475 | 520 | - Merge from `@finos/perspective-viewer-datagrid` [\#2](https://github.com/finos/regular-table/pull/2) ([texodus](https://github.com/texodus)) |
476 | 521 | - Make perspective-viewer-datagrid into a standalone package [\#1](https://github.com/finos/regular-table/pull/1) ([telamonian](https://github.com/telamonian)) |
477 | 522 |
|
|
0 commit comments