Skip to content

Commit

Permalink
Set new version
Browse files Browse the repository at this point in the history
  • Loading branch information
tugcekucukoglu committed May 15, 2024
1 parent 14ef7f8 commit ccfdde5
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 14 deletions.
14 changes: 6 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## [4.0.0-beta-2](https://github.com/primefaces/primevue/tree/4.0.0-beta-2) (2024-05-03)
## [4.0.0-beta.3](https://github.com/primefaces/primevue/tree/4.0.0-beta.3) (2024-05-15)

[Full Changelog](https://github.com/primefaces/primevue/compare/4.0.0-beta-1...4.0.0-beta-2)
[Full Changelog](https://github.com/primefaces/primevue/compare/4.0.0-beta.2...4.0.0-beta.3)

**Deprecated:**

Expand All @@ -19,24 +19,22 @@
- Deprecated properties [\#5683](https://github.com/primefaces/primevue/issues/5683)
- Deprecated slots [\#5682](https://github.com/primefaces/primevue/issues/5682)
- Key name changes for pt property [\#5681](https://github.com/primefaces/primevue/issues/5681)
- [\#5678](https://github.com/primefaces/primevue/issues/5678)

**Fixed bugs:**

- Tabs: Ripple Position [\#5690](https://github.com/primefaces/primevue/issues/5690)
- [v4 beta1: InputMask] Placeholder attribute does not work [\#5664](https://github.com/primefaces/primevue/issues/5664)
- Accordion: "Invalid watch source: undefined" and "Failed to resolve directive: ripple" [\#5733](https://github.com/primefaces/primevue/issues/5733)
- v4: TypeError: Theme\_\_default.default.setPreset is not a function when configuring theme configuration using definePreset in vitest tests [\#5689](https://github.com/primefaces/primevue/issues/5689)
- [\#5678](https://github.com/primefaces/primevue/issues/5678)

**Implemented New Features and Enhancements:**

- Remove PrimeVueStyled and PrimeVueUnstyled plugins [\#5728](https://github.com/primefaces/primevue/issues/5728)
- Small sized Badge [\#5729](https://github.com/primefaces/primevue/issues/5729)

## [4.0.0-beta-2](https://github.com/primefaces/primevue/tree/4.0.0-beta-2) (2024-05-03)
## [4.0.0-beta.2](https://github.com/primefaces/primevue/tree/4.0.0-beta.2) (2024-05-03)

[Full Changelog](https://github.com/primefaces/primevue/compare/4.0.0-beta-1...4.0.0-beta-2)
[Full Changelog](https://github.com/primefaces/primevue/compare/4.0.0-beta.1...4.0.0-beta.2)

**Deprecated:**

Expand Down Expand Up @@ -66,9 +64,9 @@
- Reimplement: Accordion [\#5643](https://github.com/primefaces/primevue/issues/5643)
- New Component: Tabs [\#5621](https://github.com/primefaces/primevue/issues/5621)

## [4.0.0-beta-1](https://github.com/primefaces/primevue/tree/4.0.0-beta-1)
## [4.0.0-beta.1](https://github.com/primefaces/primevue/tree/4.0.0-beta.1)

[Full Changelog](https://github.com/primefaces/primevue/compare/3.51.0...4.0.0-beta-1)
[Full Changelog](https://github.com/primefaces/primevue/compare/3.51.0...4.0.0-beta.1)

**Breaking Changes:**

Expand Down
6 changes: 3 additions & 3 deletions doc/vite/DownloadDoc.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ export default {
code: {
basic: `
# Using npm
npm install [email protected].1
npm install [email protected].3
# Using yarn
yarn add [email protected].1
yarn add [email protected].3
# Using pnpm
pnpm add [email protected].1
pnpm add [email protected].3
`
}
};
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "primevue",
"version": "4.0.0-beta.2",
"version": "4.0.0-beta.3",
"homepage": "https://primevue.org/",
"repository": {
"type": "git",
Expand Down

0 comments on commit ccfdde5

Please sign in to comment.