react-alp-connection-state 10.0.2 → 10.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +40 -33
- package/CHANGELOG.md +0 -513
package/package.json
CHANGED
|
@@ -1,25 +1,29 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-alp-connection-state",
|
|
3
|
-
"version": "10.0.
|
|
3
|
+
"version": "10.0.3",
|
|
4
4
|
"description": "connection state",
|
|
5
5
|
"keywords": [],
|
|
6
|
-
"
|
|
6
|
+
"homepage": "https://github.com/christophehurpeau/alp",
|
|
7
|
+
"bugs": {
|
|
8
|
+
"url": "https://github.com/christophehurpeau/alp/issues"
|
|
9
|
+
},
|
|
7
10
|
"license": "ISC",
|
|
11
|
+
"author": "Christophe Hurpeau <christophe@hurpeau.com> (https://christophe.hurpeau.com)",
|
|
8
12
|
"repository": {
|
|
9
13
|
"type": "git",
|
|
10
14
|
"url": "https://github.com/christophehurpeau/alp.git",
|
|
11
15
|
"directory": "packages/react-alp-connection-state"
|
|
12
16
|
},
|
|
13
|
-
"
|
|
17
|
+
"files": [
|
|
18
|
+
"src",
|
|
19
|
+
"dist"
|
|
20
|
+
],
|
|
14
21
|
"type": "module",
|
|
15
|
-
"engines": {
|
|
16
|
-
"node": ">=22.18.0"
|
|
17
|
-
},
|
|
18
22
|
"sideEffects": false,
|
|
19
23
|
"main": "./dist/index-node22.mjs",
|
|
20
|
-
"types": "./dist/definitions/index.d.ts",
|
|
21
24
|
"module": "./dist/index-browser.es.js",
|
|
22
25
|
"browser": "./dist/index-browser.es.js",
|
|
26
|
+
"types": "./dist/definitions/index.d.ts",
|
|
23
27
|
"exports": {
|
|
24
28
|
"./package.json": "./package.json",
|
|
25
29
|
".": {
|
|
@@ -33,18 +37,23 @@
|
|
|
33
37
|
}
|
|
34
38
|
}
|
|
35
39
|
},
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
"
|
|
47
|
-
"
|
|
40
|
+
"devDependencies": {
|
|
41
|
+
"@pob/rollup-esbuild": "9.1.1",
|
|
42
|
+
"@types/react": "19.2.17",
|
|
43
|
+
"@types/react-native": "0.73.0",
|
|
44
|
+
"react": "19.1.1",
|
|
45
|
+
"react-dom": "19.1.1",
|
|
46
|
+
"react-native-web": "0.21.2",
|
|
47
|
+
"typescript": "6.0.3"
|
|
48
|
+
},
|
|
49
|
+
"peerDependencies": {
|
|
50
|
+
"react": "^19.0.0",
|
|
51
|
+
"react-native": "*"
|
|
52
|
+
},
|
|
53
|
+
"peerDependenciesMeta": {
|
|
54
|
+
"react-native": {
|
|
55
|
+
"optional": true
|
|
56
|
+
}
|
|
48
57
|
},
|
|
49
58
|
"browserslist": {
|
|
50
59
|
"production": [
|
|
@@ -55,6 +64,9 @@
|
|
|
55
64
|
"not ios_saf < 10"
|
|
56
65
|
]
|
|
57
66
|
},
|
|
67
|
+
"engines": {
|
|
68
|
+
"node": ">=22.18.0"
|
|
69
|
+
},
|
|
58
70
|
"pob": {
|
|
59
71
|
"bundler": "rollup-esbuild",
|
|
60
72
|
"entries": [
|
|
@@ -76,19 +88,14 @@
|
|
|
76
88
|
"jsx": true,
|
|
77
89
|
"typescript": true
|
|
78
90
|
},
|
|
79
|
-
"
|
|
80
|
-
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
"react-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
},
|
|
89
|
-
"devDependencies": {
|
|
90
|
-
"@pob/rollup-esbuild": "7.3.2",
|
|
91
|
-
"react": "19.1.1",
|
|
92
|
-
"typescript": "5.9.3"
|
|
91
|
+
"scripts": {
|
|
92
|
+
"build": "yarn run clean:build && rollup --config rollup.config.mjs && yarn run build:definitions",
|
|
93
|
+
"build:definitions": "tsc -p tsconfig.json",
|
|
94
|
+
"clean": "yarn clean:build",
|
|
95
|
+
"clean:build": "pob-esbuild-clean-out dist",
|
|
96
|
+
"lint": "yarn run lint:eslint",
|
|
97
|
+
"lint:eslint": "yarn '../..' run eslint --quiet 'packages/react-alp-connection-state'",
|
|
98
|
+
"tsc": "tsc",
|
|
99
|
+
"watch": "yarn clean:build && rollup --config rollup.config.mjs --watch"
|
|
93
100
|
}
|
|
94
101
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,513 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
## [10.0.2](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@10.0.1...react-alp-connection-state@10.0.2) (2025-11-12)
|
|
7
|
-
|
|
8
|
-
Note: no notable changes
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
## [10.0.1](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@10.0.0...react-alp-connection-state@10.0.1) (2025-11-12)
|
|
12
|
-
|
|
13
|
-
Note: no notable changes
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
## [10.0.0](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@9.0.0...react-alp-connection-state@10.0.0) (2025-10-27)
|
|
17
|
-
|
|
18
|
-
### ⚠ BREAKING CHANGES
|
|
19
|
-
|
|
20
|
-
* drop node 20 and build using esbuild
|
|
21
|
-
|
|
22
|
-
### Features
|
|
23
|
-
|
|
24
|
-
* drop node 20 and build using esbuild ([812c4c1](https://github.com/christophehurpeau/alp/commit/812c4c1b0ad19984e389af4382a8d1e60643e4f1))
|
|
25
|
-
|
|
26
|
-
## [9.0.0](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@8.1.1...react-alp-connection-state@9.0.0) (2025-08-02)
|
|
27
|
-
|
|
28
|
-
### ⚠ BREAKING CHANGES
|
|
29
|
-
|
|
30
|
-
* update dependencies and drop node 20
|
|
31
|
-
* update dev dependencies, replace parse-json-object-as-map with native JSON.parse, update koa
|
|
32
|
-
|
|
33
|
-
### Features
|
|
34
|
-
|
|
35
|
-
* update babel ([a4bf455](https://github.com/christophehurpeau/alp/commit/a4bf455c715134973c56693b7425aa05de5b10f9))
|
|
36
|
-
* update dependencies and drop node 20 ([fc5b322](https://github.com/christophehurpeau/alp/commit/fc5b322e076e9a3c7c4a235d16734b89fd85e211))
|
|
37
|
-
* update dev dependencies, replace parse-json-object-as-map with native JSON.parse, update koa ([5ae7723](https://github.com/christophehurpeau/alp/commit/5ae77238cafc573fe72c5eb63b103802b8b2e537))
|
|
38
|
-
|
|
39
|
-
### Bug Fixes
|
|
40
|
-
|
|
41
|
-
* **deps:** update react monorepo ([#611](https://github.com/christophehurpeau/alp/issues/611)) ([b9ece4d](https://github.com/christophehurpeau/alp/commit/b9ece4dc070bcd49fa6c4a40534162d10087405b))
|
|
42
|
-
|
|
43
|
-
## [8.1.1](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@8.1.0...react-alp-connection-state@8.1.1) (2024-01-06)
|
|
44
|
-
|
|
45
|
-
Note: no notable changes
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
## [8.1.0](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@8.0.0...react-alp-connection-state@8.1.0) (2023-12-25)
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
### Features
|
|
54
|
-
|
|
55
|
-
* update dependencies ([ddc8f92](https://github.com/christophehurpeau/alp/commit/ddc8f92cccacf6ed2baabf8555f0b37fe281ce9d))
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
## [8.0.0](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@7.2.0...react-alp-connection-state@8.0.0) (2023-07-29)
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
### ⚠ BREAKING CHANGES
|
|
64
|
-
|
|
65
|
-
* drop node 16
|
|
66
|
-
|
|
67
|
-
### Features
|
|
68
|
-
|
|
69
|
-
* update react-native and react-native-web ([676e18a](https://github.com/christophehurpeau/alp/commit/676e18aefbe4a9b48debcbfb5327ae7e50d70d6f))
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
### Code Refactoring
|
|
73
|
-
|
|
74
|
-
* update to node 18 ([26280d6](https://github.com/christophehurpeau/alp/commit/26280d638aba1bd46fa42ad5a571b9626f1fff6d))
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
## [7.2.0](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@7.1.5...react-alp-connection-state@7.2.0) (2023-03-19)
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
### Features
|
|
82
|
-
|
|
83
|
-
* update dev dependencies ([9d7e24f](https://github.com/christophehurpeau/alp/commit/9d7e24f8e504d47feae64ca618dc2b3a69babc38))
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
### Bug Fixes
|
|
87
|
-
|
|
88
|
-
* lint ([fce8605](https://github.com/christophehurpeau/alp/commit/fce86056748c6c0cbbbca49e689218475e87456f))
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
## [7.1.5](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@7.1.4...react-alp-connection-state@7.1.5) (2023-02-18)
|
|
93
|
-
|
|
94
|
-
**Note:** Version bump only for package react-alp-connection-state
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
## [7.1.4](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@7.1.3...react-alp-connection-state@7.1.4) (2023-02-13)
|
|
101
|
-
|
|
102
|
-
**Note:** Version bump only for package react-alp-connection-state
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
## [7.1.3](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@7.1.2...react-alp-connection-state@7.1.3) (2023-02-05)
|
|
109
|
-
|
|
110
|
-
**Note:** Version bump only for package react-alp-connection-state
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
## [7.1.2](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@7.1.1...react-alp-connection-state@7.1.2) (2023-01-31)
|
|
117
|
-
|
|
118
|
-
**Note:** Version bump only for package react-alp-connection-state
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
## [7.1.1](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@7.1.0...react-alp-connection-state@7.1.1) (2023-01-31)
|
|
125
|
-
|
|
126
|
-
**Note:** Version bump only for package react-alp-connection-state
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
# [7.1.0](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@7.0.0...react-alp-connection-state@7.1.0) (2023-01-29)
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
### Features
|
|
136
|
-
|
|
137
|
-
* update configs ([e9cbde7](https://github.com/christophehurpeau/alp/commit/e9cbde74ddbbb730bc2b65bb6d0b87f2bba8006e))
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
# [7.0.0](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@6.2.2...react-alp-connection-state@7.0.0) (2022-11-27)
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
### Features
|
|
147
|
-
|
|
148
|
-
* drop node 14 ([5d5f90b](https://github.com/christophehurpeau/alp/commit/5d5f90b09d8532278aba75a97f10ea90bbb27919))
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
### BREAKING CHANGES
|
|
152
|
-
|
|
153
|
-
* drop node 14
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
## [6.2.2](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@6.2.1...react-alp-connection-state@6.2.2) (2022-10-29)
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
### Bug Fixes
|
|
163
|
-
|
|
164
|
-
* **react-alp-connection-state:** use Text ([629c6b1](https://github.com/christophehurpeau/alp/commit/629c6b1b5ef2361a77a68a8090939d4a0688db74))
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
## [6.2.1](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@6.2.0...react-alp-connection-state@6.2.1) (2022-10-19)
|
|
171
|
-
|
|
172
|
-
**Note:** Version bump only for package react-alp-connection-state
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
# [6.2.0](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@6.1.1...react-alp-connection-state@6.2.0) (2022-10-16)
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
### Features
|
|
182
|
-
|
|
183
|
-
* update to react 18 ([6ac42b8](https://github.com/christophehurpeau/alp/commit/6ac42b84b80bf76853773f3b93819666684327d1))
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
## [6.1.1](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@6.1.0...react-alp-connection-state@6.1.1) (2022-10-13)
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
### Bug Fixes
|
|
193
|
-
|
|
194
|
-
* **react-alp-connection-state:** remove console.log ([cf4af9e](https://github.com/christophehurpeau/alp/commit/cf4af9e31071039fe30ab16e9e7adb7cf967832c))
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
# [6.1.0](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@6.0.1...react-alp-connection-state@6.1.0) (2022-03-05)
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
### Features
|
|
204
|
-
|
|
205
|
-
* **react-alp-connection-state:** create cjs version ([8171bc6](https://github.com/christophehurpeau/alp/commit/8171bc62dd38810679ff5297a054e80459d96881))
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
## [6.0.1](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@6.0.0...react-alp-connection-state@6.0.1) (2022-02-20)
|
|
212
|
-
|
|
213
|
-
**Note:** Version bump only for package react-alp-connection-state
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
# [6.0.0](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@5.0.2...react-alp-connection-state@6.0.0) (2022-02-13)
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
### Bug Fixes
|
|
223
|
-
|
|
224
|
-
* dont override react/react-in-jsx-scope ([5d21c9e](https://github.com/christophehurpeau/alp/commit/5d21c9ece092cd3397d1794211dae17cea6649f8))
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
### Features
|
|
228
|
-
|
|
229
|
-
* **react-alp-connection-state:** rewrite with react-native ([4e81a48](https://github.com/christophehurpeau/alp/commit/4e81a48fa2a701794971576236ea4f68bd16a475))
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
### BREAKING CHANGES
|
|
233
|
-
|
|
234
|
-
* **react-alp-connection-state:** new api, react-native or react-native-web, children with text required
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
## [5.0.2](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@5.0.1...react-alp-connection-state@5.0.2) (2022-02-06)
|
|
241
|
-
|
|
242
|
-
**Note:** Version bump only for package react-alp-connection-state
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
## [5.0.1](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@5.0.0...react-alp-connection-state@5.0.1) (2022-01-15)
|
|
249
|
-
|
|
250
|
-
**Note:** Version bump only for package react-alp-connection-state
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
# [5.0.0](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@4.1.3...react-alp-connection-state@5.0.0) (2022-01-02)
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
### Bug Fixes
|
|
260
|
-
|
|
261
|
-
* update nightingale and fix tests ([3691716](https://github.com/christophehurpeau/alp/commit/36917162d0ee3dccc07384caf018b7760d98b744))
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
### Features
|
|
265
|
-
|
|
266
|
-
* use ESM and drop node 12 ([f45054e](https://github.com/christophehurpeau/alp/commit/f45054e931eea88451d183722797eba057511236))
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
### BREAKING CHANGES
|
|
270
|
-
|
|
271
|
-
* requires node 14 and ESM
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
## [4.1.3](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@4.1.2...react-alp-connection-state@4.1.3) (2021-04-10)
|
|
278
|
-
|
|
279
|
-
**Note:** Version bump only for package react-alp-connection-state
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
## [4.1.2](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@4.1.1...react-alp-connection-state@4.1.2) (2021-03-28)
|
|
286
|
-
|
|
287
|
-
**Note:** Version bump only for package react-alp-connection-state
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
## [4.1.1](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@4.1.0...react-alp-connection-state@4.1.1) (2021-03-28)
|
|
294
|
-
|
|
295
|
-
**Note:** Version bump only for package react-alp-connection-state
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
# [4.1.0](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@4.0.2...react-alp-connection-state@4.1.0) (2021-03-21)
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
### Features
|
|
305
|
-
|
|
306
|
-
* update dependencies and browserlist config ([ec17710](https://github.com/christophehurpeau/alp/commit/ec177106dbfb094fface3d2791800916929305fc))
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
## [4.0.2](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@4.0.1...react-alp-connection-state@4.0.2) (2021-01-18)
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
### Bug Fixes
|
|
316
|
-
|
|
317
|
-
* deps and export import browser ([c8e51a6](https://github.com/christophehurpeau/alp/commit/c8e51a61befee852cbdbfb7697c7fd273a8d49ef))
|
|
318
|
-
* multiple stuff ([e914474](https://github.com/christophehurpeau/alp/commit/e9144747913b8edae7dc1ba94767d03e085cbdcd))
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
## [4.0.1](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@4.0.0...react-alp-connection-state@4.0.1) (2021-01-17)
|
|
325
|
-
|
|
326
|
-
**Note:** Version bump only for package react-alp-connection-state
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
# [4.0.0](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@3.0.2...react-alp-connection-state@4.0.0) (2021-01-17)
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
### Code Refactoring
|
|
336
|
-
|
|
337
|
-
* update dev deps and typescript and eslint ([8cdc20e](https://github.com/christophehurpeau/alp/commit/8cdc20e030769d98d637b9580931cc5cc608278d))
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
### BREAKING CHANGES
|
|
341
|
-
|
|
342
|
-
* requires node 12
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
## [3.0.2](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@3.0.1...react-alp-connection-state@3.0.2) (2021-01-12)
|
|
349
|
-
|
|
350
|
-
**Note:** Version bump only for package react-alp-connection-state
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
## [3.0.1](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@3.0.0...react-alp-connection-state@3.0.1) (2020-08-09)
|
|
357
|
-
|
|
358
|
-
**Note:** Version bump only for package react-alp-connection-state
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
# [3.0.0](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@2.1.1...react-alp-connection-state@3.0.0) (2020-08-08)
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
### Features
|
|
368
|
-
|
|
369
|
-
* **react-alp-connection-state:** pass state as prop ([936cc62](https://github.com/christophehurpeau/alp/commit/936cc62))
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
### BREAKING CHANGES
|
|
373
|
-
|
|
374
|
-
* **react-alp-connection-state:** requies to pass state as prop
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
## [2.1.1](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@2.1.0...react-alp-connection-state@2.1.1) (2020-08-08)
|
|
381
|
-
|
|
382
|
-
**Note:** Version bump only for package react-alp-connection-state
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
# [2.1.0](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@2.0.3...react-alp-connection-state@2.1.0) (2020-05-30)
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
### Features
|
|
392
|
-
|
|
393
|
-
* update dependencies ([70b1f7f](https://github.com/christophehurpeau/alp/commit/70b1f7f))
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
## [2.0.3](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@2.0.2...react-alp-connection-state@2.0.3) (2020-05-02)
|
|
400
|
-
|
|
401
|
-
**Note:** Version bump only for package react-alp-connection-state
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
## [2.0.2](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@2.0.1...react-alp-connection-state@2.0.2) (2019-12-16)
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
### Bug Fixes
|
|
411
|
-
|
|
412
|
-
* update pobpack ([6e0b501](https://github.com/christophehurpeau/alp/commit/6e0b501))
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
## [2.0.1](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@2.0.0...react-alp-connection-state@2.0.1) (2019-12-15)
|
|
419
|
-
|
|
420
|
-
**Note:** Version bump only for package react-alp-connection-state
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
# [2.0.0](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@1.2.1...react-alp-connection-state@2.0.0) (2019-12-15)
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
### Features
|
|
430
|
-
|
|
431
|
-
* update dependencies ([2d1539c](https://github.com/christophehurpeau/alp/commit/2d1539c))
|
|
432
|
-
* update dependencies and pob ([edee8ce](https://github.com/christophehurpeau/alp/commit/edee8ce))
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
### BREAKING CHANGES
|
|
436
|
-
|
|
437
|
-
* drop node 8
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
## [1.2.1](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@1.2.0...react-alp-connection-state@1.2.1) (2019-09-15)
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
### Bug Fixes
|
|
447
|
-
|
|
448
|
-
* update ynnub to support sass-loader ([9c62b49](https://github.com/christophehurpeau/alp/commit/9c62b49))
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
# [1.2.0](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@1.1.3...react-alp-connection-state@1.2.0) (2019-09-13)
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
### Features
|
|
458
|
-
|
|
459
|
-
* add react-alp-antd-form and update dependencies ([6f60e46](https://github.com/christophehurpeau/alp/commit/6f60e46))
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
## [1.1.3](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@1.1.2...react-alp-connection-state@1.1.3) (2019-09-13)
|
|
466
|
-
|
|
467
|
-
**Note:** Version bump only for package react-alp-connection-state
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
## [1.1.2](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@1.1.1...react-alp-connection-state@1.1.2) (2019-09-09)
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
### Bug Fixes
|
|
477
|
-
|
|
478
|
-
* pob update ([ffe6857](https://github.com/christophehurpeau/alp/commit/ffe6857))
|
|
479
|
-
* removeEventListener(beforeunload in ConnectionState ([0028dc2](https://github.com/christophehurpeau/alp/commit/0028dc2))
|
|
480
|
-
* typescript issues ([23246f6](https://github.com/christophehurpeau/alp/commit/23246f6))
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
## [1.1.1](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@1.1.0...react-alp-connection-state@1.1.1) (2019-05-01)
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
### Bug Fixes
|
|
490
|
-
|
|
491
|
-
* hot loader ([c880769](https://github.com/christophehurpeau/alp/commit/c880769))
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
# [1.1.0](https://github.com/christophehurpeau/alp/compare/react-alp-connection-state@1.0.0...react-alp-connection-state@1.1.0) (2019-05-01)
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
### Features
|
|
501
|
-
|
|
502
|
-
* update deps and pobpack ([1e19ea4](https://github.com/christophehurpeau/alp/commit/1e19ea4))
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
# 1.0.0 (2019-04-29)
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
### Features
|
|
512
|
-
|
|
513
|
-
* add react-alp-connection-state ([d54a78d](https://github.com/christophehurpeau/alp/commit/d54a78d))
|