1
1
# CHANGELOG
2
2
3
- # 6.0.1
3
+ ## UNRELEASED
4
+
5
+ - Update (sub-)dependencies
6
+ - axios to 1.7.7
7
+ - body-parse to 1.20.3
8
+ - cookie to 0.7.1
9
+ - elliptic to 6.6.1
10
+ - micromatch to 4.0.8
11
+ - send to 0.19.0
12
+ - serve-static to 1.16.2
13
+
14
+ - Update dev dependencies:
15
+ - chromedriver to v131.0.1
16
+ - express to 4.20.1
17
+
18
+ ## 6.0.1
4
19
- Update @braintree/uuid to v1.0.0
5
20
- Update dev dependencies:
6
21
- chromedriver to v125.0.3
10
25
- Update package-lock file version from 1 to 3
11
26
- Minor dev dependency updates
12
27
13
- # 6.0.0
28
+ ## 6.0.0
14
29
15
30
- Update to node v18
16
31
17
32
- Dev Dependency Updates
18
33
- Update to TypeScript 5
19
34
- Update Chromedriver to 118
20
35
21
- # 5.2.1
36
+ ## 5.2.1
22
37
23
38
- Fix circular dependency issue ([ Issue #97 ] ( https://github.com/braintree/framebus/issues/97 ) )
24
39
25
- # 5.2.0
40
+ ## 5.2.0
26
41
27
42
- Add ability to target specific frames with ` targetFrames ` configuration
28
43
- Add ` addTargetFrame ` method to add additional frames to ` targetFrames `
29
44
30
- # 5.1.2
45
+ ## 5.1.2
31
46
32
47
- Fix issue where framebus could not be used with server side
33
48
rendering
34
49
35
- # 5.1.1
50
+ ## 5.1.1
36
51
37
52
- Fix issue where Internet Explorer would error because Promise is not
38
53
defined
39
54
40
- # 5.1.0
55
+ ## 5.1.0
41
56
42
57
- Fix issue where emitting to new window could cause an infinite loop
43
58
(closes \# 41, thanks @blutorange )
46
61
- Add ` setPromise ` static method for easy polyfilling environments
47
62
that do not support promises
48
63
49
- # 5.0.0
64
+ ## 5.0.0
50
65
51
66
- Allow scoping to a specific channel for events
52
67
@@ -105,26 +120,26 @@ _Breaking Changes_
105
120
});
106
121
```
107
122
108
- # 4.0.5
123
+ ## 4.0.5
109
124
110
125
- Fixup Framebus typing for Typescript integrations
111
126
112
- # v4.0.3 and v4.0.4
127
+ ## v4.0.3 and v4.0.4
113
128
114
129
- Use ` @braintree/uuid ` package for uuid generation
115
130
- Update typescript to v4
116
131
117
- # v4.0.2
132
+ ## v4.0.2
118
133
119
134
- Fix issue where rollup bundlers could not import framebus (see
120
135
[ braintree-web\# 504] ( https://github.com/braintree/braintree-web/issues/504 ) )
121
136
122
- # v4.0.1
137
+ ## v4.0.1
123
138
124
139
- Fix issue where framebus could not be used with server side
125
140
rendering
126
141
127
- # v4.0.0
142
+ ## v4.0.0
128
143
129
144
_ Breaking Changes_
130
145
@@ -136,17 +151,17 @@ _Breaking Changes_
136
151
- Drop support for passing multiple arguments to ` emit ` , not it only
137
152
supports passing ` data ` and ` reply `
138
153
139
- # 3.0.2
154
+ ## 3.0.2
140
155
141
156
- Fix issue where framebus would error when trying to reply to a
142
157
non-existent window/frame
143
158
144
- # 3.0.1
159
+ ## 3.0.1
145
160
146
161
- Fix issue where broadcasts to frames would fail if parent page has
147
162
overwritten the window.length variable
148
163
149
- # 3.0.0
164
+ ## 3.0.0
150
165
151
166
_ BREAKING CHANGES_
152
167
@@ -155,38 +170,38 @@ _BREAKING CHANGES_
155
170
156
171
- Bower support dropped
157
172
158
- # 2.0.8
173
+ ## 2.0.8
159
174
160
175
- Fall back to ` window.self ` when ` window.top ` is undefined in old
161
176
versions of IE.
162
177
163
- # 2.0.7
178
+ ## 2.0.7
164
179
165
180
- Corrects a regression introduced in 2.0.6 that prevented CommonJS
166
181
runtimes from working.
167
182
168
- # 2.0.6
183
+ ## 2.0.6
169
184
170
185
- framebus can be required (but not executed) from Node.js®
171
186
environments.
172
187
173
- # 2.0.5
188
+ ## 2.0.5
174
189
175
190
- Only traverse to ` opener ` from the top-level frame
176
191
177
- # 2.0.4
192
+ ## 2.0.4
178
193
179
194
- Avoid exceptions while broadcasting events
180
195
181
- # 2.0.3
196
+ ## 2.0.3
182
197
183
198
- Do not infinitely recurse when ` window.opener === window `
184
199
185
- # 2.0.2
200
+ ## 2.0.2
186
201
187
202
\[ unpublished\]
188
203
189
- # 2.0.1
204
+ ## 2.0.1
190
205
191
206
- Do not throw exceptions ` window.opener ` existed but has already
192
207
closed.
@@ -201,7 +216,7 @@ _BREAKING CHANGES_
201
216
publish (" event" );
202
217
```
203
218
204
- # 2.0.0
219
+ ## 2.0.0
205
220
206
221
- Breaking change: use of ` origin ` as a parameter for ` publish ` ,
207
222
` subscribe ` and ` unsubscribe ` has been moved to the
@@ -217,6 +232,6 @@ _BREAKING CHANGES_
217
232
- Added feature: ` window.opener ` will now be included in framebus
218
233
messaging, if available.
219
234
220
- # 1.0.0
235
+ ## 1.0.0
221
236
222
237
- Initial release
0 commit comments