Skip to content

Commit d8b79d6

Browse files
committed
Fix up CHANGELOG for 2.9.1
(cherry picked from commit 6d57025)
1 parent f2aac87 commit d8b79d6

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# CHANGELOG
22

3+
## v2.9.1 (2022-12-16)
4+
5+
***Note:** these were all back-ported from master since they could go out on 2.9. This will be the last 2.9 release unless there are critical bug fixes here!*
6+
7+
#### :bug: Bug Fix
8+
9+
* Let ESLint have its way about docstring location (a8fac83)
10+
* DOC: API: add render helper examples (f476a20)
11+
* Tweak TS style for indexing multiple types (for getElement) (f01ad9f)
12+
* Use export type for RenderingTestContext (2dc5077)
13+
* Tweak TS style for indexing multiple types (3214483)
14+
* Address PR feedback (5e87a54)
15+
* DOC: API: add DOM query helper examples (83b7f5f)
16+
* Export type for Target (335019d)
17+
* Upgrade expect-type and fix issues the new version reveals (bae5e33)
18+
* Correctly handle special char keyCodes with Shift (d537923)
19+
* Add tab type test (64f40d5)
20+
* Generate documentation (939f29f)
21+
* Ensure types reflect optional-ness of tab options (95285cc)
22+
* Fix typesVersions config again (53fa899)
23+
* Clean up public-types after pack (b9dcbca)
24+
325
## v2.9.0 (2022-12-14)
426

527
#### :rocket: Enhancement

0 commit comments

Comments
 (0)