@clayui/breadcrumb 3.111.0 → 3.113.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/lib/Item.d.ts CHANGED
File without changes
package/lib/index.d.ts CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clayui/breadcrumb",
3
- "version": "3.111.0",
3
+ "version": "3.113.0",
4
4
  "description": "ClayBreadcrumb component",
5
5
  "license": "BSD-3-Clause",
6
6
  "repository": "https://github.com/liferay/clay",
@@ -24,7 +24,7 @@
24
24
  "react"
25
25
  ],
26
26
  "dependencies": {
27
- "@clayui/button": "^3.111.0",
27
+ "@clayui/button": "^3.113.0",
28
28
  "@clayui/icon": "^3.111.0",
29
29
  "@clayui/link": "^3.111.0",
30
30
  "classnames": "^2.2.6",
@@ -38,5 +38,5 @@
38
38
  "browserslist": [
39
39
  "extends browserslist-config-clay"
40
40
  ],
41
- "gitHead": "7dae7b1ba2f61516876e5799dc95045a5adb2c18"
41
+ "gitHead": "6960907fb9275e35761c5a287d0ced6cd8be20b4"
42
42
  }
package/CHANGELOG.md DELETED
@@ -1,445 +0,0 @@
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
- # [3.111.0](https://github.com/liferay/clay/compare/v3.110.0...v3.111.0) (2024-02-15)
7
-
8
- **Note:** Version bump only for package @clayui/breadcrumb
9
-
10
- # [3.107.0](https://github.com/liferay/clay/compare/v3.106.1...v3.107.0) (2023-11-27)
11
-
12
- **Note:** Version bump only for package @clayui/breadcrumb
13
-
14
- ## [3.106.1](https://github.com/liferay/clay/compare/v3.106.0...v3.106.1) (2023-10-26)
15
-
16
- **Note:** Version bump only for package @clayui/breadcrumb
17
-
18
- # [3.106.0](https://github.com/liferay/clay/compare/v3.105.0...v3.106.0) (2023-10-25)
19
-
20
- ### Bug Fixes
21
-
22
- - remove 'src' dir from being packaged with npm ([9383e8d](https://github.com/liferay/clay/commit/9383e8d8abb25ca3396e7c6e4dfa53bbc72691c5))
23
- - use package's directory for baseDir when generating type ([0a5c710](https://github.com/liferay/clay/commit/0a5c710092f36243bc8d5487f70e831295715072))
24
-
25
- # [3.104.0](https://github.com/liferay/clay/compare/v3.103.1...v3.104.0) (2023-08-25)
26
-
27
- ### Bug Fixes
28
-
29
- - **@clayui/breadcrumb:** the active item must not have the href ([4482a15](https://github.com/liferay/clay/commit/4482a15494fa4aef807bb4b023f18281e8cf54ed))
30
- - **@clayui/breadcrumb:** updates colors to active state with link and expand button ([0313029](https://github.com/liferay/clay/commit/0313029dfe39c7689315919d9c3f36fdea8b97f9))
31
- - **@clayui/breadcrumb:** use `breadcrumb-toggle` instead of `breadcrumb-item-expand` ([a94ba61](https://github.com/liferay/clay/commit/a94ba614e9742ea83767d93573fc75608871c95f))
32
-
33
- # [3.101.0](https://github.com/liferay/clay/compare/v3.100.0...v3.101.0) (2023-07-28)
34
-
35
- ### Bug Fixes
36
-
37
- - **@clayui/breadcrumb:** fix focus visible in breadcrumb ([62b1a24](https://github.com/liferay/clay/commit/62b1a241b390f0e4bcea9aa97322f14dacb539db))
38
-
39
- # [3.100.0](https://github.com/liferay/clay/compare/v3.99.4...v3.100.0) (2023-07-13)
40
-
41
- **Note:** Version bump only for package @clayui/breadcrumb
42
-
43
- # [3.92.0](https://github.com/liferay/clay/compare/v3.91.0...v3.92.0) (2023-04-06)
44
-
45
- ### Features
46
-
47
- - **@clayui/breadcrumb:** changes the ellipse implementation to collapse ([5bbc5fc](https://github.com/liferay/clay/commit/5bbc5fc20572dce091e5dfb64836b83041014ab4))
48
- - **@clayui/breadcrumb:** improve breadcrumb accessibility ([f3c6131](https://github.com/liferay/clay/commit/f3c61311dd55c68e3aeb772d8dff0c77a1287362))
49
-
50
- # [3.91.0](https://github.com/liferay/clay/compare/v3.90.0...v3.91.0) (2023-03-24)
51
-
52
- **Note:** Version bump only for package @clayui/breadcrumb
53
-
54
- # [3.90.0](https://github.com/liferay/clay/compare/v3.89.0...v3.90.0) (2023-03-15)
55
-
56
- **Note:** Version bump only for package @clayui/breadcrumb
57
-
58
- # [3.89.0](https://github.com/liferay/clay/compare/v3.88.0...v3.89.0) (2023-03-01)
59
-
60
- **Note:** Version bump only for package @clayui/breadcrumb
61
-
62
- # [3.88.0](https://github.com/liferay/clay/compare/v3.87.2...v3.88.0) (2023-02-14)
63
-
64
- **Note:** Version bump only for package @clayui/breadcrumb
65
-
66
- # [3.87.0](https://github.com/liferay/clay/compare/v3.86.1...v3.87.0) (2023-02-08)
67
-
68
- **Note:** Version bump only for package @clayui/breadcrumb
69
-
70
- ## [3.86.1](https://github.com/liferay/clay/compare/v3.86.0...v3.86.1) (2023-02-02)
71
-
72
- **Note:** Version bump only for package @clayui/breadcrumb
73
-
74
- # [3.86.0](https://github.com/liferay/clay/compare/v3.85.0...v3.86.0) (2023-01-31)
75
-
76
- **Note:** Version bump only for package @clayui/breadcrumb
77
-
78
- # [3.85.0](https://github.com/liferay/clay/compare/v3.84.0...v3.85.0) (2023-01-23)
79
-
80
- **Note:** Version bump only for package @clayui/breadcrumb
81
-
82
- # [3.84.0](https://github.com/liferay/clay/compare/v3.83.1...v3.84.0) (2022-12-23)
83
-
84
- **Note:** Version bump only for package @clayui/breadcrumb
85
-
86
- ## [3.83.1](https://github.com/liferay/clay/compare/v3.83.0...v3.83.1) (2022-12-20)
87
-
88
- **Note:** Version bump only for package @clayui/breadcrumb
89
-
90
- # [3.83.0](https://github.com/liferay/clay/compare/v3.82.0...v3.83.0) (2022-12-20)
91
-
92
- **Note:** Version bump only for package @clayui/breadcrumb
93
-
94
- # [3.82.0](https://github.com/liferay/clay/compare/v3.81.0...v3.82.0) (2022-12-07)
95
-
96
- ### Bug Fixes
97
-
98
- - **@clayui/breadcrumb:** add `aria-label` and `title` to ellipsis ([7905087](https://github.com/liferay/clay/commit/7905087c927396c74f5a9230d9d5b29a6aeebb30))
99
-
100
- # [3.81.0](https://github.com/liferay/clay/compare/v3.80.1...v3.81.0) (2022-11-30)
101
-
102
- **Note:** Version bump only for package @clayui/breadcrumb
103
-
104
- ## [3.80.1](https://github.com/liferay/clay/compare/v3.80.0...v3.80.1) (2022-11-22)
105
-
106
- **Note:** Version bump only for package @clayui/breadcrumb
107
-
108
- # [3.80.0](https://github.com/liferay/clay/compare/v3.79.0...v3.80.0) (2022-11-21)
109
-
110
- **Note:** Version bump only for package @clayui/breadcrumb
111
-
112
- # [3.79.0](https://github.com/liferay/clay/compare/v3.78.2...v3.79.0) (2022-11-08)
113
-
114
- **Note:** Version bump only for package @clayui/breadcrumb
115
-
116
- ## [3.78.2](https://github.com/liferay/clay/compare/v3.78.1...v3.78.2) (2022-10-25)
117
-
118
- **Note:** Version bump only for package @clayui/breadcrumb
119
-
120
- ## [3.78.1](https://github.com/liferay/clay/compare/v3.78.0...v3.78.1) (2022-10-25)
121
-
122
- **Note:** Version bump only for package @clayui/breadcrumb
123
-
124
- # [3.78.0](https://github.com/liferay/clay/compare/v3.77.0...v3.78.0) (2022-10-25)
125
-
126
- **Note:** Version bump only for package @clayui/breadcrumb
127
-
128
- # [3.77.0](https://github.com/liferay/clay/compare/v3.76.0...v3.77.0) (2022-10-17)
129
-
130
- **Note:** Version bump only for package @clayui/breadcrumb
131
-
132
- ## [3.75.2](https://github.com/liferay/clay/compare/v3.75.1...v3.75.2) (2022-09-29)
133
-
134
- **Note:** Version bump only for package @clayui/breadcrumb
135
-
136
- # [3.75.0](https://github.com/liferay/clay/compare/v3.74.0...v3.75.0) (2022-09-28)
137
-
138
- **Note:** Version bump only for package @clayui/breadcrumb
139
-
140
- # [3.74.0](https://github.com/liferay/clay/compare/v3.73.0...v3.74.0) (2022-09-19)
141
-
142
- **Note:** Version bump only for package @clayui/breadcrumb
143
-
144
- # [3.73.0](https://github.com/liferay/clay/compare/v3.72.0...v3.73.0) (2022-09-13)
145
-
146
- **Note:** Version bump only for package @clayui/breadcrumb
147
-
148
- # [3.72.0](https://github.com/liferay/clay/compare/v3.71.0...v3.72.0) (2022-09-05)
149
-
150
- **Note:** Version bump only for package @clayui/breadcrumb
151
-
152
- # [3.71.0](https://github.com/liferay/clay/compare/v3.70.3...v3.71.0) (2022-08-30)
153
-
154
- **Note:** Version bump only for package @clayui/breadcrumb
155
-
156
- ## [3.70.3](https://github.com/liferay/clay/compare/v3.70.2...v3.70.3) (2022-08-30)
157
-
158
- **Note:** Version bump only for package @clayui/breadcrumb
159
-
160
- ## [3.70.2](https://github.com/liferay/clay/compare/v3.70.1...v3.70.2) (2022-08-30)
161
-
162
- **Note:** Version bump only for package @clayui/breadcrumb
163
-
164
- # [3.70.0](https://github.com/liferay/clay/compare/v3.69.0...v3.70.0) (2022-08-23)
165
-
166
- **Note:** Version bump only for package @clayui/breadcrumb
167
-
168
- # [3.69.0](https://github.com/liferay/clay/compare/v3.68.0...v3.69.0) (2022-08-16)
169
-
170
- **Note:** Version bump only for package @clayui/breadcrumb
171
-
172
- # [3.68.0](https://github.com/liferay/clay/compare/v3.67.0...v3.68.0) (2022-08-01)
173
-
174
- **Note:** Version bump only for package @clayui/breadcrumb
175
-
176
- # [3.67.0](https://github.com/liferay/clay/compare/v3.66.0...v3.67.0) (2022-07-25)
177
-
178
- **Note:** Version bump only for package @clayui/breadcrumb
179
-
180
- # [3.66.0](https://github.com/liferay/clay/compare/v3.65.2...v3.66.0) (2022-07-20)
181
-
182
- **Note:** Version bump only for package @clayui/breadcrumb
183
-
184
- ## [3.65.2](https://github.com/liferay/clay/compare/v3.65.1...v3.65.2) (2022-07-19)
185
-
186
- **Note:** Version bump only for package @clayui/breadcrumb
187
-
188
- ## [3.65.1](https://github.com/liferay/clay/compare/v3.65.0...v3.65.1) (2022-07-11)
189
-
190
- **Note:** Version bump only for package @clayui/breadcrumb
191
-
192
- # [3.65.0](https://github.com/liferay/clay/compare/v3.64.0...v3.65.0) (2022-07-11)
193
-
194
- **Note:** Version bump only for package @clayui/breadcrumb
195
-
196
- # [3.64.0](https://github.com/liferay/clay/compare/v3.63.0...v3.64.0) (2022-07-04)
197
-
198
- **Note:** Version bump only for package @clayui/breadcrumb
199
-
200
- # [3.62.0](https://github.com/liferay/clay/compare/v3.61.0...v3.62.0) (2022-06-20)
201
-
202
- **Note:** Version bump only for package @clayui/breadcrumb
203
-
204
- # [3.58.0](https://github.com/liferay/clay/compare/v3.57.0...v3.58.0) (2022-05-23)
205
-
206
- **Note:** Version bump only for package @clayui/breadcrumb
207
-
208
- # [3.56.0](https://github.com/liferay/clay/compare/v3.55.0...v3.56.0) (2022-05-09)
209
-
210
- **Note:** Version bump only for package @clayui/breadcrumb
211
-
212
- # [3.55.0](https://github.com/liferay/clay/compare/v3.54.0...v3.55.0) (2022-05-02)
213
-
214
- **Note:** Version bump only for package @clayui/breadcrumb
215
-
216
- # [3.52.0](https://github.com/liferay/clay/compare/v3.51.0...v3.52.0) (2022-04-04)
217
-
218
- **Note:** Version bump only for package @clayui/breadcrumb
219
-
220
- # [3.49.0](https://github.com/liferay/clay/compare/v3.48.0...v3.49.0) (2022-03-15)
221
-
222
- ### Features
223
-
224
- - **@clayui/drop-down:** make it possible to render the menu lazily ([1e4e565](https://github.com/liferay/clay/commit/1e4e5655503645358245a200e72c8ca711f72956))
225
-
226
- # [3.48.0](https://github.com/liferay/clay/compare/v3.47.0...v3.48.0) (2022-03-07)
227
-
228
- ### Features
229
-
230
- - **@clayui/drop-down:** Update tests ([ab564dd](https://github.com/liferay/clay/commit/ab564ddb95de1e01cb690cd458e5ac3aad634946))
231
-
232
- # [3.47.0](https://github.com/liferay/clay/compare/v3.46.0...v3.47.0) (2022-02-23)
233
-
234
- **Note:** Version bump only for package @clayui/breadcrumb
235
-
236
- # [3.45.0](https://github.com/liferay/clay/compare/v3.44.2...v3.45.0) (2022-02-01)
237
-
238
- **Note:** Version bump only for package @clayui/breadcrumb
239
-
240
- # [3.43.0](https://github.com/liferay/clay/compare/v3.42.0...v3.43.0) (2021-12-29)
241
-
242
- **Note:** Version bump only for package @clayui/breadcrumb
243
-
244
- # [3.42.0](https://github.com/liferay/clay/compare/v3.41.0...v3.42.0) (2021-12-15)
245
-
246
- **Note:** Version bump only for package @clayui/breadcrumb
247
-
248
- # [3.41.0](https://github.com/liferay/clay/compare/v3.40.1...v3.41.0) (2021-12-02)
249
-
250
- **Note:** Version bump only for package @clayui/breadcrumb
251
-
252
- # [3.40.0](https://github.com/liferay/clay/compare/v3.39.0...v3.40.0) (2021-11-17)
253
-
254
- **Note:** Version bump only for package @clayui/breadcrumb
255
-
256
- # [3.39.0](https://github.com/liferay/clay/compare/v3.38.0...v3.39.0) (2021-10-29)
257
-
258
- **Note:** Version bump only for package @clayui/breadcrumb
259
-
260
- # [3.38.0](https://github.com/liferay/clay/compare/v3.37.0...v3.38.0) (2021-10-22)
261
-
262
- **Note:** Version bump only for package @clayui/breadcrumb
263
-
264
- # [3.37.0](https://github.com/liferay/clay/compare/v3.36.0...v3.37.0) (2021-10-06)
265
-
266
- **Note:** Version bump only for package @clayui/breadcrumb
267
-
268
- # [3.36.0](https://github.com/liferay/clay/compare/v3.35.3...v3.36.0) (2021-09-23)
269
-
270
- **Note:** Version bump only for package @clayui/breadcrumb
271
-
272
- ## [3.35.3](https://github.com/liferay/clay/compare/v3.35.2...v3.35.3) (2021-09-09)
273
-
274
- **Note:** Version bump only for package @clayui/breadcrumb
275
-
276
- ## [3.35.2](https://github.com/liferay/clay/compare/v3.35.1...v3.35.2) (2021-08-30)
277
-
278
- **Note:** Version bump only for package @clayui/breadcrumb
279
-
280
- ## [3.35.1](https://github.com/liferay/clay/compare/v3.35.0...v3.35.1) (2021-08-30)
281
-
282
- **Note:** Version bump only for package @clayui/breadcrumb
283
-
284
- # [3.35.0](https://github.com/liferay/clay/compare/v3.34.0...v3.35.0) (2021-08-30)
285
-
286
- **Note:** Version bump only for package @clayui/breadcrumb
287
-
288
- # [3.32.0](https://github.com/liferay/clay/compare/v3.31.0...v3.32.0) (2021-07-28)
289
-
290
- **Note:** Version bump only for package @clayui/breadcrumb
291
-
292
- # [3.30.0](https://github.com/liferay/clay/compare/v3.29.0...v3.30.0) (2021-06-16)
293
-
294
- **Note:** Version bump only for package @clayui/breadcrumb
295
-
296
- # [3.29.0](https://github.com/liferay/clay/compare/v3.28.0...v3.29.0) (2021-05-28)
297
-
298
- **Note:** Version bump only for package @clayui/breadcrumb
299
-
300
- # [3.28.0](https://github.com/liferay/clay/compare/v3.27.0...v3.28.0) (2021-05-19)
301
-
302
- **Note:** Version bump only for package @clayui/breadcrumb
303
-
304
- # [3.27.0](https://github.com/liferay/clay/compare/v3.26.0...v3.27.0) (2021-05-05)
305
-
306
- **Note:** Version bump only for package @clayui/breadcrumb
307
-
308
- ## [3.25.1](https://github.com/liferay/clay/compare/v3.25.0...v3.25.1) (2021-03-05)
309
-
310
- **Note:** Version bump only for package @clayui/breadcrumb
311
-
312
- # [3.25.0](https://github.com/liferay/clay/compare/v3.24.1...v3.25.0) (2021-02-23)
313
-
314
- **Note:** Version bump only for package @clayui/breadcrumb
315
-
316
- ## [3.3.6](https://github.com/liferay/clay/compare/@clayui/breadcrumb@3.3.5...@clayui/breadcrumb@3.3.6) (2021-02-11)
317
-
318
- **Note:** Version bump only for package @clayui/breadcrumb
319
-
320
- ## [3.3.5](https://github.com/liferay/clay/compare/@clayui/breadcrumb@3.3.4...@clayui/breadcrumb@3.3.5) (2021-01-27)
321
-
322
- **Note:** Version bump only for package @clayui/breadcrumb
323
-
324
- ## [3.3.4](https://github.com/liferay/clay/compare/@clayui/breadcrumb@3.3.3...@clayui/breadcrumb@3.3.4) (2021-01-13)
325
-
326
- **Note:** Version bump only for package @clayui/breadcrumb
327
-
328
- ## [3.3.3](https://github.com/liferay/clay/compare/@clayui/breadcrumb@3.3.2...@clayui/breadcrumb@3.3.3) (2020-12-29)
329
-
330
- **Note:** Version bump only for package @clayui/breadcrumb
331
-
332
- ## [3.3.2](https://github.com/liferay/clay/compare/@clayui/breadcrumb@3.3.0...@clayui/breadcrumb@3.3.2) (2020-12-16)
333
-
334
- **Note:** Version bump only for package @clayui/breadcrumb
335
-
336
- ## [3.3.1](https://github.com/liferay/clay/compare/@clayui/breadcrumb@3.3.0...@clayui/breadcrumb@3.3.1) (2020-12-02)
337
-
338
- **Note:** Version bump only for package @clayui/breadcrumb
339
-
340
- # [3.3.0](https://github.com/liferay/clay/compare/@clayui/breadcrumb@3.2.8...@clayui/breadcrumb@3.3.0) (2020-10-01)
341
-
342
- ### Features
343
-
344
- - **clayui.com:** Move API tables to new files and update document tabs, rename files to use singular naming instead of plural, change mainTabURL of pagination-bar to a proper one ([d812ee9](https://github.com/liferay/clay/commit/d812ee9))
345
-
346
- ## [3.2.8](https://github.com/liferay/clay/compare/@clayui/breadcrumb@3.2.7...@clayui/breadcrumb@3.2.8) (2020-08-28)
347
-
348
- **Note:** Version bump only for package @clayui/breadcrumb
349
-
350
- ## [3.2.7](https://github.com/liferay/clay/compare/@clayui/breadcrumb@3.2.6...@clayui/breadcrumb@3.2.7) (2020-08-26)
351
-
352
- **Note:** Version bump only for package @clayui/breadcrumb
353
-
354
- ## [3.2.6](https://github.com/liferay/clay/compare/@clayui/breadcrumb@3.2.5...@clayui/breadcrumb@3.2.6) (2020-08-21)
355
-
356
- **Note:** Version bump only for package @clayui/breadcrumb
357
-
358
- ## [3.2.5](https://github.com/liferay/clay/compare/@clayui/breadcrumb@3.2.4...@clayui/breadcrumb@3.2.5) (2020-08-11)
359
-
360
- **Note:** Version bump only for package @clayui/breadcrumb
361
-
362
- ## [3.2.4](https://github.com/liferay/clay/compare/@clayui/breadcrumb@3.2.3...@clayui/breadcrumb@3.2.4) (2020-07-28)
363
-
364
- ### Bug Fixes
365
-
366
- - update packages to appropriate dependencies ([0026168](https://github.com/liferay/clay/commit/0026168))
367
-
368
- ## [3.2.3](https://github.com/liferay/clay/compare/@clayui/breadcrumb@3.2.2...@clayui/breadcrumb@3.2.3) (2020-07-14)
369
-
370
- **Note:** Version bump only for package @clayui/breadcrumb
371
-
372
- ## [3.2.2](https://github.com/liferay/clay/compare/@clayui/breadcrumb@3.2.1...@clayui/breadcrumb@3.2.2) (2020-07-07)
373
-
374
- **Note:** Version bump only for package @clayui/breadcrumb
375
-
376
- ## [3.2.1](https://github.com/liferay/clay/compare/@clayui/breadcrumb@3.2.0...@clayui/breadcrumb@3.2.1) (2020-06-18)
377
-
378
- **Note:** Version bump only for package @clayui/breadcrumb
379
-
380
- # [3.2.0](https://github.com/liferay/clay/compare/@clayui/breadcrumb@3.1.3...@clayui/breadcrumb@3.2.0) (2020-05-21)
381
-
382
- ### Features
383
-
384
- - **clayui.com:** Improve component docs by updating content - Badge, Breadcrumb, Dual List Box, Loading Indicator, Localized Input & Multi Step Nav ([c4ad126](https://github.com/liferay/clay/commit/c4ad126))
385
-
386
- ## [3.1.3](https://github.com/liferay/clay/compare/@clayui/breadcrumb@3.1.2...@clayui/breadcrumb@3.1.3) (2020-04-24)
387
-
388
- **Note:** Version bump only for package @clayui/breadcrumb
389
-
390
- ## [3.1.2](https://github.com/liferay/clay/tree/master/packages/clay-breadcrumb/compare/@clayui/breadcrumb@3.1.1...@clayui/breadcrumb@3.1.2) (2020-03-26)
391
-
392
- **Note:** Version bump only for package @clayui/breadcrumb
393
-
394
- ## [3.1.1](https://github.com/liferay/clay/tree/master/packages/clay-breadcrumb/compare/@clayui/breadcrumb@3.1.0...@clayui/breadcrumb@3.1.1) (2020-03-12)
395
-
396
- ### Bug Fixes
397
-
398
- - **@clayui/breadcrumb:** use ClayLink over anchor tag ([047c3be](https://github.com/liferay/clay/commit/047c3be))
399
-
400
- # 3.1.0 (2020-02-28)
401
-
402
- ### Bug Fixes
403
-
404
- - **drop-down:** use dom-align instead of metal-position ([335ff38](https://github.com/liferay/clay/commit/335ff38))
405
- - add missing dependency declarations ([c591e2f](https://github.com/liferay/clay/commit/c591e2f))
406
-
407
- ### Features
408
-
409
- - **breadcrumb:** move breadcrumb to its own package ([0994158](https://github.com/liferay/clay/commit/0994158))
410
-
411
- ## [3.0.7](https://github.com/liferay/clay/tree/master/packages/clay-breadcrumb/compare/@clayui/breadcrumb@3.0.6...@clayui/breadcrumb@3.0.7) (2020-02-13)
412
-
413
- **Note:** Version bump only for package @clayui/breadcrumb
414
-
415
- ## [3.0.6](https://github.com/liferay/clay/tree/master/packages/clay-breadcrumb/compare/@clayui/breadcrumb@3.0.3...@clayui/breadcrumb@3.0.6) (2020-01-31)
416
-
417
- ### Bug Fixes
418
-
419
- - **drop-down:** use dom-align instead of metal-position ([335ff38](https://github.com/liferay/clay/commit/335ff38))
420
- - add missing dependency declarations ([c591e2f](https://github.com/liferay/clay/commit/c591e2f))
421
-
422
- ## [3.0.5](https://github.com/liferay/clay/tree/master/packages/clay-breadcrumb/compare/@clayui/breadcrumb@3.0.3...@clayui/breadcrumb@3.0.5) (2020-01-20)
423
-
424
- ### Bug Fixes
425
-
426
- - add missing dependency declarations ([c591e2f](https://github.com/liferay/clay/commit/c591e2f))
427
- - **drop-down:** use dom-align instead of metal-position ([335ff38](https://github.com/liferay/clay/commit/335ff38))
428
-
429
- ## [3.0.4](https://github.com/liferay/clay/tree/master/packages/clay-breadcrumb/compare/@clayui/breadcrumb@3.0.3...@clayui/breadcrumb@3.0.4) (2019-12-05)
430
-
431
- ### Bug Fixes
432
-
433
- - **drop-down:** use dom-align instead of metal-position ([335ff38](https://github.com/liferay/clay/commit/335ff38))
434
-
435
- ## [3.0.3](https://github.com/liferay/clay/tree/master/packages/clay-breadcrumb/compare/@clayui/breadcrumb@3.0.2...@clayui/breadcrumb@3.0.3) (2019-11-07)
436
-
437
- **Note:** Version bump only for package @clayui/breadcrumb
438
-
439
- ## [3.0.2](https://github.com/liferay/clay/tree/master/packages/clay-breadcrumb/compare/@clayui/breadcrumb@3.0.1...@clayui/breadcrumb@3.0.2) (2019-11-01)
440
-
441
- **Note:** Version bump only for package @clayui/breadcrumb
442
-
443
- ## [3.0.1](https://github.com/liferay/clay/tree/master/packages/clay-breadcrumb/compare/@clayui/breadcrumb@3.0.0...@clayui/breadcrumb@3.0.1) (2019-10-28)
444
-
445
- **Note:** Version bump only for package @clayui/breadcrumb