Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish v0.1.4 to NPM #260

Merged
merged 15 commits into from
Jul 21, 2024
Merged

Publish v0.1.4 to NPM #260

merged 15 commits into from
Jul 21, 2024

Conversation

wesdevpro
Copy link

Proposed Changes

  • Publish v0.1.4 to NPM

Depends on #259 to be complete before this PR is pulled into main.

Wesley Ford and others added 12 commits April 18, 2024 07:35
* chore: remove `use(...)` from all components

* chore: remove all imports of `use` from all components
* chore: set the Modal's events prop default to be an empty object

* fix: set event props default value through a factory function

Source: https://eslint.vuejs.org/rules/require-valid-default-prop
* chore: remove `bluebird` from the docs

* chore: remove `bluebird` from package.json
Fixes #23

- Adds import statement to include the missing input component
* chore: added missing `mobileNative` prop to colorpicker

This should fix #34

* chore: add missing button to colorpicker

* chore: update Colorpicker's unit tests and snapshot

* chore: set `mobileNative` default to false
Fixes the issue that `use(Buefy)` in the root index file was
meaningless or rather harmful to Vue 3 apps. It caused a "not a
function" error in some environment:
see #221 (comment)
Simply removes `use(Buefy)` in the root index file.
* chore: migrate MenuItem's `model` option to Vue3's `modelValue`

Fixes: #19
- Migrates MenuItem's `model` option to `modelValue`.
   - Updates the model value event.
   - Updates what the MenuItem emits for the model value change
(Source: https://v3-migration.vuejs.org/breaking-changes/v-model.html)

* chore: replaced active prop with modelValue

* fix: update unit test for MenuItem

* chore: update the `Menu` and `Sidebar` examples
@wesdevpro wesdevpro self-assigned this Jul 7, 2024
Copy link

netlify bot commented Jul 7, 2024

Deploy Preview for buefy-nextdocs ready!

Name Link
🔨 Latest commit 19554cf
🔍 Latest deploy log https://app.netlify.com/sites/buefy-nextdocs/deploys/66956a74384f5f00089e5aab
😎 Deploy Preview https://deploy-preview-260--buefy-nextdocs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@wesdevpro wesdevpro added this to the v0.1.4 milestone Jul 7, 2024
@wesdevpro wesdevpro marked this pull request as ready for review July 7, 2024 23:41
wesdevpro and others added 2 commits July 15, 2024 14:29
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)
Copy link
Author

@wesdevpro wesdevpro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kikuomax this PR is ready for review.

@kikuomax kikuomax linked an issue Jul 21, 2024 that may be closed by this pull request
Copy link
Collaborator

@kikuomax kikuomax left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me! I will push dev to main with the following commands:

git checkout main
git merge --ff-only dev
git push

@kikuomax kikuomax merged commit 19554cf into main Jul 21, 2024
11 checks passed
@wesdevpro
Copy link
Author

Looks good to me! I will push dev to main with the following commands:

git checkout main

git merge --ff-only dev

git push

Thank you!!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Release v0.1.4 to NPM
3 participants