CoreUI v5.0.0-rc.1

CoreUI v5.0.0-rc.1

In our latest release, version 5.0.0-rc.1, we’ve taken significant steps to improve the handling of both Left-to-Right (LTR) and Right-to-Left (RTL) text directions, ensuring a more intuitive and inclusive experience for users worldwide. We are excited to share that we’ve updated key dependencies to enhance our framework’s performance and compatibility. These updates are part of our ongoing commitment to provide a robust, secure, and efficient development environment, aligning with the latest industry standards and ensuring our framework remains at the forefront of technology.

Here’s what’s new:

Refactor

  • improve LTR and RTL direction handling

Dependencies

  • Updated @babel/cli from ^7.23.0 to ^7.23.4
  • Updated eslint from ^8.53.0 to ^8.54.0
  • Updated rollup from ^4.4.1 to ^4.5.2

Full list of changes

Subscribe to our newsletter
Get early information about new products, product updates and blog posts.
How to show or hide elements in React? A Step-by-Step Guide.
How to show or hide elements in React? A Step-by-Step Guide.

How to set focus on an input field after rendering in React
How to set focus on an input field after rendering in React

Passing props to child components in React function components
Passing props to child components in React function components

How to loop inside React JSX
How to loop inside React JSX

How to validate an email address in JavaScript
How to validate an email address in JavaScript

What is the difference between typeof and instanceof in JavaScript
What is the difference between typeof and instanceof in JavaScript