Skip to content

Commit 46ef064

Browse files
committed
v0.6.9
1 parent b5c6e68 commit 46ef064

File tree

2 files changed

+99
-53
lines changed

2 files changed

+99
-53
lines changed

CHANGELOG.md

Lines changed: 97 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,143 +1,196 @@
11
# Changelog
22

3-
## [v0.6.6](https://github.com/finos/regular-table/tree/HEAD)
3+
## [v0.6.9](https://github.com/finos/regular-table/tree/HEAD)
44

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)
66

77
**Fixed bugs:**
88

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)
939
- Fix scroll offset drift on viewport resize [\#224](https://github.com/finos/regular-table/pull/224) ([texodus](https://github.com/texodus))
1040

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)
1242

1343
[Full Changelog](https://github.com/finos/regular-table/compare/v0.6.4...v0.6.5)
1444

1545
**Fixed bugs:**
1646

1747
- Allow last column to be sub-cell scrolled [\#223](https://github.com/finos/regular-table/pull/223) ([texodus](https://github.com/texodus))
1848

49+
**Closed issues:**
50+
51+
- support for editable enum cell type [\#216](https://github.com/finos/regular-table/issues/216)
1952

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)
2154

2255
[Full Changelog](https://github.com/finos/regular-table/compare/v0.6.3...v0.6.4)
2356

2457
**Fixed bugs:**
2558

2659
- Fix viewport staleness check [\#204](https://github.com/finos/regular-table/pull/204) ([texodus](https://github.com/texodus))
2760

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)
2962

3063
[Full Changelog](https://github.com/finos/regular-table/compare/v0.6.2...v0.6.3)
3164

3265
**Implemented enhancements:**
3366

67+
- make it optional to merge row\_headers with same data [\#193](https://github.com/finos/regular-table/issues/193)
3468
- Add `merge_headers` option [\#198](https://github.com/finos/regular-table/pull/198) ([texodus](https://github.com/texodus))
3569

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)
3771

3872
[Full Changelog](https://github.com/finos/regular-table/compare/v0.6.1...v0.6.2)
3973

74+
**Implemented enhancements:**
75+
76+
- Support for explicitly specified row heights [\#122](https://github.com/finos/regular-table/issues/122)
77+
4078
**Fixed bugs:**
4179

4280
- Fix `getMeta()` bug [\#197](https://github.com/finos/regular-table/pull/197) ([texodus](https://github.com/texodus))
4381

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)
4586

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)
4790

4891
**Fixed bugs:**
4992

5093
- Fix autosize to use last merged column header [\#192](https://github.com/finos/regular-table/pull/192) ([texodus](https://github.com/texodus))
5194

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)
5396

5497
[Full Changelog](https://github.com/finos/regular-table/compare/v0.5.9...v0.6.0)
5598

5699
**Implemented enhancements:**
57100

58101
- Add `column_header_merge_depth` and `row_height` page options [\#191](https://github.com/finos/regular-table/pull/191) ([texodus](https://github.com/texodus))
59102

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)
61104

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)
63106

64107
**Fixed bugs:**
65108

66109
- Clamp row height [\#188](https://github.com/finos/regular-table/pull/188) ([texodus](https://github.com/texodus))
67110

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)
69112

70113
[Full Changelog](https://github.com/finos/regular-table/compare/v0.5.7...v0.5.8)
71114

72115
**Fixed bugs:**
73116

74117
- Fix column resize & row height viewport bugs [\#186](https://github.com/finos/regular-table/pull/186) ([texodus](https://github.com/texodus))
75118

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)
77120

78121
[Full Changelog](https://github.com/finos/regular-table/compare/v0.5.6...v0.5.7)
79122

80123
**Implemented enhancements:**
81124

82125
- Add scroll notification [\#185](https://github.com/finos/regular-table/pull/185) ([texodus](https://github.com/texodus))
83126

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+
84132
**Merged pull requests:**
85133

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))
87135
- Fix dev dependency incompatibility with arm64 [\#182](https://github.com/finos/regular-table/pull/182) ([texodus](https://github.com/texodus))
88136
- 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))
89142

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)
91144

92145
[Full Changelog](https://github.com/finos/regular-table/compare/v0.5.5...v0.5.6)
93146

94147
**Fixed bugs:**
95148

96149
- Fix debounce interference between multiple `regular-table` [\#158](https://github.com/finos/regular-table/pull/158) ([texodus](https://github.com/texodus))
97150

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)
99152

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)
101154

102155
**Fixed bugs:**
103156

104157
- Fix errors when `.draw()` called on empty viewport/invisible element [\#156](https://github.com/finos/regular-table/pull/156) ([texodus](https://github.com/texodus))
105158

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)
107160

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)
109162

110163
**Fixed bugs:**
111164

112165
- Fix a miscalculation in row\_header offsets [\#155](https://github.com/finos/regular-table/pull/155) ([texodus](https://github.com/texodus))
113166

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)
115168

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)
117170

118171
**Fixed bugs:**
119172

120173
- Fix width overflow by 1px [\#154](https://github.com/finos/regular-table/pull/154) ([texodus](https://github.com/texodus))
121174

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)
123176

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)
125178

126179
**Fixed bugs:**
127180

128181
- Fix row range max scroll to use sub-cell offset [\#153](https://github.com/finos/regular-table/pull/153) ([texodus](https://github.com/texodus))
129182

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)
131184

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)
133186

134187
**Merged pull requests:**
135188

136189
- Linear column scrolling [\#152](https://github.com/finos/regular-table/pull/152) ([texodus](https://github.com/texodus))
137190

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)
139192

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)
141194

142195
**Implemented enhancements:**
143196

@@ -151,17 +204,9 @@
151204

152205
- Fix `virtual_mode` CSS bug [\#150](https://github.com/finos/regular-table/pull/150) ([texodus](https://github.com/texodus))
153206

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)
163208

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)
165210

166211
**Fixed bugs:**
167212

@@ -175,18 +220,18 @@
175220

176221
- Fix screen thrash when "position: sticky" container resize is triggered [\#146](https://github.com/finos/regular-table/pull/146) ([texodus](https://github.com/texodus))
177222

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)
179224

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)
181226

182227
**Implemented enhancements:**
183228

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))
185230
- 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))
186231

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)
188233

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)
190235

191236
**Breaking changes:**
192237

@@ -233,15 +278,15 @@
233278

234279
**Breaking changes:**
235280

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))
237282
- Return an unsubscribe function from `addStyleListener` [\#121](https://github.com/finos/regular-table/pull/121) ([NMinhNguyen](https://github.com/NMinhNguyen))
238283

239284
**Merged pull requests:**
240285

241286
- Make column selection blocks example [\#120](https://github.com/finos/regular-table/pull/120) ([JHawk](https://github.com/JHawk))
242287
- Make area selection block example [\#119](https://github.com/finos/regular-table/pull/119) ([JHawk](https://github.com/JHawk))
243288
- 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))
245290
- Update features / example - allow row selection anywhere [\#116](https://github.com/finos/regular-table/pull/116) ([JHawk](https://github.com/JHawk))
246291

247292
## [v0.2.1](https://github.com/finos/regular-table/tree/v0.2.1) (2021-02-06)
@@ -325,7 +370,7 @@
325370

326371
**Implemented enhancements:**
327372

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))
329374

330375
**Fixed bugs:**
331376

@@ -345,15 +390,15 @@
345390

346391
**Fixed bugs:**
347392

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))
349394

350395
## [v0.0.9](https://github.com/finos/regular-table/tree/v0.0.9) (2020-09-01)
351396

352397
[Full Changelog](https://github.com/finos/regular-table/compare/v0.0.8...v0.0.9)
353398

354399
**Implemented enhancements:**
355400

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))
357402

358403
## [v0.0.8](https://github.com/finos/regular-table/tree/v0.0.8) (2020-08-29)
359404

@@ -394,7 +439,7 @@
394439
- 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))
395440
- Add a striped example [\#71](https://github.com/finos/regular-table/pull/71) ([JHawk](https://github.com/JHawk))
396441
- 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))
398443
- Adds manually written index.d.ts typescript type declaration [\#65](https://github.com/finos/regular-table/pull/65) ([telamonian](https://github.com/telamonian))
399444
- Added new example and md file [\#61](https://github.com/finos/regular-table/pull/61) ([debajitdatta2k](https://github.com/debajitdatta2k))
400445
- File Browser II [\#57](https://github.com/finos/regular-table/pull/57) ([texodus](https://github.com/texodus))
@@ -414,7 +459,7 @@
414459
- Adds LICENSE and README info to example gists [\#33](https://github.com/finos/regular-table/pull/33) ([texodus](https://github.com/texodus))
415460
- `spreadsheet.html` Example [\#32](https://github.com/finos/regular-table/pull/32) ([texodus](https://github.com/texodus))
416461
- 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))
418463
- Add support for fixed column widths [\#23](https://github.com/finos/regular-table/pull/23) ([patricio-mancini](https://github.com/patricio-mancini))
419464

420465
## [v0.0.4](https://github.com/finos/regular-table/tree/v0.0.4) (2020-05-30)
@@ -428,7 +473,7 @@
428473
**Merged pull requests:**
429474

430475
- 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))
432477
- Row and Column Headers, and `minesweeper.html` [\#24](https://github.com/finos/regular-table/pull/24) ([texodus](https://github.com/texodus))
433478
- README Examples and User Guide [\#22](https://github.com/finos/regular-table/pull/22) ([texodus](https://github.com/texodus))
434479

@@ -463,15 +508,15 @@
463508

464509
## [v0.0.1](https://github.com/finos/regular-table/tree/v0.0.1) (2020-05-23)
465510

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)
467512

468513
**Merged pull requests:**
469514

470515
- Smaller `regular-table.js` Asset [\#8](https://github.com/finos/regular-table/pull/8) ([texodus](https://github.com/texodus))
471516
- Adds perspective example [\#7](https://github.com/finos/regular-table/pull/7) ([texodus](https://github.com/texodus))
472517
- Adds Travis CI [\#6](https://github.com/finos/regular-table/pull/6) ([texodus](https://github.com/texodus))
473518
- 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))
475520
- Merge from `@finos/perspective-viewer-datagrid` [\#2](https://github.com/finos/regular-table/pull/2) ([texodus](https://github.com/texodus))
476521
- Make perspective-viewer-datagrid into a standalone package [\#1](https://github.com/finos/regular-table/pull/1) ([telamonian](https://github.com/telamonian))
477522

0 commit comments

Comments
 (0)