Skip to content

fix(deps): update persona monorepos to v0.27.0 (docs)#205

Open
renovate[bot] wants to merge 1 commit intodocsfrom
renovate/docs-persona
Open

fix(deps): update persona monorepos to v0.27.0 (docs)#205
renovate[bot] wants to merge 1 commit intodocsfrom
renovate/docs-persona

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 17, 2024

This PR contains the following updates:

Package Change Age Confidence
@privyid/persona (source) 0.16.00.27.0 age confidence
@privyid/tailwind-preset (source) 0.16.00.27.0 age confidence

Release Notes

privy-open-source/design-system (@​privyid/persona)

v0.27.0

Compare Source

🚨 Breaking Changes
  • Drop support node 16 - by Ade Novid (0e11a)
🚀 Features
  • input-color: Add component p-input-color - by Afriq Yasin Ramadhan (d16da)
  • shimmer: Add component p-shimmer - by Ade Novid (3719c)
🐞 Bug Fixes
View changes on GitHub

v0.26.0

Compare Source

🚀 Features
  • headless: Add component p-popover - by Ade Novid (c0e5c)
  • select: Add slot activator - by Ade Novid (537cc)
🐞 Bug Fixes
  • checkbox:
    • State checked not changed when prop value changed - by Ade Novid (93c10)
  • deps:
    • Update nuxt framework to v3.8.1 - by renovate[bot] (65be8)
    • Update dependency core-js to v3.33.3 - by renovate[bot] (7c815)
    • Update dependency interactjs to v1.10.21 - by renovate[bot] (b2405)
    • Update nuxt framework to v3.8.1 - by renovate[bot] (0e97f)
    • Update nuxt framework to v3.8.2 - by renovate[bot] (9af98)
  • radio:
    • State checked not changed when prop value changed - by Ade Novid (ed252)
  • signature-draw:
    • V-model keep return base64 when color changed - by Ade Novid (16de5)
    • V-model not changed when color changed - by Ade Novid (9e4ea)
View changes on GitHub

v0.25.2

Compare Source

🐞 Bug Fixes
  • all: Component nuxt-link not resolved - by Ade Novid (ad771)
  • deps: Update dependency interactjs to v1.10.20 - by renovate[bot] (a1297)
View changes on GitHub

v0.25.1

Compare Source

🐞 Bug Fixes
  • all:
    • Fix floating ui with transition - by Ade Novid (33cc9)
  • breadcrumb:
    • Handle route object - by Ade Novid (8c319)
  • deps:
    • Update dependency vue-collapsed to v1.2.9 - by renovate[bot] (8ac90)
    • Update dependency core-js to v3.33.2 - by renovate[bot] (ff1e5)
    • Update dependency fuse.js to v7 - by renovate[bot] (c2a7c)
  • select:
    • Value still empty when async-adapter loaded - by Ade Novid (348ad)
    • Don't load next page when last result less than perPage - by Ade Novid (e5bbf)
  • sidebar-menu:
    • Handle route objet in url and title-action-url - by Ade Novid (b7113)
  • text:
    • Handle route object in href - by Ade Novid (ec1fd)
  • toast:
    • Fix item alignment - by Ade Novid (f3001)
View changes on GitHub

v0.25.0

Compare Source

🚀 Features
  • button: Add slot loading - by Ade Novid (293cd)
  • dialog: Add prompt - by Ade Novid (6292a)
  • dropdown: Add css variable --p-dropdown-size - by Ade Novid (804c7)
  • form-group: Add slots label, caption, description, hint, error - by Ade Novid (7ef6e)
  • modal: Add css variable --p-modal-size - by Ade Novid (7d8f8)
  • toast: Able to change icon color of toast - by Afriq Yasin Ramadhan (d9861)
🐞 Bug Fixes
  • deps:
    • Update dependency @​fontsource/dm-sans to v5.0.17 - by renovate[bot] (3e728)
    • Update dependency core-js to v3.33.1 - by renovate[bot] (261f6)
    • Update dependency defu to v6.1.3 - by renovate[bot] (702b6)
    • Update dependency vue-collapsed to v1.2.9 - by renovate[bot] (ad37e)
  • eslint-config-persona:
    • Enforce import type - by Ade Novid (eeb64)
  • input-pin:
    • Handle enter keypress - by Ade Novid (1dd09)
  • pdf-viewer:
    • Handle when container not visible - by Ade Novid (9bc1f)
  • persona:
    • Fix font bold - by Ade Novid (6fdc2)
  • select:
    • Selected item not showing when items updated - by Ade Novid (790a2)
    • Fix select width - by Ade Novid (baed4)
    • Select active state styling - by Afriq Yasin Ramadhan (19127)
  • sidebar-nav:
    • Fix text color in darkmode - by Ade Novid (49640)
  • table-static:
    • Broken table row in non-scrollable type - by Afriq Yasin Ramadhan (7ed82)
  • toast:
    • Handle long text - by Ade Novid (14a05)
  • truncate:
    • Fix text color not inherited - by Ade Novid (286a0)
View changes on GitHub

v0.24.0

Compare Source

🚀 Features
  • core:
    • Expose loading, vnode and image utils - by Ade Novid (f5a98)
  • dialog:
    • Make dialog text and title support markdown syntax - by Afriq Yasin Ramadhan (32695)
    • Refine spacing of modal footer button - by Afriq Yasin Ramadhan (7fc42)
  • label:
    • Custom dot color of label dot variant - by Afriq Yasin Ramadhan (ee58c)
  • nav:
    • Nav lines color is follow the brand accent color - by Afriq Yasin Ramadhan (b5dcd)
  • toast:
    • Make toast title and text support markdown, toast text is not mandatory, custom toast icon - by Afriq Yasin Ramadhan (f3b72)
🐞 Bug Fixes
  • Fix typescript issue - by Ade Novid (16891)
  • cropper:
    • Move inline tailwind class into cropper__control__reset - by Afriq Yasin Ramadhan (8a967)
  • deps:
  • dialog:
    • Dialog z-index must be higher than modal - by Afriq Yasin Ramadhan (7f3b6)
  • layout:
    • Some component broken when combined with very long label, caption or content - by Afriq Yasin Ramadhan (33918)
  • pagination:
    • Remove select search in per page options - by Afriq Yasin Ramadhan (78c01)
  • pdf-viewer:
    • Error on unmounted - by Ade Novid (79cee)
  • table:
    • Handle empty data non array - by Afriq Yasin Ramadhan (b2526)
    • Unchecked select all on table static if no items - by wikanonymous-dev (6dc93)
View changes on GitHub

v0.23.0

Compare Source

🚀 Features
  • label: Possible to insert icon in label and customize label color - by Afriq Yasin Ramadhan (0817e)
  • pagination: Add select-input sizing - by Afriq Yasin Ramadhan (2d7be)
🐞 Bug Fixes
  • deps:
    • Update dependency pdfjs-dist to v3.11.174 - by renovate[bot] (63f6e) (64836)
    • Update nuxt framework to v3.7.4 - by renovate[bot] (638ac) (7547a)
  • list group:
    • Change state of dropdown, select and list group - by Afriq Yasin Ramadhan (dd062)
  • pagination:
    • Fix select page sizing - by Ade Novid (33a21)
  • select:
    • Fix select in pagination and pdf-navigation - by Ade Novid (380ca)
View changes on GitHub

v0.22.0

Compare Source


🚨 Breaking Changes
  • button: Replace brand.accent with brand.action as primary color of button, replace text-subtle with text-default as button default - by Afriq Yasin Ramadhan (964ff)
    Migration:
    • Unless you don't customize the default color from tailwind-preset you have nothing to do.
    • change brand.accent to brand.action in tailwind.config.js
  • contextualbar: Replace prop variant to state, add warning and neutral state - by Afriq Yasin Ramadhan (8def5)
🚀 Features
  • badge:
    • Add support to custom color via class - by Afriq Yasin Ramadhan (2db6a)
    • Add slot icon-content - by Afriq Yasin Ramadhan (8d504)
  • banner:
    • Add props no-icon - by Afriq Yasin Ramadhan (e496d)
  • core:
  • dialog:
    • Adding options dialog for hide dismiss button and no close dialog on backdrop - by Afriq Yasin Ramadhan (6f808)
  • eslint-config-persona:
    • Enable typescript inside template - by Ade Novid (36d12)
  • label:
    • Change label padding - by Afriq Yasin Ramadhan (6bee0)
  • modal:
    • Add modal full variant and modal free distraction - by Afriq Yasin Ramadhan (f45ce)
  • pdf-helipad:
    • Add event click - by Ade Novid (8e546)
  • select:
    • Add prop divider, menuClass and menuSize - by Afriq Yasin Ramadhan (4e546)
    • Add prop multiple - by Ade Novid (66cb8)
    • Add prop no-close-after-select - by Ade Novid (d1688)
  • table-static:
    • Add prop scrollable - by Ade Novid (f2f82)
  • tabs:
    • Add slide transition - by Ade Novid (54a44)
  • text:
    • Add element tag in text component - by Afriq Yasin Ramadhan (ea228)
  • toggle:
    • Add custom switch class - by Afriq Yasin Ramadhan (161c2)
🐞 Bug Fixes
View changes on GitHub

v0.21.0

Compare Source

   🚀 Features
  • accordion:
    • Add accordion component  -  by Devara Eko (7382d)
  • button:
    • Add loading state  -  by Ade Novid (0b93f)
  • form-group:
    • Add support horizontal mode  -  by Devara Eko (2c889)
  • pdf-text:
    • Add word-wrap in label  -  by Ade Novid (0628a)
    • Add hdpi srcset  -  by Ade Novid (5024c)
  • pdf-viewer:
    • Expose zoomIn, zoomOut, next, and prev into slot  -  by Ade Novid (449ce)
  • sheet:
    • Add component <p-sheet>  -  by Ade Novid (3ee75)
  • signature-text:
    • Add hdpi srcset  -  by Ade Novid (32139)
  • store:
    • Add ssr support  -  by Ade Novid (3deb8)
  • table-flex:
    • Add slot row  -  by Ade Novid (0d51a)
   🐞 Bug Fixes
  • deps:
    • Update dependency @​fontsource/dm-sans to v5.0.11  -  by renovate[bot] (be24f)
    • Update dependency core-js to v3.32.1  -  by renovate[bot] (d3647)
    • Change to esm  -  by Ade Novid (0d8d2)
    • Update dependency vue-collapsed to v1.2.7  -  by renovate[bot] (ba9f6)
    • Update dependency vue-demi to v0.14.6  -  by renovate[bot] (9a7ea)
    • Update dependency vue-collapsed to v1.2.7  -  by renovate[bot] (37d81)
    • Update dependency pdfjs-dist to v3.10.111  -  by renovate[bot] (700e7)
    • Update nuxt framework to v3.7.1  -  by renovate[bot] (2d889)
    • Update dependency @​floating-ui/dom to v1.5.1  -  by renovate[bot] (46905)
    • Update dependency @​testing-library/dom to v9.3.1  -  by renovate[bot] (2c792)
  • form-group:
    • Fix additional contents after wrapping into div  -  by Devara Eko (c7c78)
    View changes on GitHub

v0.20.0

Compare Source


🚨 Breaking Changes
  • table: Split <p-table> into <p-table-flex> and <p-table-static> - by Ade Novid (33a18)
    Migration:
    • <p-table> now deprecated, and will removed in next release
    • We recommend to change:
      • <p-table variant="flexible"> to <p-table-flex>.
      • <p-table variant="static"> to <p-table-static>
🚀 Features
  • card:
    • Change card rounded with 12px and card inside card with 8px rounded - by Afriq Yasin Ramadhan (2466a)
  • dropdown:
    • New sizing of dropdown: xl - by Afriq Yasin Ramadhan (6ebc5)
  • progressbar:
    • Add component <p-progressbar> - by Ade Novid (626f0)
  • ringbar:
    • Add component <p-ringbar> - by Ade Novid (ca879)
  • table:
    • Add table no-label in flexible variant, add table header in flexible variant, fix selectable variant in static variant - by Afriq Yasin Ramadhan (f77b1)
    • Add example of using variables in table - by Afriq Yasin Ramadhan (faae7)
🐞 Bug Fixes
  • deps: Update dependency @​fontsource/dm-sans to v5.0.9 - by renovate[bot] (964a4)
  • main: Fix component with link override by main permalink - by Afriq Yasin Ramadhan (74661)
  • pdf-viewer: Fix viewer height when window resized on layout fixed - by Ade Novid (13830)
  • persona-icon: Fix icon fill - by Ade Novid (9d83a)
  • typography: Posible change color of typography components without important - by Afriq Yasin Ramadhan (20a7c)
View changes on GitHub

v0.19.0

Compare Source

In this update, we improve integration with nuxt-link, sidebar now auto-active based on current url, smoother collapse animation.

And also, we improve persona-icon a lot (thank to all icon designers), it's now more balance in visual apperance, fix some bug on vue version, and fix icon responsive.


🚀 Features
  • select: Add clearable props - by rendy.andika (9bdf3)
  • breadcrumbs: Allow custom divider in breadcrumb component - by Pringgo Radianto (e1d2c)
  • nav: Auto-active nav based on current url - by Ade Novid (438ac)
🐞 Bug Fixes
🏎 Performance
  • collapse: Improve collapse animation - by Ade Novid (6b6fb)
View changes on GitHub

v0.18.0

Compare Source


🚨 Breaking Changes
  • persona: Remove @carbon/icons-vue from deps - by Ade Novid (57212)
    • we completely replace all icon from @carbon/icons-vue to @privyid/persona-icon. If you still use @carbon/icons-vue, you need to install manually, yarn add @&#8203;carbon/icons-vue
🚀 Features
  • steps: Add total to scoped slot - by Afrijal Dzuhri (ec36f)
  • select: Add disabled in SelectItem - by rendy.andika (40463)
  • dropdown: Add props disabled for dropdownitem - by rendy.andika (84c29)
  • button:
    • Add default type properties - by rendy.andika (3789d)
    • Add padding-x variables - by Afriq Yasin Ramadhan (9a568)
  • card:
    • Add custom variables for card - by Afriq Yasin Ramadhan (a007a)
  • datepicker:
    • Add size variant - by Ade Novid (81484)
  • filterbar:
    • Replace section label with dropdown header - by Afriq Yasin Ramadhan (ea542)
  • icon:
    • Replace all component icon with persona icon - by Afriq Yasin Ramadhan (61493)
  • input:
    • Add prop accept to whitelist accepted character - by Ade Novid (c1dbb)
    • Adding container class in input-text and input password - by Afriq Yasin Ramadhan (4a1a0)
  • input-pin:
    • Add prop accept to whitelist accepted character - by Ade Novid (7087e)
  • list group:
    • Add borderless and rounded variant in list group - by Afriq Yasin Ramadhan (2770b)
  • modal:
    • Add modal body scrollable min and max height variables; add modal content margin-y variables - by Afriq Yasin Ramadhan (6a126)
  • persona icon:
    • Implement persona icon in avatar, banner, breadcrumbs, button, camera, button-group, checkbox, contextual-bar, cropper, dropdown, dropdown-subitem, dropzone, form-group, input-group, input, label, modal and nav - by Afriq Yasin Ramadhan (1b1ff)
  • select:
    • Add no-caret props - by Pringgo Radianto (e6afc)
    • Add section label in select container - by Afriq Yasin Ramadhan (18a61)
    • Add example and documentation - by Afriq Yasin Ramadhan (6ea1b)
  • sidebar-menu:
    • Add util filterMenu - by Ade Novid (9166e)
    • Add option for adding additional attribute - by Ade Novid (c3262)
  • spinner:
    • Spinner color following text-color - by Ade Novid (ce9f4)
    • Spinner now follow text color - by Ade Novid (a9323)
    • Add spinner ring-o - by Ade Novid (1e416)
  • tabs:
    • Add tabs content padding variables - by Afriq Yasin Ramadhan (f3a8b)
  • textarea:
    • Add prop accept to whitelist accepted character - by Ade Novid (f4bac)
  • tooltip:
    • Add manual & programmatic trigger - by Ade Novid (1a02b)
  • truncate:
    • Add tooltip for non-expandable - by Ade Novid (8f752)
🐞 Bug Fixes
  • calendar:
    • Change type of buttons to "button" to prevent form submission - by Pringgo Radianto (597a3)
  • card:
    • Fix border color on dark mode - by Ade Novid (534fa)
  • datepicker:
    • Value not changed when v-model:start and v-model:end changed - by Ade Novid (96d84)
  • deps:
    • Update dependency core-js to v3.31.1 - by renovate[bot] (1504a)
    • Update dependency @​carbon/icons-vue to v10.71.1 - by renovate[bot] (6fc16)
    • Update dependency core-js to v3.31.1 - by renovate[bot] (1ebef)
    • Update dependency @​carbon/icons-vue to v10.71.1 - by renovate[bot] (ad214)
    • Update dependency pdfjs-dist to v3.8.162 - by renovate[bot] (05515)
    • Update dependency sanitize-html to v2.11.0 - by renovate[bot] (45742)
    • Update dependency tabbable to v6.2.0 - by renovate[bot] (76296)
    • Update dependency chart.js to v4.3.2 - by renovate[bot] (b2f2e)
    • Update nuxt framework to v3.6.5 - by renovate[bot] (4ebe6)
    • Update dependency vue-demi to v0.14.5 - by renovate[bot] (45d9c)
    • Update dependency vue-router to v4.2.4 - by renovate[bot] (d23dd)
    • Update dependency @​fontsource/dm-sans to v5 - by renovate[bot] (2524f)
    • Update dependency @​testing-library/dom to v9 - by renovate[bot] (bf860)
    • Update dependency fast-equals to v5 - by renovate[bot] (bb301)
    • Update dependency marked to v5 - by renovate[bot] (f5e33)
    • Update dependency core-js to v3.32.0 - by renovate[bot] (c8c8d)
  • input-pin:
    • readonly state issue - by rendy.andika (a8904)
    • Empty event.data in safari - by Ade Novid (81324)
    • Fix inconsistent deleteContentBackward on mobile - by Ade Novid (2e4bc)
  • nav-item:
    • Fix nav-item should be using router-link instead anchor tag - by Pringgo Radianto (2010c)
  • pdf-viewer:
    • Password error not caught in on-error hook - by Ade Novid (4fcee)
  • select:
    • Allow using component without v-model - by Ade Novid (c5bcf)
    • Clickable caret icon to toggle the dropdown - by Pringgo Radianto (cc159)
  • signature-draw:
    • Fix button wrong position when loaded on ssr - by Ade Novid (d910f)
  • tailwind-animation:
    • Fix unexpected transition property - by Ade Novid (66e43)
  • toast:
    • Balancing margin of toast in all position variant - by Afriq Yasin Ramadhan (90ca2)
View changes on GitHub

v0.17.1

Compare Source


🐞 Bug Fixes
  • dropdown: Fix dropdown popup when inside modal - by Ade Novid (10cb1)
  • link: Component with link overwritten by main permalink style - by Afriq Yasin Ramadhan (72c1b)
  • persona: Error missing date-fns when build prod - by Ade Novid (a6428)
View changes on GitHub

v0.17.0

Compare Source


🚀 Features
  • carousel:
    • Add new component p-carousel - by Ade Novid (5fb3b)
  • dropdown:
    • Create dropdown header component and update styleguide documentation - by Afriq Yasin Ramadhan (cf70d)
    • Add props button-class for button dropdown class - by Afriq Yasin Ramadhan (347b3)
    • Add dropdown button class; add relative-position - by Afriq Yasin Ramadhan (dcec0)
    • Add dropdown header action - by Afriq Yasin Ramadhan (97d90)
  • list group:
    • Add list-group and list-group-item component; add unit test for list-group and list-group-item; create documentation - by Afriq Yasin Ramadhan (97353)
  • nav:
    • Enable divider in nav-item-dropdown - by Afriq Yasin Ramadhan (aeda4)
  • progress-indicator:
    • Add new component p-progress-indicator - by Ade Novid (8fdbd)
  • sidebar:
    • Limiting how much menu will be display in sidebar menu and it can be collapsible - by Afriq Yasin Ramadhan (b64a0)
    • Add access in each menu item - by Afriq Yasin Ramadhan (e85d2)
  • steps:
    • Add direction and loop mode - by Ade Novid (be59a)
  • tailwind-animation:
    • Added slide-top and slide-bottom - by Ade Novid (56f25)
    • Add slide-full-* - by Ade Novid (9edae)
  • tailwind-preset:
    • Add static value for min-h-*, min-w-*, max-h-*, max-w-* - by Ade Novid (fb393)
  • toast:
    • Add position - by Ade Novid (3f187)
    • Add mplement toast's position based on options and change darkmode in toast filled - by Panji-by (d03b9)
🐞 Bug Fixes
  • Change default value to undefined - by Rendy Andika (ce3bc)
  • Change default value props modelvalue - by Rendy Andika (df79f)
  • Change default value props and handle undefined props - by Rendy Andika (fdd0b)
  • calendar:
    • Fix error import - by Ade Novid (d88e7)
    • Add alias date-fns to force using esm - by Ade Novid (21827)
  • datepicker:
    • Fix error-state style - by Ade Novid (9df8f)
  • deps:
  • form-group:
    • Update color to fg/subtle - by Ade Novid (e6507)
  • form-label:
    • Change text label from default to subtle - by Panji-by (40f32)
  • input:
    • Resolve broken input background color in dark mode - by Afriq Yasin Ramadhan (9354a)
  • input password:
    • Resolve clearable input password crash with view-icon - by Afriq Yasin Ramadhan (f5eb6)
  • persona-icon:
    • Fix missing type definition - by Ade Novid (50672)
  • sidebar:
    • Sidebar z-index demo overlapping the navbar - by Afriq Yasin Ramadhan (c0474)
View changes on GitHub


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 these updates again.


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

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

@renovate renovate bot force-pushed the renovate/docs-persona branch 2 times, most recently from 3b12d0e to c3222c2 Compare August 13, 2025 16:47
@renovate renovate bot force-pushed the renovate/docs-persona branch from c3222c2 to 3d0237c Compare August 19, 2025 13:08
@renovate renovate bot force-pushed the renovate/docs-persona branch from 3d0237c to 932e47f Compare August 31, 2025 09:48
@renovate renovate bot force-pushed the renovate/docs-persona branch from 932e47f to 5dac364 Compare September 25, 2025 14:58
@renovate renovate bot force-pushed the renovate/docs-persona branch from 5dac364 to 90e76f3 Compare October 23, 2025 20:12
@renovate renovate bot force-pushed the renovate/docs-persona branch from 90e76f3 to 2b91b50 Compare November 10, 2025 23:36
@renovate renovate bot force-pushed the renovate/docs-persona branch from 2b91b50 to 4248aab Compare November 19, 2025 00:07
@renovate renovate bot force-pushed the renovate/docs-persona branch from 4248aab to 87f4f25 Compare December 3, 2025 19:37
@renovate renovate bot force-pushed the renovate/docs-persona branch from 87f4f25 to eb6bafc Compare December 31, 2025 15:39
@renovate renovate bot force-pushed the renovate/docs-persona branch from eb6bafc to 97502e0 Compare January 8, 2026 18:45
@renovate renovate bot force-pushed the renovate/docs-persona branch 2 times, most recently from 69a219c to 7335be1 Compare January 23, 2026 16:36
@renovate renovate bot force-pushed the renovate/docs-persona branch from 7335be1 to 4ab7fc8 Compare February 2, 2026 19:41
@renovate renovate bot force-pushed the renovate/docs-persona branch 2 times, most recently from 279c517 to f691d3f Compare February 17, 2026 19:52
@renovate renovate bot force-pushed the renovate/docs-persona branch from f691d3f to 1630fd3 Compare March 5, 2026 20:56
@renovate renovate bot force-pushed the renovate/docs-persona branch from 1630fd3 to 5e699b4 Compare March 13, 2026 11:13
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