@availity/page-header 0.0.0-t325224b2 → 1.0.0

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/CHANGELOG.md ADDED
@@ -0,0 +1,2482 @@
1
+ # Changelog
2
+
3
+ This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
4
+
5
+ # 1.0.0 (2024-08-22)
6
+
7
+ ### Dependency Updates
8
+
9
+ * `@availity/spaces` updated to version `1.0.0`
10
+ * `@availity/training-link` updated to version `0.1.0`
11
+ * `@availity/app-icon` updated to version `0.1.0`
12
+ * `@availity/breadcrumbs` updated to version `1.0.0`
13
+ * `@availity/feedback` updated to version `1.0.0`
14
+ * `@availity/payer-logo` updated to version `1.0.0`
15
+
16
+ ### Bug Fixes
17
+
18
+ * **breadcrumbs, page-header:** fixed tests ([63e0ac7](https://github.com/Availity/availity-react/commit/63e0ac7fcb0f072286c6f0dc821729f826d3a2f8))
19
+ * eslint issues ([bc4d8e9](https://github.com/Availity/availity-react/commit/bc4d8e9252a37c067de3e5b15e583c4a3c06d6c5))
20
+ * **feature:** fixed the repository for npm ([7a13a9e](https://github.com/Availity/availity-react/commit/7a13a9ea4533c1565998ed6c28439d22016c285e))
21
+ * fixed package-locks ([ddb49bb](https://github.com/Availity/availity-react/commit/ddb49bbffef1e4fae59f84fb283f5c4a422c8657))
22
+ * included pageheader test snapshot ([a315f8e](https://github.com/Availity/availity-react/commit/a315f8e0c453efc4b0335bb9cf9890ee79a62663))
23
+ * package lock urls ([51fbc03](https://github.com/Availity/availity-react/commit/51fbc0337503712f2a289897b7887ca0a739e8f0))
24
+ * **page-header:** account for payerId with multiple associated spaces and no spaceId passed ([871caf0](https://github.com/Availity/availity-react/commit/871caf05ad4d94bcd51f3df8a899d7a36191a227))
25
+ * **page-header:** add trackDeps ([1b48275](https://github.com/Availity/availity-react/commit/1b482754aba9e0df7f3451787832397c9ec2a2f2))
26
+ * **page-header:** allow crumbs to be hidden ([38f93e7](https://github.com/Availity/availity-react/commit/38f93e7b4ae9e970919f5c9dc096232e704c4cbc))
27
+ * **page-header:** allow custom crumbs in crumbs prop ([d3af59f](https://github.com/Availity/availity-react/commit/d3af59fc94b48f43f961f646c9c9d4737e12c03e))
28
+ * **page-header:** correct usage of useSpace ([2bc911c](https://github.com/Availity/availity-react/commit/2bc911c4d93ddf493bcc9e058036f166b7c5e9f0))
29
+ * **page-header:** dont send in empty payerId ([9b9e551](https://github.com/Availity/availity-react/commit/9b9e5512216cefffe2e3f67ca223e50e805dfc90))
30
+ * **page-header:** ensure breadcrumbs parent div never gets squished ([2060a03](https://github.com/Availity/availity-react/commit/2060a03d5c6bcfd7a11d8a3c39dd892123123ebd))
31
+ * **page-header:** fix link ([10dd984](https://github.com/Availity/availity-react/commit/10dd984614b1526ed993ada96a220ebcbe81e9c1))
32
+ * **page-header:** honor custom crumbs passed in ([d28e188](https://github.com/Availity/availity-react/commit/d28e188050230c3ab1c44b68e13748fb1a7cbf8a))
33
+ * **page-header:** made spaces peer dep to prevent duplicate installations ([a3d705d](https://github.com/Availity/availity-react/commit/a3d705d2e6ac3b60f2ca3da962539a2f6ebfb246))
34
+ * **page-header:** removing breadcrumb type check ([0896c2d](https://github.com/Availity/availity-react/commit/0896c2d53801da347d44b307ae049641cee5b29a))
35
+ * **page-header:** update types ReactNode ([23292dd](https://github.com/Availity/availity-react/commit/23292dd5a0fa4193f55723de9c3205934292199d))
36
+ * re-created package-locks ([49726de](https://github.com/Availity/availity-react/commit/49726dea08a61201a44c7c63c14715dda195cc25))
37
+ * removed npmrc and added config to lerna for now creating locks ([efe82ab](https://github.com/Availity/availity-react/commit/efe82ab5a9a38cc8113d5cc71416f1ef347eb4c4))
38
+ * removed package-locks,added npmrc ignore,fixed react as hoisted dep ([4648319](https://github.com/Availity/availity-react/commit/4648319b1298096de2e3e37bf6246e5f169ace0e))
39
+ * so many package-lock.json's ([8b5dc24](https://github.com/Availity/availity-react/commit/8b5dc24168f9eecae9f3f52da0b49e6da831a643))
40
+ * **spaces:** fixes from code review ([47ba435](https://github.com/Availity/availity-react/commit/47ba435806f0e76870564b085a741298b7350a92))
41
+ * update peerDep ranges ([1e26d13](https://github.com/Availity/availity-react/commit/1e26d1388383fdbd1dc919ab97c1b6f1c5a047be))
42
+ * upgrade yup and update sb stories ([68aeafe](https://github.com/Availity/availity-react/commit/68aeafe4fd7d90d7c88dbb24636ba7770fe87aa3))
43
+
44
+
45
+ ### Build System
46
+
47
+ * **page-header:** update dependencies ([104ed57](https://github.com/Availity/availity-react/commit/104ed5781d92c4cf8563084eae4ae4cfcab579de))
48
+
49
+
50
+ ### chore
51
+
52
+ * **page-header:** feedback update to latest formik should have been major bump ([f217189](https://github.com/Availity/availity-react/commit/f21718948013b9a4fbf7ed6c3105088f6fafe9a7))
53
+
54
+
55
+ ### Code Refactoring
56
+
57
+ * **page-header:** made api resources peer dep ([66e136a](https://github.com/Availity/availity-react/commit/66e136a0f3751ef20e84524761eb760e5334fe91))
58
+ * **page-header:** refactored page header strcuture to fix ux ([d79d269](https://github.com/Availity/availity-react/commit/d79d2697356935c8d0a4c9d4f1b4d4ab8335e836))
59
+ * **spaces:** remove useSpace hook in favor of useSpaces ([8a6a932](https://github.com/Availity/availity-react/commit/8a6a932da6cde1adc12fff5ff725615d0ea641a0))
60
+
61
+
62
+ ### Features
63
+
64
+ * add spaces package ([e2eff44](https://github.com/Availity/availity-react/commit/e2eff4448cfe4d28e91dfaeb87dc1e4ca17df817))
65
+ * added dynamic breadcrumb (react-router tests) ([f79f8cf](https://github.com/Availity/availity-react/commit/f79f8cfe27522f3bb1fd2266fa613a9bf28a0611))
66
+ * **docs:** updated to use yarn and added readmes ([3b94748](https://github.com/Availity/availity-react/commit/3b947487ef18c6e11486ad39203882a11bc8a1e7))
67
+ * **feature:** added packages from av-react to public ([2c32cf3](https://github.com/Availity/availity-react/commit/2c32cf353f22847a5a293eecf800315a051646f3))
68
+ * **feature:** adding typescript support ([cfe57a2](https://github.com/Availity/availity-react/commit/cfe57a265b97ba9a053fb3bee54d2b054fa86e8f))
69
+ * **feedback:** refactored feedback component with more options ([becab2e](https://github.com/Availity/availity-react/commit/becab2ebb2b5ada96b1d08f054e372376dfa17ea))
70
+ * **form:** add currency input ([fa9eea6](https://github.com/Availity/availity-react/commit/fa9eea6a3b3dd2ef741a0658c102e36c6db5288c))
71
+ * integrated dynamic breadcrumbs into PageHeader ([7865b13](https://github.com/Availity/availity-react/commit/7865b13041fe570165caf5dcfc0888f264af2ff4))
72
+ * move storybook, stories, and fix hmr ([2f65f71](https://github.com/Availity/availity-react/commit/2f65f71769d2d981e22700b87a09516833588f64))
73
+ * **page-header:** add clientId prop ([85067b9](https://github.com/Availity/availity-react/commit/85067b95951b12a327be783c6c25bcd013c5b258))
74
+ * **page-header:** add feedbackProps prop type ([525b9e9](https://github.com/Availity/availity-react/commit/525b9e91892f253dc5a12f02181866828f0d1f16))
75
+ * **page-header:** add renderRightClassName props and defaults ([c8403fe](https://github.com/Availity/availity-react/commit/c8403feca1ec881c9bdc8e6e4b5416a83311da76))
76
+ * **page-header:** added function prop to render custom right content ([9b36f16](https://github.com/Availity/availity-react/commit/9b36f162714c7bf277b20627e170b389a41c8810))
77
+ * **page-header:** added new app-icon props to page-header ([b1a4ca0](https://github.com/Availity/availity-react/commit/b1a4ca0425f2f752ad8bf78336af98e7096e97eb))
78
+ * **page-header:** allow crumbs to be hidden ([f882669](https://github.com/Availity/availity-react/commit/f8826692cd4beabe54c3ab11c21e61fe38a44529))
79
+ * **page-header:** allow logo and feedback to rendered at same time ([227d6b9](https://github.com/Availity/availity-react/commit/227d6b9fefadcd86f53d86da077fa4e6bf37d445)), closes [#88](https://github.com/Availity/availity-react/issues/88)
80
+ * **page-header:** remove defaultProps usage ([a757455](https://github.com/Availity/availity-react/commit/a7574558931895d65f53bcdb72eca39234161ef1))
81
+ * **page-header:** require spaces ^8.0.0 ([316b74f](https://github.com/Availity/availity-react/commit/316b74f94a1c8cf1ec3fdc7b9f02d739767e5641))
82
+ * **page-header:** responsiveness and debootstrapifying ([ce4b2f9](https://github.com/Availity/availity-react/commit/ce4b2f9086d2fe2c808297fc606db6581b768a7b))
83
+ * **page-header:** switch to webQL from slotmachine ([14fe0e7](https://github.com/Availity/availity-react/commit/14fe0e76c64befdd786f2ec2491d39925b7a5416))
84
+ * **page-header:** use space from spaces provider if it exists ([f3e5bdd](https://github.com/Availity/availity-react/commit/f3e5bddf064d0c5f267f65f1b91252df4670279a))
85
+ * **select:** add autofill prop ([37d3fba](https://github.com/Availity/availity-react/commit/37d3fba66e4020a34b628eda0bac3da4fa35ccf3))
86
+ * **spaces:** add SpacesFile component ([d0d95a9](https://github.com/Availity/availity-react/commit/d0d95a97a04f6af660841bbe24a95ce20dabd3f7))
87
+ * upgrade deps ([eccefc0](https://github.com/Availity/availity-react/commit/eccefc0549ebd5057595f6ac696642789375f48a))
88
+
89
+
90
+ ### BREAKING CHANGES
91
+
92
+ * **page-header:** feedback has a breaking change which requires a breaking change here
93
+ * **page-header:** the @availity/spaces peer dependency must be ^8.0.0 in
94
+ order to use this package now
95
+ * axios v1 is now required
96
+ * **page-header:** response format of webQL is different than from
97
+ slotmachine
98
+
99
+ This is unlikely to break anyone using the components in this package in
100
+ a typical fashion, but if you:
101
+
102
+ 1. use the `useSpaces` hook to do anything
103
+ custom, the shape of a configuration (returned by webQL) differs
104
+ slightly from a space (return by slotmachine). you may need to account
105
+ for this
106
+
107
+ 2. pass in a custom query or variables to the Spaces provider the query
108
+ format and variables structure in webQL is different than that from slotmachine
109
+ * **page-header:** api-core and localstorage-core have been bumped to next major version
110
+ * **spaces:** `useSpace` is no longer available. Use `useSpaces`
111
+ instead. Additionally, `isGhost` is no longer exported as that property is computed server side and assigned to the space asset
112
+
113
+ *Before:*
114
+ ```js
115
+ import { useSpace } from '@availity/spaces';
116
+
117
+ // ...
118
+ const { space: space1, loading, error, isGhost } = useSpace('1');
119
+ const { space: space2 } = useSpace('2');
120
+ const { space: space3 } = useSpace('3');
121
+ ```
122
+
123
+ *After:*
124
+ ```js
125
+ import { useSpaces, useSpacesContext } from '@availity/spaces';
126
+
127
+ // ...
128
+ const [space1, space2, space3] = useSpaces('1', '2', '3');
129
+ const { loading, error } = useSpacesContext();
130
+ ```
131
+ * **page-header:** Tag prop now is defaulted to div and appName instead of children will render an h1 tag by default
132
+ * **page-header:** `@availity/spaces` is now a peer dependency
133
+ * **page-header:** api-axios api-core and axios are peer deps now
134
+ * **page-header:** this requires formik and yup to be installed alongside for feedback to work
135
+ * **feedback:** The feedback modal has a new look.
136
+
137
+
138
+
139
+ ## [14.0.1](https://github.com/Availity/availity-react/compare/@availity/page-header@14.0.0...@availity/page-header@14.0.1) (2024-08-14)
140
+
141
+ ### Dependency Updates
142
+
143
+ * `feedback` updated to version `14.0.0`
144
+ * `spaces` updated to version `14.0.0`
145
+
146
+
147
+ # [14.0.0](https://github.com/Availity/availity-react/compare/@availity/page-header@13.0.8...@availity/page-header@14.0.0) (2024-07-12)
148
+
149
+ ### Dependency Updates
150
+
151
+ * `feedback` updated to version `13.0.8`
152
+
153
+ ### Features
154
+
155
+ * **page-header:** remove defaultProps usage ([a757455](https://github.com/Availity/availity-react/commit/a7574558931895d65f53bcdb72eca39234161ef1))
156
+
157
+
158
+ ### BREAKING CHANGES
159
+
160
+ * **page-header:** feedback has a breaking change which requires a breaking change here
161
+
162
+
163
+
164
+ ## [13.0.8](https://github.com/Availity/availity-react/compare/@availity/page-header@13.0.7...@availity/page-header@13.0.8) (2024-05-31)
165
+
166
+ ### Dependency Updates
167
+
168
+ * `feedback` updated to version `13.0.7`
169
+ * `spaces` updated to version `13.0.7`
170
+
171
+
172
+ ## [13.0.7](https://github.com/Availity/availity-react/compare/@availity/page-header@13.0.6...@availity/page-header@13.0.7) (2024-05-09)
173
+
174
+ ### Dependency Updates
175
+
176
+ * `spaces` updated to version `13.0.6`
177
+
178
+
179
+ ## [13.0.6](https://github.com/Availity/availity-react/compare/@availity/page-header@13.0.5...@availity/page-header@13.0.6) (2024-04-23)
180
+
181
+ ### Dependency Updates
182
+
183
+ * `feedback` updated to version `13.0.5`
184
+ * `payer-logo` updated to version `13.0.5`
185
+ * `spaces` updated to version `13.0.5`
186
+
187
+
188
+ ## [13.0.5](https://github.com/Availity/availity-react/compare/@availity/page-header@13.0.4...@availity/page-header@13.0.5) (2024-03-07)
189
+
190
+ ### Dependency Updates
191
+
192
+ * `spaces` updated to version `13.0.4`
193
+
194
+
195
+ ## [13.0.4](https://github.com/Availity/availity-react/compare/@availity/page-header@13.0.3...@availity/page-header@13.0.4) (2024-02-21)
196
+
197
+ ### Dependency Updates
198
+
199
+ * `app-icon` updated to version `13.0.3`
200
+ * `feedback` updated to version `13.0.3`
201
+ * `payer-logo` updated to version `13.0.3`
202
+ * `spaces` updated to version `13.0.3`
203
+ * `training-link` updated to version `13.0.3`
204
+
205
+
206
+ ## [13.0.3](https://github.com/Availity/availity-react/compare/@availity/page-header@13.0.2...@availity/page-header@13.0.3) (2023-11-07)
207
+
208
+ ### Dependency Updates
209
+
210
+ * `payer-logo` updated to version `13.0.2`
211
+ * `spaces` updated to version `13.0.2`
212
+ * `training-link` updated to version `13.0.2`
213
+
214
+ ### Bug Fixes
215
+
216
+ * **page-header:** add trackDeps ([1b48275](https://github.com/Availity/availity-react/commit/1b482754aba9e0df7f3451787832397c9ec2a2f2))
217
+
218
+
219
+
220
+ ## [13.0.2](https://github.com/Availity/availity-react/compare/@availity/page-header@13.0.1...@availity/page-header@13.0.2) (2023-10-19)
221
+
222
+
223
+
224
+ ## [13.0.1](https://github.com/Availity/availity-react/compare/@availity/page-header@13.0.0...@availity/page-header@13.0.1) (2023-10-19)
225
+
226
+
227
+
228
+ # [13.0.0](https://github.com/Availity/availity-react/compare/@availity/page-header@12.0.0...@availity/page-header@13.0.0) (2023-10-17)
229
+
230
+
231
+ ### Features
232
+
233
+ * **page-header:** require spaces ^8.0.0 ([316b74f](https://github.com/Availity/availity-react/commit/316b74f94a1c8cf1ec3fdc7b9f02d739767e5641))
234
+
235
+
236
+ ### BREAKING CHANGES
237
+
238
+ * **page-header:** the @availity/spaces peer dependency must be ^8.0.0 in
239
+ order to use this package now
240
+
241
+
242
+
243
+ # [12.0.0](https://github.com/Availity/availity-react/compare/@availity/page-header@11.3.4...@availity/page-header@12.0.0) (2023-10-09)
244
+
245
+
246
+ ### Features
247
+
248
+ * upgrade deps ([eccefc0](https://github.com/Availity/availity-react/commit/eccefc0549ebd5057595f6ac696642789375f48a))
249
+
250
+
251
+ ### BREAKING CHANGES
252
+
253
+ * axios v1 is now required
254
+
255
+
256
+
257
+ ## [11.3.4](https://github.com/Availity/availity-react/compare/@availity/page-header@11.3.3...@availity/page-header@11.3.4) (2023-08-02)
258
+
259
+
260
+
261
+ ## [11.3.3](https://github.com/Availity/availity-react/compare/@availity/page-header@11.3.2...@availity/page-header@11.3.3) (2023-07-20)
262
+
263
+
264
+ ### Bug Fixes
265
+
266
+ * **page-header:** fix link ([10dd984](https://github.com/Availity/availity-react/commit/10dd984614b1526ed993ada96a220ebcbe81e9c1))
267
+
268
+
269
+
270
+ ## [11.3.2](https://github.com/Availity/availity-react/compare/@availity/page-header@11.3.1...@availity/page-header@11.3.2) (2023-01-25)
271
+
272
+
273
+
274
+ ## [11.3.1](https://github.com/Availity/availity-react/compare/@availity/page-header@11.3.0...@availity/page-header@11.3.1) (2022-06-14)
275
+
276
+
277
+
278
+ # [11.3.0](https://github.com/Availity/availity-react/compare/@availity/page-header@11.2.9...@availity/page-header@11.3.0) (2022-06-14)
279
+
280
+
281
+ ### Features
282
+
283
+ * **form:** add currency input ([fa9eea6](https://github.com/Availity/availity-react/commit/fa9eea6a3b3dd2ef741a0658c102e36c6db5288c))
284
+
285
+
286
+
287
+ ## [11.2.9](https://github.com/Availity/availity-react/compare/@availity/page-header@11.2.8...@availity/page-header@11.2.9) (2022-06-10)
288
+
289
+
290
+
291
+ ## [11.2.8](https://github.com/Availity/availity-react/compare/@availity/page-header@11.2.7...@availity/page-header@11.2.8) (2022-05-26)
292
+
293
+
294
+ ### Bug Fixes
295
+
296
+ * update peerDep ranges ([1e26d13](https://github.com/Availity/availity-react/commit/1e26d1388383fdbd1dc919ab97c1b6f1c5a047be))
297
+
298
+
299
+
300
+ ## [11.2.7](https://github.com/Availity/availity-react/compare/@availity/page-header@11.2.6...@availity/page-header@11.2.7) (2022-05-24)
301
+
302
+
303
+ ### Bug Fixes
304
+
305
+ * upgrade yup and update sb stories ([68aeafe](https://github.com/Availity/availity-react/commit/68aeafe4fd7d90d7c88dbb24636ba7770fe87aa3))
306
+
307
+
308
+
309
+ ## 11.2.6 (2022-05-20)
310
+
311
+ **Note:** Version bump only for package @availity/page-header
312
+
313
+
314
+
315
+
316
+
317
+ ## [11.2.5](https://github.com/Availity/availity-react/compare/@availity/page-header@11.2.4...@availity/page-header@11.2.5) (2022-05-18)
318
+
319
+ **Note:** Version bump only for package @availity/page-header
320
+
321
+
322
+
323
+
324
+
325
+ ## [11.2.4](https://github.com/Availity/availity-react/compare/@availity/page-header@11.2.3...@availity/page-header@11.2.4) (2022-05-11)
326
+
327
+ **Note:** Version bump only for package @availity/page-header
328
+
329
+
330
+
331
+
332
+
333
+ ## [11.2.3](https://github.com/Availity/availity-react/compare/@availity/page-header@11.2.2...@availity/page-header@11.2.3) (2022-05-11)
334
+
335
+ **Note:** Version bump only for package @availity/page-header
336
+
337
+
338
+
339
+
340
+
341
+ ## 11.2.2 (2022-05-09)
342
+
343
+ **Note:** Version bump only for package @availity/page-header
344
+
345
+
346
+
347
+
348
+
349
+ ## [11.2.1](https://github.com/Availity/availity-react/compare/@availity/page-header@11.2.0...@availity/page-header@11.2.1) (2022-05-03)
350
+
351
+ **Note:** Version bump only for package @availity/page-header
352
+
353
+
354
+
355
+
356
+
357
+ # [11.2.0](https://github.com/Availity/availity-react/compare/@availity/page-header@11.1.30...@availity/page-header@11.2.0) (2022-04-20)
358
+
359
+
360
+ ### Features
361
+
362
+ * **page-header:** responsiveness and debootstrapifying ([ce4b2f9](https://github.com/Availity/availity-react/commit/ce4b2f9086d2fe2c808297fc606db6581b768a7b))
363
+
364
+
365
+
366
+
367
+
368
+ ## [11.1.30](https://github.com/Availity/availity-react/compare/@availity/page-header@11.1.29...@availity/page-header@11.1.30) (2022-04-14)
369
+
370
+
371
+ ### Bug Fixes
372
+
373
+ * **page-header:** account for payerId with multiple associated spaces and no spaceId passed ([871caf0](https://github.com/Availity/availity-react/commit/871caf05ad4d94bcd51f3df8a899d7a36191a227))
374
+
375
+
376
+
377
+
378
+
379
+ ## [11.1.29](https://github.com/Availity/availity-react/compare/@availity/page-header@11.1.28...@availity/page-header@11.1.29) (2022-04-13)
380
+
381
+ **Note:** Version bump only for package @availity/page-header
382
+
383
+
384
+
385
+
386
+
387
+ ## [11.1.28](https://github.com/Availity/availity-react/compare/@availity/page-header@11.1.27...@availity/page-header@11.1.28) (2022-04-13)
388
+
389
+ **Note:** Version bump only for package @availity/page-header
390
+
391
+
392
+
393
+
394
+
395
+ ## [11.1.27](https://github.com/Availity/availity-react/compare/@availity/page-header@11.1.25...@availity/page-header@11.1.27) (2022-03-09)
396
+
397
+ **Note:** Version bump only for package @availity/page-header
398
+
399
+
400
+
401
+
402
+
403
+ ## 11.1.26 (2022-03-04)
404
+
405
+
406
+ ### Bug Fixes
407
+
408
+ * **page-header:** dont send in empty payerId ([9b9e551](https://github.com/Availity/availity-react/commit/9b9e5512216cefffe2e3f67ca223e50e805dfc90))
409
+
410
+
411
+
412
+
413
+
414
+ ## [11.1.25](https://github.com/Availity/availity-react/compare/@availity/page-header@11.1.24...@availity/page-header@11.1.25) (2022-02-24)
415
+
416
+ **Note:** Version bump only for package @availity/page-header
417
+
418
+
419
+
420
+
421
+
422
+ ## [11.1.24](https://github.com/Availity/availity-react/compare/@availity/page-header@11.1.23...@availity/page-header@11.1.24) (2022-02-24)
423
+
424
+ **Note:** Version bump only for package @availity/page-header
425
+
426
+
427
+
428
+
429
+
430
+ ## [11.1.23](https://github.com/Availity/availity-react/compare/@availity/page-header@11.1.22...@availity/page-header@11.1.23) (2022-02-23)
431
+
432
+ **Note:** Version bump only for package @availity/page-header
433
+
434
+
435
+
436
+
437
+
438
+ ## 11.1.22 (2022-02-23)
439
+
440
+ **Note:** Version bump only for package @availity/page-header
441
+
442
+
443
+
444
+
445
+
446
+ ## [11.1.21](https://github.com/Availity/availity-react/compare/@availity/page-header@11.1.20...@availity/page-header@11.1.21) (2022-02-18)
447
+
448
+ **Note:** Version bump only for package @availity/page-header
449
+
450
+
451
+
452
+
453
+
454
+ ## 11.1.20 (2022-02-17)
455
+
456
+ **Note:** Version bump only for package @availity/page-header
457
+
458
+
459
+
460
+
461
+
462
+ ## [11.1.19](https://github.com/Availity/availity-react/compare/@availity/page-header@11.1.18...@availity/page-header@11.1.19) (2022-02-11)
463
+
464
+ **Note:** Version bump only for package @availity/page-header
465
+
466
+
467
+
468
+
469
+
470
+ ## [11.1.18](https://github.com/Availity/availity-react/compare/@availity/page-header@11.1.17...@availity/page-header@11.1.18) (2022-02-04)
471
+
472
+ **Note:** Version bump only for package @availity/page-header
473
+
474
+
475
+
476
+
477
+
478
+ ## 11.1.17 (2022-02-03)
479
+
480
+ **Note:** Version bump only for package @availity/page-header
481
+
482
+
483
+
484
+
485
+
486
+ ## [11.1.16](https://github.com/Availity/availity-react/compare/@availity/page-header@11.1.15...@availity/page-header@11.1.16) (2022-01-27)
487
+
488
+ **Note:** Version bump only for package @availity/page-header
489
+
490
+
491
+
492
+
493
+
494
+ ## [11.1.15](https://github.com/Availity/availity-react/compare/@availity/page-header@11.1.14...@availity/page-header@11.1.15) (2022-01-25)
495
+
496
+ **Note:** Version bump only for package @availity/page-header
497
+
498
+
499
+
500
+
501
+
502
+ ## [11.1.14](https://github.com/Availity/availity-react/compare/@availity/page-header@11.1.12...@availity/page-header@11.1.14) (2022-01-19)
503
+
504
+ **Note:** Version bump only for package @availity/page-header
505
+
506
+
507
+
508
+
509
+
510
+ ## [11.1.13](https://github.com/Availity/availity-react/compare/@availity/page-header@11.1.12...@availity/page-header@11.1.13) (2022-01-18)
511
+
512
+ **Note:** Version bump only for package @availity/page-header
513
+
514
+
515
+
516
+
517
+
518
+ ## 11.1.12 (2022-01-13)
519
+
520
+ **Note:** Version bump only for package @availity/page-header
521
+
522
+
523
+
524
+
525
+
526
+ ## [11.1.11](https://github.com/Availity/availity-react/compare/@availity/page-header@11.1.10...@availity/page-header@11.1.11) (2021-12-20)
527
+
528
+ **Note:** Version bump only for package @availity/page-header
529
+
530
+
531
+
532
+
533
+
534
+ ## [11.1.10](https://github.com/Availity/availity-react/compare/@availity/page-header@11.1.9...@availity/page-header@11.1.10) (2021-12-14)
535
+
536
+ **Note:** Version bump only for package @availity/page-header
537
+
538
+
539
+
540
+
541
+
542
+ ## 11.1.9 (2021-12-09)
543
+
544
+ **Note:** Version bump only for package @availity/page-header
545
+
546
+
547
+
548
+
549
+
550
+ ## [11.1.8](https://github.com/Availity/availity-react/compare/@availity/page-header@11.1.7...@availity/page-header@11.1.8) (2021-12-03)
551
+
552
+ **Note:** Version bump only for package @availity/page-header
553
+
554
+
555
+
556
+
557
+
558
+ ## 11.1.7 (2021-12-03)
559
+
560
+ **Note:** Version bump only for package @availity/page-header
561
+
562
+
563
+
564
+
565
+
566
+ ## [11.1.6](https://github.com/Availity/availity-react/compare/@availity/page-header@11.1.5...@availity/page-header@11.1.6) (2021-12-02)
567
+
568
+ **Note:** Version bump only for package @availity/page-header
569
+
570
+
571
+
572
+
573
+
574
+ ## [11.1.5](https://github.com/Availity/availity-react/compare/@availity/page-header@11.1.4...@availity/page-header@11.1.5) (2021-12-01)
575
+
576
+ **Note:** Version bump only for package @availity/page-header
577
+
578
+
579
+
580
+
581
+
582
+ ## [11.1.4](https://github.com/Availity/availity-react/compare/@availity/page-header@11.1.3...@availity/page-header@11.1.4) (2021-11-30)
583
+
584
+ **Note:** Version bump only for package @availity/page-header
585
+
586
+
587
+
588
+
589
+
590
+ ## [11.1.3](https://github.com/Availity/availity-react/compare/@availity/page-header@11.1.2...@availity/page-header@11.1.3) (2021-11-19)
591
+
592
+ **Note:** Version bump only for package @availity/page-header
593
+
594
+
595
+
596
+
597
+
598
+ ## [11.1.2](https://github.com/Availity/availity-react/compare/@availity/page-header@11.1.1...@availity/page-header@11.1.2) (2021-11-16)
599
+
600
+ **Note:** Version bump only for package @availity/page-header
601
+
602
+
603
+
604
+
605
+
606
+ ## [11.1.1](https://github.com/Availity/availity-react/compare/@availity/page-header@11.1.0...@availity/page-header@11.1.1) (2021-11-15)
607
+
608
+ **Note:** Version bump only for package @availity/page-header
609
+
610
+
611
+
612
+
613
+
614
+ # [11.1.0](https://github.com/Availity/availity-react/compare/@availity/page-header@11.0.30...@availity/page-header@11.1.0) (2021-11-15)
615
+
616
+
617
+ ### Features
618
+
619
+ * move storybook, stories, and fix hmr ([2f65f71](https://github.com/Availity/availity-react/commit/2f65f71769d2d981e22700b87a09516833588f64))
620
+
621
+
622
+
623
+
624
+
625
+ ## [11.0.30](https://github.com/Availity/availity-react/compare/@availity/page-header@11.0.29...@availity/page-header@11.0.30) (2021-11-12)
626
+
627
+ **Note:** Version bump only for package @availity/page-header
628
+
629
+
630
+
631
+
632
+
633
+ ## [11.0.29](https://github.com/Availity/availity-react/compare/@availity/page-header@11.0.27...@availity/page-header@11.0.29) (2021-11-12)
634
+
635
+ **Note:** Version bump only for package @availity/page-header
636
+
637
+
638
+
639
+
640
+
641
+ ## [11.0.28](https://github.com/Availity/availity-react/compare/@availity/page-header@11.0.27...@availity/page-header@11.0.28) (2021-11-09)
642
+
643
+ **Note:** Version bump only for package @availity/page-header
644
+
645
+
646
+
647
+
648
+
649
+ ## [11.0.27](https://github.com/Availity/availity-react/compare/@availity/page-header@11.0.23...@availity/page-header@11.0.27) (2021-11-05)
650
+
651
+ **Note:** Version bump only for package @availity/page-header
652
+
653
+
654
+
655
+
656
+
657
+ ## [11.0.26](https://github.com/Availity/availity-react/compare/@availity/page-header@11.0.25...@availity/page-header@11.0.26) (2021-10-28)
658
+
659
+ **Note:** Version bump only for package @availity/page-header
660
+
661
+
662
+
663
+
664
+
665
+ ## [11.0.25](https://github.com/Availity/availity-react/compare/@availity/page-header@11.0.24...@availity/page-header@11.0.25) (2021-10-28)
666
+
667
+ **Note:** Version bump only for package @availity/page-header
668
+
669
+
670
+
671
+
672
+
673
+ ## [11.0.24](https://github.com/Availity/availity-react/compare/@availity/page-header@11.0.23...@availity/page-header@11.0.24) (2021-10-28)
674
+
675
+ **Note:** Version bump only for package @availity/page-header
676
+
677
+
678
+
679
+
680
+
681
+ ## [11.0.23](https://github.com/Availity/availity-react/compare/@availity/page-header@11.0.22...@availity/page-header@11.0.23) (2021-10-28)
682
+
683
+ **Note:** Version bump only for package @availity/page-header
684
+
685
+
686
+
687
+
688
+
689
+ ## 11.0.22 (2021-10-27)
690
+
691
+ **Note:** Version bump only for package @availity/page-header
692
+
693
+
694
+
695
+
696
+
697
+ ## 11.0.21 (2021-10-22)
698
+
699
+ **Note:** Version bump only for package @availity/page-header
700
+
701
+
702
+
703
+
704
+
705
+ ## 11.0.20 (2021-10-19)
706
+
707
+ **Note:** Version bump only for package @availity/page-header
708
+
709
+
710
+
711
+
712
+
713
+ ## [11.0.19](https://github.com/Availity/availity-react/compare/@availity/page-header@11.0.18...@availity/page-header@11.0.19) (2021-10-19)
714
+
715
+ **Note:** Version bump only for package @availity/page-header
716
+
717
+
718
+
719
+
720
+
721
+ ## [11.0.18](https://github.com/Availity/availity-react/compare/@availity/page-header@11.0.17...@availity/page-header@11.0.18) (2021-10-19)
722
+
723
+ **Note:** Version bump only for package @availity/page-header
724
+
725
+
726
+
727
+
728
+
729
+ ## [11.0.17](https://github.com/Availity/availity-react/compare/@availity/page-header@11.0.16...@availity/page-header@11.0.17) (2021-10-19)
730
+
731
+ **Note:** Version bump only for package @availity/page-header
732
+
733
+
734
+
735
+
736
+
737
+ ## 11.0.16 (2021-10-19)
738
+
739
+ **Note:** Version bump only for package @availity/page-header
740
+
741
+
742
+
743
+
744
+
745
+ ## [11.0.15](https://github.com/Availity/availity-react/compare/@availity/page-header@11.0.14...@availity/page-header@11.0.15) (2021-10-08)
746
+
747
+ **Note:** Version bump only for package @availity/page-header
748
+
749
+
750
+
751
+
752
+
753
+ ## [11.0.14](https://github.com/Availity/availity-react/compare/@availity/page-header@11.0.13...@availity/page-header@11.0.14) (2021-10-06)
754
+
755
+ **Note:** Version bump only for package @availity/page-header
756
+
757
+
758
+
759
+
760
+
761
+ ## [11.0.13](https://github.com/Availity/availity-react/compare/@availity/page-header@11.0.12...@availity/page-header@11.0.13) (2021-10-04)
762
+
763
+ **Note:** Version bump only for package @availity/page-header
764
+
765
+
766
+
767
+
768
+
769
+ ## [11.0.12](https://github.com/Availity/availity-react/compare/@availity/page-header@11.0.11...@availity/page-header@11.0.12) (2021-10-01)
770
+
771
+ **Note:** Version bump only for package @availity/page-header
772
+
773
+
774
+
775
+
776
+
777
+ ## [11.0.11](https://github.com/Availity/availity-react/compare/@availity/page-header@11.0.10...@availity/page-header@11.0.11) (2021-09-28)
778
+
779
+ **Note:** Version bump only for package @availity/page-header
780
+
781
+
782
+
783
+
784
+
785
+ ## [11.0.10](https://github.com/Availity/availity-react/compare/@availity/page-header@11.0.9...@availity/page-header@11.0.10) (2021-09-27)
786
+
787
+ **Note:** Version bump only for package @availity/page-header
788
+
789
+
790
+
791
+
792
+
793
+ ## [11.0.9](https://github.com/Availity/availity-react/compare/@availity/page-header@11.0.8...@availity/page-header@11.0.9) (2021-09-23)
794
+
795
+ **Note:** Version bump only for package @availity/page-header
796
+
797
+
798
+
799
+
800
+
801
+ ## [11.0.8](https://github.com/Availity/availity-react/compare/@availity/page-header@11.0.7...@availity/page-header@11.0.8) (2021-09-20)
802
+
803
+ **Note:** Version bump only for package @availity/page-header
804
+
805
+
806
+
807
+
808
+
809
+ ## [11.0.7](https://github.com/Availity/availity-react/compare/@availity/page-header@11.0.6...@availity/page-header@11.0.7) (2021-09-17)
810
+
811
+ **Note:** Version bump only for package @availity/page-header
812
+
813
+
814
+
815
+
816
+
817
+ ## [11.0.6](https://github.com/Availity/availity-react/compare/@availity/page-header@11.0.5...@availity/page-header@11.0.6) (2021-09-15)
818
+
819
+ **Note:** Version bump only for package @availity/page-header
820
+
821
+
822
+
823
+
824
+
825
+ ## [11.0.5](https://github.com/Availity/availity-react/compare/@availity/page-header@11.0.4...@availity/page-header@11.0.5) (2021-09-13)
826
+
827
+ **Note:** Version bump only for package @availity/page-header
828
+
829
+
830
+
831
+
832
+
833
+ ## [11.0.4](https://github.com/Availity/availity-react/compare/@availity/page-header@11.0.3...@availity/page-header@11.0.4) (2021-09-13)
834
+
835
+ **Note:** Version bump only for package @availity/page-header
836
+
837
+
838
+
839
+
840
+
841
+ ## [11.0.3](https://github.com/Availity/availity-react/compare/@availity/page-header@11.0.2...@availity/page-header@11.0.3) (2021-09-09)
842
+
843
+ **Note:** Version bump only for package @availity/page-header
844
+
845
+
846
+
847
+
848
+
849
+ ## [11.0.2](https://github.com/Availity/availity-react/compare/@availity/page-header@11.0.1...@availity/page-header@11.0.2) (2021-09-03)
850
+
851
+ **Note:** Version bump only for package @availity/page-header
852
+
853
+
854
+
855
+
856
+
857
+ ## 11.0.1 (2021-09-03)
858
+
859
+ **Note:** Version bump only for package @availity/page-header
860
+
861
+
862
+
863
+
864
+
865
+ # [11.0.0](https://github.com/Availity/availity-react/compare/@availity/page-header@10.1.1...@availity/page-header@11.0.0) (2021-07-27)
866
+
867
+
868
+ ### Features
869
+
870
+ * **page-header:** switch to webQL from slotmachine ([14fe0e7](https://github.com/Availity/availity-react/commit/14fe0e76c64befdd786f2ec2491d39925b7a5416))
871
+
872
+
873
+ ### BREAKING CHANGES
874
+
875
+ * **page-header:** response format of webQL is different than from
876
+ slotmachine
877
+
878
+ This is unlikely to break anyone using the components in this package in
879
+ a typical fashion, but if you:
880
+
881
+ 1. use the `useSpaces` hook to do anything
882
+ custom, the shape of a configuration (returned by webQL) differs
883
+ slightly from a space (return by slotmachine). you may need to account
884
+ for this
885
+
886
+ 2. pass in a custom query or variables to the Spaces provider the query
887
+ format and variables structure in webQL is different than that from slotmachine
888
+
889
+
890
+
891
+
892
+
893
+ ## 10.1.1 (2021-07-20)
894
+
895
+ **Note:** Version bump only for package @availity/page-header
896
+
897
+
898
+
899
+
900
+
901
+ # 10.1.0 (2021-07-16)
902
+
903
+
904
+ ### Bug Fixes
905
+
906
+ * **page-header:** allow crumbs to be hidden ([38f93e7](https://github.com/Availity/availity-react/commit/38f93e7b4ae9e970919f5c9dc096232e704c4cbc))
907
+
908
+
909
+ ### Features
910
+
911
+ * **page-header:** allow crumbs to be hidden ([f882669](https://github.com/Availity/availity-react/commit/f8826692cd4beabe54c3ab11c21e61fe38a44529))
912
+
913
+
914
+
915
+
916
+
917
+ ## [10.0.85](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.84...@availity/page-header@10.0.85) (2021-06-11)
918
+
919
+ **Note:** Version bump only for package @availity/page-header
920
+
921
+
922
+
923
+
924
+
925
+ ## [10.0.84](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.83...@availity/page-header@10.0.84) (2021-06-01)
926
+
927
+ **Note:** Version bump only for package @availity/page-header
928
+
929
+
930
+
931
+
932
+
933
+ ## [10.0.83](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.82...@availity/page-header@10.0.83) (2021-05-27)
934
+
935
+ **Note:** Version bump only for package @availity/page-header
936
+
937
+
938
+
939
+
940
+
941
+ ## 10.0.82 (2021-05-25)
942
+
943
+ **Note:** Version bump only for package @availity/page-header
944
+
945
+
946
+
947
+
948
+
949
+ ## [10.0.81](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.80...@availity/page-header@10.0.81) (2021-04-22)
950
+
951
+ **Note:** Version bump only for package @availity/page-header
952
+
953
+
954
+
955
+
956
+
957
+ ## 10.0.80 (2021-04-20)
958
+
959
+ **Note:** Version bump only for package @availity/page-header
960
+
961
+
962
+
963
+
964
+
965
+ ## 10.0.79 (2021-02-12)
966
+
967
+ **Note:** Version bump only for package @availity/page-header
968
+
969
+
970
+
971
+
972
+
973
+ ## 10.0.78 (2021-01-19)
974
+
975
+ **Note:** Version bump only for package @availity/page-header
976
+
977
+
978
+
979
+
980
+
981
+ ## [10.0.77](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.76...@availity/page-header@10.0.77) (2021-01-06)
982
+
983
+ **Note:** Version bump only for package @availity/page-header
984
+
985
+
986
+
987
+
988
+
989
+ ## 10.0.76 (2021-01-04)
990
+
991
+ **Note:** Version bump only for package @availity/page-header
992
+
993
+
994
+
995
+
996
+
997
+ ## [10.0.75](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.74...@availity/page-header@10.0.75) (2020-12-23)
998
+
999
+ **Note:** Version bump only for package @availity/page-header
1000
+
1001
+
1002
+
1003
+
1004
+
1005
+ ## [10.0.74](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.73...@availity/page-header@10.0.74) (2020-12-23)
1006
+
1007
+ **Note:** Version bump only for package @availity/page-header
1008
+
1009
+
1010
+
1011
+
1012
+
1013
+ ## [10.0.73](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.72...@availity/page-header@10.0.73) (2020-12-16)
1014
+
1015
+ **Note:** Version bump only for package @availity/page-header
1016
+
1017
+
1018
+
1019
+
1020
+
1021
+ ## [10.0.72](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.71...@availity/page-header@10.0.72) (2020-12-14)
1022
+
1023
+ **Note:** Version bump only for package @availity/page-header
1024
+
1025
+
1026
+
1027
+
1028
+
1029
+ ## [10.0.71](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.70...@availity/page-header@10.0.71) (2020-12-12)
1030
+
1031
+ **Note:** Version bump only for package @availity/page-header
1032
+
1033
+
1034
+
1035
+
1036
+
1037
+ ## 10.0.70 (2020-12-04)
1038
+
1039
+ **Note:** Version bump only for package @availity/page-header
1040
+
1041
+
1042
+
1043
+
1044
+
1045
+ ## [10.0.69](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.68...@availity/page-header@10.0.69) (2020-11-17)
1046
+
1047
+ **Note:** Version bump only for package @availity/page-header
1048
+
1049
+
1050
+
1051
+
1052
+
1053
+ ## 10.0.68 (2020-11-16)
1054
+
1055
+ **Note:** Version bump only for package @availity/page-header
1056
+
1057
+
1058
+
1059
+
1060
+
1061
+ ## [10.0.67](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.66...@availity/page-header@10.0.67) (2020-10-30)
1062
+
1063
+ **Note:** Version bump only for package @availity/page-header
1064
+
1065
+
1066
+
1067
+
1068
+
1069
+ ## 10.0.66 (2020-10-12)
1070
+
1071
+ **Note:** Version bump only for package @availity/page-header
1072
+
1073
+
1074
+
1075
+
1076
+
1077
+ ## 10.0.65 (2020-10-06)
1078
+
1079
+ **Note:** Version bump only for package @availity/page-header
1080
+
1081
+
1082
+
1083
+
1084
+
1085
+ ## 10.0.64 (2020-09-30)
1086
+
1087
+ **Note:** Version bump only for package @availity/page-header
1088
+
1089
+
1090
+
1091
+
1092
+
1093
+ ## [10.0.63](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.62...@availity/page-header@10.0.63) (2020-09-01)
1094
+
1095
+
1096
+ ### Bug Fixes
1097
+
1098
+ * **page-header:** honor custom crumbs passed in ([d28e188](https://github.com/Availity/availity-react/commit/d28e188050230c3ab1c44b68e13748fb1a7cbf8a))
1099
+
1100
+
1101
+
1102
+
1103
+
1104
+ ## [10.0.62](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.61...@availity/page-header@10.0.62) (2020-08-28)
1105
+
1106
+
1107
+ ### Bug Fixes
1108
+
1109
+ * **page-header:** update types ReactNode ([23292dd](https://github.com/Availity/availity-react/commit/23292dd5a0fa4193f55723de9c3205934292199d))
1110
+
1111
+
1112
+
1113
+
1114
+
1115
+ ## [10.0.61](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.60...@availity/page-header@10.0.61) (2020-08-18)
1116
+
1117
+ **Note:** Version bump only for package @availity/page-header
1118
+
1119
+
1120
+
1121
+
1122
+
1123
+ ## 10.0.60 (2020-08-18)
1124
+
1125
+ **Note:** Version bump only for package @availity/page-header
1126
+
1127
+
1128
+
1129
+
1130
+
1131
+ ## [10.0.59](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.58...@availity/page-header@10.0.59) (2020-07-30)
1132
+
1133
+ **Note:** Version bump only for package @availity/page-header
1134
+
1135
+
1136
+
1137
+
1138
+
1139
+ ## [10.0.58](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.57...@availity/page-header@10.0.58) (2020-07-21)
1140
+
1141
+ **Note:** Version bump only for package @availity/page-header
1142
+
1143
+
1144
+
1145
+
1146
+
1147
+ ## [10.0.57](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.56...@availity/page-header@10.0.57) (2020-07-20)
1148
+
1149
+ **Note:** Version bump only for package @availity/page-header
1150
+
1151
+
1152
+
1153
+
1154
+
1155
+ ## 10.0.56 (2020-07-08)
1156
+
1157
+ **Note:** Version bump only for package @availity/page-header
1158
+
1159
+
1160
+
1161
+
1162
+
1163
+ ## [10.0.55](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.54...@availity/page-header@10.0.55) (2020-06-22)
1164
+
1165
+ **Note:** Version bump only for package @availity/page-header
1166
+
1167
+
1168
+
1169
+
1170
+
1171
+ ## [10.0.54](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.53...@availity/page-header@10.0.54) (2020-06-18)
1172
+
1173
+ **Note:** Version bump only for package @availity/page-header
1174
+
1175
+
1176
+
1177
+
1178
+
1179
+ ## [10.0.53](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.52...@availity/page-header@10.0.53) (2020-06-18)
1180
+
1181
+ **Note:** Version bump only for package @availity/page-header
1182
+
1183
+
1184
+
1185
+
1186
+
1187
+ ## [10.0.52](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.51...@availity/page-header@10.0.52) (2020-06-12)
1188
+
1189
+ **Note:** Version bump only for package @availity/page-header
1190
+
1191
+
1192
+
1193
+
1194
+
1195
+ ## [10.0.51](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.50...@availity/page-header@10.0.51) (2020-06-05)
1196
+
1197
+ **Note:** Version bump only for package @availity/page-header
1198
+
1199
+
1200
+
1201
+
1202
+
1203
+ ## [10.0.50](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.49...@availity/page-header@10.0.50) (2020-06-03)
1204
+
1205
+ **Note:** Version bump only for package @availity/page-header
1206
+
1207
+
1208
+
1209
+
1210
+
1211
+ ## 10.0.49 (2020-06-02)
1212
+
1213
+ **Note:** Version bump only for package @availity/page-header
1214
+
1215
+
1216
+
1217
+
1218
+
1219
+ ## [10.0.48](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.47...@availity/page-header@10.0.48) (2020-05-28)
1220
+
1221
+ **Note:** Version bump only for package @availity/page-header
1222
+
1223
+
1224
+
1225
+
1226
+
1227
+ ## [10.0.47](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.46...@availity/page-header@10.0.47) (2020-05-27)
1228
+
1229
+ **Note:** Version bump only for package @availity/page-header
1230
+
1231
+
1232
+
1233
+
1234
+
1235
+ ## [10.0.46](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.45...@availity/page-header@10.0.46) (2020-05-22)
1236
+
1237
+ **Note:** Version bump only for package @availity/page-header
1238
+
1239
+
1240
+
1241
+
1242
+
1243
+ ## [10.0.45](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.44...@availity/page-header@10.0.45) (2020-05-11)
1244
+
1245
+ **Note:** Version bump only for package @availity/page-header
1246
+
1247
+
1248
+
1249
+
1250
+
1251
+ ## [10.0.44](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.43...@availity/page-header@10.0.44) (2020-05-05)
1252
+
1253
+ **Note:** Version bump only for package @availity/page-header
1254
+
1255
+
1256
+
1257
+
1258
+
1259
+ ## 10.0.43 (2020-04-30)
1260
+
1261
+ **Note:** Version bump only for package @availity/page-header
1262
+
1263
+
1264
+
1265
+
1266
+
1267
+ ## 10.0.42 (2020-04-30)
1268
+
1269
+ **Note:** Version bump only for package @availity/page-header
1270
+
1271
+
1272
+
1273
+
1274
+
1275
+ ## 10.0.41 (2020-04-28)
1276
+
1277
+ **Note:** Version bump only for package @availity/page-header
1278
+
1279
+
1280
+
1281
+
1282
+
1283
+ ## 10.0.40 (2020-04-17)
1284
+
1285
+ **Note:** Version bump only for package @availity/page-header
1286
+
1287
+
1288
+
1289
+
1290
+
1291
+ ## 10.0.39 (2020-04-09)
1292
+
1293
+ **Note:** Version bump only for package @availity/page-header
1294
+
1295
+
1296
+
1297
+
1298
+
1299
+ ## 10.0.38 (2020-04-08)
1300
+
1301
+ **Note:** Version bump only for package @availity/page-header
1302
+
1303
+
1304
+
1305
+
1306
+
1307
+ ## 10.0.37 (2020-04-08)
1308
+
1309
+ **Note:** Version bump only for package @availity/page-header
1310
+
1311
+
1312
+
1313
+
1314
+
1315
+ ## 10.0.36 (2020-04-07)
1316
+
1317
+ **Note:** Version bump only for package @availity/page-header
1318
+
1319
+
1320
+
1321
+
1322
+
1323
+ ## 10.0.35 (2020-04-07)
1324
+
1325
+ **Note:** Version bump only for package @availity/page-header
1326
+
1327
+
1328
+
1329
+
1330
+
1331
+ ## 10.0.34 (2020-04-06)
1332
+
1333
+ **Note:** Version bump only for package @availity/page-header
1334
+
1335
+
1336
+
1337
+
1338
+
1339
+ ## 10.0.33 (2020-04-06)
1340
+
1341
+ **Note:** Version bump only for package @availity/page-header
1342
+
1343
+
1344
+
1345
+
1346
+
1347
+ ## 10.0.32 (2020-04-06)
1348
+
1349
+ **Note:** Version bump only for package @availity/page-header
1350
+
1351
+
1352
+
1353
+
1354
+
1355
+ ## 10.0.31 (2020-04-06)
1356
+
1357
+ **Note:** Version bump only for package @availity/page-header
1358
+
1359
+
1360
+
1361
+
1362
+
1363
+ ## 10.0.30 (2020-04-03)
1364
+
1365
+ **Note:** Version bump only for package @availity/page-header
1366
+
1367
+
1368
+
1369
+
1370
+
1371
+ ## 10.0.29 (2020-04-03)
1372
+
1373
+ **Note:** Version bump only for package @availity/page-header
1374
+
1375
+
1376
+
1377
+
1378
+
1379
+ ## 10.0.28 (2020-04-02)
1380
+
1381
+ **Note:** Version bump only for package @availity/page-header
1382
+
1383
+
1384
+
1385
+
1386
+
1387
+ ## 10.0.27 (2020-04-02)
1388
+
1389
+ **Note:** Version bump only for package @availity/page-header
1390
+
1391
+
1392
+
1393
+
1394
+
1395
+ ## [10.0.26](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.25...@availity/page-header@10.0.26) (2020-03-03)
1396
+
1397
+ **Note:** Version bump only for package @availity/page-header
1398
+
1399
+
1400
+
1401
+
1402
+
1403
+ ## [10.0.25](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.24...@availity/page-header@10.0.25) (2020-03-02)
1404
+
1405
+ **Note:** Version bump only for package @availity/page-header
1406
+
1407
+
1408
+
1409
+
1410
+
1411
+ ## [10.0.24](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.23...@availity/page-header@10.0.24) (2020-02-28)
1412
+
1413
+ **Note:** Version bump only for package @availity/page-header
1414
+
1415
+
1416
+
1417
+
1418
+
1419
+ ## [10.0.23](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.22...@availity/page-header@10.0.23) (2020-02-28)
1420
+
1421
+ **Note:** Version bump only for package @availity/page-header
1422
+
1423
+
1424
+
1425
+
1426
+
1427
+ ## [10.0.22](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.21...@availity/page-header@10.0.22) (2020-02-24)
1428
+
1429
+ **Note:** Version bump only for package @availity/page-header
1430
+
1431
+
1432
+
1433
+
1434
+
1435
+ ## [10.0.21](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.20...@availity/page-header@10.0.21) (2020-02-19)
1436
+
1437
+ **Note:** Version bump only for package @availity/page-header
1438
+
1439
+
1440
+
1441
+
1442
+
1443
+ ## [10.0.20](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.19...@availity/page-header@10.0.20) (2020-02-18)
1444
+
1445
+ **Note:** Version bump only for package @availity/page-header
1446
+
1447
+
1448
+
1449
+
1450
+
1451
+ ## [10.0.19](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.18...@availity/page-header@10.0.19) (2020-02-17)
1452
+
1453
+ **Note:** Version bump only for package @availity/page-header
1454
+
1455
+
1456
+
1457
+
1458
+
1459
+ ## [10.0.18](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.17...@availity/page-header@10.0.18) (2020-02-16)
1460
+
1461
+ **Note:** Version bump only for package @availity/page-header
1462
+
1463
+
1464
+
1465
+
1466
+
1467
+ ## [10.0.17](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.16...@availity/page-header@10.0.17) (2020-02-11)
1468
+
1469
+ **Note:** Version bump only for package @availity/page-header
1470
+
1471
+
1472
+
1473
+
1474
+
1475
+ ## [10.0.16](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.15...@availity/page-header@10.0.16) (2020-02-10)
1476
+
1477
+ **Note:** Version bump only for package @availity/page-header
1478
+
1479
+
1480
+
1481
+
1482
+
1483
+ ## [10.0.15](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.14...@availity/page-header@10.0.15) (2020-02-09)
1484
+
1485
+ **Note:** Version bump only for package @availity/page-header
1486
+
1487
+
1488
+
1489
+
1490
+
1491
+ ## [10.0.14](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.13...@availity/page-header@10.0.14) (2020-02-08)
1492
+
1493
+ **Note:** Version bump only for package @availity/page-header
1494
+
1495
+
1496
+
1497
+
1498
+
1499
+ ## [10.0.13](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.12...@availity/page-header@10.0.13) (2020-01-31)
1500
+
1501
+ **Note:** Version bump only for package @availity/page-header
1502
+
1503
+
1504
+
1505
+
1506
+
1507
+ ## [10.0.12](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.11...@availity/page-header@10.0.12) (2020-01-31)
1508
+
1509
+ **Note:** Version bump only for package @availity/page-header
1510
+
1511
+
1512
+
1513
+
1514
+
1515
+ ## [10.0.11](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.10...@availity/page-header@10.0.11) (2020-01-15)
1516
+
1517
+ **Note:** Version bump only for package @availity/page-header
1518
+
1519
+
1520
+
1521
+
1522
+
1523
+ ## [10.0.10](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.9...@availity/page-header@10.0.10) (2020-01-13)
1524
+
1525
+ **Note:** Version bump only for package @availity/page-header
1526
+
1527
+
1528
+
1529
+
1530
+
1531
+ ## [10.0.9](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.8...@availity/page-header@10.0.9) (2020-01-10)
1532
+
1533
+ **Note:** Version bump only for package @availity/page-header
1534
+
1535
+
1536
+
1537
+
1538
+
1539
+ ## [10.0.8](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.7...@availity/page-header@10.0.8) (2020-01-08)
1540
+
1541
+ **Note:** Version bump only for package @availity/page-header
1542
+
1543
+
1544
+
1545
+
1546
+
1547
+ ## [10.0.7](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.6...@availity/page-header@10.0.7) (2019-12-31)
1548
+
1549
+ **Note:** Version bump only for package @availity/page-header
1550
+
1551
+
1552
+
1553
+
1554
+
1555
+ ## [10.0.6](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.5...@availity/page-header@10.0.6) (2019-12-31)
1556
+
1557
+ **Note:** Version bump only for package @availity/page-header
1558
+
1559
+
1560
+
1561
+
1562
+
1563
+ ## [10.0.5](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.4...@availity/page-header@10.0.5) (2019-12-20)
1564
+
1565
+ **Note:** Version bump only for package @availity/page-header
1566
+
1567
+
1568
+
1569
+
1570
+
1571
+ ## [10.0.4](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.3...@availity/page-header@10.0.4) (2019-12-20)
1572
+
1573
+ **Note:** Version bump only for package @availity/page-header
1574
+
1575
+
1576
+
1577
+
1578
+
1579
+ ## [10.0.3](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.2...@availity/page-header@10.0.3) (2019-12-17)
1580
+
1581
+ **Note:** Version bump only for package @availity/page-header
1582
+
1583
+
1584
+
1585
+
1586
+
1587
+ ## [10.0.2](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.1...@availity/page-header@10.0.2) (2019-11-21)
1588
+
1589
+ **Note:** Version bump only for package @availity/page-header
1590
+
1591
+
1592
+
1593
+
1594
+
1595
+ ## [10.0.1](https://github.com/Availity/availity-react/compare/@availity/page-header@10.0.0...@availity/page-header@10.0.1) (2019-11-20)
1596
+
1597
+ **Note:** Version bump only for package @availity/page-header
1598
+
1599
+
1600
+
1601
+
1602
+
1603
+ # [10.0.0](https://github.com/Availity/availity-react/compare/@availity/page-header@9.0.5...@availity/page-header@10.0.0) (2019-11-15)
1604
+
1605
+
1606
+ ### Build System
1607
+
1608
+ * **page-header:** update dependencies ([104ed57](https://github.com/Availity/availity-react/commit/104ed5781d92c4cf8563084eae4ae4cfcab579de))
1609
+
1610
+
1611
+ ### BREAKING CHANGES
1612
+
1613
+ * **page-header:** api-core and localstorage-core have been bumped to next major version
1614
+
1615
+
1616
+
1617
+
1618
+
1619
+ ## [9.0.5](https://github.com/Availity/availity-react/compare/@availity/page-header@9.0.4...@availity/page-header@9.0.5) (2019-10-24)
1620
+
1621
+ **Note:** Version bump only for package @availity/page-header
1622
+
1623
+
1624
+
1625
+
1626
+
1627
+ ## [9.0.4](https://github.com/Availity/availity-react/compare/@availity/page-header@9.0.3...@availity/page-header@9.0.4) (2019-10-24)
1628
+
1629
+ **Note:** Version bump only for package @availity/page-header
1630
+
1631
+
1632
+
1633
+
1634
+
1635
+ ## [9.0.3](https://github.com/Availity/availity-react/compare/@availity/page-header@9.0.2...@availity/page-header@9.0.3) (2019-10-23)
1636
+
1637
+ **Note:** Version bump only for package @availity/page-header
1638
+
1639
+
1640
+
1641
+
1642
+
1643
+ ## [9.0.2](https://github.com/Availity/availity-react/compare/@availity/page-header@9.0.1...@availity/page-header@9.0.2) (2019-10-22)
1644
+
1645
+
1646
+ ### Bug Fixes
1647
+
1648
+ * **page-header:** ensure breadcrumbs parent div never gets squished ([2060a03](https://github.com/Availity/availity-react/commit/2060a03))
1649
+
1650
+
1651
+
1652
+
1653
+
1654
+ ## [9.0.1](https://github.com/Availity/availity-react/compare/@availity/page-header@9.0.0...@availity/page-header@9.0.1) (2019-10-22)
1655
+
1656
+ **Note:** Version bump only for package @availity/page-header
1657
+
1658
+
1659
+
1660
+
1661
+
1662
+ # [9.0.0](https://github.com/Availity/availity-react/compare/@availity/page-header@8.2.0...@availity/page-header@9.0.0) (2019-10-22)
1663
+
1664
+
1665
+ ### Code Refactoring
1666
+
1667
+ * **spaces:** remove useSpace hook in favor of useSpaces ([8a6a932](https://github.com/Availity/availity-react/commit/8a6a932))
1668
+
1669
+
1670
+ ### BREAKING CHANGES
1671
+
1672
+ * **spaces:** `useSpace` is no longer available. Use `useSpaces`
1673
+ instead. Additionally, `isGhost` is no longer exported as that property is computed server side and assigned to the space asset
1674
+
1675
+ *Before:*
1676
+ ```js
1677
+ import { useSpace } from '@availity/spaces';
1678
+
1679
+ // ...
1680
+ const { space: space1, loading, error, isGhost } = useSpace('1');
1681
+ const { space: space2 } = useSpace('2');
1682
+ const { space: space3 } = useSpace('3');
1683
+ ```
1684
+
1685
+ *After:*
1686
+ ```js
1687
+ import { useSpaces, useSpacesContext } from '@availity/spaces';
1688
+
1689
+ // ...
1690
+ const [space1, space2, space3] = useSpaces('1', '2', '3');
1691
+ const { loading, error } = useSpacesContext();
1692
+ ```
1693
+
1694
+
1695
+
1696
+
1697
+
1698
+ # [8.2.0](https://github.com/Availity/availity-react/compare/@availity/page-header@8.1.10...@availity/page-header@8.2.0) (2019-10-18)
1699
+
1700
+
1701
+ ### Features
1702
+
1703
+ * **page-header:** add renderRightClassName props and defaults ([c8403fe](https://github.com/Availity/availity-react/commit/c8403fe))
1704
+
1705
+
1706
+
1707
+
1708
+
1709
+ ## [8.1.10](https://github.com/Availity/availity-react/compare/@availity/page-header@8.1.9...@availity/page-header@8.1.10) (2019-10-18)
1710
+
1711
+ **Note:** Version bump only for package @availity/page-header
1712
+
1713
+
1714
+
1715
+
1716
+
1717
+ ## [8.1.9](https://github.com/Availity/availity-react/compare/@availity/page-header@8.1.8...@availity/page-header@8.1.9) (2019-10-18)
1718
+
1719
+ **Note:** Version bump only for package @availity/page-header
1720
+
1721
+
1722
+
1723
+
1724
+
1725
+ ## [8.1.8](https://github.com/Availity/availity-react/compare/@availity/page-header@8.1.7...@availity/page-header@8.1.8) (2019-10-18)
1726
+
1727
+ **Note:** Version bump only for package @availity/page-header
1728
+
1729
+
1730
+
1731
+
1732
+
1733
+ ## [8.1.7](https://github.com/Availity/availity-react/compare/@availity/page-header@8.1.6...@availity/page-header@8.1.7) (2019-10-18)
1734
+
1735
+ **Note:** Version bump only for package @availity/page-header
1736
+
1737
+
1738
+
1739
+
1740
+
1741
+ ## [8.1.6](https://github.com/Availity/availity-react/compare/@availity/page-header@8.1.5...@availity/page-header@8.1.6) (2019-10-11)
1742
+
1743
+ **Note:** Version bump only for package @availity/page-header
1744
+
1745
+
1746
+
1747
+
1748
+
1749
+ ## [8.1.5](https://github.com/Availity/availity-react/compare/@availity/page-header@8.1.4...@availity/page-header@8.1.5) (2019-10-11)
1750
+
1751
+ **Note:** Version bump only for package @availity/page-header
1752
+
1753
+
1754
+
1755
+
1756
+
1757
+ ## [8.1.4](https://github.com/Availity/availity-react/compare/@availity/page-header@8.1.3...@availity/page-header@8.1.4) (2019-10-11)
1758
+
1759
+ **Note:** Version bump only for package @availity/page-header
1760
+
1761
+
1762
+
1763
+
1764
+
1765
+ ## [8.1.3](https://github.com/Availity/availity-react/compare/@availity/page-header@8.1.2...@availity/page-header@8.1.3) (2019-10-11)
1766
+
1767
+
1768
+ ### Bug Fixes
1769
+
1770
+ * eslint issues ([bc4d8e9](https://github.com/Availity/availity-react/commit/bc4d8e9))
1771
+
1772
+
1773
+
1774
+
1775
+
1776
+ ## [8.1.2](https://github.com/Availity/availity-react/compare/@availity/page-header@8.1.1...@availity/page-header@8.1.2) (2019-10-09)
1777
+
1778
+ **Note:** Version bump only for package @availity/page-header
1779
+
1780
+
1781
+
1782
+
1783
+
1784
+ ## [8.1.1](https://github.com/Availity/availity-react/compare/@availity/page-header@8.1.0...@availity/page-header@8.1.1) (2019-10-08)
1785
+
1786
+ **Note:** Version bump only for package @availity/page-header
1787
+
1788
+
1789
+
1790
+
1791
+
1792
+ # [8.1.0](https://github.com/Availity/availity-react/compare/@availity/page-header@8.0.6...@availity/page-header@8.1.0) (2019-10-07)
1793
+
1794
+
1795
+ ### Features
1796
+
1797
+ * **spaces:** add SpacesFile component ([d0d95a9](https://github.com/Availity/availity-react/commit/d0d95a9))
1798
+
1799
+
1800
+
1801
+
1802
+
1803
+ ## [8.0.6](https://github.com/Availity/availity-react/compare/@availity/page-header@8.0.5...@availity/page-header@8.0.6) (2019-10-04)
1804
+
1805
+ **Note:** Version bump only for package @availity/page-header
1806
+
1807
+
1808
+
1809
+
1810
+
1811
+ ## [8.0.5](https://github.com/Availity/availity-react/compare/@availity/page-header@8.0.4...@availity/page-header@8.0.5) (2019-10-01)
1812
+
1813
+ **Note:** Version bump only for package @availity/page-header
1814
+
1815
+
1816
+
1817
+
1818
+
1819
+ ## [8.0.4](https://github.com/Availity/availity-react/compare/@availity/page-header@8.0.3...@availity/page-header@8.0.4) (2019-10-01)
1820
+
1821
+ **Note:** Version bump only for package @availity/page-header
1822
+
1823
+
1824
+
1825
+
1826
+
1827
+ ## [8.0.3](https://github.com/Availity/availity-react/compare/@availity/page-header@8.0.2...@availity/page-header@8.0.3) (2019-09-26)
1828
+
1829
+ **Note:** Version bump only for package @availity/page-header
1830
+
1831
+
1832
+
1833
+
1834
+
1835
+ ## [8.0.2](https://github.com/Availity/availity-react/compare/@availity/page-header@8.0.1...@availity/page-header@8.0.2) (2019-09-25)
1836
+
1837
+ **Note:** Version bump only for package @availity/page-header
1838
+
1839
+
1840
+
1841
+
1842
+
1843
+ ## [8.0.1](https://github.com/Availity/availity-react/compare/@availity/page-header@8.0.0...@availity/page-header@8.0.1) (2019-09-25)
1844
+
1845
+ **Note:** Version bump only for package @availity/page-header
1846
+
1847
+
1848
+
1849
+
1850
+
1851
+ # [8.0.0](https://github.com/Availity/availity-react/compare/@availity/page-header@7.1.8...@availity/page-header@8.0.0) (2019-09-23)
1852
+
1853
+
1854
+ ### Code Refactoring
1855
+
1856
+ * **page-header:** refactored page header strcuture to fix ux ([d79d269](https://github.com/Availity/availity-react/commit/d79d269))
1857
+
1858
+
1859
+ ### Features
1860
+
1861
+ * **page-header:** added function prop to render custom right content ([9b36f16](https://github.com/Availity/availity-react/commit/9b36f16))
1862
+
1863
+
1864
+ ### BREAKING CHANGES
1865
+
1866
+ * **page-header:** Tag prop now is defaulted to div and appName instead of children will render an h1 tag by default
1867
+
1868
+
1869
+
1870
+
1871
+
1872
+ ## [7.1.8](https://github.com/Availity/availity-react/compare/@availity/page-header@7.1.7...@availity/page-header@7.1.8) (2019-09-20)
1873
+
1874
+ **Note:** Version bump only for package @availity/page-header
1875
+
1876
+
1877
+
1878
+
1879
+
1880
+ ## [7.1.7](https://github.com/Availity/availity-react/compare/@availity/page-header@7.1.6...@availity/page-header@7.1.7) (2019-09-19)
1881
+
1882
+ **Note:** Version bump only for package @availity/page-header
1883
+
1884
+
1885
+
1886
+
1887
+
1888
+ ## [7.1.6](https://github.com/Availity/availity-react/compare/@availity/page-header@7.1.5...@availity/page-header@7.1.6) (2019-09-19)
1889
+
1890
+ **Note:** Version bump only for package @availity/page-header
1891
+
1892
+
1893
+
1894
+
1895
+
1896
+ ## [7.1.5](https://github.com/Availity/availity-react/compare/@availity/page-header@7.1.4...@availity/page-header@7.1.5) (2019-09-13)
1897
+
1898
+ **Note:** Version bump only for package @availity/page-header
1899
+
1900
+
1901
+
1902
+
1903
+
1904
+ ## [7.1.4](https://github.com/Availity/availity-react/compare/@availity/page-header@7.1.3...@availity/page-header@7.1.4) (2019-09-13)
1905
+
1906
+ **Note:** Version bump only for package @availity/page-header
1907
+
1908
+
1909
+
1910
+
1911
+
1912
+ ## [7.1.3](https://github.com/Availity/availity-react/compare/@availity/page-header@7.1.2...@availity/page-header@7.1.3) (2019-09-06)
1913
+
1914
+ **Note:** Version bump only for package @availity/page-header
1915
+
1916
+
1917
+
1918
+
1919
+
1920
+ ## [7.1.2](https://github.com/Availity/availity-react/compare/@availity/page-header@7.1.1...@availity/page-header@7.1.2) (2019-09-06)
1921
+
1922
+ **Note:** Version bump only for package @availity/page-header
1923
+
1924
+
1925
+
1926
+
1927
+
1928
+ ## [7.1.1](https://github.com/Availity/availity-react/compare/@availity/page-header@7.1.0...@availity/page-header@7.1.1) (2019-09-05)
1929
+
1930
+ **Note:** Version bump only for package @availity/page-header
1931
+
1932
+
1933
+
1934
+
1935
+
1936
+ # [7.1.0](https://github.com/Availity/availity-react/compare/@availity/page-header@7.0.3...@availity/page-header@7.1.0) (2019-09-04)
1937
+
1938
+
1939
+ ### Features
1940
+
1941
+ * **docs:** updated to use yarn and added readmes ([3b94748](https://github.com/Availity/availity-react/commit/3b94748))
1942
+
1943
+
1944
+
1945
+
1946
+
1947
+ ## [7.0.3](https://github.com/Availity/availity-react/compare/@availity/page-header@7.0.2...@availity/page-header@7.0.3) (2019-08-23)
1948
+
1949
+ **Note:** Version bump only for package @availity/page-header
1950
+
1951
+
1952
+
1953
+
1954
+
1955
+ ## [7.0.2](https://github.com/Availity/availity-react/compare/@availity/page-header@7.0.1...@availity/page-header@7.0.2) (2019-08-21)
1956
+
1957
+ **Note:** Version bump only for package @availity/page-header
1958
+
1959
+
1960
+
1961
+
1962
+
1963
+ ## [7.0.1](https://github.com/Availity/availity-react/compare/@availity/page-header@7.0.0...@availity/page-header@7.0.1) (2019-08-21)
1964
+
1965
+ **Note:** Version bump only for package @availity/page-header
1966
+
1967
+
1968
+
1969
+
1970
+
1971
+ # [7.0.0](https://github.com/Availity/availity-react/compare/@availity/page-header@6.0.1...@availity/page-header@7.0.0) (2019-08-20)
1972
+
1973
+
1974
+ ### Bug Fixes
1975
+
1976
+ * **page-header:** made spaces peer dep to prevent duplicate installations ([a3d705d](https://github.com/Availity/availity-react/commit/a3d705d))
1977
+
1978
+
1979
+ ### BREAKING CHANGES
1980
+
1981
+ * **page-header:** `@availity/spaces` is now a peer dependency
1982
+
1983
+
1984
+
1985
+
1986
+
1987
+ ## [6.0.1](https://github.com/Availity/availity-react/compare/@availity/page-header@6.0.0...@availity/page-header@6.0.1) (2019-08-19)
1988
+
1989
+ **Note:** Version bump only for package @availity/page-header
1990
+
1991
+
1992
+
1993
+
1994
+
1995
+ # [6.0.0](https://github.com/Availity/availity-react/compare/@availity/page-header@5.0.4...@availity/page-header@6.0.0) (2019-08-19)
1996
+
1997
+
1998
+ ### Code Refactoring
1999
+
2000
+ * **page-header:** made api resources peer dep ([66e136a](https://github.com/Availity/availity-react/commit/66e136a))
2001
+
2002
+
2003
+ ### BREAKING CHANGES
2004
+
2005
+ * **page-header:** api-axios api-core and axios are peer deps now
2006
+
2007
+
2008
+
2009
+
2010
+
2011
+ ## [5.0.4](https://github.com/Availity/availity-react/compare/@availity/page-header@5.0.3...@availity/page-header@5.0.4) (2019-08-15)
2012
+
2013
+ **Note:** Version bump only for package @availity/page-header
2014
+
2015
+
2016
+
2017
+
2018
+
2019
+ ## [5.0.3](https://github.com/Availity/availity-react/compare/@availity/page-header@5.0.2...@availity/page-header@5.0.3) (2019-08-15)
2020
+
2021
+ **Note:** Version bump only for package @availity/page-header
2022
+
2023
+
2024
+
2025
+
2026
+
2027
+ ## [5.0.2](https://github.com/Availity/availity-react/compare/@availity/page-header@5.0.1...@availity/page-header@5.0.2) (2019-08-14)
2028
+
2029
+ **Note:** Version bump only for package @availity/page-header
2030
+
2031
+
2032
+
2033
+
2034
+
2035
+ ## [5.0.1](https://github.com/Availity/availity-react/compare/@availity/page-header@5.0.0...@availity/page-header@5.0.1) (2019-08-14)
2036
+
2037
+ **Note:** Version bump only for package @availity/page-header
2038
+
2039
+
2040
+
2041
+
2042
+
2043
+ # [5.0.0](https://github.com/Availity/availity-react/compare/@availity/page-header@4.5.1...@availity/page-header@5.0.0) (2019-08-14)
2044
+
2045
+
2046
+ ### chore
2047
+
2048
+ * **page-header:** feedback update to latest formik should have been major bump ([f217189](https://github.com/Availity/availity-react/commit/f217189))
2049
+
2050
+
2051
+ ### BREAKING CHANGES
2052
+
2053
+ * **page-header:** this requires formik and yup to be installed alongside for feedback to work
2054
+
2055
+
2056
+
2057
+
2058
+
2059
+ ## [4.5.1](https://github.com/Availity/availity-react/compare/@availity/page-header@4.5.0...@availity/page-header@4.5.1) (2019-08-13)
2060
+
2061
+ **Note:** Version bump only for package @availity/page-header
2062
+
2063
+
2064
+
2065
+
2066
+
2067
+ # [4.5.0](https://github.com/Availity/availity-react/compare/@availity/page-header@4.4.17...@availity/page-header@4.5.0) (2019-08-13)
2068
+
2069
+
2070
+ ### Features
2071
+
2072
+ * **select:** add autofill prop ([37d3fba](https://github.com/Availity/availity-react/commit/37d3fba))
2073
+
2074
+
2075
+
2076
+
2077
+
2078
+ ## [4.4.17](https://github.com/Availity/availity-react/compare/@availity/page-header@4.4.16...@availity/page-header@4.4.17) (2019-08-12)
2079
+
2080
+ **Note:** Version bump only for package @availity/page-header
2081
+
2082
+
2083
+
2084
+
2085
+
2086
+ ## [4.4.16](https://github.com/Availity/availity-react/compare/@availity/page-header@4.4.15...@availity/page-header@4.4.16) (2019-08-11)
2087
+
2088
+ **Note:** Version bump only for package @availity/page-header
2089
+
2090
+
2091
+
2092
+
2093
+
2094
+ ## [4.4.15](https://github.com/Availity/availity-react/compare/@availity/page-header@4.4.14...@availity/page-header@4.4.15) (2019-08-08)
2095
+
2096
+ **Note:** Version bump only for package @availity/page-header
2097
+
2098
+
2099
+
2100
+
2101
+
2102
+ ## [4.4.14](https://github.com/Availity/availity-react/compare/@availity/page-header@4.4.13...@availity/page-header@4.4.14) (2019-08-05)
2103
+
2104
+ **Note:** Version bump only for package @availity/page-header
2105
+
2106
+
2107
+
2108
+
2109
+
2110
+ ## [4.4.13](https://github.com/Availity/availity-react/compare/@availity/page-header@4.4.12...@availity/page-header@4.4.13) (2019-08-05)
2111
+
2112
+ **Note:** Version bump only for package @availity/page-header
2113
+
2114
+
2115
+
2116
+
2117
+
2118
+ ## [4.4.12](https://github.com/Availity/availity-react/compare/@availity/page-header@4.4.11...@availity/page-header@4.4.12) (2019-08-02)
2119
+
2120
+ **Note:** Version bump only for package @availity/page-header
2121
+
2122
+
2123
+
2124
+
2125
+
2126
+ ## [4.4.11](https://github.com/Availity/availity-react/compare/@availity/page-header@4.4.10...@availity/page-header@4.4.11) (2019-07-31)
2127
+
2128
+ **Note:** Version bump only for package @availity/page-header
2129
+
2130
+
2131
+
2132
+
2133
+
2134
+ ## [4.4.10](https://github.com/Availity/availity-react/compare/@availity/page-header@4.4.9...@availity/page-header@4.4.10) (2019-07-23)
2135
+
2136
+ **Note:** Version bump only for package @availity/page-header
2137
+
2138
+
2139
+
2140
+
2141
+
2142
+ ## [4.4.9](https://github.com/Availity/availity-react/compare/@availity/page-header@4.4.8...@availity/page-header@4.4.9) (2019-07-19)
2143
+
2144
+ **Note:** Version bump only for package @availity/page-header
2145
+
2146
+
2147
+
2148
+
2149
+
2150
+ ## [4.4.8](https://github.com/Availity/availity-react/compare/@availity/page-header@4.4.7...@availity/page-header@4.4.8) (2019-07-11)
2151
+
2152
+ **Note:** Version bump only for package @availity/page-header
2153
+
2154
+
2155
+
2156
+
2157
+
2158
+ ## [4.4.7](https://github.com/Availity/availity-react/compare/@availity/page-header@4.4.6...@availity/page-header@4.4.7) (2019-07-02)
2159
+
2160
+ **Note:** Version bump only for package @availity/page-header
2161
+
2162
+
2163
+
2164
+
2165
+
2166
+ ## [4.4.6](https://github.com/Availity/availity-react/compare/@availity/page-header@4.4.5...@availity/page-header@4.4.6) (2019-06-24)
2167
+
2168
+ **Note:** Version bump only for package @availity/page-header
2169
+
2170
+
2171
+
2172
+
2173
+
2174
+ ## [4.4.5](https://github.com/Availity/availity-react/compare/@availity/page-header@4.4.4...@availity/page-header@4.4.5) (2019-06-20)
2175
+
2176
+ **Note:** Version bump only for package @availity/page-header
2177
+
2178
+
2179
+
2180
+
2181
+
2182
+ ## [4.4.4](https://github.com/Availity/availity-react/compare/@availity/page-header@4.4.3...@availity/page-header@4.4.4) (2019-06-17)
2183
+
2184
+ **Note:** Version bump only for package @availity/page-header
2185
+
2186
+
2187
+
2188
+
2189
+
2190
+ ## [4.4.3](https://github.com/Availity/availity-react/compare/@availity/page-header@4.4.2...@availity/page-header@4.4.3) (2019-06-14)
2191
+
2192
+ **Note:** Version bump only for package @availity/page-header
2193
+
2194
+
2195
+
2196
+
2197
+
2198
+ ## [4.4.2](https://github.com/Availity/availity-react/compare/@availity/page-header@4.4.1...@availity/page-header@4.4.2) (2019-06-06)
2199
+
2200
+ **Note:** Version bump only for package @availity/page-header
2201
+
2202
+
2203
+
2204
+
2205
+
2206
+ ## [4.4.1](https://github.com/Availity/availity-react/compare/@availity/page-header@4.4.0...@availity/page-header@4.4.1) (2019-06-03)
2207
+
2208
+
2209
+ ### Bug Fixes
2210
+
2211
+ * **page-header:** correct usage of useSpace ([2bc911c](https://github.com/Availity/availity-react/commit/2bc911c))
2212
+
2213
+
2214
+
2215
+
2216
+
2217
+ # [4.4.0](https://github.com/Availity/availity-react/compare/@availity/page-header@4.3.6...@availity/page-header@4.4.0) (2019-05-29)
2218
+
2219
+
2220
+ ### Bug Fixes
2221
+
2222
+ * **spaces:** fixes from code review ([47ba435](https://github.com/Availity/availity-react/commit/47ba435))
2223
+
2224
+
2225
+ ### Features
2226
+
2227
+ * add spaces package ([e2eff44](https://github.com/Availity/availity-react/commit/e2eff44))
2228
+ * **page-header:** use space from spaces provider if it exists ([f3e5bdd](https://github.com/Availity/availity-react/commit/f3e5bdd))
2229
+
2230
+
2231
+
2232
+
2233
+
2234
+ ## [4.3.6](https://github.com/Availity/availity-react/compare/@availity/page-header@4.3.5...@availity/page-header@4.3.6) (2019-05-10)
2235
+
2236
+ **Note:** Version bump only for package @availity/page-header
2237
+
2238
+
2239
+
2240
+
2241
+
2242
+ ## [4.3.5](https://github.com/Availity/availity-react/compare/@availity/page-header@4.3.4...@availity/page-header@4.3.5) (2019-05-07)
2243
+
2244
+ **Note:** Version bump only for package @availity/page-header
2245
+
2246
+
2247
+
2248
+
2249
+
2250
+ ## [4.3.4](https://github.com/Availity/availity-react/compare/@availity/page-header@4.3.3...@availity/page-header@4.3.4) (2019-05-02)
2251
+
2252
+ **Note:** Version bump only for package @availity/page-header
2253
+
2254
+
2255
+
2256
+
2257
+
2258
+ ## [4.3.3](https://github.com/Availity/availity-react/compare/@availity/page-header@4.3.2...@availity/page-header@4.3.3) (2019-04-30)
2259
+
2260
+ **Note:** Version bump only for package @availity/page-header
2261
+
2262
+
2263
+
2264
+
2265
+
2266
+ ## [4.3.2](https://github.com/Availity/availity-react/compare/@availity/page-header@4.3.1...@availity/page-header@4.3.2) (2019-04-23)
2267
+
2268
+ **Note:** Version bump only for package @availity/page-header
2269
+
2270
+
2271
+
2272
+
2273
+
2274
+ ## [4.3.1](https://github.com/Availity/availity-react/compare/@availity/page-header@4.3.0...@availity/page-header@4.3.1) (2019-04-18)
2275
+
2276
+ **Note:** Version bump only for package @availity/page-header
2277
+
2278
+
2279
+
2280
+
2281
+
2282
+ # [4.3.0](https://github.com/Availity/availity-react/compare/@availity/page-header@4.2.1...@availity/page-header@4.3.0) (2019-04-10)
2283
+
2284
+
2285
+ ### Features
2286
+
2287
+ * **page-header:** add feedbackProps prop type ([525b9e9](https://github.com/Availity/availity-react/commit/525b9e9))
2288
+
2289
+
2290
+
2291
+
2292
+
2293
+ ## [4.2.1](https://github.com/Availity/availity-react/compare/@availity/page-header@4.2.0...@availity/page-header@4.2.1) (2019-04-09)
2294
+
2295
+ **Note:** Version bump only for package @availity/page-header
2296
+
2297
+
2298
+
2299
+
2300
+
2301
+ # [4.2.0](https://github.com/Availity/availity-react/compare/@availity/page-header@4.1.0...@availity/page-header@4.2.0) (2019-04-09)
2302
+
2303
+
2304
+ ### Features
2305
+
2306
+ * **page-header:** allow logo and feedback to rendered at same time ([227d6b9](https://github.com/Availity/availity-react/commit/227d6b9)), closes [#88](https://github.com/Availity/availity-react/issues/88)
2307
+
2308
+
2309
+
2310
+
2311
+
2312
+ # [4.1.0](https://github.com/Availity/availity-react/compare/@availity/page-header@4.0.4...@availity/page-header@4.1.0) (2019-03-26)
2313
+
2314
+
2315
+ ### Features
2316
+
2317
+ * **page-header:** added new app-icon props to page-header ([b1a4ca0](https://github.com/Availity/availity-react/commit/b1a4ca0))
2318
+
2319
+
2320
+
2321
+
2322
+
2323
+ ## [4.0.4](https://github.com/Availity/availity-react/compare/@availity/page-header@4.0.3...@availity/page-header@4.0.4) (2019-03-14)
2324
+
2325
+ **Note:** Version bump only for package @availity/page-header
2326
+
2327
+
2328
+
2329
+
2330
+
2331
+ ## [4.0.3](https://github.com/Availity/availity-react/compare/@availity/page-header@4.0.2...@availity/page-header@4.0.3) (2019-03-13)
2332
+
2333
+ **Note:** Version bump only for package @availity/page-header
2334
+
2335
+
2336
+
2337
+
2338
+
2339
+ ## [4.0.2](https://github.com/Availity/availity-react/compare/@availity/page-header@4.0.1...@availity/page-header@4.0.2) (2019-03-13)
2340
+
2341
+ **Note:** Version bump only for package @availity/page-header
2342
+
2343
+
2344
+
2345
+
2346
+
2347
+ ## [4.0.1](https://github.com/Availity/availity-react/compare/@availity/page-header@4.0.0...@availity/page-header@4.0.1) (2019-03-13)
2348
+
2349
+ **Note:** Version bump only for package @availity/page-header
2350
+
2351
+
2352
+
2353
+
2354
+
2355
+ # [4.0.0](https://github.com/Availity/availity-react/compare/@availity/page-header@3.1.1...@availity/page-header@4.0.0) (2019-03-12)
2356
+
2357
+ **Note:** Version bump only for package @availity/page-header
2358
+
2359
+
2360
+
2361
+
2362
+
2363
+ ## [3.1.1](https://github.com/Availity/availity-react/compare/@availity/page-header@3.1.0...@availity/page-header@3.1.1) (2019-03-08)
2364
+
2365
+ **Note:** Version bump only for package @availity/page-header
2366
+
2367
+
2368
+
2369
+
2370
+
2371
+ # [3.1.0](https://github.com/Availity/availity-react/compare/@availity/page-header@3.0.0...@availity/page-header@3.1.0) (2019-03-05)
2372
+
2373
+
2374
+ ### Features
2375
+
2376
+ * **page-header:** add clientId prop ([85067b9](https://github.com/Availity/availity-react/commit/85067b9))
2377
+
2378
+
2379
+
2380
+
2381
+
2382
+ # [3.0.0](https://github.com/Availity/availity-react/compare/@availity/page-header@1.3.2...@availity/page-header@3.0.0) (2019-03-04)
2383
+
2384
+
2385
+ ### Features
2386
+
2387
+ * **feedback:** refactored feedback component with more options ([becab2e](https://github.com/Availity/availity-react/commit/becab2e))
2388
+
2389
+
2390
+ ### BREAKING CHANGES
2391
+
2392
+ * **feedback:** The feedback modal has a new look.
2393
+
2394
+
2395
+
2396
+
2397
+
2398
+ # [2.0.0](https://github.com/Availity/availity-react/compare/@availity/page-header@1.3.2...@availity/page-header@2.0.0) (2019-03-04)
2399
+
2400
+
2401
+ ### Features
2402
+
2403
+ * **feedback:** refactored feedback component with more options ([becab2e](https://github.com/Availity/availity-react/commit/becab2e))
2404
+
2405
+
2406
+ ### BREAKING CHANGES
2407
+
2408
+ * **feedback:** The feedback modal has a new look.
2409
+
2410
+
2411
+
2412
+
2413
+
2414
+ ## [1.3.2](https://github.com/Availity/availity-react/compare/@availity/page-header@1.3.1...@availity/page-header@1.3.2) (2019-02-28)
2415
+
2416
+
2417
+ ### Bug Fixes
2418
+
2419
+ * **page-header:** removing breadcrumb type check ([0896c2d](https://github.com/Availity/availity-react/commit/0896c2d))
2420
+
2421
+
2422
+
2423
+
2424
+
2425
+ ## [1.3.1](https://github.com/Availity/availity-react/compare/@availity/page-header@1.3.0...@availity/page-header@1.3.1) (2019-02-26)
2426
+
2427
+ **Note:** Version bump only for package @availity/page-header
2428
+
2429
+
2430
+
2431
+
2432
+
2433
+ # [1.3.0](https://github.com/Availity/availity-react/compare/@availity/page-header@1.2.0...@availity/page-header@1.3.0) (2019-02-25)
2434
+
2435
+
2436
+ ### Bug Fixes
2437
+
2438
+ * **page-header:** allow custom crumbs in crumbs prop ([d3af59f](https://github.com/Availity/availity-react/commit/d3af59f))
2439
+ * removed npmrc and added config to lerna for now creating locks ([efe82ab](https://github.com/Availity/availity-react/commit/efe82ab))
2440
+ * removed package-locks,added npmrc ignore,fixed react as hoisted dep ([4648319](https://github.com/Availity/availity-react/commit/4648319))
2441
+
2442
+
2443
+ ### Features
2444
+
2445
+ * integrated dynamic breadcrumbs into PageHeader ([7865b13](https://github.com/Availity/availity-react/commit/7865b13))
2446
+
2447
+
2448
+
2449
+
2450
+
2451
+ # [1.2.0](https://github.com/Availity/availity-react/compare/@availity/page-header@1.1.0...@availity/page-header@1.2.0) (2019-02-13)
2452
+
2453
+
2454
+ ### Bug Fixes
2455
+
2456
+ * fixed package-locks ([ddb49bb](https://github.com/Availity/availity-react/commit/ddb49bb))
2457
+ * included pageheader test snapshot ([a315f8e](https://github.com/Availity/availity-react/commit/a315f8e))
2458
+ * so many package-lock.json's ([8b5dc24](https://github.com/Availity/availity-react/commit/8b5dc24))
2459
+ * **breadcrumbs, page-header:** fixed tests ([63e0ac7](https://github.com/Availity/availity-react/commit/63e0ac7))
2460
+
2461
+
2462
+ ### Features
2463
+
2464
+ * added dynamic breadcrumb (react-router tests) ([f79f8cf](https://github.com/Availity/availity-react/commit/f79f8cf))
2465
+
2466
+
2467
+
2468
+
2469
+
2470
+ # 1.1.0 (2019-02-08)
2471
+
2472
+
2473
+ ### Bug Fixes
2474
+
2475
+ * **feature:** fixed the repository for npm ([7a13a9e](https://github.com/Availity/availity-react/commit/7a13a9e))
2476
+ * re-created package-locks ([49726de](https://github.com/Availity/availity-react/commit/49726de))
2477
+
2478
+
2479
+ ### Features
2480
+
2481
+ * **feature:** added packages from av-react to public ([2c32cf3](https://github.com/Availity/availity-react/commit/2c32cf3))
2482
+ * **feature:** adding typescript support ([cfe57a2](https://github.com/Availity/availity-react/commit/cfe57a2))