@carbon/vue 2.40.0 → 2.42.0

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