Skip to content

Conversation

@themodernpk
Copy link
Contributor

snyk-top-banner

Snyk has created this PR to upgrade buefy from 0.9.8 to 0.9.29.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 21 versions ahead of your current version.

  • The recommended version was released 2 years ago.

Release notes
Package name: buefy
  • 0.9.29 - 2024-03-30

    What's Changed in v0.9.29

    Fixes

    • Fix #4017 Tooltip - AbortController is not defined in SSR mode (Nuxt)
    • Fix #4018 Browser tab froze when Field with both grouped and horizontal props true got a validation error. However, there is another issue that validation errors cannot be reset once they are set if grouped and horizontal are combined (#4031).

    Full Changelog: v0.9.28...v0.9.29

  • 0.9.28 - 2024-02-10

    0.9.28

    What's Changed in v0.9.28

    New features

    • #3862 Expose isActiveDetailRow method in the default scoped slot props of table column (thanks @ OrestHk)
    • #3863 Add active event emitted when dropdown turns active/inactive (thanks @ daniil4udo)

    Fixes

    • Fix #3961 Dropdown with "hover" trigger incorrectly rendered on mobile devices

    • Fix #3963 No dropdown showed up if the data array was empty and only the footer slot was registered (thanks @ GMartigny)

    • Fix #3971 Problems with table headers and dates due to 0.9.25 → 0.9.27 changes

    • Fix #3971 Percentage width on table columns doubly applied

    • Fix #3991 Potential call after unmount in the following components (thanks @ Arooba-git):

      • NumberInput
      • Sidebar
    • Fix #3991 Potential listener leaks in SliderThumb (thanks @ Arooba-git)

    • Fix #4000 Potential call after unmount in the following components (thanks @ Arooba-git):

      • Autocomplete
      • ColorpickerHSLRepresentationSquare
      • ColorpickerHSLRepresentationTriangle
      • Dropdown
      • Slider
      • Taginput
      • Tooltip
    • Release 0.9.28 by @ kikuomax in #4011

    Full Changelog: v0.9.27...v0.9.28

  • 0.9.27 - 2024-01-03

    What's Changed

    New Contributors

    Full Changelog: v0.9.25...v0.9.27

  • 0.9.26 - 2024-01-03
  • 0.9.25 - 2023-09-26

    What's Changed v0.9.25

    New Contributors

    Full Changelog: v0.9.24...v0.9.25

  • 0.9.24 - 2023-09-22
    • Added mobileModal to Clockpicker Component (#3840)

    • Added mobileModal to Clockpicker Component

    • Added mobileModal to Timepicker Component

    • Input-id prop checkbox

    • feat: 🎸 Adding a new prop to set the id for inner input

    Adding a new prop to set the id for inner input for checkbox component

    • docs: ✏️ Adding helping data on checkbox api file

    • refactor: 💡 Changing prop name

    • Fix: Logo not displaying in the Sidebar documentation (#3838) (#3839)

    • Fix: Disabled radio button has cursor 'pointer' (#3826)

    • Fix: Sidebar image not displaying in the documentation (#3838)

    • Fix: Expired and broken websites in expo page (#3780) (#3845)

    • Number input null issue fix - #3698 (#3847)

    • number input value fix - #3698

    • checks fix


    Co-authored-by: Amal Mathew [email protected]

    • Numberinput: fix long-press breaking when disabled (#3860)

    • Numberinput: fix long-press breaking when disabled

    • Numberinput: fix long-press unit test

    • Update notification.js (#3867)

    Updated documentation for attribute auto-close from #3855

    • Fix: Full width sidebar doesn't have a close button (#3802) (#3856)

    • Fix: Expired and broken websites in expo page (#3780)

    • Fix: Full width sidebar doesn't have a close button (#3802)

    • Fix: Full width sidebar doesn't have a close button (#3802) - format code

    • Fix: Full width sidebar doesn't have a close button (#3802) - Add documentation

    • fix: infinite loop on Datepicker (#3877)

    • Fixes the bug that Datepicker ended up with an infinite loop when a
      user tried to move focus onto an unselectable cell.
    • Bump Version From v0.9.23 to v0.9.24

    • Fix: Validation error on Input not reset by programmatically correcting the value (#3884) (#3886)

    • fix(lib): Input not validate on value prop change

    • Fixes the bug that Input did not validate an updated value if
      value prop was updated from outside; i.e., without user interaction.
      Runs validation whenever value is changed from outside. It
      determines the update is from outside if computedValue and the new
      value are different. Intentionally uses != instead of !==, because
      computedValue and value may be either string or number.
    • test(lib): test validation on Input
    • Introduces new test cases for Input that test validation runs on
      relevant events:

      • "input" event
      • "change" event
      • value prop is programmatically changed

      Also tests cases where the Input value has v-model binding. These
      tests make sure that the chain of events won't run validation twice on
      the same value.

    • Fix: Validation error on Field with multiple child components (addons) persists after value is corrected (#3883) (#3885)

    • fix(lib): validation error on addons persisted

    • test(lib): add test for Field's type
    • Adds a new test case for Field that tests if Field containing
      multiple components (addons) reflects the validation status of a
      wrapped input. This verifies the fix of the bug that Field with
      addons did not update its validation status (newType) once it was
      set.
    • Add nearbyMonthDays prop support to Datetimepicker (#3881)

    • Add nearbyMonthDays prop support to Datetimepicker

    Add Datepicker component prop nearby-month-days to Datetimepicker component

    • FIX lint Datetimepicker.vue

    • Use Datepicker default behavior for nearbyMonthDays prop

    • Update datetimepicker api doc with nearbyMonthDays prop

    • Update Twitter and Sponsor Links (#3888)

    • Updated The Documentation's Twitter Link

    • Updated Sponsor Links

    • Update FUNDING.yml

    • Update Package Json

    • Add Workflow to Publish Buefy on PR to Master


    Co-authored-by: julzELO [email protected]
    Co-authored-by: Aarón J. Montes [email protected]
    Co-authored-by: Amal Mathew [email protected]
    Co-authored-by: navedqb [email protected]
    Co-authored-by: Sylvain Marty [email protected]
    Co-authored-by: Kikuo Emoto [email protected]
    Co-authored-by: Guillaume Mercey [email protected]

  • 0.9.23 - 2023-03-07

    What's Changed

    • Fixed the calculation of the checkIfReachedTheEndOfScroll when footer… by @ JDurman in #3787
    • FIX scope message/notification auto-close progress style by @ gmercey in

Snyk has created this PR to upgrade buefy from 0.9.8 to 0.9.29.

See this package in npm:
buefy

See this project in Snyk:
https://app.snyk.io/org/themodernpk/project/b403622b-450c-4350-b081-ce44ee09b702?utm_source=github&utm_medium=referral&page=upgrade-pr
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.

3 participants