Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmars committed Dec 13, 2024
1 parent 6fa4dde commit c9ef304
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 28 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ Constellation's flexible architecture empowers advanced users (professional fron

This gallery provides a collection of ready-to-use and customizable component. Explore them directly or [delve into the source code](https://github.com/pegasystems/constellation-ui-gallery/tree/master/src/components) for deeper understanding. Use this resource to gain inspiration, best practices, and a solid foundation for implementing custom components.

These components have been tested on Pega '23 and '24 and might not run older other versions of the Pega Platform
These components have been tested on Pega '23.1, '24.1, '24.2 and might not run older other versions of the Pega Platform

- Version 1.x and branch release/1.x.x should be used for Pega '23
- Version 2.x and branch master should be used for Pega '24.1
- Version 2.x and branch release/2.0 should be used for Pega '24.1
- Version 3.x and branch master should be used for Pega '24.2

Older versions of the Pega Platform have not been tested and are not supported.

Expand Down
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
"name": "pega-constellation-ui-gallery",
"version": "2.0.0",
"description": "A UI Gallery of Constellation DX Components",
"organization": "Pega",
"main": "src/index.js",
"type": "module",
"keywords": [
"pega"
],
Expand All @@ -14,6 +11,8 @@
},
"license": "Apache-2.0",
"author": "Pegasystems",
"type": "module",
"main": "src/index.js",
"scripts": {
"start": "storybook dev --port 6006",
"build-storybook": "storybook build --docs",
Expand Down Expand Up @@ -67,10 +66,10 @@
"@fullcalendar/react": "^6.1.15",
"@fullcalendar/timegrid": "^6.1.15",
"@hello-pangea/dnd": "^16.6.0",
"@pega/cosmos-react-core": "^7.0.6",
"@pega/cosmos-react-rte": "^7.0.6",
"@pega/cosmos-react-social": "^7.0.6",
"@pega/cosmos-react-work": "^7.0.6",
"@pega/cosmos-react-core": "^7.2.0",
"@pega/cosmos-react-rte": "^7.2.0",
"@pega/cosmos-react-social": "^7.2.0",
"@pega/cosmos-react-work": "^7.2.0",
"gantt-task-react": "^0.3.9",
"imask": "^7.6.1",
"jsbarcode": "^3.11.6",
Expand All @@ -83,13 +82,13 @@
"styled-components": "^5.3.11"
},
"devDependencies": {
"@pega/custom-dx-components": "~0.242.51",
"@pega/pcore-pconnect-typedefs": "~3.2.0-alpha.1",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@pega/configs": "^0.16.2",
"@pega/custom-dx-components": "^24.2.11",
"@pega/eslint-config": "^0.16.2",
"@pega/pcore-pconnect-typedefs": "^3.2.1",
"@pega/tsconfig": "^0.16.2",
"@storybook/addon-a11y": "^7.6.19",
"@storybook/addon-essentials": "^7.6.19",
Expand Down Expand Up @@ -122,11 +121,12 @@
"jest-junit": "^16.0.0",
"npm-quick-run": "^1.18.0",
"npm-run-all": "^4.1.5",
"prettier": "^3.4.1",
"prettier": "^3.4.2",
"sort-package-json": "^2.12.0",
"storybook": "^7.6.19",
"stylelint": "^16.11.0",
"ts-jest": "^29.2.5",
"typescript": "^5.7.2"
}
},
"organization": "Pega"
}
3 changes: 2 additions & 1 deletion src/GettingStarted.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ Each Constellation UI Gallery release offers two RAP files:
These components are confirmed to work with Pega Platform versions 23 and 24. To ensure compatibility, follow these guidelines:

- **Pega '23**: Use version 1.x and the release/1.x.x branch.
- **Pega '24.1**: Use version 2.x and the master branch.
- **Pega '24.1**: Use version 2.x and the release/2.0 branch.
- **Pega '24.2**: Use version 3.x and the master branch.

### Important Note:

Expand Down
2 changes: 1 addition & 1 deletion src/Libraries.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The following libraries are used in the Constellation DX Components UI Gallery:

# Core Constellation libraries

- **@pega/cosmos-xx** version 6.x for Pega 24.1
- **@pega/cosmos-xx** version 7.x for Pega 24.2

The following libraries must be in sync with the Constellation DX Components UI Gallery to avoid dependency and side effect issues.

Expand Down
2 changes: 1 addition & 1 deletion src/Support.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Here is an extract of the license: "software distributed under the License is di

In term of support and maintenance, this project follows the same approach as any other open source libraries - code is delivered as IS and since you are importing the components in your application ruleset, you are responsible for this code inside your application including support for any accessibility issues or issues after upgrade. The source code is provided and you can fork the code and make any change you want.

The project provides released version of the components for Pega Infinity 23.1 and 24.1 but only the latest Pega Platform version will be actively worked on.
The project provides released version of the components for Pega Infinity 23.1, 24.1 and 24.2 releases but only the latest Pega Platform version (24.2) will be actively worked on.

# Contributing

Expand Down

0 comments on commit c9ef304

Please sign in to comment.