Releases: ntohq/buefy-next
Releases · ntohq/buefy-next
v0.1.4-next
What's Changed
- Remove Unnecessary Property
style
Causing Console Warnings by @wesdevpro in #236 - Remove Use from All Components by @wesdevpro in #238
- Set Modal's Event Prop's Default Value by @wesdevpro in #240
- fix: update import path for ClockpickerFace and NotificationNotice by @cwilby in #241
- Add Missing
BProgress
Import Statement for theBMessage
Component by @wesdevpro in #253 - Remove Bluebird from the Docs by @wesdevpro in #246
- Import Missing BInput Component in the DateTimePicker by @wesdevpro in #251
- Add Missing BIcon Import Statement by @wesdevpro in #252
- Add Missing Prop and Import Statement to the Colorpicker by @wesdevpro in #250
- fix(lib): meaningless use(Buefy) by @kikuomax in #257
- Update MenuItem's
model
Prop to Work with Vue3 by @wesdevpro in #249 - chore: bump version to
v0.1.4
by @wesdevpro in #255 - chore: added missing import statement for BIcon in MenuList by @wesdevpro in #261
- chore: update changelog for
v0.1.4
by @wesdevpro in #259 - Publish
v0.1.4
to NPM by @wesdevpro in #260
New Contributors
Full Changelog: v0.1.3-next...v0.1.4-next
v0.1.3-next
What's Changed
- [Fix] Horizontal wrapped a simple text element with an extra by @kikuomax in #6
- [Fix] has an unexpected "tabindex" attribute containing "false" by @kikuomax in #9
- Publish Package @ntohq/buefy-next by @wesdevpro in #10
- Update Package JSON Links by @wesdevpro in #11
- Update Package Name to
@ntohq/buefy-next
For Publishing to NPM by @wesdevpro in #13 - Update
main
fromdev
And Publish @ntohq/buefy-next to NPM by @wesdevpro in #12 - Rename Workflow Folder to Workflows by @wesdevpro in #14
- Add NPM Public Access Flag to Publish Workflow by @wesdevpro in #15
- Fix BMenuList crash with "TypeError: slots.default is not a function" by @kikuomax in #21
- Fix potential cause: BFieldBody - TypeError: this.$slots.default is not a function by @kikuomax in #22
- Fix "TypeError: this.$slots.default is not a function" (#18, #20) by @kikuomax in #25
- Fix: unexpected "aria-expanded" on closed burger menu of BNavbar by @kikuomax in #31
- Fix: BNavbar crash with "TypeError: this.$slots.brand is not a function" (#28) by @kikuomax in #30
- Fix: BFieldBody cannot resolve BField (#36) by @kikuomax in #37
- Fix: BSlotComponent crashed with "TypeError: Cannot read properties of undefined (reading 'default')" (#44) by @kikuomax in #46
- Fix: Thumb of has unexpected "aria-disabled" attribute with false (#33) by @kikuomax in #48
- Fix: BSlotComponent does not handle update events from underlying component (#45) by @kikuomax in #47
- Fix: BTabs does not respond to key interactions (#42) by @kikuomax in #50
- Update test environment (#1) by @kikuomax in #51
- Port spec for FormElementMixin by @kikuomax in #56
- Port spec for NoticeMixin by @kikuomax in #59
- Port spec for Toast by @kikuomax in #60
- Port spec for Tooltip by @kikuomax in #65
- Port spec for Dropdown by @kikuomax in #64
- Port spec for Icon by @kikuomax in #63
- Port spec for Select by @kikuomax in #62
- Fix: BPaginationButton has unexpected aria-current with false (#39) by @kikuomax in #49
- Port spec for Modal by @kikuomax in #61
- Port spec for Table by @kikuomax in #58
- Port spec for Button by @kikuomax in #52
- Port spec for Field by @kikuomax in #57
- Port spec for Input by @kikuomax in #55
- Port spec for Checkbox by @kikuomax in #54
- Port spec for CheckRadioMixin by @kikuomax in #53
- Port spec for config by @kikuomax in #99
- Fix: BCollapse warns non-function value for default slot (#26) by @kikuomax in #100
- Port spec for debounce by @kikuomax in #98
- Port spec for Tag by @kikuomax in #94
- Port spec for SlotComponent by @kikuomax in #97
- Port spec for Upload by @kikuomax in #96
- Port spec for Taginput by @kikuomax in #95
- Port spec for Skeleton by @kikuomax in #93
- Port spec for Sidebar by @kikuomax in #92
- Port spec for Rate by @kikuomax in #91
- Port spec for Pagination by @kikuomax in #90
- Port spec for Carousel by @kikuomax in #87
- Port spec for Breadcrumb by @kikuomax in #86
- Port spec for Slider by @kikuomax in #85
- Port spec for Progress by @kikuomax in #84
- Port spec for Menu by @kikuomax in #69
- Port spec for Autocomplete by @kikuomax in #70
- Port spec for Datepicker by @kikuomax in #71
- Port spec for Timepicker by @kikuomax in #72
- Port spec for Datetimepicker by @kikuomax in #73
- Port spec for Image by @kikuomax in #89
- Created GitHub Action for Unit Tests by @wesdevpro in #41
- Port spec for Tabs by @kikuomax in #66
- Port spec for Colorpicker by @kikuomax in #88
- Port spec for Radio by @kikuomax in #67
- Port spec for Switch by @kikuomax in #68
- Port spec for Clockpicker by @kikuomax in #74
- Port spec for Dialog by @kikuomax in #75
- Port spec for Message by @kikuomax in #76
- Fix: No plugins available on programmatically opened Modal.open (#101) by @kikuomax in #102
- Port spec for Navbar by @kikuomax in #83
- Port spec for Notification by @kikuomax in #77
- Port spec for Snackbar by @kikuomax in #78
- Port spec for Loading by @kikuomax in #79
- Port spec for Steps by @kikuomax in #80
- Port spec for Numberinput by @kikuomax in #81
- Port spec for Collapse by @kikuomax in #82
- fix(lib): programmatic open tests by @kikuomax in #105
- Fix: Timepicker spec fails on GitHub Actions (#104) by @kikuomax in #106
- Fix: Tests fail on Node v14 (#107) by @kikuomax in #108
- Bump package-lock.json version → 0.1.2 by @kikuomax in #109
- Bump Buefy-next to v0.1.2 by @wesdevpro in #103
- Migrate to
lerna
andvite
by @wesdevpro in #142 - Datepicker legacy vue3 support (#112) by @kikuomax in #147
- fix(lib): potential problem with getComponentFromVNode by @kikuomax in #150
- fix(lib): incorrect prop definition (CarouselItem.spec) by @kikuomax in #149
- Fix: useI18n does not work in a setup script within the context of a programmatically opened Modal (#153) by @kikuomax in #154
- Fix: Wrong npm install instruction in README.md by @M0dM in #158
- fix: menu list as template by @dword-design in #163
- Docs: update MIT Licence for Buefy-next by @wesdevpro in #179
- Update the
Core Team
in theREADME
by @wesdevpro in #180 - chore: removed meaningless scripts by @wesdevpro in #184
- fix: created a helper function to handle component reactivity by @wesdevpro in #183
- Merge buefy updates by @kikuomax in #192
- Fix: [Input] Vue Compat: deprecation INSTANCE_ATTRS_CLASS_STYLE (#16) by @kikuomax in #189
- Migrated BSkeleton to Vue 3 functional component as function by @hirokiky in #197
- Created Instructions for Installing Developer Snapshots by @wesdevpro in #185
- Fix: [Autocomplete] Vue Compat: deprecation INSTANCE_ATTRS_CLASS_STYLE (#16) by @kikuomax in #195
- Fix: BTabs does not work in SSR due to window access (#187) and related issue (#194) by @kikuomax in #196
- Refactor: Introduce CompatFallthroughMixin by @kikuomax in #207
- Fix [Datepicker]: Vue Compat: deprecation INSTANCE_ATTRS_CLASS_STYLE (#16) by @kikuomax in #211
- Fix [MenuItem]: Vue Compat: deprecation INSTANCE_ATTRS_CLASS_STYLE (#16) by @kikuomax in #212
- Fix [NavbarDropdown]: Vue Compat: deprecation INSTANCE_ATTRS_CLASS_STYLE (#16) by @kik...
v0.1.2-next
What's Changed
- [Fix] Horizontal wrapped a simple text element with an extra by @kikuomax in #6
- [Fix] has an unexpected "tabindex" attribute containing "false" by @kikuomax in #9
- Publish Package @ntohq/buefy-next by @wesdevpro in #10
- Update Package JSON Links by @wesdevpro in #11
- Update Package Name to
@ntohq/buefy-next
For Publishing to NPM by @wesdevpro in #13 - Update
main
fromdev
And Publish @ntohq/buefy-next to NPM by @wesdevpro in #12 - Rename Workflow Folder to Workflows by @wesdevpro in #14
- Add NPM Public Access Flag to Publish Workflow by @wesdevpro in #15
- Fix BMenuList crash with "TypeError: slots.default is not a function" by @kikuomax in #21
- Fix potential cause: BFieldBody - TypeError: this.$slots.default is not a function by @kikuomax in #22
- Fix "TypeError: this.$slots.default is not a function" (#18, #20) by @kikuomax in #25
- Fix: unexpected "aria-expanded" on closed burger menu of BNavbar by @kikuomax in #31
- Fix: BNavbar crash with "TypeError: this.$slots.brand is not a function" (#28) by @kikuomax in #30
- Fix: BFieldBody cannot resolve BField (#36) by @kikuomax in #37
- Fix: BSlotComponent crashed with "TypeError: Cannot read properties of undefined (reading 'default')" (#44) by @kikuomax in #46
- Fix: Thumb of has unexpected "aria-disabled" attribute with false (#33) by @kikuomax in #48
- Fix: BSlotComponent does not handle update events from underlying component (#45) by @kikuomax in #47
- Fix: BTabs does not respond to key interactions (#42) by @kikuomax in #50
- Update test environment (#1) by @kikuomax in #51
- Port spec for FormElementMixin by @kikuomax in #56
- Port spec for NoticeMixin by @kikuomax in #59
- Port spec for Toast by @kikuomax in #60
- Port spec for Tooltip by @kikuomax in #65
- Port spec for Dropdown by @kikuomax in #64
- Port spec for Icon by @kikuomax in #63
- Port spec for Select by @kikuomax in #62
- Fix: BPaginationButton has unexpected aria-current with false (#39) by @kikuomax in #49
- Port spec for Modal by @kikuomax in #61
- Port spec for Table by @kikuomax in #58
- Port spec for Button by @kikuomax in #52
- Port spec for Field by @kikuomax in #57
- Port spec for Input by @kikuomax in #55
- Port spec for Checkbox by @kikuomax in #54
- Port spec for CheckRadioMixin by @kikuomax in #53
- Port spec for config by @kikuomax in #99
- Fix: BCollapse warns non-function value for default slot (#26) by @kikuomax in #100
- Port spec for debounce by @kikuomax in #98
- Port spec for Tag by @kikuomax in #94
- Port spec for SlotComponent by @kikuomax in #97
- Port spec for Upload by @kikuomax in #96
- Port spec for Taginput by @kikuomax in #95
- Port spec for Skeleton by @kikuomax in #93
- Port spec for Sidebar by @kikuomax in #92
- Port spec for Rate by @kikuomax in #91
- Port spec for Pagination by @kikuomax in #90
- Port spec for Carousel by @kikuomax in #87
- Port spec for Breadcrumb by @kikuomax in #86
- Port spec for Slider by @kikuomax in #85
- Port spec for Progress by @kikuomax in #84
- Port spec for Menu by @kikuomax in #69
- Port spec for Autocomplete by @kikuomax in #70
- Port spec for Datepicker by @kikuomax in #71
- Port spec for Timepicker by @kikuomax in #72
- Port spec for Datetimepicker by @kikuomax in #73
- Port spec for Image by @kikuomax in #89
- Created GitHub Action for Unit Tests by @wesdevpro in #41
- Port spec for Tabs by @kikuomax in #66
- Port spec for Colorpicker by @kikuomax in #88
- Port spec for Radio by @kikuomax in #67
- Port spec for Switch by @kikuomax in #68
- Port spec for Clockpicker by @kikuomax in #74
- Port spec for Dialog by @kikuomax in #75
- Port spec for Message by @kikuomax in #76
- Fix: No plugins available on programmatically opened Modal.open (#101) by @kikuomax in #102
- Port spec for Navbar by @kikuomax in #83
- Port spec for Notification by @kikuomax in #77
- Port spec for Snackbar by @kikuomax in #78
- Port spec for Loading by @kikuomax in #79
- Port spec for Steps by @kikuomax in #80
- Port spec for Numberinput by @kikuomax in #81
- Port spec for Collapse by @kikuomax in #82
- fix(lib): programmatic open tests by @kikuomax in #105
- Fix: Timepicker spec fails on GitHub Actions (#104) by @kikuomax in #106
- Fix: Tests fail on Node v14 (#107) by @kikuomax in #108
- Bump package-lock.json version → 0.1.2 by @kikuomax in #109
- Bump Buefy-next to v0.1.2 by @wesdevpro in #103
New Contributors
- @kikuomax made their first contribution in #6
- @wesdevpro made their first contribution in #10
Full Changelog: https://github.com/ntohq/buefy-next/commits/v0.1.0-next