From d9d7eda380770657b3f5f2070f180ab7ce6a3587 Mon Sep 17 00:00:00 2001 From: Vincenzo Palazzo Date: Fri, 22 Apr 2022 15:02:45 +0200 Subject: [PATCH] prepare release v1.1.3-rc2 Signed-off-by: Vincenzo Palazzo --- CHANGELOG.md | 11 +++++++++++ changelog.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a12c3b..b296c76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# v1.1.3-rc2 + +## Deprecated +- material-title-pane: deprecate MaterialTitlePaneUI old class ([commit](https://github.com/vincenzopalazzo/material-ui-swing/commit/fc7e2c81956428e9bf8adf0c3baac1347e0f8255)). @vincenzopalazzo 21-04-2022 +- remove the `paintFocusBorder` function ([commit](https://github.com/vincenzopalazzo/material-ui-swing/commit/5696bf23244eea2e82cc80ee5e6083cb87e20e45)). @vincenzopalazzo 21-04-2022 + +## Fixed +- button: fixes when the button should paint the border in focus mode ([commit](https://github.com/vincenzopalazzo/material-ui-swing/commit/ac510948ca20d45b0d6186020effda2681acc992)). @vincenzopalazzo 21-04-2022 +- title-pane: fixes button behavior ([commit](https://github.com/vincenzopalazzo/material-ui-swing/commit/b1d539daee8c402baa719a8ab7ed331ea7a6957d)). @vincenzopalazzo 21-04-2022 + + # v1.1.3-rc1 ## Fixed diff --git a/changelog.json b/changelog.json index 361f6ab..975c58d 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,6 @@ { "package_name": "material-ui-swing", - "version": "v1.1.3-rc1", + "version": "v1.1.3-rc2", "api": { "name": "github", "repository": "vincenzopalazzo/material-ui-swing",