|
2 | 2 |
|
3 | 3 | ## Buefy-next 0.1.4
|
4 | 4 |
|
| 5 | +### Breaking changes |
| 6 | + |
| 7 | +* [#19](https://github.com/ntohq/buefy-next/issues/19) `MenuItem`'s `active` prop was renamed to `modelValue` so that Vue 3's `v-model` works. |
| 8 | + And an `update:modelValue` event is emitted instead of an `update:active` event when the `modelValue` prop is changed. |
| 9 | + |
5 | 10 | ### Fixes
|
6 |
| -* Fix [256](https://github.com/ntohq/buefy-next/issues/256) Added missing import statement for BIcon in MenuList |
7 |
| -* Fix [19](https://github.com/ntohq/buefy-next/issues/19) Update MenuItem's model Prop to Work with Vue3 |
8 |
| -* Fix [34](https://github.com/ntohq/buefy-next/issues/34), [35](https://github.com/ntohq/buefy-next/issues/35) Add Missing Prop and Import Statement to the Colorpicker |
9 |
| -* Fix [40](https://github.com/ntohq/buefy-next/issues/40) Added missing import statement for BIcon in BTag component |
10 |
| -* Fix [24](https://github.com/ntohq/buefy-next/issues/24) Added missing Progress import statements to Message component |
11 |
| -* Fix [241](https://github.com/ntohq/buefy-next/pull/241) Update import path for ClockpickerFace and NotificationNotice |
12 |
| -* Fix [182](https://github.com/ntohq/buefy-next/issues/182) Set modal's event prop's default value |
13 |
| -* Fix [177](https://github.com/ntohq/buefy-next/issues/177) Remove use from all components |
14 |
| -* Fix [178](https://github.com/ntohq/buefy-next/issues/178) Remove unnecessary prop `style` causing console warning |
| 11 | + |
| 12 | +* [#256](https://github.com/ntohq/buefy-next/issues/256) `MenuList` warned missing `<b-icon>` |
| 13 | +* [#257](https://github.com/ntohq/buefy-next/pull/257) The root index file had a meaningless `use(Buefy)` call |
| 14 | +* [#34](https://github.com/ntohq/buefy-next/issues/34) `Colorpicker` accessed the undefined `mobileNative` property causing console warning |
| 15 | +* [#35](https://github.com/ntohq/buefy-next/issues/35) `Colorpicker` warned missing `<b-button>` |
| 16 | +* [#40](https://github.com/ntohq/buefy-next/issues/40) `Tag` warned missing `<b-icon>` |
| 17 | +* [#23](https://github.com/ntohq/buefy-next/issues/23) `Datetimepicker` warned missing `<b-input>` |
| 18 | +* [#24](https://github.com/ntohq/buefy-next/issues/24) `Message` warned missing `<b-progress>` |
| 19 | +* [#241](https://github.com/ntohq/buefy-next/pull/241) `Clockpicker` lacked the `.vue` extension in the import path of `ClockpickerFace.vue`, and `NotificationNotice` also lacked the `.vue` extension in the import path of `Notification.vue` (thanks [@cwilby](https://github.com/cwilby)) |
| 20 | +* [#182](https://github.com/ntohq/buefy-next/issues/182) A console warning appeared when a `Modal` was programmatically opened with a custom component |
| 21 | +* [#177](https://github.com/ntohq/buefy-next/issues/177) All the components had meaningless `use(...)` calls |
| 22 | + |
| 23 | +### Fixes (docs) |
| 24 | + |
| 25 | +* [#178](https://github.com/ntohq/buefy-next/issues/178) `CodepenEdit` caused console warning due to invalid `this.style` access |
| 26 | +* [#171](https://github.com/ntohq/buefy-next/issues/171) `bluebird` required a workarouond to work with Vite |
15 | 27 |
|
16 | 28 | ## Buefy-next 0.1.3
|
17 | 29 |
|
|
0 commit comments