Skip to content

Commit

Permalink
Merge pull request porsche-design-system#3715 from porsche-design-sys…
Browse files Browse the repository at this point in the history
…tem/issue/3714

Carousel throws error when object-like string is passed for pagination prop (issue/3714)
  • Loading branch information
stephanschroeter authored Jan 23, 2025
2 parents de1c093 + bae1a7d commit e888697
Show file tree
Hide file tree
Showing 20 changed files with 167 additions and 141 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1550,9 +1550,6 @@ exports[`should match snapshot 1`] = `
"description": "@deprecated since v3.0.0, will be removed with next major release, use \`pagination\` instead. If true, the carousel will not show pagination bullets at the bottom.",
"isBreakpointCustomizable": true,
"isDeprecated": true,
"propOptions": {
"mutable": true,
},
"type": "boolean",
},
"focusOnCenterSlide": {
Expand Down Expand Up @@ -1604,9 +1601,6 @@ exports[`should match snapshot 1`] = `
"defaultValue": true,
"description": "If false, the carousel will not show pagination bullets at the bottom.",
"isBreakpointCustomizable": true,
"propOptions": {
"mutable": true,
},
"type": "boolean",
},
"rewind": {
Expand Down
2 changes: 1 addition & 1 deletion packages/components-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@angular/platform-browser": "^19.0.5",
"@angular/platform-browser-dynamic": "^19.0.5",
"@angular/router": "^19.0.5",
"@porsche-design-system/components-angular": "3.25.0",
"@porsche-design-system/components-angular": "3.25.1-rc.0",
"angular-imask": "^7.6.1",
"imask": "^7.6.1",
"rxjs": "^7.8.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@porsche-design-system/components-angular",
"version": "3.25.0",
"version": "3.25.1-rc.0",
"description": "Porsche Design System is a component library designed to help developers create the best experience for software or services distributed by Dr. Ing. h.c. F. Porsche AG.",
"keywords": [
"porsche",
Expand All @@ -17,7 +17,7 @@
"license": "SEE LICENSE IN LICENSE",
"homepage": "https://designsystem.porsche.com",
"dependencies": {
"@porsche-design-system/components-js": "3.25.0",
"@porsche-design-system/components-js": "3.25.1-rc.0",
"tslib": "^2.8.1"
},
"peerDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/components-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@
},
"dependencies": {
"@porsche-design-system/assets": "5.0.2",
"@porsche-design-system/components": "3.25.0",
"@porsche-design-system/components-js": "3.25.0",
"@porsche-design-system/components": "3.25.1-rc.0",
"@porsche-design-system/components-js": "3.25.1-rc.0",
"@porsche-design-system/components-manager-cli": "0.0.0",
"@porsche-design-system/partials": "0.0.0",
"imask": "^7.6.1"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@porsche-design-system/components-js",
"version": "3.25.0",
"version": "3.25.1-rc.0",
"description": "Porsche Design System is a component library designed to help developers create the best experience for software or services distributed by Dr. Ing. h.c. F. Porsche AG.",
"keywords": [
"porsche",
Expand Down
Loading

0 comments on commit e888697

Please sign in to comment.