From 394162523d7a13d3bddf49cdc6f78b88ea075117 Mon Sep 17 00:00:00 2001 From: gucal Date: Tue, 9 Apr 2024 12:53:43 +0300 Subject: [PATCH 1/3] Update changelog --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8047b1efa..7bec4490f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,41 @@ # Changelog +## [10.6.3](https://github.com/primefaces/primereact/tree/10.6.3) (2024-04-09) + +[Full Changelog](https://github.com/primefaces/primereact/compare/10.6.2...10.6.3) + +**New Features:** + +- New component InputOtp [\#6327](https://github.com/primefaces/primereact/issues/6327) + +**Enhancements:** + +- Unable to select item in Autcomplete with keyboard [\#6308](https://github.com/primefaces/primereact/issues/6308) +- Core: p-hidden-accessible modernization [\#6163](https://github.com/primefaces/primereact/issues/6163) +- Multiselect: must hit TAB key twice to move focus to next dropdown element [\#6288](https://github.com/primefaces/primereact/issues/6288) + +**Fixed bugs:** + +- Dropdown filter : Filter Field Resets to Empty String on Empty Filter Result when uing onFilterEvent to fetch options dynamically [\#6265](https://github.com/primefaces/primereact/issues/6265) +- Multiselect scroll position reset bug [\#6305](https://github.com/primefaces/primereact/issues/6305) +- InputNumber: does not work with czech and slovak keyboard layout [\#6237](https://github.com/primefaces/primereact/issues/6237) +- InputNumber: Cannot insert value on Android [\#6275](https://github.com/primefaces/primereact/issues/6275) +- InputNumber: cannot shift + num key [\#6257](https://github.com/primefaces/primereact/issues/6257) +- ButtonGroup: missing children prop [\#6333](https://github.com/primefaces/primereact/issues/6333) +- InputText: It doesn't take classNames when unstyled is true [\#6274](https://github.com/primefaces/primereact/issues/6274) +- Dropdown: Focus change when editable and filter enabled [\#6297](https://github.com/primefaces/primereact/issues/6297) +- DataTable: Drag Selection Highlight Doesn't Appear in 10.6.2 [\#6272](https://github.com/primefaces/primereact/issues/6272) +- Core: Merging PT props only respects lower-case props [\#6289](https://github.com/primefaces/primereact/issues/6289) +- Calendar: Incorrect year with numberOfMonths and yearNavigator [\#6285](https://github.com/primefaces/primereact/issues/6285) +- Core: Unstyled property does not inherit to children [\#6142](https://github.com/primefaces/primereact/issues/6142) +- Vite: Build issues [\#6276](https://github.com/primefaces/primereact/issues/6276) +- ButtonGroup: forwardRef render functions accept exactly two parameters [\#6263](https://github.com/primefaces/primereact/issues/6263) +- MeterGroup: Component is not exported from the library [\#6268](https://github.com/primefaces/primereact/issues/6268) +- Tree: row selection checkbox not getting checked [\#6216](https://github.com/primefaces/primereact/issues/6216) +- Multiple Components: classnames not being set in unstyled mode [\#6329](https://github.com/primefaces/primereact/issues/6329) +- ToggleButton: Checkboxes showing before button [\#6222](https://github.com/primefaces/primereact/issues/6222) + + ## [10.6.2](https://github.com/primefaces/primereact/tree/10.6.2) (2024-03-29) [Full Changelog](https://github.com/primefaces/primereact/compare/10.6.1...10.6.2) From d795999d159e9065c8855816991b42e244fcda9a Mon Sep 17 00:00:00 2001 From: gucal Date: Tue, 9 Apr 2024 12:55:59 +0300 Subject: [PATCH 2/3] Set new version --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index d0bdfc70b7..3e4cf272a6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "primereact", - "version": "10.6.2", + "version": "10.6.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "primereact", - "version": "10.6.2", + "version": "10.6.3", "dependencies": { "@docsearch/react": "3.5.2", "chart.js": "4.4.1", diff --git a/package.json b/package.json index cc4bef1188..ee3c69da3f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "primereact", "private": false, - "version": "10.6.2", + "version": "10.6.3", "scripts": { "dev": "next dev", "start": "next start", From d79df619efe53e550146ba87b916d910e2e3e80f Mon Sep 17 00:00:00 2001 From: gucal Date: Tue, 9 Apr 2024 12:59:07 +0300 Subject: [PATCH 3/3] Update inputotp doc import --- components/doc/inputotp/basicdoc.js | 4 ++-- components/doc/inputotp/integeronlydoc.js | 4 ++-- components/doc/inputotp/maskdoc.js | 4 ++-- components/doc/inputotp/sampledoc.js | 4 ++-- components/doc/inputotp/templatedoc.js | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/components/doc/inputotp/basicdoc.js b/components/doc/inputotp/basicdoc.js index 733e985c46..68e8ad5786 100644 --- a/components/doc/inputotp/basicdoc.js +++ b/components/doc/inputotp/basicdoc.js @@ -1,7 +1,7 @@ -import React, { useState } from 'react'; import { DocSectionCode } from '@/components/doc/common/docsectioncode'; import { DocSectionText } from '@/components/doc/common/docsectiontext'; -import { InputOtp } from '@/components/lib/inputotp/inputotp'; +import { InputOtp } from '@/components/lib/inputotp/InputOtp'; +import { useState } from 'react'; export function BasicDoc(props) { const [token, setTokens] = useState(); diff --git a/components/doc/inputotp/integeronlydoc.js b/components/doc/inputotp/integeronlydoc.js index db451819e5..bcc7fa9a65 100644 --- a/components/doc/inputotp/integeronlydoc.js +++ b/components/doc/inputotp/integeronlydoc.js @@ -1,7 +1,7 @@ -import React, { useState } from 'react'; import { DocSectionCode } from '@/components/doc/common/docsectioncode'; import { DocSectionText } from '@/components/doc/common/docsectiontext'; -import { InputOtp } from '@/components/lib/inputotp/inputotp'; +import { InputOtp } from '@/components/lib/inputotp/InputOtp'; +import { useState } from 'react'; export function IntegerOnlyDoc(props) { const [token, setTokens] = useState(); diff --git a/components/doc/inputotp/maskdoc.js b/components/doc/inputotp/maskdoc.js index 173cb82de6..30997fe8c6 100644 --- a/components/doc/inputotp/maskdoc.js +++ b/components/doc/inputotp/maskdoc.js @@ -1,7 +1,7 @@ -import React, { useState } from 'react'; import { DocSectionCode } from '@/components/doc/common/docsectioncode'; import { DocSectionText } from '@/components/doc/common/docsectiontext'; -import { InputOtp } from '@/components/lib/inputotp/inputotp'; +import { InputOtp } from '@/components/lib/inputotp/InputOtp'; +import { useState } from 'react'; export function MaskDoc(props) { const [token, setTokens] = useState(); diff --git a/components/doc/inputotp/sampledoc.js b/components/doc/inputotp/sampledoc.js index 2e8bc8346b..9eb203754f 100644 --- a/components/doc/inputotp/sampledoc.js +++ b/components/doc/inputotp/sampledoc.js @@ -1,8 +1,8 @@ -import React, { useState } from 'react'; import { DocSectionCode } from '@/components/doc/common/docsectioncode'; import { DocSectionText } from '@/components/doc/common/docsectiontext'; -import { InputOtp } from '@/components/lib/inputotp/inputotp'; import { Button } from '@/components/lib/button/Button'; +import { InputOtp } from '@/components/lib/inputotp/InputOtp'; +import { useState } from 'react'; export function SampleDoc(props) { const [token, setTokens] = useState(); diff --git a/components/doc/inputotp/templatedoc.js b/components/doc/inputotp/templatedoc.js index fea84daf50..75f1cbb70d 100644 --- a/components/doc/inputotp/templatedoc.js +++ b/components/doc/inputotp/templatedoc.js @@ -1,7 +1,7 @@ -import React, { useState } from 'react'; import { DocSectionCode } from '@/components/doc/common/docsectioncode'; import { DocSectionText } from '@/components/doc/common/docsectiontext'; -import { InputOtp } from '@/components/lib/inputotp/inputotp'; +import { InputOtp } from '@/components/lib/inputotp/InputOtp'; +import { useState } from 'react'; export function TemplateDoc(props) { const [token, setTokens] = useState();