From 5ec2681fb177a1301def739ef4aa85917dca8442 Mon Sep 17 00:00:00 2001 From: mrholek Date: Wed, 12 Jun 2024 17:22:39 +0200 Subject: [PATCH] update website --- angular/index.html | 44 +-- blog/index.html | 183 ++++----- blog/page/10/index.html | 147 ++++---- blog/page/11/index.html | 215 +++++------ blog/page/12/index.html | 159 ++++---- blog/page/13/index.html | 141 +++++++ blog/page/2/index.html | 176 ++++----- blog/page/3/index.html | 178 +++++---- blog/page/4/index.html | 150 ++++---- blog/page/5/index.html | 156 ++++---- blog/page/6/index.html | 162 ++++---- blog/page/7/index.html | 174 ++++----- blog/page/8/index.html | 163 ++++---- blog/page/9/index.html | 171 ++++----- bootstrap/index.html | 44 +-- index.html | 44 +-- index.xml | 21 ++ react/index.html | 44 +-- sitemap.xml | 61 +-- tags/admin/index.html | 155 ++++---- tags/admin/index.xml | 23 +- tags/admin/page/2/index.html | 156 ++++---- tags/admin/page/3/index.html | 623 +++++++++++++++++++++++++++++++ tags/changelog/index.html | 159 ++++---- tags/changelog/index.xml | 23 +- tags/changelog/page/2/index.html | 140 ++++--- tags/changelog/page/3/index.html | 149 ++++---- tags/changelog/page/4/index.html | 139 +++---- tags/changelog/page/5/index.html | 158 ++++---- tags/changelog/page/6/index.html | 150 ++++++++ tags/index.xml | 86 ++--- tags/next.js/index.html | 53 +++ tags/next.js/index.xml | 9 +- tags/react/index.html | 152 ++++---- tags/react/index.xml | 23 +- tags/react/page/2/index.html | 119 +++--- tags/react/page/3/index.html | 150 ++++++++ tags/template/index.html | 155 ++++---- tags/template/index.xml | 23 +- tags/template/page/2/index.html | 156 ++++---- tags/template/page/3/index.html | 623 +++++++++++++++++++++++++++++++ tags/v5/index.html | 159 ++++---- tags/v5/index.xml | 23 +- tags/v5/page/2/index.html | 140 ++++--- tags/v5/page/3/index.html | 149 ++++---- tags/v5/page/4/index.html | 139 +++---- tags/v5/page/5/index.html | 158 ++++---- tags/v5/page/6/index.html | 150 ++++++++ vue/index.html | 44 +-- 49 files changed, 4451 insertions(+), 2368 deletions(-) create mode 100644 tags/admin/page/3/index.html create mode 100644 tags/template/page/3/index.html diff --git a/angular/index.html b/angular/index.html index 28edae259a9..6276dc9d49e 100644 --- a/angular/index.html +++ b/angular/index.html @@ -1086,7 +1086,7 @@

Latest Releases

-

CoreUI for Vue v5.1.0

+

CoreUI PRO Next.js Admin Template v2.1.0

- + @@ -1118,20 +1118,20 @@

-

We are excited to announce the release of CoreUI for Vue v5.1.0. This update introduces new features, refactors existing components for better performance and maintainability, and updates …

+

We are excited to announce the release of CoreUI PRO Next.js Admin Template v2.1.0. This update brings a new feature and several dependency updates to enhance the template’s …

- Read More… + Read More…


-

CoreUI PRO for Vue v5.2.0

+

CoreUI PRO React.js Admin Template v5.1.0 (Vite)

- + @@ -1163,20 +1163,20 @@

-

We are excited to announce the release of CoreUI PRO for Vue v5.2.0. This update introduces new features, significant improvements, and crucial bug fixes to enhance your development …

+

We are pleased to announce the release of CoreUI PRO React.js Admin Template v5.1.0 (Vite). This update introduces new features, critical fixes, and several dependency updates to enhance the …

- Read More… + Read More…


-

CoreUI for React v5.1.0

+

CoreUI Free React.js Admin Template v5.1.0 (Vite)

- + @@ -1208,15 +1208,15 @@

-

We are excited to announce the release of CoreUI for React v5.1.0, which includes new features, fixes, and critical dependency updates to enhance the performance and usability of our …

+

We are excited to announce the release of CoreUI Free React.js Admin Template v5.1.0 (Vite). This update brings new features, important fixes, and dependency updates to enhance your …

- Read More… + Read More…


diff --git a/blog/index.html b/blog/index.html index d00d0fd23d4..ce98754aa35 100644 --- a/blog/index.html +++ b/blog/index.html @@ -343,7 +343,7 @@
-

Understanding and Resolving the “React Must Be in Scope When Using JSX

+

CoreUI PRO Next.js Admin Template v2.1.0

@@ -379,21 +382,21 @@

-

React developers often encounter the error message “React must be in scope when using JSX.” This common error can be confusing, especially for beginners. In this article, we will explore why this error occurs, how to fix it, and best practices to avoid it in the future.

+

We are excited to announce the release of CoreUI PRO Next.js Admin Template v2.1.0. This update brings a new feature and several dependency updates to enhance the template’s functionality and performance.

-

What Does javascript:void(0) Mean?

+

CoreUI PRO React.js Admin Template v5.1.0 (Vite)

@@ -428,21 +434,21 @@

-

In JavaScript, javascript:void(0) is a common expression used within hyperlinks to prevent the default behavior of the link, such as reloading the page or navigating to a new page. This expression is frequently encountered but often misunderstood by many developers. Let’s break down what it means and how it works.

+

We are pleased to announce the release of CoreUI PRO React.js Admin Template v5.1.0 (Vite). This update introduces new features, critical fixes, and several dependency updates to enhance the overall stability and performance of the template.

-

How to Detect a Click Outside of a React Component

+

CoreUI Free React.js Admin Template v5.1.0 (Vite)

@@ -478,21 +486,21 @@

-

Detecting clicks outside a React component enhances user interactions by managing behaviors like closing tooltip, modals, or dropdown component when users click outside them. This technique ensures a more polished and user-friendly interface in your React app.

+

We are excited to announce the release of CoreUI Free React.js Admin Template v5.1.0 (Vite). This update brings new features, important fixes, and dependency updates to enhance your development experience.

-

CoreUI for Vue v5.1.0

+

Understanding and Resolving the “React Must Be in Scope When Using JSX

@@ -528,21 +536,21 @@

-

We are excited to announce the release of CoreUI for Vue v5.1.0. This update introduces new features, refactors existing components for better performance and maintainability, and updates various dependencies to their latest versions.

+

React developers often encounter the error message “React must be in scope when using JSX.” This common error can be confusing, especially for beginners. In this article, we will explore why this error occurs, how to fix it, and best practices to avoid it in the future.

-

CoreUI PRO for Vue v5.2.0

+

What Does javascript:void(0) Mean?

@@ -578,21 +585,21 @@

-

We are excited to announce the release of CoreUI PRO for Vue v5.2.0. This update introduces new features, significant improvements, and crucial bug fixes to enhance your development experience and ensure better performance.

+

In JavaScript, javascript:void(0) is a common expression used within hyperlinks to prevent the default behavior of the link, such as reloading the page or navigating to a new page. This expression is frequently encountered but often misunderstood by many developers. Let’s break down what it means and how it works.

-

CSS Selector for Parent Element

+

How to Detect a Click Outside of a React Component

@@ -627,21 +635,21 @@

-

CSS parent selector is a highly discussed topic within the developer community due to their absence in traditional CSS. Such a selector has been a long-standing desire among front-end developers. The concept revolves around styling a parent element based on the characteristics of its child elements and the overall HTML structure. Although CSS lacks a direct parent selector, introducing the :has() pseudo-class offers a solution to this limitation.

+

Detecting clicks outside a React component enhances user interactions by managing behaviors like closing tooltip, modals, or dropdown component when users click outside them. This technique ensures a more polished and user-friendly interface in your React app.

-

CoreUI for React v5.1.0

+

CoreUI for Vue v5.1.0

@@ -677,21 +685,21 @@

-

We are excited to announce the release of CoreUI for React v5.1.0, which includes new features, fixes, and critical dependency updates to enhance the performance and usability of our library.

+

We are excited to announce the release of CoreUI for Vue v5.1.0. This update introduces new features, refactors existing components for better performance and maintainability, and updates various dependencies to their latest versions.

-

CoreUI PRO for React v5.2.0

+

CoreUI PRO for Vue v5.2.0

@@ -727,21 +735,21 @@

-

We are thrilled to announce the release of CoreUI PRO for React v5.2.0, packed with new features, critical fixes, and dependency updates that enhance the stability and performance of the CoreUI library.

+

We are excited to announce the release of CoreUI PRO for Vue v5.2.0. This update introduces new features, significant improvements, and crucial bug fixes to enhance your development experience and ensure better performance.

-

CoreUI PRO v5.2.0

+

CSS Selector for Parent Element

@@ -777,21 +784,21 @@

-

We are pleased to announce the release of CoreUI PRO v5.2.0, dated May 27, 2024. This update includes significant improvements, new features, critical dependency updates, and build enhancements to improve the overall stability and performance of the CoreUI library.

+

CSS parent selector is a highly discussed topic within the developer community due to their absence in traditional CSS. Such a selector has been a long-standing desire among front-end developers. The concept revolves around styling a parent element based on the characteristics of its child elements and the overall HTML structure. Although CSS lacks a direct parent selector, introducing the :has() pseudo-class offers a solution to this limitation.

-

CoreUI v5.0.2

+

CoreUI for React v5.1.0

@@ -827,15 +834,15 @@

-

We are pleased to announce the release of CoreUI v5.0.2, dated May 27, 2024. This minor update includes critical dependency updates and build enhancements to improve the overall stability and performance of the CoreUI library.

+

We are excited to announce the release of CoreUI for React v5.1.0, which includes new features, fixes, and critical dependency updates to enhance the performance and usability of our library.

diff --git a/blog/page/10/index.html b/blog/page/10/index.html index f9ecfc33039..853f381546f 100644 --- a/blog/page/10/index.html +++ b/blog/page/10/index.html @@ -343,7 +343,7 @@
-

React? We’ve got (no) problem. Top5 React issues.

+

Top React UI Component Libraries in 2023

@@ -423,21 +426,24 @@

-

Commonly known as the most popular JavaScript framework… Wait… React JS is indeed based on JavaScript, but we’re not so sure about naming it a framework because… it’s rather a library? Which comes first, the chicken or the egg? ;) No matter if we prefer chicken or egg, there’s no argue that React.js is number 1. Netflix, Instagram, and Facebook are just at the beginning of the long list of web apps developed thanks to React.

+

Developers are consistently looking for the best tools for their projects. Numerous front-end developers agree that using a popular framework will keep the code simple and strong. This is why numerous programmers are now using the React UI Framework - a top-notch framework that offers excellent runtime performance for modern UIs.

+

This makes it an ideal option for constructing components that are of the highest quality, can be used multiple times and are able to handle large numbers of requests and renderings.

+

React allows you to create user interfaces that adjust to different platforms and browsers because it divides its data layer from the presentation logic. The React UI framework and component libraries are essential to JavaScript and make it possible to create customized user experiences.

+

This article is about the most beneficial React Component Libraries available in 2023, so let’s dive in.

-

CoreUI & Vue.js Forge… cause 1 is just not enough!

+

Who’s NEXT?

@@ -470,21 +476,22 @@

-

If you were thinking on new and exciting ways to learn Vue and get that hands-on Vue.js experience – there’s another great chance to join the biggest Vue.js community.

+

CoreUI PRO Next.js Admin Template coming in 3… 2… 1…

+

Why NEXT? Does it really give you the best developer experience with all the features you need for production: hybrid static & server rendering, TypeScript support, smart bundling, route pre-fetching, and more? And no config needed? Too good to be true ;)

-

Vue.js Forge

+

Black Friday aka Black Week aka Bull Shit?

@@ -517,21 +524,21 @@

Vue.js Vue.js Forge -

If you were thinking on new and exciting ways to learn Vue and get that hands-on Vue.js experience - here’s what you need to know!

+

Anyone else here think the whole black Friday thing is some Yankee Doodle bullshit? ;) you probably remember when few years ago 30,000 people bought crap on Black Friday… literally.

-

How to create a single page application using React.js

+

React? We’ve got (no) problem. Top5 React issues.

@@ -564,21 +571,21 @@

-

In this tutorial, you will learn how to create a single page application using ReactJS. You will learn how to create a simple ReactJS application that renders a simple message box.

+

Commonly known as the most popular JavaScript framework… Wait… React JS is indeed based on JavaScript, but we’re not so sure about naming it a framework because… it’s rather a library? Which comes first, the chicken or the egg? ;) No matter if we prefer chicken or egg, there’s no argue that React.js is number 1. Netflix, Instagram, and Facebook are just at the beginning of the long list of web apps developed thanks to React.

-

React v18.0 – finally is of legal age?

+

CoreUI & Vue.js Forge… cause 1 is just not enough!

@@ -611,21 +618,21 @@

-

It’s almost a month after official presentation on npm, so it’s we’re ready to roll with our remarks on the latest React version. As you know, CoreUI Admin Panel is not another blend of 3rd parties’ free components and libraries. It’s the only Open-Source React Admin Dashboard Template built on the enterprise-grade hand-crafted React UI Components Library. That’s why we’ve waited patiently for React v18.0, to materialize it e.g. here https://coreui.io/react/.

+

If you were thinking on new and exciting ways to learn Vue and get that hands-on Vue.js experience – there’s another great chance to join the biggest Vue.js community.

-

Quo Vadis Vue.js

+

Vue.js Forge

@@ -658,22 +665,21 @@

-

You’ve probably seen CoreUI’s Vue Admin Dashboard Template & UI Components Library. If not, apart our hearts are broken, here’s a link: https://coreui.io/vue/ ;)

-

We can see, that many of you’re asking about Vue.js tools designed by CoreUI. You like our “keep it simple” approach and Vue.js 3 full compatibility, which fuels our work.

+

If you were thinking on new and exciting ways to learn Vue and get that hands-on Vue.js experience - here’s what you need to know!

-

10+ Free Bootstrap Admin Templates for your Web App 2022

+

How to create a single page application using React.js

@@ -706,21 +712,21 @@

-

The creation of professional dashboards is no problem. Thanks to this selection of free bootstrap templates, you will find a practical UI toolkit for your project. Each tool also includes a template for your dashboard that can be customizable to your project. When building the customized dashboard, you have the choice between the different elements and components offered in the template pack. Chart graphics, button alerts, or tables are just a few features you can add.

+

In this tutorial, you will learn how to create a single page application using ReactJS. You will learn how to create a simple ReactJS application that renders a simple message box.

-

Vue UI component libraries 2022

+

React v18.0 – finally is of legal age?

@@ -753,21 +759,21 @@

-

Saying that Vue.js is one of the fastest-growing JavaScript frameworks is almost like saying nothing. It has a profound collection of external libraries and frameworks that make developing applications quick and easy, even without any prior experience. When talking about Vue’s growth, it relates to the framework’s simplicity, availability of libraries, components, and learning materials like e.g. vueschool.io to strengthen the ecosystem.

+

It’s almost a month after official presentation on npm, so it’s we’re ready to roll with our remarks on the latest React version. As you know, CoreUI Admin Panel is not another blend of 3rd parties’ free components and libraries. It’s the only Open-Source React Admin Dashboard Template built on the enterprise-grade hand-crafted React UI Components Library. That’s why we’ve waited patiently for React v18.0, to materialize it e.g. here https://coreui.io/react/.

-

Simple Black Friday

+

Quo Vadis Vue.js

@@ -800,15 +806,16 @@

-

Not long ago, a guy, let’s name him “Kyle” asked us about CoreUI’s Tips for developers to create stunning web or app. Anwer was easy: “keep it simple” :)

+

You’ve probably seen CoreUI’s Vue Admin Dashboard Template & UI Components Library. If not, apart our hearts are broken, here’s a link: https://coreui.io/vue/ ;)

+

We can see, that many of you’re asking about Vue.js tools designed by CoreUI. You like our “keep it simple” approach and Vue.js 3 full compatibility, which fuels our work.

diff --git a/blog/page/11/index.html b/blog/page/11/index.html index 3f6083a5bd4..d1c00783cec 100644 --- a/blog/page/11/index.html +++ b/blog/page/11/index.html @@ -343,7 +343,7 @@
-

Do we need UI components?

+

10+ Free Bootstrap Admin Templates for your Web App 2022

@@ -376,21 +376,21 @@

-

It’s not a secret (especially here), that the User Interface (UI) is a huge part of every app. Some say that if the icon is the front door, the UI is the interior design [that’s why CoreUI brings you both icons and components ;)]. Of course, you can take the route of completely designing your own UI from scratch, but… we all suffer from a lack of time. So if you want to get it up and running fast while still having a polished finish, an appropriate UI library seems to be the right option.

+

The creation of professional dashboards is no problem. Thanks to this selection of free bootstrap templates, you will find a practical UI toolkit for your project. Each tool also includes a template for your dashboard that can be customizable to your project. When building the customized dashboard, you have the choice between the different elements and components offered in the template pack. Chart graphics, button alerts, or tables are just a few features you can add.

-

Can’t wait for what the future of Vue holds!

+

Vue UI component libraries 2022

@@ -423,25 +423,21 @@

-

It cannot be an accident, cause just as we’ve released 90+ Bootstrap based -Vue.js components and directives our friends from VueSchool.io told us -about their Nuxt Nation Conference 2021. So, joint forces of CoreUI and -VueSchool are happy to announce, that a lot of good things will be brought -into Vue.js’ World this September.

+

Saying that Vue.js is one of the fastest-growing JavaScript frameworks is almost like saying nothing. It has a profound collection of external libraries and frameworks that make developing applications quick and easy, even without any prior experience. When talking about Vue’s growth, it relates to the framework’s simplicity, availability of libraries, components, and learning materials like e.g. vueschool.io to strengthen the ecosystem.

-

CoreUI Vue.js components helped to win a Eurostat hackathon

+

Simple Black Friday

@@ -474,25 +470,21 @@

-

Just a few weeks ago, a nice gentleman from Italy sent us a message:

-
-

Dear CoreUI, I am a researcher working at ISTAT, last week I participated in European Big Data Hackathon 2021, organized by Eurostat. And we won using CoreUI Vue.js!

-
-

Sounds interesting? That’s just the beginning — let’s dig deeper, cause it’s getting hot in here…

+

Not long ago, a guy, let’s name him “Kyle” asked us about CoreUI’s Tips for developers to create stunning web or app. Anwer was easy: “keep it simple” :)

-

UI Components For Bootstrap — Part 1 by Mehwash Patel

+

Do we need UI components?

@@ -525,25 +517,21 @@

- CoreUI is a complete Dashboard UI Kit that allows you to quickly build UX friendly, responsive applications. -I’ll be writing about various Bootstrap components in detail in this series. Comment below if you’ve any questions or if you’d want me to write about a specific CoreUI component. -In Part 1 of this series, we’ll look at the components: Alert, Badge and Toast. -So without further ado, let’s get started. -Alert component is used to display message to the user. +

It’s not a secret (especially here), that the User Interface (UI) is a huge part of every app. Some say that if the icon is the front door, the UI is the interior design [that’s why CoreUI brings you both icons and components ;)]. Of course, you can take the route of completely designing your own UI from scratch, but… we all suffer from a lack of time. So if you want to get it up and running fast while still having a polished finish, an appropriate UI library seems to be the right option.

-

Top 10 React Admin Templates & Tools of the Year 2020

+

Can’t wait for what the future of Vue holds!

@@ -576,21 +564,25 @@

-

2020 is almost over… Thanks to the pandemic, I believe that 99,9% of the global population will be celebrating this coming 2021. But before we’ll do so, enjoy your seat and take a look at this collection of the most beautiful and most all – reliable React Admin Templates.

+

It cannot be an accident, cause just as we’ve released 90+ Bootstrap based +Vue.js components and directives our friends from VueSchool.io told us +about their Nuxt Nation Conference 2021. So, joint forces of CoreUI and +VueSchool are happy to announce, that a lot of good things will be brought +into Vue.js’ World this September.

-

Earn Real Money on every sale you refer - become a CoreUI PRO affiliate today!

+

CoreUI Vue.js components helped to win a Eurostat hackathon

- - -
- -
- -

$5000/month +

-

It takes few minutes to join CoreUI’s Affiliate Program, just fill the simple online form. You can earn $5000/month and more by promoting our software on your website. But the best is yet to come… -In standard affiliate programs cookie has a 30-day life. Your referral needs to make a purchase within 30-days of clicking your affiliate link in order for you to get paid – otherwise the lead will no longer be trackable. CoreUI’s Affiliate Program keeps track of your referral for 120 calendar days!

+ + + + + + + +CoreUI Vue.js components helped to win a Eurostat hackathon + +

Just a few weeks ago, a nice gentleman from Italy sent us a message:

+
+

Dear CoreUI, I am a researcher working at ISTAT, last week I participated in European Big Data Hackathon 2021, organized by Eurostat. And we won using CoreUI Vue.js!

+
+

Sounds interesting? That’s just the beginning — let’s dig deeper, cause it’s getting hot in here…

-

CoreUI Vue Laravel Admin Template – more than simple integration...

+

UI Components For Bootstrap — Part 1 by Mehwash Patel

@@ -663,21 +666,25 @@

-

Bootstrap Admin Template with Laravel. Really? Sure do cause apart from the integration our team enhanced the template with the examples of useful features implementations.

+ CoreUI is a complete Dashboard UI Kit that allows you to quickly build UX friendly, responsive applications. +I’ll be writing about various Bootstrap components in detail in this series. Comment below if you’ve any questions or if you’d want me to write about a specific CoreUI component. +In Part 1 of this series, we’ll look at the components: Alert, Badge and Toast. +So without further ado, let’s get started. +Alert component is used to display message to the user.

-

Bootstrap v5 arrived – even though it’s alpha, we’re eager to get more

+

Top 10 React Admin Templates & Tools of the Year 2020

- -

We bet you all know the Buggles’ song:

-
- -
-

Almost every week last years we’ve heard that jQuery is slowly going into nowhere, when e.g. Vue.js is striving it’s way to popularity. So is the story with the Buggles’ song “Video killed the radio star”, where title seems to tell everything. Latest Bootstrap Blog: https://blog.getbootstrap.com/2020/06/16/bootstrap-5-alpha/ seems to be the final conformation for Jquery – bolded text tells everything: “Bootstrap no longer depends on jQuery”.

-

And you know what? CoreUI did the same almost year ago. It’s good to know that we’re in a good company – what’s even more sexy is that we did it first 😊

+ + + + + + + +Top 10 React Admin Templates & Tools of the Year 2020 + +

2020 is almost over… Thanks to the pandemic, I believe that 99,9% of the global population will be celebrating this coming 2021. But before we’ll do so, enjoy your seat and take a look at this collection of the most beautiful and most all – reliable React Admin Templates.

-

CoreUI 3.0 hooks on React.js?

+

Earn Real Money on every sale you refer - become a CoreUI PRO affiliate today!

+ - - - - - - - -CoreUI 3.0 hooks on React.js? - -

You know CoreUI React.js for so many years, e.g. thanks to Free and Pro versions.

-

Now it’s time for V3… What’s the difference?

-

Reactstrap has been replaced with our own code, which with the new context API and one naming convention across all components – brings a lot of new features that help to create amazing user interfaces. Eager to know more? Take a look…

+ +
+ +
+ +

$5000/month +

+

It takes few minutes to join CoreUI’s Affiliate Program, just fill the simple online form. You can earn $5000/month and more by promoting our software on your website. But the best is yet to come… +In standard affiliate programs cookie has a 30-day life. Your referral needs to make a purchase within 30-days of clicking your affiliate link in order for you to get paid – otherwise the lead will no longer be trackable. CoreUI’s Affiliate Program keeps track of your referral for 120 calendar days!

-

CoreUI #stayHome #getPro for Free

+

CoreUI Vue Laravel Admin Template – more than simple integration...

@@ -797,15 +804,15 @@

-

No matter if it’s Poland, the USA, Span, Italy, Russia, or India – we allface the same problem. There’s no wonder then, that many times you’ve been asking us if we could support the worldwide struggle with the COVID-19 spreading. The answer was always easy: YES, YES, YES. That’s why we give you an -25% discount with #stayHomecode and if it’s not enough… you can get the PRO license completelyfor free.

+

Bootstrap Admin Template with Laravel. Really? Sure do cause apart from the integration our team enhanced the template with the examples of useful features implementations.

diff --git a/blog/page/12/index.html b/blog/page/12/index.html index e425c1d67bd..340c9102e16 100644 --- a/blog/page/12/index.html +++ b/blog/page/12/index.html @@ -343,7 +343,7 @@
-

Happy Easter & #stayhome?

+

Bootstrap v5 arrived – even though it’s alpha, we’re eager to get more

+ - - - - - - - -Happy Easter & #stayhome? - -

This supposes to be a completely different newsletter… Our team wanted to wish you a pleasant Easter and enjoy your free time. But things have changed drastically and most of us change our scope. Really? Of course, some things could’ve been done better, yet it is hard to blame anyone for what has or has not been done, this situation is difficult as it is, the main effort now should go towards winning this uneven battle…

+

We bet you all know the Buggles’ song:

+
+ +
+

Almost every week last years we’ve heard that jQuery is slowly going into nowhere, when e.g. Vue.js is striving it’s way to popularity. So is the story with the Buggles’ song “Video killed the radio star”, where title seems to tell everything. Latest Bootstrap Blog: https://blog.getbootstrap.com/2020/06/16/bootstrap-5-alpha/ seems to be the final conformation for Jquery – bolded text tells everything: “Bootstrap no longer depends on jQuery”.

+

And you know what? CoreUI did the same almost year ago. It’s good to know that we’re in a good company – what’s even more sexy is that we did it first 😊

-

CoreUI Vue.js components library– gimme more?

+

CoreUI 3.0 hooks on React.js?

@@ -423,21 +414,23 @@

-

Switching to another Vue components library is never easy. There are multitudes of them available on the market and we all know that you can’t teach an old dog new tricks. So you may ask why should I try CoreUI Vue.js? Below you’ll get 5 good (not bad) reasons.

+

You know CoreUI React.js for so many years, e.g. thanks to Free and Pro versions.

+

Now it’s time for V3… What’s the difference?

+

Reactstrap has been replaced with our own code, which with the new context API and one naming convention across all components – brings a lot of new features that help to create amazing user interfaces. Eager to know more? Take a look…

-

CoreUI 3k+ icons set – why the … did we do this?!

+

CoreUI #stayHome #getPro for Free

@@ -470,21 +463,21 @@

-

Webpage or an app interface means nothing if it’s not glued with sexy set of icons. You know it best. So to be honest, we’ve got an answer for above question. But… there’s always a “but” 😉 You may ask why we let more than 3000 icons to be downloaded for free? X-mas gift, Black Friday in December, New Year’s madness? No way – from now on, you can use CoreUI icons for free. We’re open source, so it should be for free. Save your time and drag them in your design.

+

No matter if it’s Poland, the USA, Span, Italy, Russia, or India – we allface the same problem. There’s no wonder then, that many times you’ve been asking us if we could support the worldwide struggle with the COVID-19 spreading. The answer was always easy: YES, YES, YES. That’s why we give you an -25% discount with #stayHomecode and if it’s not enough… you can get the PRO license completelyfor free.

-

Laravel rockz?

+

Happy Easter & #stayhome?

@@ -517,21 +510,21 @@

-

You’ve been asking us to introduce CoreUI for #Laravel and as you know – your wish is our command 😉, so here it is: https://coreui.io/laravel/ You can check both Free and PRO versions. What’s inside? Saying a bunch of responsive, customizable, and reusable components you need to create modern, beautiful, responsive apps is saying (almost) nothing.

+

This supposes to be a completely different newsletter… Our team wanted to wish you a pleasant Easter and enjoy your free time. But things have changed drastically and most of us change our scope. Really? Of course, some things could’ve been done better, yet it is hard to blame anyone for what has or has not been done, this situation is difficult as it is, the main effort now should go towards winning this uneven battle…

-

Are you ready for CoreUI 3.0?

+

CoreUI Vue.js components library– gimme more?

@@ -564,22 +557,21 @@

-

The beta version has just been released.

-

Some say… 😉 that CoreUI admin template is one of the most popular open-source admin panel template. Some may ask – why? Because it delivers all responsive, customizable, and reusable components, you might need to create simply beautiful & responsive apps. But the beauty would be nothing without time-to-market. So please cordially welcome CoreUI 3.0 (beta).

+

Switching to another Vue components library is never easy. There are multitudes of them available on the market and we all know that you can’t teach an old dog new tricks. So you may ask why should I try CoreUI Vue.js? Below you’ll get 5 good (not bad) reasons.

-

Leave well alone?

+

CoreUI 3k+ icons set – why the … did we do this?!

@@ -612,21 +604,21 @@

-

We believe that we all know that sentence, but to be honest - like humans, companies change over time and, when it does, a brand redesign becomes necessary. We bet you noticed latest changes in our design and if you’re interested in more detailed information, pls read this post.

+

Webpage or an app interface means nothing if it’s not glued with sexy set of icons. You know it best. So to be honest, we’ve got an answer for above question. But… there’s always a “but” 😉 You may ask why we let more than 3000 icons to be downloaded for free? X-mas gift, Black Friday in December, New Year’s madness? No way – from now on, you can use CoreUI icons for free. We’re open source, so it should be for free. Save your time and drag them in your design.

-

What’s new and updated in CoreUI 3

+

Laravel rockz?

@@ -659,21 +651,21 @@

-

Version 3 has been re-written and re-designed completely from scratch. Here are the key changes in v3:

+

You’ve been asking us to introduce CoreUI for #Laravel and as you know – your wish is our command 😉, so here it is: https://coreui.io/laravel/ You can check both Free and PRO versions. What’s inside? Saying a bunch of responsive, customizable, and reusable components you need to create modern, beautiful, responsive apps is saying (almost) nothing.

-

Bootstrap Icons

+

Are you ready for CoreUI 3.0?

@@ -706,21 +698,22 @@

-

Bootstrap 4 doesn’t include an icon library by default, that’s why many developers looking for best icons. Where you can find awesome Bootstrap Icons for your project?

+

The beta version has just been released.

+

Some say… 😉 that CoreUI admin template is one of the most popular open-source admin panel template. Some may ask – why? Because it delivers all responsive, customizable, and reusable components, you might need to create simply beautiful & responsive apps. But the beauty would be nothing without time-to-market. So please cordially welcome CoreUI 3.0 (beta).

-

Migration from Bootstrap 3 to Bootstrap 4

+

Leave well alone?

@@ -753,21 +746,21 @@

-

Bootstrap 4 is a major rewrite of the entire project. The most notable changes are summarized below, followed by more specific changes to relevant components.

+

We believe that we all know that sentence, but to be honest - like humans, companies change over time and, when it does, a brand redesign becomes necessary. We bet you noticed latest changes in our design and if you’re interested in more detailed information, pls read this post.

-

How to upgrade Bootstrap 4 alpha 6 to Bootstrap 4 beta

+

What’s new and updated in CoreUI 3

@@ -800,15 +793,15 @@

-

After two years in the making, Bootstrap creators finally released first beta of Bootstrap 4. In latest version of Bootstrap 4 more then 650 files was changed, 67k lines was added, and 82k lines was deleted.

+

Version 3 has been re-written and re-designed completely from scratch. Here are the key changes in v3:

diff --git a/blog/page/13/index.html b/blog/page/13/index.html index 52feb6361bf..caee42a5941 100644 --- a/blog/page/13/index.html +++ b/blog/page/13/index.html @@ -343,6 +343,147 @@
+

Bootstrap Icons

+ +
+
+ + + + + + + + +Bootstrap Icons + +

Bootstrap 4 doesn’t include an icon library by default, that’s why many developers looking for best icons. Where you can find awesome Bootstrap Icons for your project?

+ + + + +
+ +

Migration from Bootstrap 3 to Bootstrap 4

+ +
+
+ + + + + + + + +Migration from Bootstrap 3 to Bootstrap 4 + +

Bootstrap 4 is a major rewrite of the entire project. The most notable changes are summarized below, followed by more specific changes to relevant components.

+ + + + +
+ +

How to upgrade Bootstrap 4 alpha 6 to Bootstrap 4 beta

+ +
+
+ + + + + + + + +How to upgrade Bootstrap 4 alpha 6 to Bootstrap 4 beta + +

After two years in the making, Bootstrap creators finally released first beta of Bootstrap 4. In latest version of Bootstrap 4 more then 650 files was changed, 67k lines was added, and 82k lines was deleted.

+ + + + +
+

How to migrate from Bootstrap 3 to Bootstrap 4 Beta

diff --git a/blog/page/2/index.html b/blog/page/2/index.html index 2dc0c8e46ea..ee34cc17dc5 100644 --- a/blog/page/2/index.html +++ b/blog/page/2/index.html @@ -343,7 +343,7 @@
-

How to Convert a Map to an Array in JavaScript

+

CoreUI PRO for React v5.2.0

@@ -378,21 +379,21 @@

-

In JavaScript, the Map object is a collection of key-value pairs where each key is unique. Converting a Map to an array can be essential for data manipulation and iteration. This article explores various methods to convert a Map to an array, discussing the syntax and usage of each approach.

+

We are thrilled to announce the release of CoreUI PRO for React v5.2.0, packed with new features, critical fixes, and dependency updates that enhance the stability and performance of the CoreUI library.

-

How to Center a Button in CSS

+

CoreUI PRO v5.2.0

@@ -427,21 +429,21 @@

-

Centering a button in CSS can be achieved using several methods. Here are some simple techniques to help you center a button horizontally and vertically on your web page. The following examples will guide you through the use of CSS centering techniques.

+

We are pleased to announce the release of CoreUI PRO v5.2.0, dated May 27, 2024. This update includes significant improvements, new features, critical dependency updates, and build enhancements to improve the overall stability and performance of the CoreUI library.

-

CoreUI PRO for Angular v5.1.0

+

CoreUI v5.0.2

@@ -477,21 +479,21 @@

-

We are pleased to announce the release of CoreUI PRO for Angular v5.1.0, available as of May 14, 2024. This update includes critical fixes that enhance the stability and performance of the CoreUI Angular framework, ensuring your applications run smoothly and efficiently.

+

We are pleased to announce the release of CoreUI v5.0.2, dated May 27, 2024. This minor update includes critical dependency updates and build enhancements to improve the overall stability and performance of the CoreUI library.

-

How to Hide Scrollbar with CSS

+

How to Convert a Map to an Array in JavaScript

@@ -526,21 +528,21 @@

-

In modern web design, creating sleek, user-friendly interfaces often involves minimal visual clutter, which can include hiding scrollbars. This guide provides software developers with easy-to-understand instructions on using CSS to hide the scrollbar effectively, ensuring your applications look clean while remaining functional.

+

In JavaScript, the Map object is a collection of key-value pairs where each key is unique. Converting a Map to an array can be essential for data manipulation and iteration. This article explores various methods to convert a Map to an array, discussing the syntax and usage of each approach.

-

CoreUI PRO for React v5.1.0

+

How to Center a Button in CSS

@@ -576,21 +577,21 @@

-

We are excited to announce the release of CoreUI PRO for React v5.1.0, which is now available as of May 7, 2024. This release introduces new components, feature enhancements, and updates across various dependencies to ensure our users benefit from the latest improvements in the React ecosystem.

+

Centering a button in CSS can be achieved using several methods. Here are some simple techniques to help you center a button horizontally and vertically on your web page. The following examples will guide you through the use of CSS centering techniques.

-

CoreUI PRO for Vue v5.1.0

+

CoreUI PRO for Angular v5.1.0

@@ -626,21 +627,21 @@

-

We are excited to announce the release of CoreUI PRO for Vue v5.1.0, available as of May 7, 2024. This update introduces new components and significant enhancements to dependencies, ensuring that CoreUI PRO for Vue continues to provide developers with the most up-to-date and efficient tools for building modern web applications.

+

We are pleased to announce the release of CoreUI PRO for Angular v5.1.0, available as of May 14, 2024. This update includes critical fixes that enhance the stability and performance of the CoreUI Angular framework, ensuring your applications run smoothly and efficiently.

-

CoreUI PRO v5.1.0

+

How to Hide Scrollbar with CSS

@@ -676,21 +676,21 @@

-

We are excited to announce the release of CoreUI PRO v5.1.0 on May 7, 2024. This update brings new features, significant improvements, and a range of fixes to enhance the functionality and user experience of our professional toolkit. This version also includes updates to the documentation and build process, ensuring that CoreUI PRO remains a leader in the UI component library space.

+

In modern web design, creating sleek, user-friendly interfaces often involves minimal visual clutter, which can include hiding scrollbars. This guide provides software developers with easy-to-understand instructions on using CSS to hide the scrollbar effectively, ensuring your applications look clean while remaining functional.

-

CoreUI v5.0.1

+

CoreUI PRO for React v5.1.0

@@ -726,21 +726,21 @@

-

We are pleased to announce the release of CoreUI v5.0.1, dated May 7, 2024. This minor update includes critical dependency updates and build enhancements to improve the overall stability and performance of the CoreUI library.

+

We are excited to announce the release of CoreUI PRO for React v5.1.0, which is now available as of May 7, 2024. This release introduces new components, feature enhancements, and updates across various dependencies to ensure our users benefit from the latest improvements in the React ecosystem.

-

How to Use JavaScript setTimeout()

+

CoreUI PRO for Vue v5.1.0

@@ -775,21 +776,21 @@

-

The setTimeout() function is a fundamental part of JavaScript that allows developers to delay the execution of code. This function is incredibly useful in creating a more interactive and dynamic user experience in web applications by scheduling tasks, managing delays, or even delaying actions within an application. In this blog post, we’ll explore how to use setTimeout() effectively, ensuring even those new to programming can grasp and implement this powerful feature.

+

We are excited to announce the release of CoreUI PRO for Vue v5.1.0, available as of May 7, 2024. This update introduces new components and significant enhancements to dependencies, ensuring that CoreUI PRO for Vue continues to provide developers with the most up-to-date and efficient tools for building modern web applications.

-

Javascript Random - How to Generate a Random Number in JavaScript?

+

CoreUI PRO v5.1.0

@@ -824,15 +826,15 @@

-

JavaScript offers various ways to generate random numbers, which are essential in many programming scenarios like gaming, simulations, and anytime you need some unpredictability in your output. In this article, we aim to introduce beginners to the simplest methods of generating random numbers in JavaScript using the Math.random() function.

+

We are excited to announce the release of CoreUI PRO v5.1.0 on May 7, 2024. This update brings new features, significant improvements, and a range of fixes to enhance the functionality and user experience of our professional toolkit. This version also includes updates to the documentation and build process, ensuring that CoreUI PRO remains a leader in the UI component library space.

diff --git a/blog/page/3/index.html b/blog/page/3/index.html index 34e5fbb833a..42c4dea1d95 100644 --- a/blog/page/3/index.html +++ b/blog/page/3/index.html @@ -343,7 +343,7 @@
-

CoreUI for Angular v5.0.2

+

CoreUI v5.0.1

@@ -379,23 +379,21 @@

- We are pleased to announce the release of CoreUI for Angular v5.0.2, dated April 15, 2024. This update addresses a specific issue to enhance the functionality and compatibility of the CoreUI icon components within Angular environments, particularly following the Angular 17 updates. -How to Update Updating your project to CoreUI for Angular v5.0.2 is straightforward, ensuring that your application benefits from the latest fixes with minimal effort: -Open your project’s package. +

We are pleased to announce the release of CoreUI v5.0.1, dated May 7, 2024. This minor update includes critical dependency updates and build enhancements to improve the overall stability and performance of the CoreUI library.

-

How to capitalize the first letter in JavaScript?

+

How to Use JavaScript setTimeout()

@@ -430,21 +428,21 @@

-

In the vast landscape of web development, manipulating strings is akin to a daily ritual. Among the myriad of manipulations, capitalizing the first letter of a string stands out for its simplicity and necessity. This seemingly straightforward task can be achieved through various JavaScript techniques, each with its unique flair. But why stop at JavaScript? In the world of web styling, CSS also offers a sleek solution. This blog post explores five methods to capitalize the first letter of strings in JavaScript and dips into the CSS realm for a styling-based approach.

+

The setTimeout() function is a fundamental part of JavaScript that allows developers to delay the execution of code. This function is incredibly useful in creating a more interactive and dynamic user experience in web applications by scheduling tasks, managing delays, or even delaying actions within an application. In this blog post, we’ll explore how to use setTimeout() effectively, ensuring even those new to programming can grasp and implement this powerful feature.

-

CoreUI PRO v5.0.1

+

Javascript Random - How to Generate a Random Number in JavaScript?

@@ -480,21 +477,21 @@

-

We’re pleased to announce the release of CoreUI PRO v5.0.1 on April 8, 2024. This update introduces targeted fixes and builds improvements to enhance the overall usability and stability of CoreUI PRO. Following a straightforward update process, users can quickly benefit from these refinements, ensuring their projects leverage the most current features and optimizations provided by CoreUI PRO.

+

JavaScript offers various ways to generate random numbers, which are essential in many programming scenarios like gaming, simulations, and anytime you need some unpredictability in your output. In this article, we aim to introduce beginners to the simplest methods of generating random numbers in JavaScript using the Math.random() function.

-

How to concatenate a strings in JavaScript?

+

CoreUI for Angular v5.0.2

@@ -529,21 +527,23 @@

-

String manipulation, particularly string concatenation, is a cornerstone of JavaScript programming. This guide delves deep into the various techniques for concatenating strings, offering insights and examples to elevate your JavaScript coding skills. Whether you’re a novice or an experienced developer, understanding how to combine strings efficiently will significantly enhance your web development projects.

+ We are pleased to announce the release of CoreUI for Angular v5.0.2, dated April 15, 2024. This update addresses a specific issue to enhance the functionality and compatibility of the CoreUI icon components within Angular environments, particularly following the Angular 17 updates. +How to Update Updating your project to CoreUI for Angular v5.0.2 is straightforward, ensuring that your application benefits from the latest fixes with minimal effort: +Open your project’s package.

-

CoreUI for Angular v5.0.1

+

How to capitalize the first letter in JavaScript?

@@ -579,21 +578,21 @@

-

We are pleased to announce the release of CoreUI for Angular v5.0.1, available as of March 29, 2024. This update includes critical fixes that enhance the stability and performance of the CoreUI Angular framework, ensuring your applications run smoothly and efficiently.

+

In the vast landscape of web development, manipulating strings is akin to a daily ritual. Among the myriad of manipulations, capitalizing the first letter of a string stands out for its simplicity and necessity. This seemingly straightforward task can be achieved through various JavaScript techniques, each with its unique flair. But why stop at JavaScript? In the world of web styling, CSS also offers a sleek solution. This blog post explores five methods to capitalize the first letter of strings in JavaScript and dips into the CSS realm for a styling-based approach.

-

CoreUI Free Angular Admin Template v5.0.0

+

CoreUI PRO v5.0.1

@@ -631,21 +628,21 @@

-

We’re pleased to announce the CoreUI Free Angular Admin Template v5.0.0 release on March 28, 2024. This significant update introduces a series of fixes and refinements to enhance the template’s functionality, usability, and overall performance. Central to this release is the transition to CoreUI v5, reflecting our commitment to staying aligned with the latest in web development practices and technologies.

+

We’re pleased to announce the release of CoreUI PRO v5.0.1 on April 8, 2024. This update introduces targeted fixes and builds improvements to enhance the overall usability and stability of CoreUI PRO. Following a straightforward update process, users can quickly benefit from these refinements, ensuring their projects leverage the most current features and optimizations provided by CoreUI PRO.

-

CoreUI Free Bootstrap Admin Template v5.0.0

+

How to concatenate a strings in JavaScript?

@@ -683,21 +677,21 @@

-

We’re proud to announce the official release of CoreUI Free Bootstrap Admin Template v5.0.0 on March 28, 2024. This major release signifies a milestone in our commitment to providing a robust and comprehensive admin template that leverages the latest web technologies. With v5.0.0, users can enjoy various updates to improve performance, compatibility, and the developer experience.

+

String manipulation, particularly string concatenation, is a cornerstone of JavaScript programming. This guide delves deep into the various techniques for concatenating strings, offering insights and examples to elevate your JavaScript coding skills. Whether you’re a novice or an experienced developer, understanding how to combine strings efficiently will significantly enhance your web development projects.

-

CoreUI PRO React.js Admin Template v5.0.0 (Vite)

+

CoreUI for Angular v5.0.1

@@ -735,21 +727,21 @@

-

We are thrilled to announce the release of CoreUI PRO React.js Admin Template v5.0.0 (Vite) on March 28, 2024. This significant update solidifies the template’s position at the forefront of modern web development by leveraging the latest versions of CoreUI’s suite of tools and libraries alongside Vite, a cutting-edge build tool designed for the modern web.

+

We are pleased to announce the release of CoreUI for Angular v5.0.1, available as of March 29, 2024. This update includes critical fixes that enhance the stability and performance of the CoreUI Angular framework, ensuring your applications run smoothly and efficiently.

-

CoreUI PRO Vue.js Admin Template v5.0.0

+

CoreUI Free Angular Admin Template v5.0.0

-

CoreUI for React v5.0.0

+

CoreUI Free Bootstrap Admin Template v5.0.0

@@ -837,15 +831,15 @@

-

We’re excited to announce the release of CoreUI for React v5.0.0, officially available as of March 28, 2024. This major update keeps CoreUI’s React components up to date with the latest web development standards, providing an even more robust and versatile toolkit for building dynamic and responsive web applications.

+

We’re proud to announce the official release of CoreUI Free Bootstrap Admin Template v5.0.0 on March 28, 2024. This major release signifies a milestone in our commitment to providing a robust and comprehensive admin template that leverages the latest web technologies. With v5.0.0, users can enjoy various updates to improve performance, compatibility, and the developer experience.

diff --git a/blog/page/4/index.html b/blog/page/4/index.html index aa21934ec3a..5aaec36057a 100644 --- a/blog/page/4/index.html +++ b/blog/page/4/index.html @@ -343,7 +343,7 @@
-

CoreUI Free React.js Admin Template v5.0.0 (Vite)

+

CoreUI PRO React.js Admin Template v5.0.0 (Vite)

-

CoreUI Free Vue.js Admin Template v5.0.0

+

CoreUI PRO Vue.js Admin Template v5.0.0

-

CoreUI PRO Angular Admin Template v5.0.0

+

CoreUI for React v5.0.0

@@ -485,21 +483,21 @@

-

We are excited to announce the release of the CoreUI PRO Angular Admin Template v5.0.0 on March 28, 2024. This milestone version brings a significant overhaul, enhancing every aspect of the template to align with the latest web development practices and standards. This update introduces critical fixes, extensive refactorings, and essential dependency updates, ensuring a state-of-the-art development experience.

+

We’re excited to announce the release of CoreUI for React v5.0.0, officially available as of March 28, 2024. This major update keeps CoreUI’s React components up to date with the latest web development standards, providing an even more robust and versatile toolkit for building dynamic and responsive web applications.

-

CoreUI PRO Bootstrap Admin Template v5.0.0

+

CoreUI Free React.js Admin Template v5.0.0 (Vite)

-

CoreUI PRO for React v5.0.0

+

CoreUI Free Vue.js Admin Template v5.0.0

@@ -587,23 +587,21 @@

- We’re thrilled to announce the release of CoreUI PRO for React v5.0.0 on March 28, 2024. This major update introduces many improvements and the latest features tailored for professional-grade applications. Designed to streamline the update process, transitioning to v5.0.0 ensures your projects benefit from enhanced performance, scalability, and a suite of new functionalities. -How to Update Upgrading to CoreUI PRO for React v5.0.0 is straightforward: -Open your project’s package.json. Locate the @coreui/react-pro entry under dependencies and update the version to 5. +

We’re delighted to announce the release of the CoreUI Free Vue.js Admin Template v5.0.0 on March 28, 2024. This version represents a significant milestone, delivering on our promise to provide a robust, scalable, and feature-rich admin template that leverages the latest web technologies and Vue.js practices. With v5.0.0, users will benefit from updated dependencies that enhance functionality, improve performance, and ensure a smoother development experience.

-

CoreUI PRO v5.0.0

+

CoreUI PRO Angular Admin Template v5.0.0

@@ -639,21 +639,21 @@

-

We’re thrilled to announce the launch of CoreUI PRO v5.0.0, officially released on March 28, 2024. This pivotal update signifies a new era for CoreUI PRO, incorporating many enhancements and the latest in web development practices. The upgrade process has been streamlined to ensure a smooth transition to v5.0.0, enabling users to access new features and optimizations easily.

+

We are excited to announce the release of the CoreUI PRO Angular Admin Template v5.0.0 on March 28, 2024. This milestone version brings a significant overhaul, enhancing every aspect of the template to align with the latest web development practices and standards. This update introduces critical fixes, extensive refactorings, and essential dependency updates, ensuring a state-of-the-art development experience.

-

CoreUI v5.0.0

+

CoreUI PRO Bootstrap Admin Template v5.0.0

@@ -689,21 +691,21 @@

-

We’re excited to unveil CoreUI v5.0.0, officially released on March 28, 2024. This major update significantly enhances the CoreUI library, further solidifying its position as a leading choice for developing modern, responsive web applications. Transitioning to v5.0.0 is designed to be seamless, providing new and existing projects with access to improved features, optimizations, and the latest web development standards.

+

We’re thrilled to announce the release of CoreUI PRO Bootstrap Admin Template v5.0.0, dated March 28, 2024. This version marks a significant milestone in our journey, bringing forth the culmination of numerous enhancements, optimizations, and updates to dependencies that collectively elevate the template’s overall performance and user experience.

-

CoreUI for Angular v5.0.0

+

CoreUI PRO for React v5.0.0

@@ -739,21 +741,23 @@

-

We are pleased to announce the release of CoreUI for Angular v5.0.0, which rolled out on March 27, 2024. This latest version introduces significant enhancements, feature additions, and a host of refinements designed to improve the functionality and usability of the CoreUI Angular toolkit. The update process has been streamlined to ensure a seamless transition to v5.0.0 for all users.

+ We’re thrilled to announce the release of CoreUI PRO for React v5.0.0 on March 28, 2024. This major update introduces many improvements and the latest features tailored for professional-grade applications. Designed to streamline the update process, transitioning to v5.0.0 ensures your projects benefit from enhanced performance, scalability, and a suite of new functionalities. +How to Update Upgrading to CoreUI PRO for React v5.0.0 is straightforward: +Open your project’s package.json. Locate the @coreui/react-pro entry under dependencies and update the version to 5.

-

How to sleep in Javascript

+

CoreUI PRO v5.0.0

@@ -788,21 +793,21 @@

-

In the realm of programming, sometimes there’s a need to pause the execution of code for a fixed amount of time. While many programming languages come with a built-in sleep function to handle this, JavaScript requires a slightly different approach. Let’s explore the concept of the JavaScript sleep function, including how to implement it using setTimeout, promises, and async/await syntax.

+

We’re thrilled to announce the launch of CoreUI PRO v5.0.0, officially released on March 28, 2024. This pivotal update signifies a new era for CoreUI PRO, incorporating many enhancements and the latest in web development practices. The upgrade process has been streamlined to ensure a smooth transition to v5.0.0, enabling users to access new features and optimizations easily.

-

How to migrate CoreUI React Templates to Vite

+

CoreUI v5.0.0

@@ -841,15 +843,15 @@

-

After carefully considering and evaluating our build and development tools in version 5 of our React.js admin templates, we have decided to migrate from Create React App (CRA) to Vite. This decision was driven by several key factors that align with our goals for a more efficient and modern development experience.

+

We’re excited to unveil CoreUI v5.0.0, officially released on March 28, 2024. This major update significantly enhances the CoreUI library, further solidifying its position as a leading choice for developing modern, responsive web applications. Transitioning to v5.0.0 is designed to be seamless, providing new and existing projects with access to improved features, optimizations, and the latest web development standards.

diff --git a/blog/page/5/index.html b/blog/page/5/index.html index 5022df6088c..b612a39eefd 100644 --- a/blog/page/5/index.html +++ b/blog/page/5/index.html @@ -343,7 +343,7 @@
-

CoreUI PRO Bootstrap Admin Template v5.0.0-rc.1

+

CoreUI for Angular v5.0.0

@@ -381,21 +379,21 @@

-

We’re proud to announce the release of the CoreUI PRO Bootstrap Admin Template v5.0.0-rc.1 on March 23, 2024. This update signifies a comprehensive enhancement across the board, emphasizing our dedication to providing the most efficient, modern, and developer-friendly admin template. From updating scripts to refining the template’s overall responsiveness and layout, v5.0.0-rc.1 is tailored to meet the evolving needs of today’s web developers.

+

We are pleased to announce the release of CoreUI for Angular v5.0.0, which rolled out on March 27, 2024. This latest version introduces significant enhancements, feature additions, and a host of refinements designed to improve the functionality and usability of the CoreUI Angular toolkit. The update process has been streamlined to ensure a seamless transition to v5.0.0 for all users.

-

CoreUI Free Vue.js Admin Template v5.0.0-rc.1

+

How to sleep in Javascript

@@ -433,21 +428,21 @@

-

We’re proud to announce the release of CoreUI Free Vue.js Admin Template v5.0.0-rc.1, available as of March 23, 2024. This version marks a significant step forward in our commitment to providing a top-notch admin template that combines functionality, aesthetics, and performance. With this update, we’ve focused on refining the template’s responsiveness, enhancing usability, and ensuring it leverages the latest web technologies through various refactorings and upgrades.

+

In the realm of programming, sometimes there’s a need to pause the execution of code for a fixed amount of time. While many programming languages come with a built-in sleep function to handle this, JavaScript requires a slightly different approach. Let’s explore the concept of the JavaScript sleep function, including how to implement it using setTimeout, promises, and async/await syntax.

-

CoreUI PRO Next.js Admin Template v2.0.0-rc.1

+

How to migrate CoreUI React Templates to Vite

@@ -486,21 +481,21 @@

-

We’re excited to announce the release of CoreUI PRO Next.js Admin Template] v2.0.0-rc.1 on March 23, 2024. This update enhances the template’s functionality and compatibility, incorporating fixes and a series of dependency updates to ensure a smooth development experience with the latest web technologies.

+

After carefully considering and evaluating our build and development tools in version 5 of our React.js admin templates, we have decided to migrate from Create React App (CRA) to Vite. This decision was driven by several key factors that align with our goals for a more efficient and modern development experience.

-

CoreUI PRO Vue.js Admin Template v5.0.0-rc.1

+

CoreUI PRO Bootstrap Admin Template v5.0.0-rc.1

-

CoreUI for Vue v5.0.0-rc.3

+

CoreUI Free Vue.js Admin Template v5.0.0-rc.1

@@ -588,21 +585,21 @@

-

We’re pleased to announce the release of CoreUI for Vue v5.0.0-rc.3, available as of March 23, 2024. This latest version introduces a series of refinements and fixes aimed at enhancing our Vue components’ functionality and user experience. Alongside these improvements, we’ve made crucial updates to dependencies to ensure the framework remains robust, efficient, and aligned with the latest web development standards.

+

We’re proud to announce the release of CoreUI Free Vue.js Admin Template v5.0.0-rc.1, available as of March 23, 2024. This version marks a significant step forward in our commitment to providing a top-notch admin template that combines functionality, aesthetics, and performance. With this update, we’ve focused on refining the template’s responsiveness, enhancing usability, and ensuring it leverages the latest web technologies through various refactorings and upgrades.

-

CoreUI PRO for Vue v5.0.0-rc.3

+

CoreUI PRO Next.js Admin Template v2.0.0-rc.1

@@ -638,21 +638,21 @@

-

We’re thrilled to unveil CoreUI PRO for Vue v5.0.0-rc.3, officially released on March 23, 2024. This update brings critical enhancements and fixes to the CoreUI PRO Vue component library, emphasizing our commitment to improving functionality, usability, and the development experience. Along with these refinements, we’ve rigorously updated various dependencies to ensure our framework operates at peak efficiency, adhering to the latest standards in web development.

+

We’re excited to announce the release of CoreUI PRO Next.js Admin Template] v2.0.0-rc.1 on March 23, 2024. This update enhances the template’s functionality and compatibility, incorporating fixes and a series of dependency updates to ensure a smooth development experience with the latest web technologies.

-

CoreUI Free React.js Admin Template v5.0.0-rc.1 (CRA)

+

CoreUI PRO Vue.js Admin Template v5.0.0-rc.1

-

CoreUI Free React.js Admin Template v5.0.0-rc.1 (Vite)

+

CoreUI for Vue v5.0.0-rc.3

@@ -742,21 +740,21 @@

-

We’re delighted to announce the release of CoreUI Free React.js Admin Template v5.0.0-rc.1 on March 22, 2024. This update signifies a pivotal advancement in our effort to provide the most efficient, modern, and developer-friendly admin template. Focused on enhancing performance, usability, and developer experience, this release incorporates significant feature upgrades, refactorings, and dependency updates.

+

We’re pleased to announce the release of CoreUI for Vue v5.0.0-rc.3, available as of March 23, 2024. This latest version introduces a series of refinements and fixes aimed at enhancing our Vue components’ functionality and user experience. Alongside these improvements, we’ve made crucial updates to dependencies to ensure the framework remains robust, efficient, and aligned with the latest web development standards.

-

CoreUI PRO React.js Admin Template v5.0.0-rc.1 (CRA)

+

CoreUI PRO for Vue v5.0.0-rc.3

@@ -794,21 +790,21 @@

-

We are pleased to announce the release of CoreUI PRO React.js Admin Template v5.0.0-rc.1 (CRA) on March 22, 2024. This update brings a wealth of improvements and upgrades, ensuring that developers have access to the most advanced tools and features for building dynamic and responsive admin interfaces.

+

We’re thrilled to unveil CoreUI PRO for Vue v5.0.0-rc.3, officially released on March 23, 2024. This update brings critical enhancements and fixes to the CoreUI PRO Vue component library, emphasizing our commitment to improving functionality, usability, and the development experience. Along with these refinements, we’ve rigorously updated various dependencies to ensure our framework operates at peak efficiency, adhering to the latest standards in web development.

-

CoreUI PRO React.js Admin Template v5.0.0-rc.1 (Vite)

+

CoreUI Free React.js Admin Template v5.0.0-rc.1 (CRA)