Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mertsincan committed Jun 16, 2021
1 parent af543e4 commit ce11fe7
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 0 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [6.4.1](https://github.com/primefaces/primereact/tree/6.4.1) (2021-06-16)

[Full Changelog](https://github.com/primefaces/primereact/compare/6.4.0...6.4.1)

**Implemented New Features and Enhancements:**

- Responsive TabMenu and Breadcrumb [\#2120](https://github.com/primefaces/primereact/issues/2120)
- Add visible and onVisibleChange properties to Calendar [\#2119](https://github.com/primefaces/primereact/issues/2119)
- Add monthNavigatorTemplate and yearNavigatorTemplate properties to Calendar [\#2116](https://github.com/primefaces/primereact/issues/2116)
- Toast center positioning enhancement [\#2108](https://github.com/primefaces/primereact/issues/2108)

**Fixed bugs:**

- InputMask cannot read property 'length' of null [\#2113](https://github.com/primefaces/primereact/issues/2113)
- Dropdown search crashes when no match with VirtualScrollar [\#2112](https://github.com/primefaces/primereact/issues/2112)
- The panel of Calendar is not aligned inside editable DataTable [\#2111](https://github.com/primefaces/primereact/issues/2111)
- MultiSelect filtering broken in v6.4.0 [\#2110](https://github.com/primefaces/primereact/issues/2110)
- DataTable - Headers of Columns with exportable at false are exported [\#2107](https://github.com/primefaces/primereact/issues/2107)
- ColorPicker doesn't change its color \(react-hook-form\) [\#2071](https://github.com/primefaces/primereact/issues/2071)

## [6.4.0](https://github.com/primefaces/primereact/tree/6.4.0) (2021-06-11)

[Full Changelog](https://github.com/primefaces/primereact/compare/6.3.2...6.4.0)
Expand Down
75 changes: 75 additions & 0 deletions public/showcase/changelog/changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,79 @@
{
"6.4.1": {
"calendar": [
{
"number": 2119,
"title": "Add visible and onVisibleChange properties to Calendar",
"url": "https://github.com/primefaces/primereact/issues/2119"
},
{
"number": 2116,
"title": "Add monthNavigatorTemplate and yearNavigatorTemplate properties to Calendar",
"url": "https://github.com/primefaces/primereact/issues/2116"
}
],
"inputmask": [
{
"number": 2113,
"title": "InputMask cannot read property 'length' of null",
"url": "https://github.com/primefaces/primereact/issues/2113"
}
],
"breadcrumb": [
{
"number": 2120,
"title": "Responsive TabMenu and Breadcrumb",
"url": "https://github.com/primefaces/primereact/issues/2120"
}
],
"tabmenu": [
{
"number": 2120,
"title": "Responsive TabMenu and Breadcrumb",
"url": "https://github.com/primefaces/primereact/issues/2120"
}
],
"multiselect": [
{
"number": 2110,
"title": "MultiSelect filtering broken in v6.4.0",
"url": "https://github.com/primefaces/primereact/issues/2110"
}
],
"toast": [
{
"number": 2108,
"title": "Toast center positioning enhancement",
"url": "https://github.com/primefaces/primereact/issues/2108"
}
],
"datatable": [
{
"number": 2111,
"title": "The panel of Calendar is not aligned inside editable DataTable",
"url": "https://github.com/primefaces/primereact/issues/2111"
},
{
"number": 2107,
"title": "DataTable - Headers of Columns with exportable at false are exported",
"url": "https://github.com/primefaces/primereact/issues/2107"
}
],
"dropdown": [
{
"number": 2112,
"title": "Dropdown search crashes when no match with VirtualScrollar",
"url": "https://github.com/primefaces/primereact/issues/2112"
}
],
"colorpicker": [
{
"number": 2071,
"title": "ColorPicker doesn't change its color (react-hook-form)",
"url": "https://github.com/primefaces/primereact/issues/2071"
}
]
},
"6.4.0": {
"breadcrumb": [
{
Expand Down

0 comments on commit ce11fe7

Please sign in to comment.