Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit 19554cf

Browse files
kikuomaxwesdevpro
authored andcommitted
docs: update CHANGELOG
I rewrite the CHANGELOG according to my preference, however we should discuss and establish a minimum guideline for the CHANGELOG. Categorizes the issue #19 as a "Breaking changes". Removes "Fix" prefixes in the "Fixes" section because they look redundant. Writes the issues instead of the solutions in the headlines. Moves the issue #178 to a new category "Fixes (docs)" because it does not matter to the core buefy-next library. Adds the following fixes: - #23 - #257 - #171 (docs)
1 parent 4a878c4 commit 19554cf

File tree

1 file changed

+21
-9
lines changed

1 file changed

+21
-9
lines changed

CHANGELOG.md

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,28 @@
22

33
## Buefy-next 0.1.4
44

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+
510
### 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
1527

1628
## Buefy-next 0.1.3
1729

0 commit comments

Comments
 (0)