parent
14ef7f8acf
commit
ccfdde521a
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -1,8 +1,8 @@
|
||||||
# Changelog
|
# 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:**
|
**Deprecated:**
|
||||||
|
|
||||||
|
@ -19,7 +19,6 @@
|
||||||
- Deprecated properties [\#5683](https://github.com/primefaces/primevue/issues/5683)
|
- Deprecated properties [\#5683](https://github.com/primefaces/primevue/issues/5683)
|
||||||
- Deprecated slots [\#5682](https://github.com/primefaces/primevue/issues/5682)
|
- Deprecated slots [\#5682](https://github.com/primefaces/primevue/issues/5682)
|
||||||
- Key name changes for pt property [\#5681](https://github.com/primefaces/primevue/issues/5681)
|
- Key name changes for pt property [\#5681](https://github.com/primefaces/primevue/issues/5681)
|
||||||
- [\#5678](https://github.com/primefaces/primevue/issues/5678)
|
|
||||||
|
|
||||||
**Fixed bugs:**
|
**Fixed bugs:**
|
||||||
|
|
||||||
|
@ -27,16 +26,15 @@
|
||||||
- [v4 beta1: InputMask] Placeholder attribute does not work [\#5664](https://github.com/primefaces/primevue/issues/5664)
|
- [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)
|
- 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)
|
- 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:**
|
**Implemented New Features and Enhancements:**
|
||||||
|
|
||||||
- Remove PrimeVueStyled and PrimeVueUnstyled plugins [\#5728](https://github.com/primefaces/primevue/issues/5728)
|
- Remove PrimeVueStyled and PrimeVueUnstyled plugins [\#5728](https://github.com/primefaces/primevue/issues/5728)
|
||||||
- Small sized Badge [\#5729](https://github.com/primefaces/primevue/issues/5729)
|
- 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:**
|
**Deprecated:**
|
||||||
|
|
||||||
|
@ -66,9 +64,9 @@
|
||||||
- Reimplement: Accordion [\#5643](https://github.com/primefaces/primevue/issues/5643)
|
- Reimplement: Accordion [\#5643](https://github.com/primefaces/primevue/issues/5643)
|
||||||
- New Component: Tabs [\#5621](https://github.com/primefaces/primevue/issues/5621)
|
- 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:**
|
**Breaking Changes:**
|
||||||
|
|
||||||
|
|
|
@ -12,13 +12,13 @@ export default {
|
||||||
code: {
|
code: {
|
||||||
basic: `
|
basic: `
|
||||||
# Using npm
|
# Using npm
|
||||||
npm install primevue@4.0.0-beta.1
|
npm install primevue@4.0.0-beta.3
|
||||||
|
|
||||||
# Using yarn
|
# Using yarn
|
||||||
yarn add primevue@4.0.0-beta.1
|
yarn add primevue@4.0.0-beta.3
|
||||||
|
|
||||||
# Using pnpm
|
# Using pnpm
|
||||||
pnpm add primevue@4.0.0-beta.1
|
pnpm add primevue@4.0.0-beta.3
|
||||||
`
|
`
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "primevue",
|
"name": "primevue",
|
||||||
"version": "4.0.0-beta.2",
|
"version": "4.0.0-beta.3",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "primevue",
|
"name": "primevue",
|
||||||
"version": "4.0.0-beta.2",
|
"version": "4.0.0-beta.3",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "primevue",
|
"name": "primevue",
|
||||||
"version": "4.0.0-beta.2",
|
"version": "4.0.0-beta.3",
|
||||||
"homepage": "https://primevue.org/",
|
"homepage": "https://primevue.org/",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|
Loading…
Reference in New Issue