Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork1.1k
Comparing changes
Open a pull request
base repository:buefy/buefy
Uh oh!
There was an error while loading.Please reload this page.
base:v0.9.28
head repository:buefy/buefy
Uh oh!
There was an error while loading.Please reload this page.
compare:v0.9.29
- 7commits
- 9files changed
- 2contributors
Commits on Mar 4, 2024
Chore(deps-dev): Bump ip from 1.1.8 to 1.1.9 (#4013)
Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9.- [Commits](indutny/node-ip@v1.1.8...v1.1.9)---updated-dependencies:- dependency-name: ip dependency-type: indirect...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authoredMar 4, 2024
Commits on Mar 6, 2024
Fix: Tooltip - AbortController is not defined in SSR mode (Nuxt) (#4017…
…) (#4019)* fix: Tooltip did not work in SSR due to AbortControllerFixes the bug that `Tooltip` did not work in Server Side Rendering(SSR) due to `window.AbortController` use; i.e., no `window` isavailable in SSR. Moves `window.AbortController` access inside the`window` availability check.* docs: update CHANGELOGAdds unreleased entry for v0.9.29.Lists the fix of the `window.AbortController` use in SSR.
kikuomax authoredMar 6, 2024
Commits on Mar 14, 2024
Fix: Browser tab freezes, unresponsive, plus possible memory leak wit…
…h form in modal (#4018) (#4021)* fix(lib): infinite Field updates- Fixes the bug that `Field` caused infinite recursions when both `grouped` and `horizontal` attributes were `true`, and a validation error was set. There were circular updates of the `newMessage` data field and the `message` prop of the child `Field`s. To break the loop, `watch` of the `message` prop makes sure that the contents of the new value are different from the `newMessage` data field before updating `newMessage`. Simple identity check won't work because `message` receives a brand new array every time.* test(lib): add test cases for Field with grouped and horizontal- Adds new test cases that test `Field` with `grouped` and `horizontal` attributes `true`. The test would never stop due to infinite recursions if the previous fix were not applied.* docs(CHANGELOG): update unreleased log- Adds the fix of `Field` freezing due to infinite recursions.- Explains the issue that remains after fixing the frozen Field bug.* chore(docs): add warning on grouped and horizontal (Field)- Adds warnings of not mixing `grouped` and `horizontal` props of `Field`.
kikuomax authoredMar 14, 2024
Commits on Mar 19, 2024
Chore(deps-dev): Bump follow-redirects from 1.15.4 to 1.15.6 (#4023)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6.- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)- [Commits](follow-redirects/follow-redirects@v1.15.4...v1.15.6)---updated-dependencies:- dependency-name: follow-redirects dependency-type: indirect...Signed-off-by: dependabot[bot] <support@github.com>Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] authoredMar 19, 2024
Commits on Mar 20, 2024
Chore: Prepare for 0.9.29 release (#4025)
* chore: bump version to 0.9.29* docs(CHANGELOG): release 0.9.29
kikuomax authoredMar 20, 2024
Commits on Mar 22, 2024
chore(docs): alias @ntohq/buefy-next → buefy (#4024)
- The installation instruction of Buefy for Vue 3 (buefy-next) aliases `@ntohq/buefy-next` as `buefy`. This will mitigate the migration cost for users of buefy-next that will eventually be released as buefy@1. See:https://www.reddit.com/r/vuejs/comments/wg1b0u/comment/kttd5sa/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button
kikuomax authoredMar 22, 2024
Commits on Mar 29, 2024
fix(GitHub): CodePen in issue template not worked (#4029)
- Fixes the CodePen URL in the BUG_REPORT issue template.
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v0.9.28...v0.9.29
Uh oh!
There was an error while loading.Please reload this page.