You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add CvDataTableRow and CvDataTableCell to allow HTML use in tables
71
+
- Add CvButtonSkeleton
72
+
- Add overflow menu option to table.
73
+
74
+
## 1.0.0-beta.4 (Feb 13, 2019)
75
+
76
+
- Fix initially hidden expanding tile behaviour.
77
+
- Add CvBreadCrumbSkeleton
78
+
79
+
## 1.0.0-beta.3 (Feb 13, 2019)
80
+
81
+
- Add header and footer slots for CvTable
82
+
- Set button type="button" for all buttons except CvButton. This prevents form submit if a component happens to be inside a form.
83
+
- Added CvSkeletonText, CvAccordionSeketon and CvAccordionItemSekeleton.
84
+
85
+
## v1.0.0-beta.2 (Feb 10, 2019)
86
+
87
+
- Removed Symbol use in prop types, fixing CvRadioButton, CvSlider and CvPagination use with the minified compiled modules.
88
+
- Minor story fixes
89
+
- Fix typo in CvContentSwitcherContent component name
90
+
91
+
## v1.0.0-beta.1 (Feb 10, 2019)
92
+
93
+
FAIL
94
+
95
+
## v1.0.0-beta.0 (Feb 8, 2019)
96
+
97
+
- Storybook: update views
98
+
- CvFileUploader: added v-model and missing parts to
99
+
- CvToolbar: added
100
+
- CvDataTable: added minus the filter/toolbar
101
+
- Tests - Added unit test suite and first tests (CvTag)
102
+
- CvContentSwitcher - Added non-DOM direct content managment
103
+
- Turned helper and invalidMessages into slops (slot-prop hybrid)
104
+
- CvIcon - Downgraded to helper component to remove dependency on carbon-icons
105
+
- Renamed UMD and CommonJS modules from carbon-components-vue... to carbon-vue...
106
+
107
+
## v0.3.0 (Feb 1, 2019)
108
+
109
+
- Initial data-viz/bar-graph added
110
+
- Story corrections
111
+
- Change use of \$parent to prefer events
112
+
- Chagne use of \$children to check child type
113
+
- Fix overflow and interactive-tooltip position on scroll/resize
114
+
115
+
## v0.2.9 (Jan 25, 2019)
116
+
117
+
- Add gauge component - story is Data-viz/CvGauge
118
+
- Add pie chart component - story is Data-viz/CvPieChart
119
+
- Add router-link version of CvLink
120
+
121
+
## v0.2.8 (Jan 23, 2019)
122
+
123
+
Correct duff deploy
124
+
125
+
## v0.2.7 (Jan 23, 2019)
126
+
127
+
- Fix click on modal dialog closing it
128
+
129
+
## v0.2.6 (Jan 23, 2019)
130
+
131
+
- Fix tab out of modal
132
+
- Remove unused vars
133
+
134
+
## v0.2.5 - Minor fixes (Jan 22, 2019)
135
+
136
+
- Make structured list native Vue
137
+
- Simplify structured list components
138
+
- Removed non-core CSS
139
+
- Fix to paginator reactivity
140
+
141
+
## v0.2.4 - Minor fixes (Jan 18, 2019)
142
+
143
+
- Make tooltip native Vue
144
+
- Tidy up a bit of unused code
145
+
- Make tabs native Vue and use carbon react pattern (breaks previous tab use)
146
+
147
+
## v0.2.3 - Minor fixes (Jan 14, 2019)
148
+
149
+
- Fix modal hide on main body click and show visible in story.
150
+
- Make cv-search native Vue.
151
+
- Make cv-number-input native Vue.
152
+
153
+
## v0.2.2 - Minor fixes (Jan 10, 2019)
154
+
155
+
- Fixed expandable tile and made it native Vue
156
+
- Made notification componentes native Vue
157
+
- Tidied toggle stories.
158
+
159
+
## v0.2.0 - Moved to Storybook 4 (Jan 10, 2019)
160
+
161
+
- Knobs now operate as Vue properties the template is no longer replaced each time (as per Knobs in storybook 3)
162
+
- Story kinds array replaced by variants which define the settings used in each story.
163
+
- NOTE: slots no longer editable
164
+
165
+
## v0.1.0 - First draft of carbon-components-vue implementation (Dec 3, 2018)
166
+
167
+
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.
Built against Vue v2.6.3 and carbon-components v9.70.1
103
-
104
-
- Add row-select-change and row-select-changes events to table
105
-
- Add rows-selected property to table
106
-
- Add use rows-selected with v-model for table
107
-
- Fix overflow menu issue #234
108
-
109
-
**1.0.1**
110
-
111
-
- Removed setTimeout use
112
-
- Added Skeleton components for
113
-
- CvFileUpload
114
-
- CvDropdown
115
-
- CvCodeSnippet
116
-
- CvCheckbox
117
-
118
-
**1.0.0**
119
-
120
-
- Add actions option to data table
121
-
- Add batch actions option to data table
122
-
- Updated table pagination
123
-
- Add CvDataTableRow and CvDataTableCell to allow HTML use in tables
124
-
- Add CvButtonSkeleton
125
-
- Add overflow menu option to table.
126
-
127
-
**1.0.0-beta.4**
128
-
129
-
- Fix initially hidden expanding tile behaviour.
130
-
- Add CvBreadCrumbSkeleton
131
-
132
-
**1.0.0-beta.3**
133
-
134
-
- Add header and footer slots for CvTable
135
-
- Set button type="button" for all buttons except CvButton. This prevents form submit if a component happens to be inside a form.
136
-
- Added CvSkeletonText, CvAccordionSeketon and CvAccordionItemSekeleton.
137
-
138
-
**v1.0.0-beta.2**
139
-
140
-
- Removed Symbol use in prop types, fixing CvRadioButton, CvSlider and CvPagination use with the minified compiled modules.
141
-
- Minor story fixes
142
-
143
-
**v1.0.0-beta.1**
144
-
145
-
- Fix typo in CvContentSwitcherContent component name
146
-
147
-
**v1.0.0-beta.0**
148
-
149
-
- Storybook: update views
150
-
- CvFileUploader: added v-model and missing parts to
151
-
- CvToolbar: added
152
-
- CvDataTable: added minus the filter/toolbar
153
-
- Tests - Added unit test suite and first tests (CvTag)
154
-
- CvContentSwitcher - Added non-DOM direct content managment
155
-
- Turned helper and invalidMessages into slops (slot-prop hybrid)
156
-
- CvIcon - Downgraded to helper component to remove dependency on carbon-icons
157
-
- Renamed UMD and CommonJS modules from carbon-components-vue... to carbon-vue...
158
-
159
-
**v0.3.0**
160
-
161
-
- Initial data-viz/bar-graph added
162
-
- Story corrections
163
-
- Change use of \$parent to prefer events
164
-
- Chagne use of \$children to check child type
165
-
- Fix overflow and interactive-tooltip position on scroll/resize
166
-
167
-
**v0.2.9**
168
-
169
-
- Add gauge component - story is Data-viz/CvGauge
170
-
- Add pie chart component - story is Data-viz/CvPieChart
171
-
- Add router-link version of CvLink
172
-
173
-
**v0.2.8**
174
-
Correct duff deploy
175
-
176
-
**v0.2.7**
177
-
178
-
- Fix click on modal dialog closing it
179
-
180
-
**v0.2.6**
181
-
182
-
- Fix tab out of modal
183
-
- Remove unused vars
184
-
185
-
**v0.2.5 - Minor fixes**
186
-
187
-
- Make structured list native Vue
188
-
- Simplify structured list components
189
-
- Removed non-core CSS
190
-
- Fix to paginator reactivity
191
-
192
-
**v0.2.4 - Minor fixes**
193
-
194
-
- Make tooltip native Vue
195
-
- Tidy up a bit of unused code
196
-
- Make tabs native Vue and use carbon react pattern (breaks previous tab use)
197
-
198
-
**v0.2.3 - Minor fixes**
199
-
200
-
- Fix modal hide on main body click and show visible in story.
201
-
- Make cv-search native Vue.
202
-
- Make cv-number-input native Vue.
203
-
204
-
**v0.2.2 - Minor fixes**
205
-
206
-
- Fixed expandable tile and made it native Vue
207
-
- Made notification componentes native Vue
208
-
- Tidied toggle stories.
209
-
210
-
**v0.2.0 - Moved to Storybook 4**
211
-
212
-
- Knobs now operate as Vue properties the template is no longer replaced each time (as per Knobs in storybook 3)
213
-
- Story kinds array replaced by variants which define the settings used in each story.
214
-
- NOTE: slots no longer editable
215
-
216
-
**v0.1.0 - First draft of carbon-components-vue implementation**
217
-
218
-
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.
100
+
See [CHANGELOG.md](CHAGNELOG.md)
219
101
220
102
### Current Components
221
103
222
104
View available Vue.js components [here](http://vue.carbondesignsystem.com). Usage information is available when you click the blue ? icon in the top right corner of the selected component.
0 commit comments