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