@carbon/vue 2.39.0 → 2.43.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 (45) hide show
  1. package/dist/carbon-vue.common.js +981 -853
  2. package/dist/carbon-vue.common.js.map +1 -1
  3. package/dist/carbon-vue.umd.js +981 -853
  4. package/dist/carbon-vue.umd.js.map +1 -1
  5. package/dist/carbon-vue.umd.min.js +3 -3
  6. package/dist/carbon-vue.umd.min.js.map +1 -1
  7. package/package.json +7 -7
  8. package/src/components/cv-accordion/cv-accordion-skeleton.vue +1 -1
  9. package/src/components/cv-accordion/cv-accordion.vue +1 -1
  10. package/src/components/cv-aspect-ratio/cv-aspect-ratio.vue +3 -2
  11. package/src/components/cv-aspect-ratio/index.js +2 -2
  12. package/src/components/cv-breadcrumb/cv-breadcrumb-skeleton.vue +8 -1
  13. package/src/components/cv-button/button-mixin.js +7 -4
  14. package/src/components/cv-button/consts.js +14 -0
  15. package/src/components/cv-button/cv-icon-button.vue +1 -1
  16. package/src/components/cv-code-snippet/cv-code-snippet-skeleton.vue +1 -1
  17. package/src/components/cv-code-snippet/cv-code-snippet.vue +1 -1
  18. package/src/components/cv-data-table/cv-data-table-heading.vue +1 -1
  19. package/src/components/cv-data-table/cv-data-table-skeleton.vue +1 -2
  20. package/src/components/cv-data-table/cv-data-table.vue +2 -1
  21. package/src/components/cv-date-picker/cv-date-picker.vue +11 -10
  22. package/src/components/cv-feedback-button/_cv-feedback-button.vue +1 -1
  23. package/src/components/cv-file-uploader/cv-file-uploader.vue +72 -28
  24. package/src/components/cv-inline-loading/cv-inline-loading.vue +1 -0
  25. package/src/components/cv-inline-notification/cv-inline-notification.vue +2 -0
  26. package/src/components/cv-link/cv-link.vue +8 -1
  27. package/src/components/cv-loading/cv-loading.vue +4 -1
  28. package/src/components/cv-multi-select/cv-multi-select.vue +17 -11
  29. package/src/components/cv-number-input/cv-number-input.vue +38 -30
  30. package/src/components/cv-overflow-menu/cv-overflow-menu.vue +3 -3
  31. package/src/components/cv-search/cv-search.vue +17 -12
  32. package/src/components/cv-tabs/cv-tabs-skeleton.vue +7 -19
  33. package/src/components/cv-tabs/cv-tabs.vue +1 -1
  34. package/src/components/cv-tag/cv-tag-skeleton.vue +1 -3
  35. package/src/components/cv-tag/cv-tag.vue +6 -7
  36. package/src/components/cv-tag/index.js +3 -2
  37. package/src/components/cv-tile/_cv-tile-selectable.vue +0 -1
  38. package/src/components/cv-toast-notification/cv-toast-notification.vue +3 -1
  39. package/src/components/cv-tooltip/consts.js +2 -0
  40. package/src/components/cv-tooltip/cv-definition-tooltip.vue +5 -5
  41. package/src/components/cv-tooltip/cv-interactive-tooltip.vue +7 -7
  42. package/src/components/cv-tooltip/cv-tooltip.vue +5 -5
  43. package/src/components/cv-tooltip/index.js +1 -0
  44. package/src/components/cv-ui-shell/cv-header-global-action.vue +1 -1
  45. package/CHANGELOG.md +0 -1191
package/CHANGELOG.md DELETED
@@ -1,1191 +0,0 @@
1
- # Changelog
2
-
3
- ## 2.39.0
4
-
5
- feat: emit event on progress step click
6
- feat: emit event on data table row expand
7
- feat: add sticky header option to data table
8
- feat: add static width option to data table
9
-
10
- ## 2.38.2
11
-
12
- fix: modal primary button and storybook usage.
13
-
14
- ## 2.38.1
15
-
16
- fix: correct secondary button on modal to raise a 'secondary-click'
17
-
18
- ## 2.38.0
19
-
20
- chore: promote canary release
21
-
22
- ## 2.38.0-canary.1
23
-
24
- fix: dist versioning
25
-
26
- ## 2.38.0-canary.0
27
-
28
- fix: cv-file-uploader dom update
29
- fix: cv-data-table header padding
30
- fix: 10.30 update
31
-
32
- - cv-inline-loading
33
- - cv-button
34
- - cv-icon-button
35
- - cv-code-snippet-inline
36
- - cv-code-snippet-oneline
37
- - cv-code-snippet-multiline
38
- - cv-data-table
39
- - cv-loading
40
- - cv-modal
41
- - cv-number-input
42
- - cv-progress-indicator
43
- - cv-form-group
44
- - cv-text-area
45
- - cv-text-input
46
- - cv-tile
47
- - cv-tooltip
48
- - cv-ui-shell
49
- - cv-tab - now uses the scroll format
50
-
51
- ## 2.37.1
52
-
53
- chore: documentation correction for CvDataTable
54
- chore: added Carbon Telemetry
55
-
56
- ## 2.37.0
57
-
58
- fix: CvDatePicker use of range plugin
59
- fix: CvMultiSelect hiding first option alternately on expand
60
- feat: add show and hide events to CvTooltip
61
-
62
- ## 2.36.0
63
-
64
- fix: use check slot patter in side nav
65
- fix: cv-tabs fail during focus event
66
- fix cv-data-table listener called after navigation
67
- chore: update dependency
68
-
69
- ## 2.36.0-canary.0
70
-
71
- fix: transition end after modal hidden
72
- feat: add left right to tooltip direction
73
- fix: data table listener called after navigation
74
- fix: tab listener when called after nav
75
- fix: use check slot pattern for side nav icons
76
-
77
- ## 2.35.0
78
-
79
- feat: 10 23 1 update (#1058) - adds numerous minor changes to bring the library up to Carbon v10.23.1
80
- chore: listen for click out only post blur (#1061)
81
- chore: Content tune the first usage steps (#1055)
82
- feat: Add after hidden modal event (#1069)
83
- fix: cv-button default color error issue (#1076)
84
-
85
- ## 2.34.1
86
-
87
- chore: add tests for cv-code-snippet, cv-toolbar, cv-structured-list
88
- fix: spurious tab index in tag
89
- fix: safari focus out before click
90
-
91
- ## 2.34.0
92
-
93
- fix: links in storybook notes
94
- fix: #1042 - CvDropdown role applied incorrectly to chevron
95
-
96
- ## 2.34.0-canary.1
97
-
98
- fix: update flatpikr to use Carbon plugin versions
99
- feat: allow html in notification subtitle and caption
100
- fix: add tests for cv-tooltip
101
- chore: update mixin imports
102
- fix: CvDropdown missing listbox classes
103
- fix: add test for cv-search
104
- feat: add cv-grid, cv-row and cv-column to match Carbon React feature.
105
-
106
- ## 2.34.0-canary.0
107
-
108
- fix: use of v-slot syntax not visible in beforeUpdate lifecycle method switched to updated.
109
-
110
- ## 2.33.0
111
-
112
- Promote canary
113
-
114
- ## 2.33.0-canary.0
115
-
116
- fix: dropdown click outside - issue #1004 was still causing problems which a directive seems more reliable for.
117
-
118
- ## 2.32.0
119
-
120
- Promote canary
121
-
122
- ## 2.32.0-canary.0
123
-
124
- feat: use of uidMixin without id use (add to top level element)
125
- fix: aria label for expanding row button (expanded and collapsed)
126
- fix: remove event listener from dropdown in beforeDestroy
127
-
128
- ## 2.31.1
129
-
130
- fix: dropdown click closing list on firefox and safari (caused by button not getting focus on click)
131
-
132
- ## 2.31.0
133
-
134
- fix: dropdown in darker themes
135
- chore: add theme switching to stories
136
-
137
- ## 2.31.0-canary.0
138
-
139
- fix: Dropdown focus on firefox (and any browser where click does not focus on button)
140
-
141
- ## 2.30.2
142
-
143
- chore: remove empty folder (#984)
144
- feat: Added items prop to Cv-Dropdown (#982)
145
-
146
- ## 2.30.1
147
-
148
- fix: dropdown clearing of value (#975)
149
- chore(deps): bump elliptic from 6.5.2 to 6.5.3 in /packages/core (#972)
150
- fix: progress step carbonPrefix (#974)
151
- fix: ie11 svg class usage (#973)
152
-
153
- ## 2.30.0
154
-
155
- - fix: empty space in combo and multi
156
- - feat: add focus and blur methods to numerous components
157
-
158
- ## 2.30.0-canary.1
159
-
160
- - fix snapshots
161
-
162
- ## 2.30.0-canary.0
163
-
164
- - feat: add kind 'button' to file upload component.
165
- - chore: update inputs to 10.16.0 most noticably by moving helper text below the input
166
- - fix: Multiselect filter tag usage (causing validator warning)
167
- - fix: Combobox and multiselect user filter for non-existent item
168
-
169
- ## 2.29.0
170
-
171
- - feat: Includes use of coded prefix
172
- - feat: Adds 24 hour support to time picker.
173
-
174
- ## 2.29.0-canary.0
175
-
176
- - chore: Replace use of the 'bx' prefix with the prefix in carbon components everywhere. This was quite an extensive change. It is more than possible one or two errors may have crept in. A full weeks Canary is likely.
177
-
178
- ## 2.28.0
179
-
180
- - chore: added carbonPrefix to inline-loading, link, number input, breadcrumb and checkbox
181
- - fix: combobox typoe v-bind="$attr" -> v-bind="$attrs"
182
- - fix: add \$listeners to CvForm to allow @submit
183
- - fix: return focus on dropdown to dropdown component after item click
184
- - feat: add focus methods to CvDropdown, CvTextInput, CvTextArea
185
- - fix: improvve SVG icon support in buttons, now possible to specify component (e.g. @carbon/icons-vue), SVG path, SVG symbol path or raw SVG. NOTE: Until SVG2 using SVG path does not style.
186
- - fix: aria-hidden, aria-selected and aria-expanded false values. These do not default to false on undefined. Instead undefined means not applicable, false as a result implies true is possible.
187
-
188
- ## 2.27.1
189
-
190
- - fix: lower node requirement to 10
191
- - chore: make accordion class prefix use carbon prefix
192
-
193
- ## 2.27.0
194
-
195
- Release previuos canarys
196
-
197
- ## 2.27.0-canary-2
198
-
199
- - chore: fix aria label on template view
200
- - fix: table skeleton appearance
201
- - fix: dropdown aria warning with no label
202
- - feat: add table oveflow options
203
-
204
- ## 2.27.0-canary.1
205
-
206
- - Fix combobox disable to fully disable
207
- - Fix dropdown disable to fully disable
208
- - Fix tag filter disable to fully disable
209
-
210
- ## 2.27.0-canary.0
211
-
212
- - Feat: Allow the number of items on page to be set for pagination seperately from page size
213
- - Fix: Checkbox labels in data table.
214
-
215
- ## 2.26.0
216
-
217
- - Fix animation issues in data table and accordion
218
- - Fix combo box expansion.
219
- - Release slotted header updates
220
-
221
- ## 2.26.0-canary.0
222
-
223
- - Feat: Add slotted headings to data table## 2.25.0
224
-
225
- - Fix: tooltip on icon only button
226
- - Feat: Add disabled attributes for forwards and backwards pagination buttons.
227
-
228
- ## 2.25.0-canary.0
229
-
230
- ### Chore
231
-
232
- - Update to Carbon 10.11.2
233
- - Update to node 12
234
- - Update other dependencies
235
-
236
- ## 2.24.1
237
-
238
- ### Fix
239
-
240
- Dropdown value presentation
241
-
242
- ## 2.24.0
243
-
244
- ##£ Feat
245
-
246
- - Left and right options added to cv-tooltip
247
-
248
- ### Fix
249
-
250
- - CvDropdown needed multiple tab presses to move past #868
251
- - CircleCI deployment fix
252
-
253
- ### Chore
254
-
255
- - Warn on duplicate IDs in table row and tab
256
- - Dependency bot bumps
257
- - Other dependency version bumps
258
- - Update documentation on use of expanded/isExpanded in table rows
259
-
260
- ## 2.23.2
261
-
262
- Publis canary fixes as listed
263
-
264
- ## 2.23.2-canary.1
265
-
266
- ### Fix
267
-
268
- - CvContentSwitcher adds tablist to container #849
269
-
270
- ## 2.23.2-canary.0
271
-
272
- ### Fix
273
-
274
- - CvDropdown placeholder updates
275
- - CvContentSwitcher accessibility violation #849
276
-
277
- ### Chore
278
-
279
- - Removed spurious 'await' usage
280
-
281
- ## 2.23.1
282
-
283
- Roll up of canary releases.
284
-
285
- ## 2.23.1-canary.2
286
-
287
- ## Feat
288
-
289
- - Add hideLabel property to CvCheckbox and raised bug relating to the shape of the component https://github.com/carbon-design-system/carbon/issues/5461
290
-
291
- ## Fix
292
-
293
- - UIShell fix ids for controlled panels
294
- - Overflow menu tooltip postion on IE11
295
- - Interactive menu tooltip position on IE11
296
- - Missing aria-label on CvDataTable batch action checkbox (aria-label-for-batch-checkbox)
297
-
298
- ## Chore
299
-
300
- - Update package dependencies
301
-
302
- ## 2.23.0
303
-
304
- ### Fix
305
-
306
- - Data table heading styles when sortable is used.
307
-
308
- ## 2.23.0-canary.0
309
-
310
- ### Feat
311
-
312
- - Add change event to accordion on open close through UI. Show in story how to use to force single open.
313
-
314
- ### Fix
315
-
316
- - Validator state checks in inline loadeing (allow case insensitive)
317
- - CvSelect event usage in CvTimePicker and CvPagination changed to 'chagne' event to support IE 11.
318
-
319
- ## 2.22.0
320
-
321
- ### Fix
322
-
323
- - Removed deprecation message when using size instead of small button property
324
-
325
- ## 2.22.0-canary.1 (feb 4th 2020)
326
-
327
- ### Feat
328
-
329
- - Mobile number input version
330
- - Expanded property added to UIShell sidenav menus
331
- -
332
-
333
- ### Fix
334
-
335
- - Number input tests
336
- - Input event emit from CvNumberInput on use of up down buttons
337
- - Add missing closeAriaLabel property to CvModal
338
-
339
- ### Chore
340
-
341
- - Copy button position is stories
342
- - FavIcon in storybook
343
- - Linter warnings on story source loading
344
- - CI messages
345
-
346
- ## 2.22.0-canary.0 (jan 29th 2020)
347
-
348
- ### Chore
349
-
350
- - move to Vue CLI 4
351
- - Fix node engine version
352
- - Ensure CI Check run before deploying storybook
353
-
354
- ### Fix
355
-
356
- - Linter warnings
357
-
358
- ## 2.21.0 (jan 24th 2020)
359
-
360
- ### fix
361
-
362
- - Error icon used in inline-loading
363
- - Toast notification notes typo
364
-
365
- ## 2.21.0-canary.0 (jan 21st 2020)
366
-
367
- ### feat
368
-
369
- - Add size variations to CvModal
370
- - Add hide selected option to CvDropDown.
371
- - Make title only CvModal possible
372
- - Add container option to CvTabs
373
- - Update CvTag styling to 10.9
374
- - Update CvSearch size options
375
-
376
- ### fix
377
-
378
- - Tab behaviour when adding and removing tabs when selecting a tab immediately after
379
-
380
- ## 2.20.1 (jan 16th 2020)
381
-
382
- - fix: Disable number input up down buttons when component disabled
383
-
384
- ## 2.20.1-canary.3 (jan 16th 2020)
385
-
386
- - fix: Merge missing commits from last release
387
-
388
- ## 2.20.1-canary.2 (jan 16th 2020)
389
-
390
- ### fix
391
-
392
- - Reverted to using stepUp/stepDOwn input methods for number input after checking IE11 support.
393
- - Initial value of date picker was not being set
394
-
395
- ## 2.20.1-canary.1 (jan 10th 2020)
396
-
397
- ### fix
398
-
399
- - Decimal number edits e.g. 10.001 with step 001. Using the keyboard to delete .001 caused .000 to be reapplied.
400
-
401
- ## 2.20.1-canary.0 (jan 3rd 2020)
402
-
403
- ### fix
404
-
405
- - Possible IE11 fix for colspan > 1000 defaulting to 1
406
- - Loading overlay fix
407
-
408
- ## 2.20.0 (Dec 16th 2019)
409
-
410
- ### fix
411
-
412
- - Prevent double event on date change
413
-
414
- ## 2.20.0-canary.2 (Dec 13th 2019)
415
-
416
- ### Feat
417
-
418
- - Add side nav rail feature
419
- - Add support for light cv-tile (needs Carbon > 10.7.4)
420
- - Add button set
421
-
422
- ### Fix
423
-
424
- - Fixed some typos (requried -> required)
425
- - Fix date picker change event error
426
-
427
- ## 2.20.0-canary.1 (Dec 6th 2019)
428
-
429
- ### Feat
430
-
431
- - Update to carbon-components 10.7.4 DOM
432
- - Add edning state to CvInlineLoader
433
- - Make individual columns sortable in CvDataTable
434
- - Router link object usage (Location)
435
- - Additional tests
436
- - CvInlineLoader
437
- - CvInlineNotification
438
- - CvToastNotification
439
- - CvTextInput
440
- - CvList
441
- - CvLoading
442
-
443
- ### Chore
444
-
445
- - Welcome page updates
446
-
447
- ### Fix
448
-
449
- - Use internal pagination bind property
450
- - IE11 missing input event (use change)
451
- - icon use warning in toast notification
452
- - SVG ClassList missing IE and pre canary Edge
453
-
454
- ## 2.20.0-canary.0 (Nov 21th 2019)
455
-
456
- ### Feat
457
-
458
- - Add decimal ability to number input.
459
-
460
- ### Fix
461
-
462
- - Fix CvIconButton tooltip
463
-
464
- ## 2.19.0 (Nov 19th 2019)
465
-
466
- ### Chore
467
-
468
- - CvOverflowMenu correct html to include menu-item option-content span
469
-
470
- ## 2.19.0-canary.1 (Nov 18th 2019)
471
-
472
- ### Feat
473
-
474
- - CvToggleSkeleton
475
-
476
- ### Fix
477
-
478
- - Slot check reactivyt (accross 12 components with helperText and invalidMessage)
479
- - CvCombobox placeholder
480
- - CvMultiSelect filter clear event
481
- - CvMultiSelect expand / close when clicking chevron
482
- - CvCombobox auto-filter true at startup presenting empty list
483
-
484
- ### Chore
485
-
486
- - CvLink tests
487
- - CvTextArea tests
488
- - Restored storybook version to keep package.json in sync
489
-
490
- ## 2.19.0-canary.0 (Nov 12th 2019)
491
-
492
- ### Chore
493
-
494
- - Change CvTabs to use same HTML as core carbon.
495
-
496
- ## 2.18.0 (Nov 11th 2019)
497
-
498
- ### Feat
499
-
500
- - Rework for SSR, removing all style tags from components in favour of using :style in the template.
501
-
502
- ## 2.17.1 (Nov 6th 2019)
503
-
504
- ### Fix
505
-
506
- - CvTabs not closing lower indexed tabs
507
-
508
- ## 2.17.0 (Nov 4th 2019)
509
-
510
- ### Feat
511
-
512
- - Tests added or updated for
513
- - CvAccordion
514
- - CvWrapper
515
- - CvCheckbox
516
- - CvToggle
517
- - CvTag
518
- - CvRadioButton
519
- - CvTabs
520
- - Updated CvTabs behaviour when tab list is dynamic
521
-
522
- ### Fix
523
-
524
- - Dropdown workingn when disabled
525
- - Overflow not closing on button click
526
-
527
- ## 2.16.0 (Oct 28th 2019)
528
-
529
- ### Feat
530
-
531
- Allow number input to work with string or number for value, v-model and events.
532
-
533
- ### Chore
534
-
535
- Updated tests for
536
-
537
- - CvBreadcrumb
538
- - CvButton
539
- - CvBNumberInput
540
- - CvTag
541
-
542
- ### Fix
543
-
544
- CvButton raising two click events
545
-
546
- ## 2.15.0 (Oct 24th 2019)
547
-
548
- ### Feat
549
-
550
- - Add v-model for date picker
551
- - Add up down aria labels for number input
552
- - Update to Carbon 10.7
553
- - CvButton, CvIconButton
554
- - CvComboBox
555
- - CvContentSwitcher
556
- - CvDataTable
557
- - CvDropdown
558
- - CvFileUploader
559
- - CvInlineNotification
560
- - CvLink
561
- - CvList
562
- - CvNumberInput
563
- - CvOverflowMenu
564
- - CvToastNotification
565
- - CvTextInput
566
- - CvToggle
567
- - CvTags
568
- - Add expand all to data table
569
- - Add inline link
570
- - Add nested list ordering
571
- - Add CvTabsSkeleton component
572
- - Tests for CvCheckbox, CvToggle, CvBreadcrumb added
573
- - Rework tabs component to behave better when dynamically adding/removing tabs.
574
- - Added CvTabs property no-default-to-first option to revent auto default to first tab.
575
- - Add hover expand for header menu items
576
- - Add keyboard scroll to modal dialog, suppressing background scroll.
577
-
578
- ### Fix
579
-
580
- - Uploader skeleton typo
581
- - CvTabs behaviour when switching tab set (beforeDestory event name typo)
582
- - Remove trimRight usage for wider support
583
-
584
- ### Chore
585
-
586
- - Tidy up knobs
587
- - Work on tests
588
-
589
- ## 2.14.0 (Sept 25, 2019)
590
-
591
- ### Feat
592
-
593
- - Add various optional customisable labels/text where they previously were fixed.
594
- - Allow primary button to be disabled on the modal dialog
595
- - Add disabled property to CvLink and other components with links
596
-
597
- ### Fixes
598
-
599
- - Tidy up popups (CvOverflowMenu and CvInteractiveTooltip) on beforeDestroy event
600
- - To date activation in date picker range mode (was activating from on icon click)
601
-
602
- ## 2.13.0 (Sept 20, 2019)
603
-
604
- ### Feat
605
-
606
- - code snippet now has
607
- - light theme
608
- - customisable copy feedback and aria label
609
- - Modal
610
- - Add 'auto-hide-off' property which causes 'modal-hide-request' events to be raised instead of auto closing
611
-
612
- ### Fix
613
-
614
- - Stop overflow menu grabbing focus on close
615
- - v-model for selectable tile
616
-
617
- ## 2.12.7 (Sept 13, 2019)
618
-
619
- ### Feat
620
-
621
- - Add vertical progress bar
622
-
623
- ### Fix
624
-
625
- - Code snippet no longer copies encoded html
626
- - Correct tab story
627
- - Fix checkbox v-model unefined
628
- - Fix panel expansion event
629
- - Add v-model for header panels
630
- - Re-order header panel events
631
- - Update lock file
632
- - Fix combobox input spilling into controls
633
- - Fix non-cv-button types (cv-data-table, cv-text-input password button)
634
- - Password input button labels
635
- - Update data table to have attributes for cancel button and search labels.
636
-
637
- ## 2.12.6 (August 14, 2019)
638
-
639
- ### Fix
640
-
641
- - Add missing title to CvHeaderMenu.
642
-
643
- ## 2.12.5 (August 6, 2019)
644
-
645
- See changes below.
646
-
647
- ## 2.12.5-rc.0 (August 5, 2019)
648
-
649
- ### Fix
650
-
651
- - Change how cv-link and other link-mixin usage
652
-
653
- ## 2.12.4 (August 3, 2019)
654
-
655
- ### Fix
656
-
657
- - Correct clear button color for combobox and multiselect
658
- - Fix value/v-model updates for combobox
659
-
660
- ## 2.12.3 (August 1, 2019)
661
-
662
- ### Fix
663
-
664
- The following is true for combobox and multi-select
665
-
666
- - Removed space auto-completion to allow spaces in filter.
667
- - Enter now used for auto-completion
668
- - Escapes regex special characters
669
-
670
- ## 2.12.2 (July 30, 2019)
671
-
672
- ### Fix
673
-
674
- - CvPagination case when number of items is zero.
675
-
676
- # Changelog
677
-
678
- ## 2.12.1 (July 25, 2019)
679
-
680
- ### Fix
681
-
682
- - CvDropdown component was incorrectly named CvDropdownInner
683
-
684
- ## 2.12.0 (July 22, 2019)
685
-
686
- ### Features
687
-
688
- - Add table pagination scoped slot pass through.
689
- - Add table skeleton
690
- - Add initial change vent to pagination
691
-
692
- ### Fix
693
-
694
- - CvHeaderNav aria-label usage
695
- - Update lodash based on security alert
696
-
697
- ## 2.11.0 (July 16, 2019)
698
-
699
- ### Features
700
-
701
- - Add vertical options to radio button group
702
- - Add left-label option to radio button
703
-
704
- ### Fixes
705
-
706
- - add default tab id
707
- - move non-breaking space in header name due to rendering differences
708
- - make aria-controls optional in header-global-action
709
- - hide data table toolbar when empty
710
-
711
- ## 2.10.0 (July 10, 2019)
712
-
713
- ### Feat
714
-
715
- - Add CvContent to UI shell
716
- - Correct switch between 'router-link' and 'a' tag based on use of 'href' or 'to' in links
717
-
718
- ## 2.9.0 (July 9, 2019)
719
-
720
- ### Feat
721
-
722
- - Move multi-select to experimental
723
- - Updates to multi select API
724
- - Add combo box
725
- - Update export to surface individual components
726
-
727
- ## 2.8.0 (June 27, 2019)
728
-
729
- ### Feat
730
-
731
- - Added scoped slots to table for constructed string.
732
-
733
- ## 2.7.0 (June 27, 2019)
734
-
735
- ### Feat
736
-
737
- - Add multi select dropdown (without filter)
738
- - Added scoped slots to pagination for constructed strings.
739
-
740
- ## 2.6.2 (June 24, 2019)
741
-
742
- ### Fixes
743
-
744
- - Removed side nav sub menu close on focusout
745
- - Removed spurious \ in header menu button
746
- - Fixed active menu button status
747
- - Temp CSS fix for Safari not moving following side nav chevrons on expand.
748
-
749
- ## 2.6.1 (June 21, 2019)
750
-
751
- ### Fixes
752
-
753
- - Add page to pagination change event
754
- - Fix text input password layout.
755
-
756
- ### Chores
757
-
758
- - Update dependencies
759
-
760
- ## 2.6.0 (June 19, 2019)
761
-
762
- ### Features
763
-
764
- - Wire up hide/show to footer link in ui shell side nav
765
- - Add Space in header between name and prefix
766
-
767
- ### Fixes
768
-
769
- - Focus on side nav and header panel links
770
-
771
- ### Chores
772
-
773
- - Added UI shell notes
774
- - Make link logic (anchor or router-link) common
775
-
776
- ## 2.5.0 (June 4, 2019)
777
-
778
- ### Features
779
-
780
- - Add UI Shell
781
- - Added Header
782
- - Added right panels with global actions
783
- - Added left nav
784
-
785
- ### Fixes
786
-
787
- - Aria label on overflow menu and toast nofification
788
-
789
- ### Chores
790
-
791
- - Removed data-viz
792
-
793
- ### Dependency versions
794
-
795
- Versions reflect those version was built using.
796
-
797
- | Dependency | Version | Notes |
798
- | ----------------- | ------- | ----- |
799
- | @carbon/icons-vue | 10.3.0 | |
800
- | carbon-components | 10.3.0 | |
801
- | flatpickr | 4.6.1 | |
802
- | vue | 2.6.10 | |
803
-
804
- ## 2.4.0 (June 4, 2019)
805
-
806
- - Add disabled tag
807
-
808
- ## 2.3.0 (June 3, 2019)
809
-
810
- ### Features
811
-
812
- - Added an example project
813
- - Marked CvDataTable as ready
814
- - Added initial CvHeader component and some parts
815
- - Added cv-tag skeleton
816
- - Added cv-slider skeleton
817
- - Added tag disabled feature
818
-
819
- ### Bug Fixes
820
-
821
- - Time picker story fix
822
- - Tab usage of dropdown when narrow
823
- - Restored tag fileter story
824
-
825
- ### Chores
826
-
827
- - Removed Carbon 9 / X switches
828
- - Updated Carbon dependencies
829
-
830
- ### Dependency versions
831
-
832
- Versions reflect those version was built using.
833
-
834
- | Dependency | Version | Notes |
835
- | ----------------- | ------- | ----- |
836
- | @carbon/icons-vue | 10.2.0 | |
837
- | carbon-components | 10.2.0 | |
838
- | flatpickr | 4.5.7 | |
839
- | vue | 2.6.10 | |
840
-
841
- ## 2.2.1 (May 24, 2019)
842
-
843
- ### Fixes
844
-
845
- - Ensure tab disabled when created with disabled attribute
846
-
847
- ## 2.2.0 (May 24, 2019)
848
-
849
- ### General
850
-
851
- - Some code tidying, removing v9 code.
852
- - Dependency updates to potential issue See #441
853
-
854
- ### Features
855
-
856
- - Add \$attrs to nav element of cv-tabs, this allows aria-label to be specified on the nav.
857
-
858
- ## 2.1.1 (May 15, 2019)
859
-
860
- ### Fixes
861
-
862
- - Change @carbon/icons-vue/lib to @carbon/icons/vue/es
863
-
864
- ## 2.1.0 (May 14, 2019)
865
-
866
- ### Features
867
-
868
- - Add expanding content feature to table
869
-
870
- ## 2.0.7 (May 7, 2019)
871
-
872
- ### Bug fixes
873
-
874
- - Various table pagination fixes
875
- - Ensure search is available when @search event is listented to.
876
-
877
- ## 2.0.4/5/6 (May 3, 2019)
878
-
879
- ### Bug fixes
880
-
881
- - Table pagination fixes
882
-
883
- ## 2.0.3 (April 24, 2019)
884
-
885
- ### Bug fixes
886
-
887
- - Correct cv-tab name
888
-
889
- ## 2.0.1/2 (April 24, 2019)
890
-
891
- ### Bug fixes
892
-
893
- - Correct tabs narrow styling
894
- - Correct dropdown initial value
895
-
896
- ## 2.0.0 (April 24, 2019)
897
-
898
- ### Features
899
-
900
- - Added filter tag
901
- - Added disabled state for tab component
902
-
903
- ### Bug Fixes
904
-
905
- - Fixed multiple roots in dropdown.
906
- - Fixes to table layout
907
- - Fixes to search
908
- - Styling fixes for structured list selectable
909
-
910
- ### Dependency versions
911
-
912
- Versions reflect those version was built using.
913
-
914
- | Dependency | Version | Notes |
915
- | ----------------- | ------- | ----- |
916
- | @carbon/icons-vue | 10.0.0 | |
917
- | carbon-components | 10.1.0 | |
918
- | flatpickr | 4.5.7 | |
919
- | vue | 2.6.10 | |
920
-
921
- ## 2.0.0-beta.2 (April 16, 2019)
922
-
923
- ### Features
924
-
925
- - Add up overflow menu
926
- - Some story updates
927
-
928
- ### Bug Fixes
929
-
930
- - Remove linter warnings from structured list
931
-
932
- ### Dependency versions
933
-
934
- Versions reflect those version was built using.
935
-
936
- | Dependency | Version | Notes |
937
- | ----------------- | ------- | ----- |
938
- | @carbon/icons-vue | 10.0.0 | |
939
- | carbon-components | 10.1.0 | |
940
- | flatpickr | 4.5.7 | |
941
- | vue | 2.6.10 | |
942
-
943
- ## 2.0.0-beta.1 (April 12, 2019)
944
-
945
- As per beta 0 fresh build
946
-
947
- ## 2.0.0-beta.0 (April 12, 2019)
948
-
949
- ### Features
950
-
951
- - Carbon 10 data table
952
-
953
- ### Bug Fixes
954
-
955
- - Search review fixes
956
- - Select review fixes
957
- - Select initial selected enhancment
958
- - Added missing experimental stories
959
- - A number of data table fixes (still not ready)
960
- - Dropdown review fixes
961
-
962
- ### Dependency versions
963
-
964
- Versions reflect those version was built using.
965
-
966
- | Dependency | Version | Notes |
967
- | ----------------- | ------- | ----- |
968
- | @carbon/icons-vue | 10.0.0 | |
969
- | carbon-components | 10.1.0 | |
970
- | flatpickr | 4.5.7 | |
971
- | vue | 2.6.10 | |
972
-
973
- ## 2.0.0-alpha.2 (April 10, 2019)
974
-
975
- ### Features
976
-
977
- - Carbon 10 data table
978
-
979
- ### Bug Fixes
980
-
981
- - Correct breadcrumb story
982
- - Checkbox mixed updates
983
- - Multiline code snippet layout
984
- - Inline code snippet example made smaller
985
- - Fixed number input layout
986
- - Fixed overflow menu layout
987
- - Fixed pagination layout
988
-
989
- ### Dependency versions
990
-
991
- Versions reflect those version was built using.
992
-
993
- | Dependency | Version | Notes |
994
- | ----------------- | ------- | ----- |
995
- | @carbon/icons-vue | 10.0.0 | |
996
- | carbon-components | 10.1.0 | |
997
- | flatpickr | 4.5.2 | |
998
- | vue | 2.6.10 | |
999
-
1000
- ## 1.1.1 (March 19, 2019)
1001
-
1002
- ### Features
1003
-
1004
- - A number of experimental additions for carbon x
1005
- - Change node requirements to > 10 in package.json
1006
-
1007
- ### Bug Fixes
1008
-
1009
- - Fix tabs on narrow screens (#273)
1010
- - Fix dorpdown-items v-for (#273)
1011
-
1012
- ### Dependency versions
1013
-
1014
- Versions reflect those version was built using.
1015
-
1016
- | Dependency | Version | Notes |
1017
- | -------------------- | ------------ | ------------------------ |
1018
- | @carbon/icon-helpers | 0.0.1-beta.0 | experimental only |
1019
- | @carbon/icons-vue | 0.0.1-beta.0 | experimental only |
1020
- | carbon-components | 9.70.1 | |
1021
- | d3 | 5.8.2 | Only needed for data-viz |
1022
- | flatpickr | 4.5.2 | |
1023
- | vue | 2.6.3 | |
1024
-
1025
- ## 1.1.0 (March 14, 2019)
1026
-
1027
- ### Features
1028
-
1029
- - Experimental CvCodeSnippet behind feature flag (#244).
1030
- - Experimental CvContentSwitcher behind feature flag (#246)
1031
- - Experimental CvDatePicker behind feature flag (#251)
1032
- - Added CvInlineLoader (#253)
1033
- - Added password behviour for CvTextInput (#254)
1034
- - Experimental toggle added for supporting components (#257)
1035
-
1036
- ### Bug Fixes
1037
-
1038
- - chore: Reduced storybook CSS payload
1039
- - fix: Checkbox hover when disabled (#241)
1040
- - fix: add missing inherit attrs false (#249)
1041
- - fix: show tip and hide tip buttons for interactive tooltip storybook (#248)
1042
- - fix: content switcher icon spacing (#258)
1043
-
1044
- ### Dependency versions
1045
-
1046
- Versions reflect those version was built using.
1047
-
1048
- | Dependency | Version | Notes |
1049
- | -------------------- | ------------ | ------------------------ |
1050
- | @carbon/icon-helpers | 0.0.1-beta.0 | experimental only |
1051
- | @carbon/icons-vue | 0.0.1-beta.0 | experimental only |
1052
- | carbon-components | 9.70.1 | |
1053
- | d3 | 5.8.2 | Only needed for data-viz |
1054
- | flatpickr | 4.5.2 | |
1055
- | vue | 2.6.3 | |
1056
-
1057
- ## 1.0.2 (Mar 8, 2019)
1058
-
1059
- ### Features
1060
-
1061
- - Add row-select-change and row-select-changes events to table.
1062
- - Add rows-selected property to table
1063
- - Add use rows-selected with v-model for table
1064
-
1065
- ### Bug fixes
1066
-
1067
- - Fix overflow menu issue #234
1068
-
1069
- ### Dependency versions
1070
-
1071
- | Dependency | Version | Notes |
1072
- | -------------------- | ------------ | ----------------------------------------------- |
1073
- | @carbon/icon-helpers | 0.0.1-beta.0 | experimental only |
1074
- | @carbon/icons-vue | 0.0.1-beta.0 | experimental only |
1075
- | carbon-components | 9.70.1 | |
1076
- | d3 | 5.7.0 | Only needed for data-viz |
1077
- | flatpickr | 4.5.1 | |
1078
- | vue | 2.6.1 | some reactivity (e.g. data table) requires this |
1079
-
1080
- ## 1.0.1 (Mar 4, 2019)
1081
-
1082
- - Removed setTimeout use
1083
- - Added Skeleton components for
1084
- - CvFileUpload
1085
- - CvDropdown
1086
- - CvCodeSnippet
1087
- - CvCheckbox
1088
-
1089
- ## 1.0.0 (Feb 19, 2019) :balloon: :tada: :balloon: :coffee: :balloon:
1090
-
1091
- - Add actions option to data table
1092
- - Add batch actions option to data table
1093
- - Updated table pagination
1094
- - Add CvDataTableRow and CvDataTableCell to allow HTML use in tables
1095
- - Add CvButtonSkeleton
1096
- - Add overflow menu option to table.
1097
-
1098
- ## 1.0.0-beta.4 (Feb 13, 2019)
1099
-
1100
- - Fix initially hidden expanding tile behaviour.
1101
- - Add CvBreadCrumbSkeleton
1102
-
1103
- ## 1.0.0-beta.3 (Feb 13, 2019)
1104
-
1105
- - Add header and footer slots for CvTable
1106
- - Set button type="button" for all buttons except CvButton. This prevents form submit if a component happens to be inside a form.
1107
- - Added CvSkeletonText, CvAccordionSeketon and CvAccordionItemSekeleton.
1108
-
1109
- ## v1.0.0-beta.2 (Feb 10, 2019)
1110
-
1111
- - Removed Symbol use in prop types, fixing CvRadioButton, CvSlider and CvPagination use with the minified compiled modules.
1112
- - Minor story fixes
1113
- - Fix typo in CvContentSwitcherContent component name
1114
-
1115
- ## v1.0.0-beta.1 (Feb 10, 2019)
1116
-
1117
- FAIL
1118
-
1119
- ## v1.0.0-beta.0 (Feb 8, 2019)
1120
-
1121
- - Storybook: update views
1122
- - CvFileUploader: added v-model and missing parts to
1123
- - CvToolbar: added
1124
- - CvDataTable: added minus the filter/toolbar
1125
- - Tests - Added unit test suite and first tests (CvTag)
1126
- - CvContentSwitcher - Added non-DOM direct content managment
1127
- - Turned helper and invalidMessages into slops (slot-prop hybrid)
1128
- - CvIcon - Downgraded to helper component to remove dependency on carbon-icons
1129
- - Renamed UMD and CommonJS modules from carbon-components-vue... to carbon-vue...
1130
-
1131
- ## v0.3.0 (Feb 1, 2019)
1132
-
1133
- - Initial data-viz/bar-graph added
1134
- - Story corrections
1135
- - Change use of \$parent to prefer events
1136
- - Chagne use of \$children to check child type
1137
- - Fix overflow and interactive-tooltip position on scroll/resize
1138
-
1139
- ## v0.2.9 (Jan 25, 2019)
1140
-
1141
- - Add gauge component - story is Data-viz/CvGauge
1142
- - Add pie chart component - story is Data-viz/CvPieChart
1143
- - Add router-link version of CvLink
1144
-
1145
- ## v0.2.8 (Jan 23, 2019)
1146
-
1147
- Correct duff deploy
1148
-
1149
- ## v0.2.7 (Jan 23, 2019)
1150
-
1151
- - Fix click on modal dialog closing it
1152
-
1153
- ## v0.2.6 (Jan 23, 2019)
1154
-
1155
- - Fix tab out of modal
1156
- - Remove unused vars
1157
-
1158
- ## v0.2.5 - Minor fixes (Jan 22, 2019)
1159
-
1160
- - Make structured list native Vue
1161
- - Simplify structured list components
1162
- - Removed non-core CSS
1163
- - Fix to paginator reactivity
1164
-
1165
- ## v0.2.4 - Minor fixes (Jan 18, 2019)
1166
-
1167
- - Make tooltip native Vue
1168
- - Tidy up a bit of unused code
1169
- - Make tabs native Vue and use carbon react pattern (breaks previous tab use)
1170
-
1171
- ## v0.2.3 - Minor fixes (Jan 14, 2019)
1172
-
1173
- - Fix modal hide on main body click and show visible in story.
1174
- - Make cv-search native Vue.
1175
- - Make cv-number-input native Vue.
1176
-
1177
- ## v0.2.2 - Minor fixes (Jan 10, 2019)
1178
-
1179
- - Fixed expandable tile and made it native Vue
1180
- - Made notification componentes native Vue
1181
- - Tidied toggle stories.
1182
-
1183
- ## v0.2.0 - Moved to Storybook 4 (Jan 10, 2019)
1184
-
1185
- - Knobs now operate as Vue properties the template is no longer replaced each time (as per Knobs in storybook 3)
1186
- - Story kinds array replaced by variants which define the settings used in each story.
1187
- - NOTE: slots no longer editable
1188
-
1189
- ## v0.1.0 - First draft of carbon-components-vue implementation (Dec 3, 2018)
1190
-
1191
- This initial set of components, based on v9 of carbon components, includes draft implementations of all non-data viz components found in the core carbon components library. Public parts of the component: properties, events, data, methods, computed values are at this point subject to review at this point.