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

fix(deps): update dependency primevue to v3.53.1 #169

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 24, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
primevue (source) 3.46.0 -> 3.53.1 age adoption passing confidence

Release Notes

primefaces/primevue (primevue)

v3.53.1

Compare Source

Full Changelog

Fixed bugs:

  • feat :InputNumber: Accept Comma And NumpadDecimal as decimal "sign" #​6506
  • fix(v3): global vue type augmentation #​6380
  • Dialog: [V3] When it non-fixed, it will cause the appendTo target shrink or joggled. #​6162
  • fix(Calendar): highlight range of year in YearMode #​5988
  • fix(Calendar): highlight range of month in MonthMode #​5987
  • TreeNode selectable not being used when in checkbox selectionMode #​5330
  • InputNumber: Issue Accept Numpad Decimal when different to the region symbol #​3722

v3.53.0: PrimeVue 3.53.0

Compare Source

What's Changed

New Contributors

Full Changelog: primefaces/primevue@3.52.0...3.53.0

v3.52.0

Compare Source

Full Changelog

Fixed bugs:

  • InputOp: Digits only doesn't work on mobile #​5635
  • Calendar: Hours are set to 00 when clicking the "Today" button #​5620
  • Paginator: Responsive Templating showing multiple layouts on break points #​5604
  • InputNumber: The InputNumber is not working properly in the new version #​5602
  • Menu / Stepper: Pass Through Unstyled Mode #​5599
  • Hydration defects #​5593
  • InputNumber: Cannot input number 0 in Hungarian(QWERTZ) layout #​5577
  • Menu: support style property for submenuHeader item #​5562
  • InputNumber Not Working android #​5545
  • InputNumber: Cannot input numbers in AZERTY layout #​5508
  • DataTable: rowClass, rowStyle typing defects #​5498
  • DataTable: Modifying value of expendedRow is not reflected #​5372
  • InputNumber can't enter 0.0x using minFractionDigits/mode="currency" #​5170
  • Calendar: Input value is not updated when model is changed externally #​4938

Implemented New Features and Enhancements:

  • AutoComplete: Enter does not submit form #​5618
  • Knob: Added valueTemplate function support #​5616
  • Tree: Missing Passthrough Options #​5574
  • Sidebar: dismissable prop can't be changed dynamically #​5563
  • TreeTable: filterField ignored #​5525
  • ScrollPanel: Errors in moveBar() when xBar and yBar attributes don't exist #​5518
  • Toast: Race condition on remove #​5225
  • Dropdown: aria-label missing from inner ul element #​5277

v3.51.0

Compare Source

Full Changelog

Fixed bugs:

  • tree: loadingMode #​5509
  • Upload File doen'st show invalidFileSizeMessage #​5497
  • Stepper: changing step is making the StepperPanel a render #​5495
  • Multiselect - Filter - Duplicate keys on search. #​5455
  • Slider: Focus on slider on mouse click not working #​5446
  • Dropdown: throws error when grouped item is selected #​5445
  • Stepper: number element box-shadow defect #​5442
  • Autocomplete: isSelected(option) doesn't work correctly when 'multiple' is true #​5435
  • Carousel: Unable to scroll vertically on mobile #​5320
  • InputOtp: Unable to input integers in integerOnly #​5422
  • Menu components: Hidden Menu-Item can still be activated (focused) on Keyboard-Navigation #​5318
  • Slider: [Violation] Non-passive event #​5213
  • DataTable: improve globalFilterFields type #​5212
  • DataTable: resizableColumns and paginator bug #​5210
  • Calendar: no enter transition when used in inline mode inside HeadlessUI dialog #​5294
  • InputNumber: Cut or Paste via keyboard shortcuts in Safari doesn't work #​3928
  • Calendar: Invalid typings for modelValue. #​3609

Implemented New Features and Enhancements:

  • PrimeIcons: version 7 #​5524
  • Carousel Enhancement - Empty Slot #​5474
  • Dropdown Pass Through: item #​5470
  • Tree: Style Classes not passed to nodeicon slot #​5452
  • fix(types): augment GlobalComponent interface in vue module #​5419
  • Twice render if $attrs.id not defined #​5412
  • TieredMenu: Pressing Escape-Key in submenu moves focus to first menuitem #​5327

v3.50.0

Compare Source

Full Changelog

Fixed bugs:

  • InputOtp: typing defects #​5421
  • Multiselect: Wrong position of the panel with appendTo="self" #​5411
  • DataTable: tableStyle typing defect #​5410
  • Image: indicator slot is without function #​5389
  • InputOtp: wrong usage of inputmode#​5382
  • IconField: Wrong casing in Typescript module declaration file (.d.ts) #​5376
  • Terimnal: Doesn't work on mobile #​5364
  • Property 'disabled' does not exist on type 'SelectButtonContext'. #​5354
  • DataTable: rowStyle invalid Type: Got function expected object #​5349
  • DataTable: [Vue warn]: Invalid prop: type check failed for prop "rowClass". Expected String | Object, got Function #​5341
  • InputOtp: Length not working #​5336
  • inputOTP - integerOnly doesn't work with number pad #​5329
  • Table: Computed property "bodyStyle" is already defined in Props. #​5243
  • InputNumber: Bug deprecated KeyCode Usage #​5008

Implemented New Features and Enhancements:

  • Tree: Slot for icon property of value #​4833

v3.49.1

Compare Source

Full Changelog

Fixed bugs:

  • Stepper component style build is broken #​5332

v3.49.0

Compare Source

Full Changelog

Fixed bugs:

  • SplitterPanel: nested context hydration fixed #​5322
  • Password: after reset password meter not reset #​5304
  • DataTable: tableClass prop specifies String type, though Array also works #​5297
  • document.body.setAttribute('data-p-unselectable-text') missing second arguments. #​5280
  • Galleria animation defect #​5279
  • Menu components itemicon slot does not work expected #​5276
  • SelectButton: (accessibility) disabled mode focus defects #​5274
  • DataTable: "Ctrl + A" selects all rows even in selectionMode "single" #​5271
  • Galleria: fullscreen mode bug with thumbnails #​5267
  • TabView: previousicon slot doesn't work #​5264
  • Calendar: When entering the time by hand into timeOnly calendar, values switch to NaN:NaN #​5254
  • MeterGroup: Cutoff at the beginning when the first element is 0 #​5252
  • TabView: selectOnFocus mode defect #​5245
  • ConfirmDialog: Dragging dialog fires an error #​5244
  • Dialog: Error when clicking on header to drag #​5240
  • SelectButton: aria-disabled contains code instead of a boolean value #​5235
  • Tooltip: OutOfBounds alignment does not affect tooltip arrow position #​5153
  • Dropdown: esc keypress propagates and triggers close in dialogs #​5138
  • The arrow position is wrong after overlayPanel/confirmPopup is flipped#​5091
  • Listbox: issue with navigating through list items using tab and enter buttons #​4906

Implemented New Features and Enhancements:

  • New InputOtp component #​5321
  • MenuBar: Pressing Escape-Key in submenu moves focus to first menuitem #​5316
  • Calendar: pt.day missing disabled and selected attrs in options.context #​5312
  • InputSwitch: Aura invalid state updates #​5311
  • aria-invalid state added to Input components #​5293
  • New ButtonGroup component #​5292
  • CascadeSelect: second click should close the submenu #​5289
  • Menu components: track focus with also mousemove #​5288
  • InputIcon class support & InputField style updates #​5273
  • New Stepper component #​5266
  • Upload: Error showing when all the files are removed. #​5260

v3.48.1

Compare Source

Full Changelog

Fixed bugs:

  • Fix PrimeVuePTOptions.global.css (missing parenthesis) #​5232
  • Overwritten styles defect #​5231
  • Steps: Aura extension defect #​5230
  • Remove missed inputProps from InputSwitch #​5227
  • The scrollToIndex method on VirtualScroller does not scroll to the correct index when triggered twice. #​5223
  • Splitter: Fix keyboard repeat behavior #​5219
  • Dropdown / MultiSelect : Incorrect alignment on filtering #​5215

v3.48.0

Compare Source

Full Changelog

Deprecated:

Fixed bugs:

  • SplitButton templating is broken #​5199
  • DataTable: Row selection styling defect #​5196
  • ColorPicker: parameter field in emit change event is incorrect #​5188
  • Hydration attribute mismatch on Icons #​5187
  • Calendar: 'view' property has no effect when changed after component initialization #​5132
  • TabView + Splitter: Navigation Buttons not showing #​5111
  • Knob: Problem with the step property when using the keyboard arrows #​5097
  • DataTable: VirtualScroller Resets Scroll Position to top on lazy load more data #​5078
  • Dropdown: autoSize works incorrectly with filter and not only #​5073
  • Calendar: 12h time picker changes from 12 am to 12 pm automatically #​5108
  • colorPicker: change event only shows old color value #​5004
  • Divider: Divider line doesn't show (Using the nuxt-primevue module) #​5000
  • Menubar, Megamenu, Contextmenu and etc.: Twice render if $attrs.id not defined #​4953

Implemented New Features and Enhancements:

  • Move core alignment styles to theme files #​5214
  • Update default dropdown filter icon #​5208
  • Refactor MeterGroup Component and Demos #​5203
  • Contrast and Secondary Variants for Badge/Tag/Message/Toast #​5200
  • Contrast variant for SplitButton #​5198
  • Add data-p-unselectable-text attribute on resizing and dragging phases #​5194
  • Improve data-pc- structure in components #​5179
  • New invalid and variant properties #​5176
  • New Components #​5175
  • Themes: end value has mixed support, consider using flex-end instead warning #​5155
  • Bug: Cannot override preset if using Tailwind important: true #​5081
  • TableBody: Render "BodyRow" binding dataKey of props to key attribute #​5006
  • PassThough new merging strategy with tailwind-merge to smartly merge classes #​4707

v3.47.2

Compare Source

Full Changelog

Fixed bugs:

  • OverlayPanel: RangeError: Maximum call stack size exceeded inside link #​5146
  • Align hover colors for MultipleSelect, AutoComplete and CascadeSelect #​5150

v3.47.1

Compare Source

Full Changelog

Fixed bugs:

  • Keyboard accessibility is not working on OrderList and PickList #​5144

v3.47.0

Compare Source

Full Changelog

Breaking Changes:

  • Change visual focus behavior for UI/UX enhancement on some components #​5106
  • Highlight state changes on Checkbox selection mode #​5105
  • autoOptionFocus property added to Input-like components #​5099
  • Improve the structure of some components to comply with standards #​5071
  • autoOptionFocus default type is changed as false #​5096

Fixed bugs:

  • Search with null/undefined values breaks rendering #​5140
  • The hideIcon property is not working on SpeedDial #​5135
  • Textarea: modelValue should accept Nullable as InputText does #​5127
  • Chips: Separator by new line doesn't work by pasting value #​5103
  • DataTable: Cannot read properties of null when editMode="cell" and selectionMode="single" #​5100
  • Unit tests in the master branch are failing #​5095
  • InputNumber: Home and End key defects #​5094
  • Float label demo is broken in mobile mode #​5089
  • [TabMenu] Router demo has the wrong code #​5082
  • Calendar: Incorrect interface "CalendarContext" for Calendar component #​5077
  • Tag: center icon when no label is present (icon-only mode) #​5067
  • DataTable: Uncaught TypeError: Cannot read properties of null (reading 'sortable') at Proxy.getColumnPT8 #​5062
  • Calendar: When use with Datatable filter, the calendar would show at the bottom of the page. #​5055
  • DataTable: persistent expandedRows with dataKey doesn't working properly #​5057
  • DataTable: Column with no props throws exception #​5056
  • DataTable: Empty column causes maximum recursive calls to be reached #​5053
  • ContextMenu: Cache duplication "focusedItemId" #​5054
  • Calendar: panel does not hide when pressing enter #​5050
  • Dialog: maximizable broken if dialog moved #​5048
  • DataTable: Hydration attribute mismatch with sortable columns #​5046
  • Can't paste a decimal value when there is a total value in the input. #​5034
  • Tooltip: Malfunction inside Links #​5030
  • SplitButton inherits CSS properties from DynamicDialog "footer" and disrupts the original design #​5012
  • Tooltip: missing nonce for inline styles #​5010
  • InputNumber: insert behavior defects #​4539

Implemented New Features and Enhancements:

  • New Aura Theme#​5143
  • Add itemGroupLabel, itemLabel, tickIcon and blankIcon options to pt in Dropdown #​5142
  • Add highlightOnSelect and checkmark props to Dropdown #​5141
  • Icon: BlankIcon #​5139
  • Add focusOnHover props to some components #​5130
  • DataTable: body template rowTogglerCallback callback option added #​5123
  • Dialog: no transition on open/close when dialog is maximized #​5118
  • Expose alignOverlay method in OverlayPanel #​5075
  • Message: 'life-end' emit #​5070
  • New MeterGroup component #​5066
  • Dropdown: After selecting an option, clearing the value using close icon should clear the filter input #​5060

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

vercel bot commented Jan 24, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
multireddit-editor ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 12, 2024 10:55am

@renovate renovate bot changed the title fix(deps): update dependency primevue to v3.47.0 fix(deps): update dependency primevue to v3.47.1 Jan 24, 2024
@renovate renovate bot force-pushed the renovate/primevue-3.x branch from fc06bbd to c2f4019 Compare January 24, 2024 19:09
@renovate renovate bot force-pushed the renovate/primevue-3.x branch from c2f4019 to 349daf3 Compare January 25, 2024 15:34
@renovate renovate bot changed the title fix(deps): update dependency primevue to v3.47.1 fix(deps): update dependency primevue to v3.47.2 Jan 25, 2024
@renovate renovate bot force-pushed the renovate/primevue-3.x branch from 349daf3 to 5e00d4d Compare January 31, 2024 14:44
@renovate renovate bot force-pushed the renovate/primevue-3.x branch from 5e00d4d to aa64d16 Compare January 31, 2024 14:53
@renovate renovate bot force-pushed the renovate/primevue-3.x branch from aa64d16 to 73e70b6 Compare February 1, 2024 21:37
@renovate renovate bot force-pushed the renovate/primevue-3.x branch from 73e70b6 to b8908ac Compare February 5, 2024 12:12
@renovate renovate bot changed the title fix(deps): update dependency primevue to v3.47.2 fix(deps): update dependency primevue to v3.48.0 Feb 5, 2024
@renovate renovate bot changed the title fix(deps): update dependency primevue to v3.48.0 fix(deps): update dependency primevue to v3.48.1 Feb 7, 2024
@renovate renovate bot force-pushed the renovate/primevue-3.x branch from b8908ac to c54038e Compare February 7, 2024 19:56
@renovate renovate bot force-pushed the renovate/primevue-3.x branch from c54038e to 336c470 Compare February 23, 2024 13:51
@renovate renovate bot changed the title fix(deps): update dependency primevue to v3.48.1 fix(deps): update dependency primevue to v3.49.0 Feb 23, 2024
@renovate renovate bot force-pushed the renovate/primevue-3.x branch from 336c470 to 7b0188b Compare February 26, 2024 09:07
@renovate renovate bot changed the title fix(deps): update dependency primevue to v3.49.0 fix(deps): update dependency primevue to v3.49.1 Feb 26, 2024
@renovate renovate bot force-pushed the renovate/primevue-3.x branch from 7b0188b to 174238d Compare March 15, 2024 09:45
@renovate renovate bot changed the title fix(deps): update dependency primevue to v3.49.1 fix(deps): update dependency primevue to v3.50.0 Mar 15, 2024
@renovate renovate bot force-pushed the renovate/primevue-3.x branch from 174238d to f8bd015 Compare April 4, 2024 09:35
@renovate renovate bot changed the title fix(deps): update dependency primevue to v3.50.0 fix(deps): update dependency primevue to v3.51.0 Apr 4, 2024
@renovate renovate bot force-pushed the renovate/primevue-3.x branch from f8bd015 to 20675d7 Compare April 26, 2024 14:22
@renovate renovate bot changed the title fix(deps): update dependency primevue to v3.51.0 fix(deps): update dependency primevue to v3.52.0 Apr 26, 2024
@renovate renovate bot force-pushed the renovate/primevue-3.x branch from 20675d7 to 4e1bbd9 Compare June 27, 2024 13:30
@renovate renovate bot changed the title fix(deps): update dependency primevue to v3.52.0 fix(deps): update dependency primevue to v3.53.0 Jun 27, 2024
@renovate renovate bot force-pushed the renovate/primevue-3.x branch from 4e1bbd9 to 428b05b Compare December 12, 2024 10:54
@renovate renovate bot changed the title fix(deps): update dependency primevue to v3.53.0 fix(deps): update dependency primevue to v3.53.1 Dec 12, 2024
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.

0 participants