From 0aaa363c645def59eb50dba899c83d4fd40a5ed9 Mon Sep 17 00:00:00 2001 From: mrholek Date: Wed, 25 Sep 2024 10:57:25 +0200 Subject: [PATCH 01/21] chore: update dependencies and devDependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @coreui/coreui ^5.0.2 → ^5.1.2 @coreui/icons-react ^2.2.1 → ^2.3.0 @coreui/react ^5.1.0 → ^5.4.0 autoprefixer ^10.4.19 → ^10.4.20 chart.js ^4.4.3 → ^4.4.4 core-js ^3.37.1 → ^3.38.1 eslint ^8.57.0 → ^9.11.1 eslint-plugin-prettier ^5.1.3 → ^5.2.1 eslint-plugin-react ^7.34.2 → ^7.36.1 postcss ^8.4.38 → ^8.4.47 prettier 3.3.2 → 3.3.3 react-router-dom ^6.23.1 → ^6.26.2 sass ^1.77.5 → ^1.79.3 simplebar-react ^3.2.5 → ^3.2.6 vite ^5.2.13 → ^5.4.8 --- package.json | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/package.json b/package.json index dfadda25c..355d61d59 100644 --- a/package.json +++ b/package.json @@ -20,35 +20,35 @@ }, "dependencies": { "@coreui/chartjs": "^4.0.0", - "@coreui/coreui": "^5.0.2", + "@coreui/coreui": "^5.1.2", "@coreui/icons": "^3.0.1", - "@coreui/icons-react": "^2.2.1", - "@coreui/react": "^5.1.0", + "@coreui/icons-react": "^2.3.0", + "@coreui/react": "^5.4.0", "@coreui/react-chartjs": "^3.0.0", "@coreui/utils": "^2.0.2", "@popperjs/core": "^2.11.8", - "chart.js": "^4.4.3", + "chart.js": "^4.4.4", "classnames": "^2.5.1", - "core-js": "^3.37.1", + "core-js": "^3.38.1", "prop-types": "^15.8.1", "react": "^18.3.1", "react-dom": "^18.3.1", "react-redux": "^9.1.2", - "react-router-dom": "^6.23.1", + "react-router-dom": "^6.26.2", "redux": "5.0.1", - "simplebar-react": "^3.2.5" + "simplebar-react": "^3.2.6" }, "devDependencies": { "@vitejs/plugin-react": "^4.3.1", - "autoprefixer": "^10.4.19", + "autoprefixer": "^10.4.20", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", - "eslint-plugin-prettier": "^5.1.3", - "eslint-plugin-react": "^7.34.2", + "eslint-plugin-prettier": "^5.2.1", + "eslint-plugin-react": "^7.36.1", "eslint-plugin-react-hooks": "^4.6.2", - "postcss": "^8.4.38", - "prettier": "3.3.2", - "sass": "^1.77.5", - "vite": "^5.2.13" + "postcss": "^8.4.47", + "prettier": "3.3.3", + "sass": "^1.79.3", + "vite": "^5.4.8" } } From cdec09f9204b3c0e4b8584ef953ef8bf2a4727d0 Mon Sep 17 00:00:00 2001 From: mrholek Date: Wed, 25 Sep 2024 11:04:00 +0200 Subject: [PATCH 02/21] build: silence Sass deprecation warnings --- vite.config.mjs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/vite.config.mjs b/vite.config.mjs index f0b45c375..7279dc3ef 100644 --- a/vite.config.mjs +++ b/vite.config.mjs @@ -15,6 +15,11 @@ export default defineConfig(() => { autoprefixer({}), // add options if needed ], }, + preprocessorOptions: { + scss: { + quietDeps: true, + }, + }, }, esbuild: { loader: 'jsx', From c7d747edc030edc6be98605510b9349a525f1e3c Mon Sep 17 00:00:00 2001 From: mrholek Date: Wed, 25 Sep 2024 12:16:39 +0200 Subject: [PATCH 03/21] release: v5.2.0 --- index.html | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 02f04b387..ca596acc7 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ diff --git a/src/components/AppFooter.js b/src/components/AppFooter.js index fd126f460..217c5a04c 100644 --- a/src/components/AppFooter.js +++ b/src/components/AppFooter.js @@ -8,7 +8,7 @@ const AppFooter = () => { CoreUI - © 2024 creativeLabs. + © 2025 creativeLabs.
Powered by From 74b0aaf708de9b9a417c9b9f0236a8febdac2da3 Mon Sep 17 00:00:00 2001 From: mrholek Date: Tue, 4 Feb 2025 14:37:27 +0100 Subject: [PATCH 17/21] refactor: migrate to CSS logical properties and values --- src/scss/_theme.scss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/scss/_theme.scss b/src/scss/_theme.scss index 49e1c79e6..b014421f2 100644 --- a/src/scss/_theme.scss +++ b/src/scss/_theme.scss @@ -4,8 +4,7 @@ body { .wrapper { width: 100%; - @include ltr-rtl("padding-left", var(--cui-sidebar-occupy-start, 0)); - @include ltr-rtl("padding-right", var(--cui-sidebar-occupy-end, 0)); + padding-inline: var(--cui-sidebar-occupy-start, 0) var(--cui-sidebar-occupy-end, 0); will-change: auto; @include transition(padding .15s); } @@ -33,13 +32,13 @@ body { } .sidebar-toggler { - @include ltr-rtl("margin-left", auto); + margin-inline-start: auto; } .sidebar-narrow, .sidebar-narrow-unfoldable:not(:hover) { .sidebar-toggler { - @include ltr-rtl("margin-right", auto); + margin-inline-end: auto } } From 69269e8e347d023d20a1b1dc8a27df9bdc5acfff Mon Sep 17 00:00:00 2001 From: mrholek Date: Fri, 7 Feb 2025 13:22:45 +0100 Subject: [PATCH 18/21] chore: update dependencies and devDependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @coreui/react ^5.4.1 → ^5.5.0 sass ^1.83.4 → ^1.84.0 vite ^6.0.11 → ^6.1.0 --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index d2476e36e..fd106e849 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "@coreui/coreui": "^5.2.0", "@coreui/icons": "^3.0.1", "@coreui/icons-react": "^2.3.0", - "@coreui/react": "^5.4.1", + "@coreui/react": "^5.5.0", "@coreui/react-chartjs": "^3.0.0", "@coreui/utils": "^2.0.2", "@popperjs/core": "^2.11.8", @@ -49,7 +49,7 @@ "globals": "^15.14.0", "postcss": "^8.5.1", "prettier": "3.4.2", - "sass": "^1.83.4", - "vite": "^6.0.11" + "sass": "^1.84.0", + "vite": "^6.1.0" } } From b78e444d202979e41b4f26388b548c9d642aa692 Mon Sep 17 00:00:00 2001 From: mrholek Date: Fri, 7 Feb 2025 13:27:12 +0100 Subject: [PATCH 19/21] release: v5.3.0 --- index.html | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index e2b715c93..84b9a228b 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@