@ohos-ports/instructure-ui-breadcrumb 11.7.5-beta.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.
Files changed (76) hide show
  1. package/CHANGELOG.md +1330 -0
  2. package/LICENSE.md +28 -0
  3. package/README.md +46 -0
  4. package/es/Breadcrumb/v1/BreadcrumbLink/index.js +119 -0
  5. package/es/Breadcrumb/v1/BreadcrumbLink/props.js +26 -0
  6. package/es/Breadcrumb/v1/index.js +113 -0
  7. package/es/Breadcrumb/v1/props.js +26 -0
  8. package/es/Breadcrumb/v1/styles.js +106 -0
  9. package/es/Breadcrumb/v1/theme.js +49 -0
  10. package/es/Breadcrumb/v2/BreadcrumbLink/index.js +121 -0
  11. package/es/Breadcrumb/v2/BreadcrumbLink/props.js +26 -0
  12. package/es/Breadcrumb/v2/index.js +133 -0
  13. package/es/Breadcrumb/v2/props.js +26 -0
  14. package/es/Breadcrumb/v2/styles.js +77 -0
  15. package/es/exports/a.js +24 -0
  16. package/es/exports/b.js +24 -0
  17. package/lib/Breadcrumb/v1/BreadcrumbLink/index.js +125 -0
  18. package/lib/Breadcrumb/v1/BreadcrumbLink/props.js +31 -0
  19. package/lib/Breadcrumb/v1/index.js +125 -0
  20. package/lib/Breadcrumb/v1/props.js +31 -0
  21. package/lib/Breadcrumb/v1/styles.js +112 -0
  22. package/lib/Breadcrumb/v1/theme.js +55 -0
  23. package/lib/Breadcrumb/v2/BreadcrumbLink/index.js +127 -0
  24. package/lib/Breadcrumb/v2/BreadcrumbLink/props.js +31 -0
  25. package/lib/Breadcrumb/v2/index.js +145 -0
  26. package/lib/Breadcrumb/v2/props.js +31 -0
  27. package/lib/Breadcrumb/v2/styles.js +83 -0
  28. package/lib/exports/a.js +18 -0
  29. package/lib/exports/b.js +18 -0
  30. package/lib/package.json +1 -0
  31. package/package.json +90 -0
  32. package/scripts/fix-instructure-exports.js +137 -0
  33. package/src/Breadcrumb/v1/BreadcrumbLink/index.tsx +122 -0
  34. package/src/Breadcrumb/v1/BreadcrumbLink/props.ts +102 -0
  35. package/src/Breadcrumb/v1/README.md +141 -0
  36. package/src/Breadcrumb/v1/index.tsx +143 -0
  37. package/src/Breadcrumb/v1/props.ts +63 -0
  38. package/src/Breadcrumb/v1/styles.ts +116 -0
  39. package/src/Breadcrumb/v1/theme.ts +55 -0
  40. package/src/Breadcrumb/v2/BreadcrumbLink/index.tsx +123 -0
  41. package/src/Breadcrumb/v2/BreadcrumbLink/props.ts +101 -0
  42. package/src/Breadcrumb/v2/README.md +141 -0
  43. package/src/Breadcrumb/v2/index.tsx +157 -0
  44. package/src/Breadcrumb/v2/props.ts +64 -0
  45. package/src/Breadcrumb/v2/styles.ts +86 -0
  46. package/src/exports/a.ts +27 -0
  47. package/src/exports/b.ts +27 -0
  48. package/tsconfig.build.json +24 -0
  49. package/tsconfig.build.tsbuildinfo +1 -0
  50. package/tsconfig.json +4 -0
  51. package/types/Breadcrumb/v1/BreadcrumbLink/index.d.ts +31 -0
  52. package/types/Breadcrumb/v1/BreadcrumbLink/index.d.ts.map +1 -0
  53. package/types/Breadcrumb/v1/BreadcrumbLink/props.d.ts +49 -0
  54. package/types/Breadcrumb/v1/BreadcrumbLink/props.d.ts.map +1 -0
  55. package/types/Breadcrumb/v1/index.d.ts +35 -0
  56. package/types/Breadcrumb/v1/index.d.ts.map +1 -0
  57. package/types/Breadcrumb/v1/props.d.ts +30 -0
  58. package/types/Breadcrumb/v1/props.d.ts.map +1 -0
  59. package/types/Breadcrumb/v1/styles.d.ts +15 -0
  60. package/types/Breadcrumb/v1/styles.d.ts.map +1 -0
  61. package/types/Breadcrumb/v1/theme.d.ts +10 -0
  62. package/types/Breadcrumb/v1/theme.d.ts.map +1 -0
  63. package/types/Breadcrumb/v2/BreadcrumbLink/index.d.ts +31 -0
  64. package/types/Breadcrumb/v2/BreadcrumbLink/index.d.ts.map +1 -0
  65. package/types/Breadcrumb/v2/BreadcrumbLink/props.d.ts +49 -0
  66. package/types/Breadcrumb/v2/BreadcrumbLink/props.d.ts.map +1 -0
  67. package/types/Breadcrumb/v2/index.d.ts +35 -0
  68. package/types/Breadcrumb/v2/index.d.ts.map +1 -0
  69. package/types/Breadcrumb/v2/props.d.ts +30 -0
  70. package/types/Breadcrumb/v2/props.d.ts.map +1 -0
  71. package/types/Breadcrumb/v2/styles.d.ts +14 -0
  72. package/types/Breadcrumb/v2/styles.d.ts.map +1 -0
  73. package/types/exports/a.d.ts +4 -0
  74. package/types/exports/a.d.ts.map +1 -0
  75. package/types/exports/b.d.ts +4 -0
  76. package/types/exports/b.d.ts.map +1 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,1330 @@
1
+ # Change Log
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
+ ## [11.7.5](https://github.com/instructure/instructure-ui/compare/v11.7.4...v11.7.5) (2026-08-25)
7
+
8
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
9
+
10
+
11
+
12
+
13
+
14
+ ## [11.7.4](https://github.com/instructure/instructure-ui/compare/v11.7.3...v11.7.4) (2026-07-24)
15
+
16
+
17
+ ### Features
18
+
19
+ * **many:** support current spacing tokens in the margin prop for v2 components ([1b47c5f](https://github.com/instructure/instructure-ui/commit/1b47c5f23eaa60b532cdfd53c39bd71f0cf51aaa))
20
+
21
+
22
+
23
+
24
+
25
+ ## [11.7.3](https://github.com/instructure/instructure-ui/compare/v11.7.2...v11.7.3) (2026-05-07)
26
+
27
+
28
+ ### Bug Fixes
29
+
30
+ * **many:** update dependencies, remove lots of Babel plugins, remove Webpack 4 support ([f916fca](https://github.com/instructure/instructure-ui/commit/f916fcafdddcb2d7de401f93e8ff92cfdfa47bba))
31
+
32
+
33
+
34
+
35
+
36
+ ## [11.7.2](https://github.com/instructure/instructure-ui/compare/v11.7.1...v11.7.2) (2026-04-23)
37
+
38
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
39
+
40
+
41
+
42
+
43
+
44
+ ## [11.7.1](https://github.com/instructure/instructure-ui/compare/v11.7.0...v11.7.1) (2026-03-20)
45
+
46
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
47
+
48
+
49
+
50
+
51
+
52
+ # [11.7.0](https://github.com/instructure/instructure-ui/compare/v11.6.0...v11.7.0) (2026-03-18)
53
+
54
+
55
+ ### Bug Fixes
56
+
57
+ * **many:** a11y requirement fix, interactive links must be underlined on interaction and isWithinText prop was removed ([8531756](https://github.com/instructure/instructure-ui/commit/8531756c564a3220a8266d02a72fb26c3bbcc977))
58
+ * **ui-many:** fix imports of the multiversion support ([ff5f2b3](https://github.com/instructure/instructure-ui/commit/ff5f2b38660ddae432edd32b98eedae586589977))
59
+
60
+
61
+ ### Features
62
+
63
+ * **many:** add solution for using both old and new token system in the same app ([688a713](https://github.com/instructure/instructure-ui/commit/688a713ff715433bb085323dbad61285387c5141))
64
+ * **ui-breadcrumb:** migrate to new theming system and add new lucide icon and change separator style calculation ([d6c8006](https://github.com/instructure/instructure-ui/commit/d6c8006d213e95c6502d611d9a8e6792ba46e55d))
65
+
66
+
67
+
68
+
69
+
70
+ # [11.6.0](https://github.com/instructure/instructure-ui/compare/v11.5.0...v11.6.0) (2026-02-18)
71
+
72
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
73
+
74
+ # [11.5.0](https://github.com/instructure/instructure-ui/compare/v11.4.0...v11.5.0) (2026-02-03)
75
+
76
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
77
+
78
+ # [11.4.0](https://github.com/instructure/instructure-ui/compare/v11.3.0...v11.4.0) (2026-01-20)
79
+
80
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
81
+
82
+ # [11.3.0](https://github.com/instructure/instructure-ui/compare/v11.2.0...v11.3.0) (2026-01-12)
83
+
84
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
85
+
86
+ # [11.2.0](https://github.com/instructure/instructure-ui/compare/v11.0.1...v11.2.0) (2025-11-06)
87
+
88
+ ### Features
89
+
90
+ - **many:** migrate from npm to pnpm ([f7bb16e](https://github.com/instructure/instructure-ui/commit/f7bb16e114df83984c67d5a6e07fb4d9c65efc53))
91
+
92
+ # [11.1.0](https://github.com/instructure/instructure-ui/compare/v11.0.1...v11.1.0) (2025-11-05)
93
+
94
+ ### Features
95
+
96
+ - **many:** migrate from npm to pnpm ([f7bb16e](https://github.com/instructure/instructure-ui/commit/f7bb16e114df83984c67d5a6e07fb4d9c65efc53))
97
+
98
+ ## [11.0.1](https://github.com/instructure/instructure-ui/compare/v11.0.0...v11.0.1) (2025-10-13)
99
+
100
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
101
+
102
+ # [11.0.0](https://github.com/instructure/instructure-ui/compare/v10.26.0...v11.0.0) (2025-10-06)
103
+
104
+ ### Features
105
+
106
+ - **many:** instUI v11 release ([36f5438](https://github.com/instructure/instructure-ui/commit/36f54382669186227ba24798bbf7201ef2f5cd4c))
107
+
108
+ ### BREAKING CHANGES
109
+
110
+ - **many:** InstUI v11 contains the following breaking changes:
111
+
112
+ * React 16 and 17 are no longer supported
113
+ * remove `PropTypes` from all packages
114
+ * remove `CodeEditor` component
115
+ * remove `@instui/theme-registry` package
116
+ * remove `@testable`, `@experimental`, `@hack` decorators
117
+ * InstUISettingsProvider's `as` prop is removed
118
+ * `canvas.use()`, `canvasHighContrast.use()` functions are removed
119
+ * `canvasThemeLocal`, `canvasHighContrastThemeLocal` are removed
120
+ * `variables` field on theme objects are removed
121
+ * remove deprecated props from Table: Row's `isStacked`, Body's
122
+ `isStacked`, `hover`, and `headers`
123
+ * `Table`'s `caption` prop is now required
124
+ * `ui-dom-utils`'s `getComputedStyle` can now return `undefined`
125
+
126
+ # [10.26.0](https://github.com/instructure/instructure-ui/compare/v10.25.0...v10.26.0) (2025-10-01)
127
+
128
+ ### Bug Fixes
129
+
130
+ - **ui-breadcrumb:** fix Breadcrumb accessibility issues ([638ffbe](https://github.com/instructure/instructure-ui/commit/638ffbe5263be6e07dff13e2d114daa84631f119))
131
+
132
+ # [10.25.0](https://github.com/instructure/instructure-ui/compare/v10.24.2...v10.25.0) (2025-09-09)
133
+
134
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
135
+
136
+ ## [10.24.2](https://github.com/instructure/instructure-ui/compare/v10.24.1...v10.24.2) (2025-08-11)
137
+
138
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
139
+
140
+ ## [10.24.1](https://github.com/instructure/instructure-ui/compare/v10.24.0...v10.24.1) (2025-07-30)
141
+
142
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
143
+
144
+ # [10.24.0](https://github.com/instructure/instructure-ui/compare/v10.23.0...v10.24.0) (2025-07-18)
145
+
146
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
147
+
148
+ # [10.23.0](https://github.com/instructure/instructure-ui/compare/v10.22.0...v10.23.0) (2025-07-09)
149
+
150
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
151
+
152
+ # [10.22.0](https://github.com/instructure/instructure-ui/compare/v10.21.0...v10.22.0) (2025-07-04)
153
+
154
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
155
+
156
+ # [10.21.0](https://github.com/instructure/instructure-ui/compare/v10.20.1...v10.21.0) (2025-06-27)
157
+
158
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
159
+
160
+ ## [10.20.1](https://github.com/instructure/instructure-ui/compare/v10.20.0...v10.20.1) (2025-06-17)
161
+
162
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
163
+
164
+ # [10.20.0](https://github.com/instructure/instructure-ui/compare/v10.19.1...v10.20.0) (2025-06-13)
165
+
166
+ ### Bug Fixes
167
+
168
+ - **many:** update dependencies, browsersdb and moment timezone database ([3813636](https://github.com/instructure/instructure-ui/commit/3813636458c901ad4bc74a4d5ae015cb55defcb2))
169
+
170
+ ## [10.19.1](https://github.com/instructure/instructure-ui/compare/v10.19.0...v10.19.1) (2025-06-05)
171
+
172
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
173
+
174
+ # [10.19.0](https://github.com/instructure/instructure-ui/compare/v10.18.1...v10.19.0) (2025-06-03)
175
+
176
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
177
+
178
+ ## [10.18.1](https://github.com/instructure/instructure-ui/compare/v10.18.0...v10.18.1) (2025-05-29)
179
+
180
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
181
+
182
+ # [10.18.0](https://github.com/instructure/instructure-ui/compare/v10.17.0...v10.18.0) (2025-05-26)
183
+
184
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
185
+
186
+ # [10.17.0](https://github.com/instructure/instructure-ui/compare/v10.16.4...v10.17.0) (2025-05-20)
187
+
188
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
189
+
190
+ ## [10.16.4](https://github.com/instructure/instructure-ui/compare/v10.16.3...v10.16.4) (2025-05-09)
191
+
192
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
193
+
194
+ ## [10.16.3](https://github.com/instructure/instructure-ui/compare/v10.16.1...v10.16.3) (2025-04-30)
195
+
196
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
197
+
198
+ ## [10.16.2](https://github.com/instructure/instructure-ui/compare/v10.16.1...v10.16.2) (2025-04-22)
199
+
200
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
201
+
202
+ ## [10.16.1](https://github.com/instructure/instructure-ui/compare/v10.16.0...v10.16.1) (2025-04-22)
203
+
204
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
205
+
206
+ # [10.16.0](https://github.com/instructure/instructure-ui/compare/v10.15.2...v10.16.0) (2025-04-11)
207
+
208
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
209
+
210
+ ## [10.15.2](https://github.com/instructure/instructure-ui/compare/v10.15.1...v10.15.2) (2025-04-07)
211
+
212
+ ### Bug Fixes
213
+
214
+ - **ui-buttons:** fix tabindex=0 added unnecessarly to Buttons ([a9a68a4](https://github.com/instructure/instructure-ui/commit/a9a68a447d04e6c5509e0ce785745cdcaea73c54))
215
+ - update PropTypes to align with the new spacing tokens ([223d55b](https://github.com/instructure/instructure-ui/commit/223d55bad95e2a3a8b298d622e5b1d0fbab6b289))
216
+
217
+ ## [10.15.1](https://github.com/instructure/instructure-ui/compare/v10.15.0...v10.15.1) (2025-04-03)
218
+
219
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
220
+
221
+ # [10.15.0](https://github.com/instructure/instructure-ui/compare/v10.14.0...v10.15.0) (2025-03-31)
222
+
223
+ ### Features
224
+
225
+ - **ui-breadcrumb,ui-tooltip:** add tooltips for truncated breadcrumbs ([1c22bfc](https://github.com/instructure/instructure-ui/commit/1c22bfcb01238b2af8b03db5391013175f487805))
226
+
227
+ # [10.14.0](https://github.com/instructure/instructure-ui/compare/v10.13.0...v10.14.0) (2025-03-17)
228
+
229
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
230
+
231
+ # [10.13.0](https://github.com/instructure/instructure-ui/compare/v10.12.0...v10.13.0) (2025-03-06)
232
+
233
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
234
+
235
+ # [10.12.0](https://github.com/instructure/instructure-ui/compare/v10.11.0...v10.12.0) (2025-02-24)
236
+
237
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
238
+
239
+ # [10.11.0](https://github.com/instructure/instructure-ui/compare/v10.10.0...v10.11.0) (2025-02-03)
240
+
241
+ ### Bug Fixes
242
+
243
+ - **ui-breadcrumb:** add and update aria tags in Breadcrumb and in documentation ([e8db0f2](https://github.com/instructure/instructure-ui/commit/e8db0f20b5f8acc6662a1c8cc7c2530466e6869d))
244
+
245
+ # [10.10.0](https://github.com/instructure/instructure-ui/compare/v10.9.0...v10.10.0) (2024-12-18)
246
+
247
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
248
+
249
+ # [10.9.0](https://github.com/instructure/instructure-ui/compare/v10.8.0...v10.9.0) (2024-12-12)
250
+
251
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
252
+
253
+ # [10.8.0](https://github.com/instructure/instructure-ui/compare/v10.7.0...v10.8.0) (2024-12-09)
254
+
255
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
256
+
257
+ # [10.7.0](https://github.com/instructure/instructure-ui/compare/v10.6.1...v10.7.0) (2024-12-03)
258
+
259
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
260
+
261
+ ## [10.6.1](https://github.com/instructure/instructure-ui/compare/v10.6.0...v10.6.1) (2024-11-26)
262
+
263
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
264
+
265
+ # [10.6.0](https://github.com/instructure/instructure-ui/compare/v10.5.0...v10.6.0) (2024-11-18)
266
+
267
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
268
+
269
+ # [10.5.0](https://github.com/instructure/instructure-ui/compare/v10.4.1...v10.5.0) (2024-11-07)
270
+
271
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
272
+
273
+ ## [10.4.1](https://github.com/instructure/instructure-ui/compare/v10.4.0...v10.4.1) (2024-10-28)
274
+
275
+ ### Bug Fixes
276
+
277
+ - update license ([1c039d9](https://github.com/instructure/instructure-ui/commit/1c039d9cbf5a3ea99b59803ddde5c6c0b2d76ba5))
278
+
279
+ # [10.4.0](https://github.com/instructure/instructure-ui/compare/v10.3.0...v10.4.0) (2024-10-16)
280
+
281
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
282
+
283
+ # [10.3.0](https://github.com/instructure/instructure-ui/compare/v10.2.2...v10.3.0) (2024-10-03)
284
+
285
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
286
+
287
+ ## [10.2.2](https://github.com/instructure/instructure-ui/compare/v10.2.1...v10.2.2) (2024-09-13)
288
+
289
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
290
+
291
+ ## [10.2.1](https://github.com/instructure/instructure-ui/compare/v10.2.0...v10.2.1) (2024-08-30)
292
+
293
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
294
+
295
+ # [10.2.0](https://github.com/instructure/instructure-ui/compare/v10.0.0...v10.2.0) (2024-08-23)
296
+
297
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
298
+
299
+ # [10.1.0](https://github.com/instructure/instructure-ui/compare/v10.0.0...v10.1.0) (2024-08-23)
300
+
301
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
302
+
303
+ # [10.0.0](https://github.com/instructure/instructure-ui/compare/v9.5.1...v10.0.0) (2024-07-31)
304
+
305
+ ### Features
306
+
307
+ - **many:** rewrite color system ([1e5809e](https://github.com/instructure/instructure-ui/commit/1e5809e28dee8c2a71703a429609b8d2f95d76e6))
308
+
309
+ ### BREAKING CHANGES
310
+
311
+ - **many:** Breaks color overrides in certain cases
312
+
313
+ ## [9.5.1](https://github.com/instructure/instructure-ui/compare/v9.5.0...v9.5.1) (2024-07-30)
314
+
315
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
316
+
317
+ # [9.5.0](https://github.com/instructure/instructure-ui/compare/v9.3.0...v9.5.0) (2024-07-26)
318
+
319
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
320
+
321
+ # [9.4.0](https://github.com/instructure/instructure-ui/compare/v9.3.0...v9.4.0) (2024-07-26)
322
+
323
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
324
+
325
+ # [9.3.0](https://github.com/instructure/instructure-ui/compare/v9.2.0...v9.3.0) (2024-07-17)
326
+
327
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
328
+
329
+ # [9.2.0](https://github.com/instructure/instructure-ui/compare/v9.1.0...v9.2.0) (2024-07-09)
330
+
331
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
332
+
333
+ # [9.1.0](https://github.com/instructure/instructure-ui/compare/v9.0.1...v9.1.0) (2024-06-14)
334
+
335
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
336
+
337
+ ## [9.0.1](https://github.com/instructure/instructure-ui/compare/v9.0.0...v9.0.1) (2024-05-09)
338
+
339
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
340
+
341
+ # [9.0.0](https://github.com/instructure/instructure-ui/compare/v8.56.0...v9.0.0) (2024-05-09)
342
+
343
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
344
+
345
+ # [8.56.0](https://github.com/instructure/instructure-ui/compare/v8.55.1...v8.56.0) (2024-05-06)
346
+
347
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
348
+
349
+ ## [8.55.1](https://github.com/instructure/instructure-ui/compare/v8.55.0...v8.55.1) (2024-04-30)
350
+
351
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
352
+
353
+ # [8.55.0](https://github.com/instructure/instructure-ui/compare/v8.54.0...v8.55.0) (2024-04-09)
354
+
355
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
356
+
357
+ # [8.54.0](https://github.com/instructure/instructure-ui/compare/v8.53.2...v8.54.0) (2024-03-21)
358
+
359
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
360
+
361
+ ## [8.53.2](https://github.com/instructure/instructure-ui/compare/v8.53.1...v8.53.2) (2024-02-15)
362
+
363
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
364
+
365
+ ## [8.53.1](https://github.com/instructure/instructure-ui/compare/v8.53.0...v8.53.1) (2024-02-09)
366
+
367
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
368
+
369
+ # [8.53.0](https://github.com/instructure/instructure-ui/compare/v8.52.0...v8.53.0) (2024-02-08)
370
+
371
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
372
+
373
+ # [8.52.0](https://github.com/instructure/instructure-ui/compare/v8.51.0...v8.52.0) (2024-02-02)
374
+
375
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
376
+
377
+ # [8.51.0](https://github.com/instructure/instructure-ui/compare/v8.50.0...v8.51.0) (2023-12-14)
378
+
379
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
380
+
381
+ # [8.50.0](https://github.com/instructure/instructure-ui/compare/v8.49.0...v8.50.0) (2023-12-05)
382
+
383
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
384
+
385
+ # [8.49.0](https://github.com/instructure/instructure-ui/compare/v8.48.3...v8.49.0) (2023-11-24)
386
+
387
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
388
+
389
+ ## [8.48.3](https://github.com/instructure/instructure-ui/compare/v8.48.2...v8.48.3) (2023-11-23)
390
+
391
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
392
+
393
+ ## [8.48.2](https://github.com/instructure/instructure-ui/compare/v8.48.1...v8.48.2) (2023-11-21)
394
+
395
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
396
+
397
+ ## [8.48.1](https://github.com/instructure/instructure-ui/compare/v8.48.0...v8.48.1) (2023-11-17)
398
+
399
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
400
+
401
+ # [8.48.0](https://github.com/instructure/instructure-ui/compare/v8.47.1...v8.48.0) (2023-11-10)
402
+
403
+ ### Features
404
+
405
+ - **ui-breadcrumb,ui-link:** add onMouseEnter prop ([a52f836](https://github.com/instructure/instructure-ui/commit/a52f836b48bfbd99763e9f5381675e8eabaa22c5))
406
+
407
+ ## [8.47.1](https://github.com/instructure/instructure-ui/compare/v8.47.0...v8.47.1) (2023-11-06)
408
+
409
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
410
+
411
+ # [8.47.0](https://github.com/instructure/instructure-ui/compare/v8.46.1...v8.47.0) (2023-10-27)
412
+
413
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
414
+
415
+ ## [8.46.1](https://github.com/instructure/instructure-ui/compare/v8.46.0...v8.46.1) (2023-10-13)
416
+
417
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
418
+
419
+ # [8.46.0](https://github.com/instructure/instructure-ui/compare/v8.45.0...v8.46.0) (2023-10-11)
420
+
421
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
422
+
423
+ # [8.45.0](https://github.com/instructure/instructure-ui/compare/v8.44.0...v8.45.0) (2023-10-03)
424
+
425
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
426
+
427
+ # [8.44.0](https://github.com/instructure/instructure-ui/compare/v8.43.1...v8.44.0) (2023-09-21)
428
+
429
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
430
+
431
+ ## [8.43.1](https://github.com/instructure/instructure-ui/compare/v8.43.0...v8.43.1) (2023-09-11)
432
+
433
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
434
+
435
+ # [8.43.0](https://github.com/instructure/instructure-ui/compare/v8.41.1...v8.43.0) (2023-09-07)
436
+
437
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
438
+
439
+ # [8.42.0](https://github.com/instructure/instructure-ui/compare/v8.41.1...v8.42.0) (2023-09-07)
440
+
441
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
442
+
443
+ ## [8.41.1](https://github.com/instructure/instructure-ui/compare/v8.41.0...v8.41.1) (2023-08-24)
444
+
445
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
446
+
447
+ # [8.41.0](https://github.com/instructure/instructure-ui/compare/v8.40.1...v8.41.0) (2023-08-21)
448
+
449
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
450
+
451
+ ## [8.40.1](https://github.com/instructure/instructure-ui/compare/v8.40.0...v8.40.1) (2023-08-18)
452
+
453
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
454
+
455
+ # [8.40.0](https://github.com/instructure/instructure-ui/compare/v8.39.0...v8.40.0) (2023-08-17)
456
+
457
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
458
+
459
+ # [8.39.0](https://github.com/instructure/instructure-ui/compare/v8.38.1...v8.39.0) (2023-07-21)
460
+
461
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
462
+
463
+ ## [8.38.1](https://github.com/instructure/instructure-ui/compare/v8.38.0...v8.38.1) (2023-06-13)
464
+
465
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
466
+
467
+ # [8.38.0](https://github.com/instructure/instructure-ui/compare/v8.37.0...v8.38.0) (2023-05-15)
468
+
469
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
470
+
471
+ # [8.37.0](https://github.com/instructure/instructure-ui/compare/v8.36.0...v8.37.0) (2023-04-25)
472
+
473
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
474
+
475
+ # [8.36.0](https://github.com/instructure/instructure-ui/compare/v8.35.1...v8.36.0) (2023-03-23)
476
+
477
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
478
+
479
+ ## [8.35.1](https://github.com/instructure/instructure-ui/compare/v8.35.0...v8.35.1) (2023-03-10)
480
+
481
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
482
+
483
+ # [8.35.0](https://github.com/instructure/instructure-ui/compare/v8.34.0...v8.35.0) (2023-02-17)
484
+
485
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
486
+
487
+ # [8.34.0](https://github.com/instructure/instructure-ui/compare/v8.33.2...v8.34.0) (2023-02-10)
488
+
489
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
490
+
491
+ ## [8.33.2](https://github.com/instructure/instructure-ui/compare/v8.33.1...v8.33.2) (2023-01-25)
492
+
493
+ ### Bug Fixes
494
+
495
+ - **ui-breadcrumb:** fix prop typing for `Breadcrumb.Link` ([9093c3e](https://github.com/instructure/instructure-ui/commit/9093c3e216144519e63a4d4ea189312ac9422111))
496
+
497
+ ## [8.33.1](https://github.com/instructure/instructure-ui/compare/v8.33.0...v8.33.1) (2023-01-06)
498
+
499
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
500
+
501
+ # [8.33.0](https://github.com/instructure/instructure-ui/compare/v8.32.1...v8.33.0) (2023-01-04)
502
+
503
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
504
+
505
+ ## [8.32.1](https://github.com/instructure/instructure-ui/compare/v8.30.0...v8.32.1) (2022-12-01)
506
+
507
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
508
+
509
+ # [8.32.0](https://github.com/instructure/instructure-ui/compare/v8.31.0...v8.32.0) (2022-11-23)
510
+
511
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
512
+
513
+ # [8.31.0](https://github.com/instructure/instructure-ui/compare/v8.30.0...v8.31.0) (2022-11-21)
514
+
515
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
516
+
517
+ # [8.30.0](https://github.com/instructure/instructure-ui/compare/v8.29.0...v8.30.0) (2022-10-26)
518
+
519
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
520
+
521
+ # [8.29.0](https://github.com/instructure/instructure-ui/compare/v8.28.0...v8.29.0) (2022-09-29)
522
+
523
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
524
+
525
+ ## [8.28.2](https://github.com/instructure/instructure-ui/compare/v8.28.0...v8.28.2) (2022-09-16)
526
+
527
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
528
+
529
+ ## [8.28.1](https://github.com/instructure/instructure-ui/compare/v8.28.0...v8.28.1) (2022-09-12)
530
+
531
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
532
+
533
+ # [8.28.0](https://github.com/instructure/instructure-ui/compare/v8.27.0...v8.28.0) (2022-09-02)
534
+
535
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
536
+
537
+ # [8.27.0](https://github.com/instructure/instructure-ui/compare/v8.26.3...v8.27.0) (2022-07-25)
538
+
539
+ ### Features
540
+
541
+ - support React 18 ([0a2bf0c](https://github.com/instructure/instructure-ui/commit/0a2bf0cdd4d8bcec6e42a7ccf28a787e4a35bc40))
542
+
543
+ ## [8.26.3](https://github.com/instructure/instructure-ui/compare/v8.26.2...v8.26.3) (2022-07-14)
544
+
545
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
546
+
547
+ ## [8.26.2](https://github.com/instructure/instructure-ui/compare/v8.26.1...v8.26.2) (2022-07-11)
548
+
549
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
550
+
551
+ ## [8.26.1](https://github.com/instructure/instructure-ui/compare/v8.26.0...v8.26.1) (2022-07-06)
552
+
553
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
554
+
555
+ # [8.26.0](https://github.com/instructure/instructure-ui/compare/v8.25.0...v8.26.0) (2022-06-30)
556
+
557
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
558
+
559
+ # [8.25.0](https://github.com/instructure/instructure-ui/compare/v8.24.5...v8.25.0) (2022-06-03)
560
+
561
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
562
+
563
+ ## [8.24.5](https://github.com/instructure/instructure-ui/compare/v8.24.3...v8.24.5) (2022-05-31)
564
+
565
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
566
+
567
+ ## [8.24.4](https://github.com/instructure/instructure-ui/compare/v8.24.3...v8.24.4) (2022-05-27)
568
+
569
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
570
+
571
+ ## [8.24.3](https://github.com/instructure/instructure-ui/compare/v8.24.2...v8.24.3) (2022-05-25)
572
+
573
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
574
+
575
+ ## [8.24.2](https://github.com/instructure/instructure-ui/compare/v8.24.1...v8.24.2) (2022-05-02)
576
+
577
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
578
+
579
+ ## [8.24.1](https://github.com/instructure/instructure-ui/compare/v8.24.0...v8.24.1) (2022-04-29)
580
+
581
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
582
+
583
+ # [8.24.0](https://github.com/instructure/instructure-ui/compare/v8.23.0...v8.24.0) (2022-04-26)
584
+
585
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
586
+
587
+ # [8.23.0](https://github.com/instructure/instructure-ui/compare/v8.22.0...v8.23.0) (2022-04-07)
588
+
589
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
590
+
591
+ # [8.22.0](https://github.com/instructure/instructure-ui/compare/v8.21.0...v8.22.0) (2022-03-31)
592
+
593
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
594
+
595
+ # [8.21.0](https://github.com/instructure/instructure-ui/compare/v8.20.0...v8.21.0) (2022-03-30)
596
+
597
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
598
+
599
+ # [8.20.0](https://github.com/instructure/instructure-ui/compare/v8.19.0...v8.20.0) (2022-03-22)
600
+
601
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
602
+
603
+ # [8.19.0](https://github.com/instructure/instructure-ui/compare/v8.18.0...v8.19.0) (2022-03-16)
604
+
605
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
606
+
607
+ # [8.18.0](https://github.com/instructure/instructure-ui/compare/v8.17.0...v8.18.0) (2022-02-23)
608
+
609
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
610
+
611
+ # [8.17.0](https://github.com/instructure/instructure-ui/compare/v8.16.0...v8.17.0) (2022-02-07)
612
+
613
+ ### Bug Fixes
614
+
615
+ - remove type:"commonjs" from package.json files ([0b243be](https://github.com/instructure/instructure-ui/commit/0b243bee389ee14493e6b3dbb30a8b660c295d3d))
616
+
617
+ # [8.16.0](https://github.com/instructure/instructure-ui/compare/v8.15.0...v8.16.0) (2022-02-03)
618
+
619
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
620
+
621
+ # [8.15.0](https://github.com/instructure/instructure-ui/compare/v8.14.0...v8.15.0) (2022-01-26)
622
+
623
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
624
+
625
+ # [8.14.0](https://github.com/instructure/instructure-ui/compare/v8.13.0...v8.14.0) (2021-12-16)
626
+
627
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
628
+
629
+ # [8.13.0](https://github.com/instructure/instructure-ui/compare/v8.12.0...v8.13.0) (2021-12-01)
630
+
631
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
632
+
633
+ # [8.12.0](https://github.com/instructure/instructure-ui/compare/v8.11.1...v8.12.0) (2021-11-17)
634
+
635
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
636
+
637
+ ## [8.11.1](https://github.com/instructure/instructure-ui/compare/v8.11.0...v8.11.1) (2021-10-19)
638
+
639
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
640
+
641
+ # [8.11.0](https://github.com/instructure/instructure-ui/compare/v8.10.2...v8.11.0) (2021-10-15)
642
+
643
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
644
+
645
+ ## [8.10.2](https://github.com/instructure/instructure-ui/compare/v8.10.1...v8.10.2) (2021-10-01)
646
+
647
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
648
+
649
+ ## [8.10.1](https://github.com/instructure/instructure-ui/compare/v8.10.0...v8.10.1) (2021-10-01)
650
+
651
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
652
+
653
+ # [8.10.0](https://github.com/instructure/instructure-ui/compare/v8.9.1...v8.10.0) (2021-09-28)
654
+
655
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
656
+
657
+ ## [8.9.1](https://github.com/instructure/instructure-ui/compare/v8.9.0...v8.9.1) (2021-09-16)
658
+
659
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
660
+
661
+ # [8.9.0](https://github.com/instructure/instructure-ui/compare/v8.8.0...v8.9.0) (2021-09-15)
662
+
663
+ ### Bug Fixes
664
+
665
+ - fix shared-types TS errors ([7b83164](https://github.com/instructure/instructure-ui/commit/7b83164f4c5872f3a217e010563f59bf584ae4fc))
666
+
667
+ # [8.8.0](https://github.com/instructure/instructure-ui/compare/v8.7.0...v8.8.0) (2021-08-27)
668
+
669
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
670
+
671
+ # [8.7.0](https://github.com/instructure/instructure-ui/compare/v8.6.0...v8.7.0) (2021-07-16)
672
+
673
+ ### Features
674
+
675
+ - add support for React 17 ([f647826](https://github.com/instructure/instructure-ui/commit/f64782688b404f950e03c7f83a8328f0ca588248))
676
+
677
+ # [8.6.0](https://github.com/instructure/instructure-ui/compare/v8.5.0...v8.6.0) (2021-06-18)
678
+
679
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
680
+
681
+ # [8.5.0](https://github.com/instructure/instructure-ui/compare/v8.4.0...v8.5.0) (2021-06-09)
682
+
683
+ ### Bug Fixes
684
+
685
+ - **emotion:** add componentId to match with componenet name in docs ([cc255eb](https://github.com/instructure/instructure-ui/commit/cc255ebef149ffe19a2102a179c1e7765b633888))
686
+
687
+ # [8.4.0](https://github.com/instructure/instructure-ui/compare/v8.3.0...v8.4.0) (2021-05-11)
688
+
689
+ ### Bug Fixes
690
+
691
+ - fix all inter-package dependencies using fix version ([75cd898](https://github.com/instructure/instructure-ui/commit/75cd8983b7e206e4e14dc67c490c103cb4a3d915))
692
+
693
+ # [8.3.0](https://github.com/instructure/instructure-ui/compare/v8.2.1...v8.3.0) (2021-05-04)
694
+
695
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
696
+
697
+ ## [8.2.1](https://github.com/instructure/instructure-ui/compare/v8.2.0...v8.2.1) (2021-04-22)
698
+
699
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
700
+
701
+ # [8.2.0](https://github.com/instructure/instructure-ui/compare/v8.1.0...v8.2.0) (2021-04-22)
702
+
703
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
704
+
705
+ # [8.1.0](https://github.com/instructure/instructure-ui/compare/v8.0.0...v8.1.0) (2021-04-15)
706
+
707
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
708
+
709
+ # [8.0.0](https://github.com/instructure/instructure-ui/compare/v7.5.0...v8.0.0) (2021-03-29)
710
+
711
+ ### Code Refactoring
712
+
713
+ - **Migrated the package and it's component(s) from using `ui-themeable` to using the new theming solution based on [emotion.js](https://emotion.sh/).**
714
+ - **emotion,ui-themeable:** move ThemeablePropValues and ThemeablePropTypes util to emotion pack ([2d0ac1d](https://github.com/instructure/instructure-ui/commit/2d0ac1d3d4ae60802f639bee2545f9a8a32446b6))
715
+ - **ui-breadcrumb:** remove deprecated `icon` prop ([ebde230](https://github.com/instructure/instructure-ui/commit/ebde2302f01501a4d44f8f166ec44713e7aa8d8d))
716
+
717
+ ### BREAKING CHANGES
718
+
719
+ - **emotion,ui-themeable:** Moved `ThemeablePropValues` and `ThemeablePropTypes` utils from `ui-themeable`to `emotion` package.
720
+ - **ui-breadcrumb:** Removed deprecated `icon` prop, use `renderIcon` instead.
721
+
722
+ # [7.5.0](https://github.com/instructure/instructure-ui/compare/v7.4.4...v7.5.0) (2021-03-22)
723
+
724
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
725
+
726
+ ## [7.4.4](https://github.com/instructure/instructure-ui/compare/v7.4.3...v7.4.4) (2021-03-12)
727
+
728
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
729
+
730
+ ## [7.4.3](https://github.com/instructure/instructure-ui/compare/v7.4.1...v7.4.3) (2021-03-11)
731
+
732
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
733
+
734
+ ## [7.4.2](https://github.com/instructure/instructure-ui/compare/v7.4.1...v7.4.2) (2021-03-11)
735
+
736
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
737
+
738
+ ## [7.4.1](https://github.com/instructure/instructure-ui/compare/v7.4.0...v7.4.1) (2021-03-04)
739
+
740
+ ### Bug Fixes
741
+
742
+ - **all:** Fix package imports, now everything can be imported; fix test:all in main package.json ([2f11024](https://github.com/instructure/instructure-ui/commit/2f11024))
743
+
744
+ # [7.4.0](https://github.com/instructure/instructure-ui/compare/v7.3.5...v7.4.0) (2021-02-01)
745
+
746
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
747
+
748
+ ## [7.3.5](https://github.com/instructure/instructure-ui/compare/v7.3.2...v7.3.5) (2021-01-21)
749
+
750
+ ### Bug Fixes
751
+
752
+ - **esm:** specify "exports" in package manifests ([6007684](https://github.com/instructure/instructure-ui/commit/6007684))
753
+
754
+ ## [7.3.4](https://github.com/instructure/instructure-ui/compare/v7.3.2...v7.3.4) (2021-01-14)
755
+
756
+ ### Bug Fixes
757
+
758
+ - **esm:** specify "exports" in package manifests ([6007684](https://github.com/instructure/instructure-ui/commit/6007684))
759
+
760
+ ## [7.3.3](https://github.com/instructure/instructure-ui/compare/v7.3.2...v7.3.3) (2021-01-13)
761
+
762
+ ### Bug Fixes
763
+
764
+ - **esm:** specify "exports" in package manifests ([6007684](https://github.com/instructure/instructure-ui/commit/6007684))
765
+
766
+ ## [7.3.2](https://github.com/instructure/instructure-ui/compare/v7.3.1...v7.3.2) (2020-12-10)
767
+
768
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
769
+
770
+ ## [7.3.1](https://github.com/instructure/instructure-ui/compare/v7.3.0...v7.3.1) (2020-11-30)
771
+
772
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
773
+
774
+ # [7.3.0](https://github.com/instructure/instructure-ui/compare/v7.2.4...v7.3.0) (2020-10-26)
775
+
776
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
777
+
778
+ ## [7.2.4](https://github.com/instructure/instructure-ui/compare/v7.2.0...v7.2.4) (2020-10-09)
779
+
780
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
781
+
782
+ ## [7.2.3](https://github.com/instructure/instructure-ui/compare/v7.2.0...v7.2.3) (2020-10-08)
783
+
784
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
785
+
786
+ ## [7.2.2](https://github.com/instructure/instructure-ui/compare/v7.2.0...v7.2.2) (2020-10-08)
787
+
788
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
789
+
790
+ ## [7.2.1](https://github.com/instructure/instructure-ui/compare/v7.2.0...v7.2.1) (2020-10-07)
791
+
792
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
793
+
794
+ # [7.2.0](https://github.com/instructure/instructure-ui/compare/v7.1.4...v7.2.0) (2020-09-23)
795
+
796
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
797
+
798
+ ## [7.1.4](https://github.com/instructure/instructure-ui/compare/v7.1.3...v7.1.4) (2020-09-09)
799
+
800
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
801
+
802
+ ## [7.1.3](https://github.com/instructure/instructure-ui/compare/v7.1.2...v7.1.3) (2020-08-10)
803
+
804
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
805
+
806
+ ## [7.1.2](https://github.com/instructure/instructure-ui/compare/v7.1.1...v7.1.2) (2020-07-17)
807
+
808
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
809
+
810
+ ## [7.1.1](https://github.com/instructure/instructure-ui/compare/v7.1.0...v7.1.1) (2020-07-01)
811
+
812
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
813
+
814
+ # [7.1.0](https://github.com/instructure/instructure-ui/compare/v7.0.0...v7.1.0) (2020-06-25)
815
+
816
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
817
+
818
+ # [7.0.0](https://github.com/instructure/instructure-ui/compare/v6.26.0...v7.0.0) (2020-05-27)
819
+
820
+ ### chore
821
+
822
+ - bump minimum react version to 16.8.0 ([7a96f00](https://github.com/instructure/instructure-ui/commit/7a96f00))
823
+ - remove references to React 15 ([4bb2426](https://github.com/instructure/instructure-ui/commit/4bb2426))
824
+
825
+ ### Features
826
+
827
+ - remove 'experimental' tag along with '\_\_dangerouslyIgnore...' ([92bf753](https://github.com/instructure/instructure-ui/commit/92bf753))
828
+ - **ui-breadcrumb:** Add responsive breadcrumb docs ([3ab5566](https://github.com/instructure/instructure-ui/commit/3ab5566))
829
+
830
+ ### BREAKING CHANGES
831
+
832
+ - - Minimum react and react-dom version raised to 16.8.0
833
+
834
+ TEST PLAN:
835
+
836
+ - no regressions in docs app
837
+ - homepage should note the react version change
838
+ - automated tests should pass
839
+
840
+ Change-Id: I7cd9dd6423fb9524e0a1a0dd490caeee3a2c2c17
841
+ Reviewed-on: https://gerrit.instructure.com/c/instructure-ui/+/237727
842
+ Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
843
+ Reviewed-by: Chris Guerrero <cguerrero@instructure.com>
844
+ Product-Review: Steve Jensen <sejensen@instructure.com>
845
+ QA-Review: Daniel Sasaki <dsasaki@instructure.com>
846
+ Visual-Regression-Test: Ken Meleta <kmeleta@instructure.com>
847
+
848
+ - Dropping support for React 15.
849
+
850
+ TEST PLAN:
851
+
852
+ - yarn dev/yarn start should work
853
+ - yarn test/test:watch should work
854
+ - there should be no mention of react 15 in code
855
+ - there should be nothing depending on react 15
856
+ or reactDOM 15
857
+
858
+ Change-Id: I2c054c986421014ffe15f0402e14bd2725cbc267
859
+ Reviewed-on: https://gerrit.instructure.com/c/instructure-ui/+/229009
860
+ Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
861
+ QA-Review: Daniel Sasaki <dsasaki@instructure.com>
862
+ Visual-Regression-Test: Ken Meleta <kmeleta@instructure.com>
863
+ Reviewed-by: Steve Jensen <sejensen@instructure.com>
864
+ Product-Review: Steve Jensen <sejensen@instructure.com>
865
+
866
+ # [6.26.0](https://github.com/instructure/instructure-ui/compare/v6.25.0...v6.26.0) (2020-04-30)
867
+
868
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
869
+
870
+ # [6.25.0](https://github.com/instructure/instructure-ui/compare/v6.24.0...v6.25.0) (2020-04-27)
871
+
872
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
873
+
874
+ # [6.24.0](https://github.com/instructure/instructure-ui/compare/v6.23.0...v6.24.0) (2020-04-14)
875
+
876
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
877
+
878
+ # [6.23.0](https://github.com/instructure/instructure-ui/compare/v6.22.0...v6.23.0) (2020-04-02)
879
+
880
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
881
+
882
+ # [6.22.0](https://github.com/instructure/instructure-ui/compare/v6.21.0...v6.22.0) (2020-03-16)
883
+
884
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
885
+
886
+ # [6.21.0](https://github.com/instructure/instructure-ui/compare/v6.20.0...v6.21.0) (2020-02-26)
887
+
888
+ ### Bug Fixes
889
+
890
+ - **ui-breadcrumb:** ensure Breakcrumb.Link icon + renderIcon props work ([14e5f1c](https://github.com/instructure/instructure-ui/commit/14e5f1c))
891
+
892
+ # [6.20.0](https://github.com/instructure/instructure-ui/compare/v6.19.0...v6.20.0) (2020-02-13)
893
+
894
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
895
+
896
+ # [6.19.0](https://github.com/instructure/instructure-ui/compare/v6.18.0...v6.19.0) (2020-02-11)
897
+
898
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
899
+
900
+ # [6.18.0](https://github.com/instructure/instructure-ui/compare/v6.17.0...v6.18.0) (2020-02-04)
901
+
902
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
903
+
904
+ # [6.17.0](https://github.com/instructure/instructure-ui/compare/v6.16.0...v6.17.0) (2020-01-22)
905
+
906
+ ### Bug Fixes
907
+
908
+ - Update Package READMEs and align deprecation statements ([8f892e4](https://github.com/instructure/instructure-ui/commit/8f892e4))
909
+
910
+ ### Features
911
+
912
+ - **ui-breadcrumb,ui-link,ui-elements:** address Links underlining ([388b8cc](https://github.com/instructure/instructure-ui/commit/388b8cc))
913
+
914
+ # [6.16.0](https://github.com/instructure/instructure-ui/compare/v6.15.0...v6.16.0) (2019-12-13)
915
+
916
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
917
+
918
+ # [6.15.0](https://github.com/instructure/instructure-ui/compare/v6.14.0...v6.15.0) (2019-11-18)
919
+
920
+ ### Features
921
+
922
+ - **ui-a11y-utils,ui-dialog:** add ui-a11y-utils and ui-dialog ([c88cf8e](https://github.com/instructure/instructure-ui/commit/c88cf8e))
923
+ - **ui-link:** Make ui-link/Link backwards compatible ([3e62c49](https://github.com/instructure/instructure-ui/commit/3e62c49))
924
+ - **ui-view:** Make ui-view backwards-compatible ([7dd2a2f](https://github.com/instructure/instructure-ui/commit/7dd2a2f))
925
+
926
+ # [6.14.0](https://github.com/instructure/instructure-ui/compare/v6.13.0...v6.14.0) (2019-10-14)
927
+
928
+ ### Features
929
+
930
+ - **ui-link:** add ui-link package ([fa75902](https://github.com/instructure/instructure-ui/commit/fa75902))
931
+
932
+ # [6.13.0](https://github.com/instructure/instructure-ui/compare/v6.12.0...v6.13.0) (2019-09-24)
933
+
934
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
935
+
936
+ # [6.12.0](https://github.com/instructure/instructure-ui/compare/v6.11.0...v6.12.0) (2019-09-17)
937
+
938
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
939
+
940
+ # [6.11.0](https://github.com/instructure/instructure-ui/compare/v6.10.0...v6.11.0) (2019-09-16)
941
+
942
+ ### Features
943
+
944
+ - **ui-view:** add ui-view Package for View Component ([7799577](https://github.com/instructure/instructure-ui/commit/7799577))
945
+ - **ui-view:** mark ui-view as experimental ([6b805fa](https://github.com/instructure/instructure-ui/commit/6b805fa))
946
+
947
+ # [6.10.0](https://github.com/instructure/instructure-ui/compare/v6.9.0...v6.10.0) (2019-08-27)
948
+
949
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
950
+
951
+ # [6.9.0](https://github.com/instructure/instructure-ui/compare/v6.8.1...v6.9.0) (2019-08-07)
952
+
953
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
954
+
955
+ ## [6.8.1](https://github.com/instructure/instructure-ui/compare/v6.8.0...v6.8.1) (2019-08-02)
956
+
957
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
958
+
959
+ # [6.8.0](https://github.com/instructure/instructure-ui/compare/v6.7.0...v6.8.0) (2019-07-31)
960
+
961
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
962
+
963
+ # [6.7.0](https://github.com/instructure/instructure-ui/compare/v6.6.0...v6.7.0) (2019-07-15)
964
+
965
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
966
+
967
+ # [6.6.0](https://github.com/instructure/instructure-ui/compare/v6.5.0...v6.6.0) (2019-07-03)
968
+
969
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
970
+
971
+ # [6.5.0](https://github.com/instructure/instructure-ui/compare/v6.4.0...v6.5.0) (2019-07-01)
972
+
973
+ ### Bug Fixes
974
+
975
+ - add missing exports ([10044d4](https://github.com/instructure/instructure-ui/commit/10044d4))
976
+
977
+ # [6.4.0](https://github.com/instructure/instructure-ui/compare/v6.3.0...v6.4.0) (2019-06-13)
978
+
979
+ ### Bug Fixes
980
+
981
+ - **ui-breadcrumb:** separator color ([e0c7fe0](https://github.com/instructure/instructure-ui/commit/e0c7fe0)), closes [#8B969](https://github.com/instructure/instructure-ui/issues/8B969)
982
+
983
+ # [6.3.0](https://github.com/instructure/instructure-ui/compare/v6.2.0...v6.3.0) (2019-05-28)
984
+
985
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
986
+
987
+ # [6.2.0](https://github.com/instructure/instructure-ui/compare/v6.1.0...v6.2.0) (2019-05-13)
988
+
989
+ ### Features
990
+
991
+ - **ui-breadcrumb,ui-elements:** remove default as='button' on Link ([c23e859](https://github.com/instructure/instructure-ui/commit/c23e859))
992
+
993
+ # [6.1.0](https://github.com/instructure/instructure-ui/compare/v6.0.0...v6.1.0) (2019-05-09)
994
+
995
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
996
+
997
+ # [6.0.0](https://github.com/instructure/instructure-ui/compare/v5.52.3...v6.0.0) (2019-05-03)
998
+
999
+ ### Features
1000
+
1001
+ - remove deprecated packages/props ([1d8813c](https://github.com/instructure/instructure-ui/commit/1d8813c))
1002
+ - **ui-babel-preset:** transform member imports to full paths ([d02cc45](https://github.com/instructure/instructure-ui/commit/d02cc45))
1003
+ - **ui-dom-utils,ui-react-utils,ui-color-utils:** new utils packages ([03e8ee2](https://github.com/instructure/instructure-ui/commit/03e8ee2))
1004
+
1005
+ ### Performance Improvements
1006
+
1007
+ - **ui-icons,ui-icons-build:** remove default exports for React icons ([95195ee](https://github.com/instructure/instructure-ui/commit/95195ee))
1008
+
1009
+ ### BREAKING CHANGES
1010
+
1011
+ - - ui-core package has been removed
1012
+
1013
+ ## [5.52.3](https://github.com/instructure/instructure-ui/compare/v5.52.2...v5.52.3) (2019-04-25)
1014
+
1015
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
1016
+
1017
+ ## [5.52.2](https://github.com/instructure/instructure-ui/compare/v5.52.1...v5.52.2) (2019-04-17)
1018
+
1019
+ ### Bug Fixes
1020
+
1021
+ - **ui-utils:** allow to prop on elements that allow href ([208fa09](https://github.com/instructure/instructure-ui/commit/208fa09))
1022
+
1023
+ ## [5.52.1](https://github.com/instructure/instructure-ui/compare/v5.52.0...v5.52.1) (2019-04-08)
1024
+
1025
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
1026
+
1027
+ # [5.52.0](https://github.com/instructure/instructure-ui/compare/v5.51.1...v5.52.0) (2019-04-03)
1028
+
1029
+ ### Features
1030
+
1031
+ - **console:** remove console statements in prod env ([603c738](https://github.com/instructure/instructure-ui/commit/603c738))
1032
+
1033
+ ## [5.51.1](https://github.com/instructure/instructure-ui/compare/v5.51.0...v5.51.1) (2019-03-30)
1034
+
1035
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
1036
+
1037
+ # [5.51.0](https://github.com/instructure/instructure-ui/compare/v5.50.0...v5.51.0) (2019-03-29)
1038
+
1039
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
1040
+
1041
+ # [5.50.0](https://github.com/instructure/instructure-ui/compare/v5.49.0...v5.50.0) (2019-03-28)
1042
+
1043
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
1044
+
1045
+ # [5.49.0](https://github.com/instructure/instructure-ui/compare/v5.48.0...v5.49.0) (2019-03-22)
1046
+
1047
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
1048
+
1049
+ # [5.48.0](https://github.com/instructure/instructure-ui/compare/v5.47.0...v5.48.0) (2019-03-18)
1050
+
1051
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
1052
+
1053
+ # [5.47.0](https://github.com/instructure/instructure-ui/compare/v5.46.1...v5.47.0) (2019-03-15)
1054
+
1055
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
1056
+
1057
+ ## [5.46.1](https://github.com/instructure/instructure-ui/compare/v5.46.0...v5.46.1) (2019-03-13)
1058
+
1059
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
1060
+
1061
+ # [5.46.0](https://github.com/instructure/instructure-ui/compare/v5.45.1...v5.46.0) (2019-03-12)
1062
+
1063
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
1064
+
1065
+ ## [5.45.1](https://github.com/instructure/instructure-ui/compare/v5.45.0...v5.45.1) (2019-03-12)
1066
+
1067
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
1068
+
1069
+ # [5.45.0](https://github.com/instructure/instructure-ui/compare/v5.44.0...v5.45.0) (2019-03-11)
1070
+
1071
+ ### Features
1072
+
1073
+ - A ui-prop-types package ([0fbc609](https://github.com/instructure/instructure-ui/commit/0fbc609))
1074
+
1075
+ # [5.44.0](https://github.com/instructure/instructure-ui/compare/v5.43.0...v5.44.0) (2019-03-01)
1076
+
1077
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
1078
+
1079
+ # [5.43.0](https://github.com/instructure/instructure-ui/compare/v5.42.0...v5.43.0) (2019-02-27)
1080
+
1081
+ ### Features
1082
+
1083
+ - **ui-test-utils:** add a11y test generator util ([16240d8](https://github.com/instructure/instructure-ui/commit/16240d8))
1084
+
1085
+ <a name="5.42.0"></a>
1086
+
1087
+ # [5.42.0](https://github.com/instructure/instructure-ui/compare/v5.41.1...v5.42.0) (2019-02-15)
1088
+
1089
+ ### Features
1090
+
1091
+ - **ui-scripts,ui-test-utils:** add a --mocha option to ui-test ([bd37e2b](https://github.com/instructure/instructure-ui/commit/bd37e2b))
1092
+
1093
+ <a name="5.41.1"></a>
1094
+
1095
+ ## [5.41.1](https://github.com/instructure/instructure-ui/compare/v5.41.0...v5.41.1) (2019-01-30)
1096
+
1097
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
1098
+
1099
+ <a name="5.41.0"></a>
1100
+
1101
+ # [5.41.0](https://github.com/instructure/instructure-ui/compare/v5.40.0...v5.41.0) (2019-01-29)
1102
+
1103
+ ### Bug Fixes
1104
+
1105
+ - **ui-elements:** Make Link work with TruncateText ([5f49edc](https://github.com/instructure/instructure-ui/commit/5f49edc))
1106
+
1107
+ <a name="5.40.0"></a>
1108
+
1109
+ # [5.40.0](https://github.com/instructure/instructure-ui/compare/v5.39.0...v5.40.0) (2019-01-15)
1110
+
1111
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
1112
+
1113
+ <a name="5.39.0"></a>
1114
+
1115
+ # [5.39.0](https://github.com/instructure/instructure-ui/compare/v5.38.0...v5.39.0) (2019-01-11)
1116
+
1117
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
1118
+
1119
+ <a name="5.38.0"></a>
1120
+
1121
+ # [5.38.0](https://github.com/instructure/instructure-ui/compare/v5.37.0...v5.38.0) (2019-01-04)
1122
+
1123
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
1124
+
1125
+ <a name="5.37.0"></a>
1126
+
1127
+ # [5.37.0](https://github.com/instructure/instructure-ui/compare/v5.36.0...v5.37.0) (2018-12-18)
1128
+
1129
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
1130
+
1131
+ <a name="5.36.0"></a>
1132
+
1133
+ # [5.36.0](https://github.com/instructure/instructure-ui/compare/v5.35.0...v5.36.0) (2018-12-12)
1134
+
1135
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
1136
+
1137
+ <a name="5.35.0"></a>
1138
+
1139
+ # [5.35.0](https://github.com/instructure/instructure-ui/compare/v5.34.0...v5.35.0) (2018-12-06)
1140
+
1141
+ ### Features
1142
+
1143
+ - **ui-test-utils:** support Sizzle selectors ([65481ff](https://github.com/instructure/instructure-ui/commit/65481ff))
1144
+
1145
+ <a name="5.34.0"></a>
1146
+
1147
+ # [5.34.0](https://github.com/instructure/instructure-ui/compare/v5.33.0...v5.34.0) (2018-11-20)
1148
+
1149
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
1150
+
1151
+ <a name="5.33.0"></a>
1152
+
1153
+ # [5.33.0](https://github.com/instructure/instructure-ui/compare/v5.32.0...v5.33.0) (2018-11-14)
1154
+
1155
+ ### Bug Fixes
1156
+
1157
+ - **ui-test-utils:** locator find/findAll return component root ([5866235](https://github.com/instructure/instructure-ui/commit/5866235))
1158
+ - **ui-test-utils:** update clickable requirement ([ef9d12d](https://github.com/instructure/instructure-ui/commit/ef9d12d))
1159
+
1160
+ <a name="5.32.0"></a>
1161
+
1162
+ # [5.32.0](https://github.com/instructure/instructure-ui/compare/v5.31.0...v5.32.0) (2018-10-31)
1163
+
1164
+ ### Bug Fixes
1165
+
1166
+ - **ui-test-utils:** fix event firing ([3852beb](https://github.com/instructure/instructure-ui/commit/3852beb))
1167
+
1168
+ <a name="5.31.0"></a>
1169
+
1170
+ # [5.31.0](https://github.com/instructure/instructure-ui/compare/v5.30.0...v5.31.0) (2018-10-26)
1171
+
1172
+ ### Features
1173
+
1174
+ - **ui-breadcrumb:** update tests to run on React 16 ([02e9900](https://github.com/instructure/instructure-ui/commit/02e9900))
1175
+
1176
+ <a name="5.30.0"></a>
1177
+
1178
+ # [5.30.0](https://github.com/instructure/instructure-ui/compare/v5.29.0...v5.30.0) (2018-09-27)
1179
+
1180
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
1181
+
1182
+ <a name="5.29.0"></a>
1183
+
1184
+ # [5.29.0](https://github.com/instructure/instructure-ui/compare/v5.28.1...v5.29.0) (2018-09-26)
1185
+
1186
+ ### Features
1187
+
1188
+ - **ui-breadcrumb:** add icon support ([aab8e8c](https://github.com/instructure/instructure-ui/commit/aab8e8c))
1189
+
1190
+ <a name="5.28.1"></a>
1191
+
1192
+ ## [5.28.1](https://github.com/instructure/instructure-ui/compare/v5.28.0...v5.28.1) (2018-09-18)
1193
+
1194
+ ### Bug Fixes
1195
+
1196
+ - **ui-breadcrumb:** vertical alignment ([699416a](https://github.com/instructure/instructure-ui/commit/699416a))
1197
+
1198
+ <a name="5.28.0"></a>
1199
+
1200
+ # [5.28.0](https://github.com/instructure/instructure-ui/compare/v5.27.0...v5.28.0) (2018-09-13)
1201
+
1202
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
1203
+
1204
+ <a name="5.27.0"></a>
1205
+
1206
+ # [5.27.0](https://github.com/instructure/instructure-ui/compare/v5.26.0...v5.27.0) (2018-09-10)
1207
+
1208
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
1209
+
1210
+ <a name="5.26.0"></a>
1211
+
1212
+ # [5.26.0](https://github.com/instructure/instructure-ui/compare/v5.25.0...v5.26.0) (2018-09-06)
1213
+
1214
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
1215
+
1216
+ <a name="5.25.0"></a>
1217
+
1218
+ # [5.25.0](https://github.com/instructure/instructure-ui/compare/v5.24.0...v5.25.0) (2018-08-24)
1219
+
1220
+ ### Bug Fixes
1221
+
1222
+ - **ui-breadcrumb:** Implement WebAIM recommendations ([4e3ec0e](https://github.com/instructure/instructure-ui/commit/4e3ec0e))
1223
+
1224
+ <a name="5.24.0"></a>
1225
+
1226
+ # [5.24.0](https://github.com/instructure/instructure-ui/compare/v5.23.0...v5.24.0) (2018-08-08)
1227
+
1228
+ ### Bug Fixes
1229
+
1230
+ - **ui-elements:** remove relative import ([d0a184e](https://github.com/instructure/instructure-ui/commit/d0a184e))
1231
+
1232
+ ### Performance Improvements
1233
+
1234
+ - get babel helpers from 'babel-runtime' instead of inlining them ([1472658](https://github.com/instructure/instructure-ui/commit/1472658))
1235
+
1236
+ <a name="5.23.0"></a>
1237
+
1238
+ # [5.23.0](https://github.com/instructure/instructure-ui/compare/v5.22.0...v5.23.0) (2018-08-03)
1239
+
1240
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
1241
+
1242
+ <a name="5.22.0"></a>
1243
+
1244
+ # [5.22.0](https://github.com/instructure/instructure-ui/compare/v5.21.0...v5.22.0) (2018-07-27)
1245
+
1246
+ ### Bug Fixes
1247
+
1248
+ - move React/ReactDOM back to peerDependencies ([99e9458](https://github.com/instructure/instructure-ui/commit/99e9458))
1249
+
1250
+ <a name="5.21.0"></a>
1251
+
1252
+ # [5.21.0](https://github.com/instructure/instructure-ui/compare/v5.20.1...v5.21.0) (2018-07-25)
1253
+
1254
+ ### Bug Fixes
1255
+
1256
+ - add React,React-DOM 16 to dependencies ([d49430f](https://github.com/instructure/instructure-ui/commit/d49430f))
1257
+
1258
+ <a name="5.20.1"></a>
1259
+
1260
+ ## [5.20.1](https://github.com/instructure/instructure-ui/compare/v5.20.0...v5.20.1) (2018-07-18)
1261
+
1262
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
1263
+
1264
+ <a name="5.20.0"></a>
1265
+
1266
+ # [5.20.0](https://github.com/instructure/instructure-ui/compare/v5.19.0...v5.20.0) (2018-07-17)
1267
+
1268
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
1269
+
1270
+ <a name="5.19.0"></a>
1271
+
1272
+ # [5.19.0](https://github.com/instructure/instructure-ui/compare/v5.18.0...v5.19.0) (2018-07-12)
1273
+
1274
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
1275
+
1276
+ <a name="5.18.0"></a>
1277
+
1278
+ # [5.18.0](https://github.com/instructure/instructure-ui/compare/v5.17.0...v5.18.0) (2018-07-09)
1279
+
1280
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
1281
+
1282
+ <a name="5.17.0"></a>
1283
+
1284
+ # [5.17.0](https://github.com/instructure/instructure-ui/compare/v5.16.0...v5.17.0) (2018-07-06)
1285
+
1286
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
1287
+
1288
+ <a name="5.16.0"></a>
1289
+
1290
+ # [5.16.0](https://github.com/instructure/instructure-ui/compare/v5.15.0...v5.16.0) (2018-07-06)
1291
+
1292
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
1293
+
1294
+ <a name="5.15.0"></a>
1295
+
1296
+ # [5.15.0](https://github.com/instructure/instructure-ui/compare/v5.14.0...v5.15.0) (2018-06-28)
1297
+
1298
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
1299
+
1300
+ <a name="5.14.0"></a>
1301
+
1302
+ # [5.14.0](https://github.com/instructure/instructure-ui/compare/v5.13.1...v5.14.0) (2018-06-28)
1303
+
1304
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
1305
+
1306
+ <a name="5.13.1"></a>
1307
+
1308
+ ## [5.13.1](https://github.com/instructure/instructure-ui/compare/v5.13.0...v5.13.1) (2018-06-22)
1309
+
1310
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
1311
+
1312
+ <a name="5.13.0"></a>
1313
+
1314
+ # [5.13.0](https://github.com/instructure/instructure-ui/compare/v5.12.0...v5.13.0) (2018-06-16)
1315
+
1316
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
1317
+
1318
+ <a name="5.12.0"></a>
1319
+
1320
+ # [5.12.0](https://github.com/instructure/instructure-ui/compare/v5.11.0...v5.12.0) (2018-06-11)
1321
+
1322
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
1323
+
1324
+ <a name="5.11.0"></a>
1325
+
1326
+ # [5.11.0](https://github.com/instructure/instructure-ui/compare/v5.10.0...v5.11.0) (2018-06-06)
1327
+
1328
+ **Note:** Version bump only for package @instructure/ui-breadcrumb
1329
+
1330
+ See the instructure-ui mono-repo [change log](#CHANGELOG) for past changes.