CoreUI PRO v5.3.1
Sunday, August 4, 2024
We are pleased to announce the release of CoreUI PRO v5.3.1. This update addresses several key fixes and includes updates to critical dependencies, enhancing the stability and performance of the CoreUI PRO library.
How to Update
To ensure a smooth transition to CoreUI PRO v5.3.1, follow these steps:
- Open your project’s
package.json
. - Locate the
@coreui/coreui-pro
entry under dependencies and update the version number to5.3.1
. - Save your changes to the
package.json
file. - In your project’s root directory, run the update command appropriate for your package manager:
- For npm users, execute
npm install
. - For yarn users, execute
yarn install
.
- For npm users, execute
What’s New
Fixes
- Sidebar: Emit proper occupy size for
.sidebar-{sm|lg|xl}
when the sidebar is narrow. - Bootstrap Theme: Publish missing bootstrap theme on npm.
Dependency Updates
This release also includes updates to several dependencies to ensure compatibility with the latest features and security patches:
- Updated
@babel/core
from^7.24.9
to^7.25.2
- Updated
@babel/preset-env
from^7.24.8
to^7.25.3
- Updated
bundlewatch
from^0.3.3
to^0.4.0
- Updated
eslint-plugin-unicorn
from^54.0.0
to^55.0.0
- Updated
hugo-bin
from^0.126.0
to^0.127.0
- Updated
jasmine
from^5.1.0
to^5.2.0
- Updated
karma
from^6.4.3
to^6.4.4
- Updated
postcss
from^8.4.39
to^8.4.40
- Updated
rollup
from^4.18.1
to^4.19.2
- Updated
rtlcss
from^4.1.1
to^4.2.0
- Updated
stylelint
from^16.7.0
to^16.8.1
For a detailed overview of all the enhancements, fixes, and updates introduced in this version, please refer to the full changelog on GitHub.