10.8.3
What's Changed
- fix:#6987 Dropdown filter freezes screen by @kl-nevermore in #6991
- Fix #6997: MenuBar re-render on props.model changes by @melloware in #6999
- 6993: fix Editor bullet issue when using Quill 2.0.2 by @swotiendang in #7004
- Fix #7002: Dropdown improve Android key handling by @melloware in #7003
- Fix #6995: Key should be reference on element and not spread by @melloware in #7000
- Avoid droppoints within undroppable node, not around by @rpiaggio in #7005
- Fix typos in DataTable documentation by @YellowLime77 in #7006
- fix: calendar not closing on escape key press by @navedqb in #7008
- Fix #7016: Revert CascadeSelect type for input by @melloware in #7019
- fixes issue #7014: inserting mentions results in duplicated text by @chaowss in #7017
- Fix #7015: Calendar passthrough type definition and docs by @ivanpajon in #7021
- Fix #7016: CascadeSelect passthrough type definition and docs by @ivanpajon in #7020
- Fix #6996: keep the selected row in its position when it gets focused below… by @KumJungMin in #7022
- Fix #7023: Toast typescript def for content by @melloware in #7024
- docs: remove v-model example from iconfield documentation by @franmc01 in #7027
- fix: remove v-model example from iconfield documentation by @navedqb in #7029
- Fix missing commas in PrimeReact message examples by @franmc01 in #7030
- Fix #7032: Passthrough options type and missing docs by @ivanpajon in #7033
- fix: #7035, Dropdown: Remove unused depreciated code by @akshayaqburst in #7036
- fix: #7013 Fix RadioButton appearing without tailwind style by @gcko in #7047
- Fix #7046: TreeTable typescript for PT row/column by @melloware in #7048
- Fix #7050: HeaderCheckbox passthrough by @melloware in #7053
- Fix #6998: add closest check condition to detect handle icon drag. by @KumJungMin in #7051
- fix: #6868 Refactor location of tailwind styles by @gcko in #7057
- fix: #7037, Dropdown: Cannot change icon when expanding or collapsing options by @akshayaqburst in #7038
- Fix #7061: Typo in Tailwind secondary button style by @onn-software in #7062
- Stepper: add header position by @TikouWeb in #7040
- fix: #7042 Add Tailwind styling for IconField by @gcko in #7066
- refactor(panelmenu): replace submenuIcon with expandIcon and collapse… by @franmc01 in #7031
- Fix #6855: ConfirmDialog group missing from typescript by @melloware in #7068
- Fix #7074: ConfirmDialog - RejectButton classes in unstyled mode are not applied by @ivanpajon in #7075
- Correct passthrough (pt) implementation for Stepperpanel. by @Sumeet-2023 in #7069
- Fix: Typo in tailwinddoc of splitter. by @Sumeet-2023 in #7078
- Fix: allow zero value using nullish coalescing operator(Slider) by @KumJungMin in #7079
- perf(dropdown): get option value judgment logic by @betavs in #7083
- Fix formatting by @melloware in #7084
- add build project in window os by @swotiendang in #7086
- chore(deps): bump chart.js from 4.4.3 to 4.4.4 by @dependabot in #7098
- chore(deps-dev): bump @types/node from 20.14.2 to 22.5.2 by @dependabot in #7099
- chore(deps-dev): bump @testing-library/jest-dom from 6.4.8 to 6.5.0 by @dependabot in #7100
- feat: #6870 Ensure steps can be programmatically styled by @gcko in #7101
- fix(DataTable): Don't mix controlled and uncontrolled filter by @Et7f3 in #7104
- Fix #7102: DataView fix listTemplate typescript def by @melloware in #7105
- Multiselect focus problem by @nitrogenous in #7113
- feat: #7073 Add missing focused context by @gcko in #7107
- Fix #7109: SplitterPanel pass onClick through by @melloware in #7114
- Fix #6784 - Toast onRemove message by @lukelalo in #7108
- Fix #7110 - SpeedDial : Fix aria-controls values by @kyybo in #7111
- Fix #7118 : Updating Chart accessibility documentation by @kyybo in #7119
- feat: #6093 Fix Tailwind styles in unstyled mode by @gcko in #7124
- Fix #7039 : Correct Event handling for Cut Command by @Sumeet-2023 in #7127
- Fix #7120: Breadcrumb shows a trailing separator when there… by @meddvedev in #7133
- feat(Stepper): document undocumented start and end options, add types & improve by @komachi in #7128
- feat: #5644 Add missing tailwind styles by @gcko in #7123
- Fix #7134:Refactor Dropdown component to support using option as value by @Rekl0w in #7141
- Fix #7137: MultiSelect template docs by @melloware in #7143
- Fix: #7136 Defines a new File type extended with custom objectURL property by @ewenjo in #7145
- fix: #6857 Adjust top up by 1px when gridlines are active by @gcko in #7151
- feat: make AdditionalProps argument in IconOptions type optional by @alperari in #7149
- Fix #7126 : update Tree TypeScript documentation by @kyybo in #7160
- Fix: #7161 replace src value in DataTable typescript documentation by @FrancescoScandiffio in #7162
- Fix #7166 - Datatable : fix ColumnFilter aria-controls by @kyybo in #7167
- Fix #7163: Refactor AutoComplete.js to fix the group selection by @Rekl0w in #7164
- fix: prevent onselect event when prev, next calendar button by @KumJungMin in #7155
- Fix #7165: Badge/Tag typescript add secondary and contrast by @melloware in #7168
- Fix: TabMenu - resolve rendering issue of stackblitz apps for Command and Template examples by @FrancescoScandiffio in #7171
- Datatable frozen columns bug by @nitrogenous in #7174
- Fixing accessibility issue of dropdown by @ImmortalRabbit in #7175
- Panel Menu Component highlights bug by @nitrogenous in #7178
- fix: InputOtp IntegerOnly mode accepts "space" by @navedqb in #7139
- fix: Tree missing drag drop functionality by @pascalbaetz in #7181
- Fix #7182: FloatLabel proper SPAN attributes by @melloware in #7183
- Fix #6851: Pressing buttons on touch devices will not focus InputText in turn Keyboard. by @Sumeet-2023 in #7189
- [FIX] - ContextMenu import error #7190 by @FrancescoScandiffio in #7191
- Fix #7187: Provide readable input value based on selected option labels by @iamkyrylo in #7188
New Contributors
- @swotiendang made their first contribution in #7004
- @YellowLime77 made their first contribution in #7006
- @chaowss made their first contribution in #7017
- @onn-software made their first contribution in #7062
- @TikouWeb made their first contribution in #7040
- @Sumeet-2023 made their first contribution in #7069
- @lukelalo made their first contribution in #7108
- @kyybo made their first contribution in #7111
- @komachi made their first contribution in #7128
- @alperari made their first contribution in #7149
- @FrancescoScandiffio made their first contribution in #7162
- @ImmortalRabbit made their first contribution in #7175
- @pascalbaetz made their first contribution in #7181
- @iamkyrylo made their first contribution in #7188
Full Changelog: 10.8.2...10.8.3
What's Changed
- fix:#6987 Dropdown filter freezes screen by @kl-nevermore in #6991
- Fix #6997: MenuBar re-render on props.model changes by @melloware in #6999
- 6993: fix Editor bullet issue when using Quill 2.0.2 by @swotiendang in #7004
- Fix #7002: Dropdown improve Android key handling by @melloware in #7003
- Fix #6995: Key should be reference on element and not spread by @melloware in #7000
- Avoid droppoints within undroppable node, not around by @rpiaggio in #7005
- Fix typos in DataTable documentation by @YellowLime77 in #7006
- fix: calendar not closing on escape key press by @navedqb in #7008
- Fix #7016: Revert CascadeSelect type for input by @melloware in #7019
- fixes issue #7014: inserting mentions results in duplicated text by @chaowss in #7017
- Fix #7015: Calendar passthrough type definition and docs by @ivanpajon in #7021
- Fix #7016: CascadeSelect passthrough type definition and docs by @ivanpajon in #7020
- Fix #6996: keep the selected row in its position when it gets focused below… by @KumJungMin in #7022
- Fix #7023: Toast typescript def for content by @melloware in #7024
- docs: remove v-model example from iconfield documentation by @franmc01 in #7027
- fix: remove v-model example from iconfield documentation by @navedqb in #7029
- Fix missing commas in PrimeReact message examples by @franmc01 in #7030
- Fix #7032: Passthrough options type and missing docs by @ivanpajon in #7033
- fix: #7035, Dropdown: Remove unused depreciated code by @akshayaqburst in #7036
- fix: #7013 Fix RadioButton appearing without tailwind style by @gcko in #7047
- Fix #7046: TreeTable typescript for PT row/column by @melloware in #7048
- Fix #7050: HeaderCheckbox passthrough by @melloware in #7053
- Fix #6998: add closest check condition to detect handle icon drag. by @KumJungMin in #7051
- fix: #6868 Refactor location of tailwind styles by @gcko in #7057
- fix: #7037, Dropdown: Cannot change icon when expanding or collapsing options by @akshayaqburst in #7038
- Fix #7061: Typo in Tailwind secondary button style by @onn-software in #7062
- Stepper: add header position by @TikouWeb in #7040
- fix: #7042 Add Tailwind styling for IconField by @gcko in #7066
- refactor(panelmenu): replace submenuIcon with expandIcon and collapse… by @franmc01 in #7031
- Fix #6855: ConfirmDialog group missing from typescript by @melloware in #7068
- Fix #7074: ConfirmDialog - RejectButton classes in unstyled mode are not applied by @ivanpajon in #7075
- Correct passthrough (pt) implementation for Stepperpanel. by @Sumeet-2023 in #7069
- Fix: Typo in tailwinddoc of splitter. by @Sumeet-2023 in #7078
- Fix: allow zero value using nullish coalescing operator(Slider) by @KumJungMin in #7079
- perf(dropdown): get option value judgment logic by @betavs in #7083
- Fix formatting by @melloware in #7084
- add build project in window os by @swotiendang in #7086
- chore(deps): bump chart.js from 4.4.3 to 4.4.4 by @dependabot in #7098
- chore(deps-dev): bump @types/node from 20.14.2 to 22.5.2 by @dependabot in #7099
- chore(deps-dev): bump @testing-library/jest-dom from 6.4.8 to 6.5.0 by @dependabot in #7100
- feat: #6870 Ensure steps can be programmatically styled by @gcko in #7101
- fix(DataTable): Don't mix controlled and uncontrolled filter by @Et7f3 in #7104
- Fix #7102: DataView fix listTemplate typescript def by @melloware in #7105
- Multiselect focus problem by @nitrogenous in #7113
- feat: #7073 Add missing focused context by @gcko in #7107
- Fix #7109: SplitterPanel pass onClick through by @melloware in #7114
- Fix #6784 - Toast onRemove message by @lukelalo in #7108
- Fix #7110 - SpeedDial : Fix aria-controls values by @kyybo in #7111
- Fix #7118 : Updating Chart accessibility documentation by @kyybo in #7119
- feat: #6093 Fix Tailwind styles in unstyled mode by @gcko in #7124
- Fix #7039 : Correct Event handling for Cut Command by @Sumeet-2023 in #7127
- Fix #7120: Breadcrumb shows a trailing separator when there… by @meddvedev in #7133
- feat(Stepper): document undocumented start and end options, add types & improve by @komachi in #7128
- feat: #5644 Add missing tailwind styles by @gcko in #7123
- Fix #7134:Refactor Dropdown component to support using option as value by @Rekl0w in #7141
- Fix #7137: MultiSelect template docs by @melloware in #7143
- Fix: #7136 Defines a new File type extended with custom objectURL property by @ewenjo in #7145
- fix: #6857 Adjust top up by 1px when gridlines are active by @gcko in #7151
- feat: make AdditionalProps argument in IconOptions type optional by @alperari in #7149
- Fix #7126 : update Tree TypeScript documentation by @kyybo in #7160
- Fix: #7161 replace src value in DataTable typescript documentation by @FrancescoScandiffio in #7162
- Fix #7166 - Datatable : fix ColumnFilter aria-controls by @kyybo in #7167
- Fix #7163: Refactor AutoComplete.js to fix the group selection by @Rekl0w in #7164
- fix: prevent onselect event when prev, next calendar button by @KumJungMin in #7155
- Fix #7165: Badge/Tag typescript add secondary and contrast by @melloware in #7168
- Fix: TabMenu - resolve rendering issue of stackblitz apps for Command and Template examples by @FrancescoScandiffio in #7171
- Datatable frozen columns bug by @nitrogenous in #7174
- Fixing accessibility issue of dropdown by @ImmortalRabbit in #7175
- Panel Menu Component highlights bug by @nitrogenous in #7178
- fix: InputOtp IntegerOnly mode accepts "space" by @navedqb in #7139
- fix: Tree missing drag drop functionality by @pascalbaetz in #7181
- Fix #7182: FloatLabel proper SPAN attributes by @melloware in #7183
- Fix #6851: Pressing buttons on touch devices will not focus InputText in turn Keyboard. by @Sumeet-2023 in #7189
- [FIX] - ContextMenu import error #7190 by @FrancescoScandiffio in #7191
- Fix #7187: Provide readable input value based on selected option labels by @iamkyrylo in #7188
New Contributors
- @swotiendang made their first contribution in #7004
- @YellowLime77 made their first contribution in #7006
- @chaowss made their first contribution in #7017
- @onn-software made their first contribution in #7062
- @TikouWeb made their first contribution in #7040
- @Sumeet-2023 made their first contribution in #7069
- @lukelalo made their first contribution in #7108
- @kyybo made their first contribution in #7111
- @komachi made their first contribution in #7128
- @alperari made their first contribution in #7149
- @FrancescoScandiffio made their first contribution in #7162
- @ImmortalRabbit made their first contribution in #7175
- @pascalbaetz made their first contribution in #7181
- @iamkyrylo made their first contribution in #7188
Full Changelog: 10.8.2...10.8.3