CoreUI v5.0.0-beta.2

CoreUI v5.0.0-beta.2

In our latest update, we’ve focused on refining our project’s responsive design and ensuring our dependencies are up to date with the latest standards for improved functionality and performance. By adjusting key variables and upgrading essential tools, we aim to provide a seamless development experience and an optimized end-user interface. Here’s a summary of the changes made:

Refactor

  • change $mobile-breakpoint to lg

Dependencies

  • Updated @rollup/plugin-replace from ^5.0.4 to ^5.0.5
  • Updated eslint from ^8.52.0 to ^8.53.0
  • Updated eslint-plugin-unicorn from ^48.0.1 to ^49.0.0
  • Updated hugo-bin from ^0.115.0 to ^0.116.3
  • Updated rollup from ^3.29.4 to ^4.3.0
  • Updated rollup-plugin-istanbul from ^4.0.0 to ^5.0.0
  • Updated sass from ^1.69.4 to ^1.69.5
  • Updated terser from 5.22.0 to 5.24.0

Full list of changes: https://github.com/coreui/coreui/compare/v5.0.0-beta.1...v5.0.0-beta.2

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