File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed
tests/unit/views/base/__snapshots__ Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 1
1
## [ CoreUI for Vue.js] ( ./README.md ) version ` changelog `
2
2
3
+ ##### ` v2.1.5 `
4
+ - fix(Forms): textarea is not textarea #161 - thanks @l2aelba
5
+ - chore: lock ` bootstrap-vue ` to ` 2.0.0-rc.24 `
6
+
3
7
##### ` v2.1.4 `
4
8
- fix(jest.config): babel-jest can't process import statement
5
9
- chore(package.json): add missing ` repository ` url
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @coreui/coreui-free-vue-admin-template" ,
3
- "version" : " 2.1.4 " ,
3
+ "version" : " 2.1.5 " ,
4
4
"description" : " Open Source Bootstrap Admin Template" ,
5
5
"author" : " Łukasz Holeczek" ,
6
6
"homepage" : " http://coreui.io" ,
24
24
"@coreui/icons" : " 0.3.0" ,
25
25
"@coreui/vue" : " ^2.1.2" ,
26
26
"bootstrap" : " ^4.3.1" ,
27
- "bootstrap-vue" : " ^ 2.0.0-rc.24" ,
27
+ "bootstrap-vue" : " 2.0.0-rc.24" ,
28
28
"chart.js" : " ^2.8.0" ,
29
29
"core-js" : " ^2.6.9" ,
30
30
"css-vars-ponyfill" : " ^2.0.2" ,
Original file line number Diff line number Diff line change 152
152
label-for =" basicTextarea"
153
153
:label-cols =" 3"
154
154
>
155
- <b-form-input id =" basicTextarea" :textarea = " true " : rows =" 9" placeholder =" Content.." ></b-form-input >
155
+ <b-form-textarea id =" basicTextarea" :rows =" 9" placeholder =" Content.." ></b-form-textarea >
156
156
</b-form-group >
157
157
<b-form-group
158
158
label =" Select"
Original file line number Diff line number Diff line change @@ -450,13 +450,12 @@ exports[`Forms.vue renders correctly 1`] = `
450
450
labelcols = " 3"
451
451
labelfor = " basicTextarea"
452
452
>
453
- <b-form-input -stub
453
+ <b-form-textarea -stub
454
454
id = " basicTextarea"
455
455
placeholder = " Content.."
456
456
rows = " 9"
457
- textarea = " true"
458
- type = " text"
459
457
value = " "
458
+ wrap = " soft"
460
459
/>
461
460
</b-form-group-stub >
462
461
You can’t perform that action at this time.
0 commit comments