Skip to content

Commit 1649384

Browse files
chore(main): release 2.9.0 (#452)
1 parent c6356b6 commit 1649384

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+335
-306
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.8.0"
2+
".": "2.9.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [2.9.0](https://github.com/puppeteer/replay/compare/v2.8.0...v2.9.0) (2023-02-01)
6+
7+
8+
### Features
9+
10+
* add `pierce` selector support ([#451](https://github.com/puppeteer/replay/issues/451)) ([c6356b6](https://github.com/puppeteer/replay/commit/c6356b6877d4ff5cc6200d83a0f86c6e4b1d599a))
11+
512
## [2.8.0](https://github.com/puppeteer/replay/compare/v2.7.1...v2.8.0) (2023-01-31)
613

714

docs/api/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101

102102
#### Defined in
103103

104-
[Schema.ts:58](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L58)
104+
[Schema.ts:59](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L59)
105105

106106
---
107107

@@ -111,7 +111,7 @@
111111

112112
#### Defined in
113113

114-
[Schema.ts:294](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L294)
114+
[Schema.ts:295](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L295)
115115

116116
---
117117

@@ -121,7 +121,7 @@
121121

122122
#### Defined in
123123

124-
[Schema.ts:211](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L211)
124+
[Schema.ts:212](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L212)
125125

126126
---
127127

@@ -141,7 +141,7 @@
141141

142142
#### Defined in
143143

144-
[Schema.ts:316](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L316)
144+
[Schema.ts:317](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L317)
145145

146146
---
147147

@@ -161,7 +161,7 @@
161161

162162
#### Defined in
163163

164-
[Schema.ts:103](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L103)
164+
[Schema.ts:104](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L104)
165165

166166
---
167167

@@ -171,7 +171,7 @@
171171

172172
#### Defined in
173173

174-
[Schema.ts:102](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L102)
174+
[Schema.ts:103](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L103)
175175

176176
---
177177

@@ -181,7 +181,7 @@
181181

182182
#### Defined in
183183

184-
[Schema.ts:196](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L196)
184+
[Schema.ts:197](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L197)
185185

186186
---
187187

@@ -191,7 +191,7 @@
191191

192192
#### Defined in
193193

194-
[Schema.ts:198](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L198)
194+
[Schema.ts:199](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L199)
195195

196196
---
197197

@@ -223,7 +223,7 @@ The format is [version, [lineNo, length], [lineNo, length] ... [lineNo, length]]
223223

224224
#### Defined in
225225

226-
[Schema.ts:296](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L296)
226+
[Schema.ts:297](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L297)
227227

228228
---
229229

@@ -243,7 +243,7 @@ The format is [version, [lineNo, length], [lineNo, length] ... [lineNo, length]]
243243

244244
#### Defined in
245245

246-
[Schema.ts:215](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L215)
246+
[Schema.ts:216](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L216)
247247

248248
## Variables
249249

docs/api/enums/AssertedEventType.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616

1717
#### Defined in
1818

19-
[Schema.ts:49](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L49)
19+
[Schema.ts:50](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L50)

docs/api/enums/Schema.AssertedEventType.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818

1919
#### Defined in
2020

21-
[Schema.ts:49](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L49)
21+
[Schema.ts:50](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L50)

docs/api/enums/Schema.SelectorType.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
- [ARIA](Schema.SelectorType.md#aria)
1212
- [CSS](Schema.SelectorType.md#css)
13+
- [Pierce](Schema.SelectorType.md#pierce)
1314
- [Text](Schema.SelectorType.md#text)
1415
- [XPath](Schema.SelectorType.md#xpath)
1516

@@ -35,6 +36,16 @@
3536

3637
---
3738

39+
### Pierce
40+
41+
**Pierce** = `"pierce"`
42+
43+
#### Defined in
44+
45+
[Schema.ts:29](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L29)
46+
47+
---
48+
3849
### Text
3950

4051
**Text** = `"text"`

docs/api/enums/Schema.StepType.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
#### Defined in
3333

34-
[Schema.ts:32](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L32)
34+
[Schema.ts:33](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L33)
3535

3636
---
3737

@@ -41,7 +41,7 @@
4141

4242
#### Defined in
4343

44-
[Schema.ts:33](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L33)
44+
[Schema.ts:34](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L34)
4545

4646
---
4747

@@ -51,7 +51,7 @@
5151

5252
#### Defined in
5353

54-
[Schema.ts:34](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L34)
54+
[Schema.ts:35](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L35)
5555

5656
---
5757

@@ -61,7 +61,7 @@
6161

6262
#### Defined in
6363

64-
[Schema.ts:35](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L35)
64+
[Schema.ts:36](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L36)
6565

6666
---
6767

@@ -71,7 +71,7 @@
7171

7272
#### Defined in
7373

74-
[Schema.ts:36](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L36)
74+
[Schema.ts:37](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L37)
7575

7676
---
7777

@@ -81,7 +81,7 @@
8181

8282
#### Defined in
8383

84-
[Schema.ts:37](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L37)
84+
[Schema.ts:38](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L38)
8585

8686
---
8787

@@ -91,7 +91,7 @@
9191

9292
#### Defined in
9393

94-
[Schema.ts:38](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L38)
94+
[Schema.ts:39](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L39)
9595

9696
---
9797

@@ -101,7 +101,7 @@
101101

102102
#### Defined in
103103

104-
[Schema.ts:39](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L39)
104+
[Schema.ts:40](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L40)
105105

106106
---
107107

@@ -111,7 +111,7 @@
111111

112112
#### Defined in
113113

114-
[Schema.ts:40](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L40)
114+
[Schema.ts:41](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L41)
115115

116116
---
117117

@@ -121,7 +121,7 @@
121121

122122
#### Defined in
123123

124-
[Schema.ts:41](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L41)
124+
[Schema.ts:42](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L42)
125125

126126
---
127127

@@ -131,7 +131,7 @@
131131

132132
#### Defined in
133133

134-
[Schema.ts:42](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L42)
134+
[Schema.ts:43](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L43)
135135

136136
---
137137

@@ -141,7 +141,7 @@
141141

142142
#### Defined in
143143

144-
[Schema.ts:43](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L43)
144+
[Schema.ts:44](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L44)
145145

146146
---
147147

@@ -151,7 +151,7 @@
151151

152152
#### Defined in
153153

154-
[Schema.ts:44](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L44)
154+
[Schema.ts:45](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L45)
155155

156156
---
157157

@@ -161,4 +161,4 @@
161161

162162
#### Defined in
163163

164-
[Schema.ts:45](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L45)
164+
[Schema.ts:46](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L46)

docs/api/enums/SelectorType.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
- [ARIA](SelectorType.md#aria)
1010
- [CSS](SelectorType.md#css)
11+
- [Pierce](SelectorType.md#pierce)
1112
- [Text](SelectorType.md#text)
1213
- [XPath](SelectorType.md#xpath)
1314

@@ -33,6 +34,16 @@
3334

3435
---
3536

37+
### Pierce
38+
39+
**Pierce** = `"pierce"`
40+
41+
#### Defined in
42+
43+
[Schema.ts:29](https://github.com/puppeteer/replay/blob/main/src/Schema.ts#L29)
44+
45+
---
46+
3647
### Text
3748

3849
**Text** = `"text"`

0 commit comments

Comments
 (0)