Skip to content

Commit

Permalink
Merge branch 'master' into fix/primefaces#6216
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored Apr 13, 2024
2 parents 58b2ff8 + d8c7f7d commit f8da90b
Show file tree
Hide file tree
Showing 981 changed files with 33,645 additions and 33,222 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*
485 changes: 256 additions & 229 deletions .eslintrc.json

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ updates:
ignore:
- dependency-name: "react"
- dependency-name: "react-dom"
- dependency-name: "typedoc"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

strategy:
matrix:
node-version: [18.x, 20.x]
node-version: [20.x]

steps:
- uses: actions/checkout@v4
Expand All @@ -30,15 +30,15 @@ jobs:
run: |
npm install
- name: Lint Check
- name: Code Format
if: ${{ success() }}
run: |
npm run lint
npm run format:check
- name: Code Format
- name: Lint Check
if: ${{ success() }}
run: |
npm run format:check
npm run lint
- name: TypeScript Check
if: ${{ success() }}
Expand Down
83 changes: 83 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,88 @@
# 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)

## [10.6.1](https://github.com/primefaces/primereact/tree/10.6.1) (2024-03-29)

[Full Changelog](https://github.com/primefaces/primereact/compare/10.6.0...10.6.1)

## [10.6.0](https://github.com/primefaces/primereact/tree/10.6.0) (2024-03-29)

[Full Changelog](https://github.com/primefaces/primereact/compare/10.5.3...10.6.0)

**New Features:**
- New Component - Stepper [\#6250](https://github.com/primefaces/primereact/issues/6250)
- New Component - ButtonGroup [\#6251](https://github.com/primefaces/primereact/issues/6251)
- New Component - FloatLabel [\#6190](https://github.com/primefaces/primereact/issues/6190)
- New Component - IconField | InputIcon [\#6229](https://github.com/primefaces/primereact/issues/6229)
- Datatable: "not-in" mode for filter function [\#6252](https://github.com/primefaces/primereact/issues/6252)

**Enhancements:**
- Component structure enhancement - Tree TreeTable [\#6240](https://github.com/primefaces/primereact/issues/6240)
- MultistateCheckbox update [\#6249](https://github.com/primefaces/primereact/issues/6249)
- Enhancement focusOnHover Prop [\#6230](https://github.com/primefaces/primereact/issues/6230)
- TreeSelect: can't change default text "No results found" when not find data in filter TreeSelect [\#6173](https://github.com/primefaces/primereact/issues/6173)
- Listbox - focusOnHover prop [\#6171](https://github.com/primefaces/primereact/issues/6171)
- Upgrade PrimeIcons 7.0.0 [\#6255](https://github.com/primefaces/primereact/issues/6255)

**Fixed bugs:**
- Paginator: JumpToPageInput is broken by latest changes in Paginator [\#6226](https://github.com/primefaces/primereact/issues/6226)
- RadioButton: onChange is being triggered twice. [\#6223](https://github.com/primefaces/primereact/issues/6223)
- MultiSelect: selectionMessage not changing using locales [\#6220](https://github.com/primefaces/primereact/issues/6220)
- DataTable: NumpadEnter ignored during cell editing (and many other cases) [\#6023](https://github.com/primefaces/primereact/issues/6023)
- InputNumber: Does not allow copy/pasting [\#6192](https://github.com/primefaces/primereact/issues/6192)
- DataTable: RowClass conditional styling not working [\#6194](https://github.com/primefaces/primereact/issues/6194)
- Calendar: AM/PM does not work properly if minDate and maxDate validations are provided as prop [\#6151](https://github.com/primefaces/primereact/issues/6151)
- Calendar: When using timeonly and stepMinute prop together, minute is not showing correctly in the input field [\#5998](https://github.com/primefaces/primereact/issues/5998)
- DataTable 10.5.3: Drag to select doesn't work on any page past page 1 when paginated [\#6211](https://github.com/primefaces/primereact/issues/6211)
- Checkbox: Warning: specify either the checked prop, or the defaultChecked prop, but not both [\#6197](https://github.com/primefaces/primereact/issues/6197)
- Dropdown: missing hover style [\#6196](https://github.com/primefaces/primereact/issues/6196)
- TabView: Id doubles at root and nav elements [\#6201](https://github.com/primefaces/primereact/issues/6201)
- RadioButton, ToggleButton: Warning: Invalid DOM property readonly. Did you mean readOnly? [\#6186](https://github.com/primefaces/primereact/issues/6186)
- RadioButtoCheckBox wrong display [\#6181](https://github.com/primefaces/primereact/issues/6181)
- Checkbox: prop onClick changes the event type in 10.5.3 [\#6231](https://github.com/primefaces/primereact/issues/6231)
- TabView: TabPanel doesn't close if the 'closeIcon' prop is used [\#6165](https://github.com/primefaces/primereact/issues/6165)
- DataTable: Column Filter Typescript fix [\#6233](https://github.com/primefaces/primereact/issues/6233)
- ListBox: throw undefined error calling preventDefault() when running jest tests. [\#6184](https://github.com/primefaces/primereact/issues/6184)

## [10.5.3](https://github.com/primefaces/primereact/tree/10.5.3) (2024-03-19)

[Full Changelog](https://github.com/primefaces/primereact/compare/10.5.2...10.5.3)
Expand Down
2 changes: 1 addition & 1 deletion components/demo/DeferredDemo.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const DeferredDemo = ({ options, children, onLoad }) => {
<>
{!visible && (
<div ref={elementRef} className="card">
<div className="deferred-demo-loading"></div>
<div className="deferred-demo-loading" />
</div>
)}
{visible && children}
Expand Down
4 changes: 2 additions & 2 deletions components/doc/accessibility/colorsdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ export function ColorsDoc(props) {
<div className="flex">
<div className="h-8rem w-8rem flex flex-column justify-content-center align-items-center mr-5 font-bold bg-gray-900" style={{ borderRadius: '10px' }}>
<span className="text-indigo-500">Indigo 500</span>
<i className="text-indigo-500 pi pi-times-circle mt-3 text-xl"></i>
<i className="text-indigo-500 pi pi-times-circle mt-3 text-xl" />
</div>
<div className="h-8rem w-8rem flex flex-column justify-content-center align-items-center mr-5 font-bold bg-gray-900" style={{ borderRadius: '10px' }}>
<span className="text-indigo-200">Indigo 200</span>
<i className="text-indigo-200 pi pi-check-circle mt-3 text-xl"></i>
<i className="text-indigo-200 pi pi-check-circle mt-3 text-xl" />
</div>
</div>
</>
Expand Down
2 changes: 1 addition & 1 deletion components/doc/accordion/disableddoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export default function DisabledDemo() {
culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus.
</p>
</AccordionTab>
<AccordionTab header="Header IV" disabled></AccordionTab>
<AccordionTab header="Header IV" disabled />
</Accordion>
</div>
<DocSectionCode code={code} />
Expand Down
2 changes: 1 addition & 1 deletion components/doc/accordion/importdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { Accordion, AccordionTab } from 'primereact/accordion';

return (
<>
<DocSectionText {...props}></DocSectionText>
<DocSectionText {...props} />
<DocSectionCode code={code} hideToggleCode import hideStackBlitz />
</>
);
Expand Down
142 changes: 0 additions & 142 deletions components/doc/accordion/pt/ptdoc.js

This file was deleted.

Loading

0 comments on commit f8da90b

Please sign in to comment.