- Notifications
You must be signed in to change notification settings - Fork1.1k
Description
Hi there,
Due to a misconfiguration on my side, I had specified the buefy version starting with ^ so the app "upgraded" automatically, I found out that there is some change in the 0.9.27 version that breaks the UI without any error, log, trace or clue what's going on.
The symptoms I have sees so far are that table header search boxes and data pickers are broken.
For example:
0.9.25
0.9.27
0.9.25
0.9.27
This is just changing "buefy": "0.9.25", to "buefy": "0.9.27".
I can see there are some changes in the DOM in the headers, for example:
0.9.25
0.9.27
The table header itself is defined as follows:
<b-table-column field="formattedCodi" label="Codi" width="8%" cell-class="alignRight" sortable searchable> <template #searchable="props"> <b-input v-model="props.filters[props.column.field]" placeholder="autor..." @change.native="changedFilter" /> </template>
So maybe there are some incompatibilities or other libraries to upgrade that I'm not aware of, I did not see anything about having to upgrade anything else in the changelog.
Anybody has seen this also? Any clue on what might be happening?
Also, a warning for those of you using 0.9.2X and do not specify ONE version, you might run into the same issue so be careful 😄
Cheers!
D.
Buefy version: 0.9.27
Vuejs version: 2.6.12
AFAIK All OS/All browsers: