8000 release: v5.3.0 · coreui/coreui@958929f · GitHub
[go: up one dir, main page]

Skip to content

Commit 958929f

Browse files
committed
release: v5.3.0
1 parent f5f5aea commit 958929f

File tree

117 files changed

+14157
-12037
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+14157
-12037
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2024 creativeLabs Łukasz Holeczek
3+
Copyright (c) 2025 creativeLabs Łukasz Holeczek
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343

4444
Several quick start options are available:
4545

46-
- [Download the latest release](https://github.com/coreui/coreui/archive/v5.2.0.zip)
46+
- [Download the latest release](https://github.com/coreui/coreui/archive/v5.3.0.zip)
4747
- Clone the repo: `git clone https://github.com/coreui/coreui.git`
4848
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/coreui`
4949
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/coreui`
50-
- Install with [Composer](https://getcomposer.org/): `composer require coreui/coreui:5.2.0`
50+
- Install with [Composer](https://getcomposer.org/): `composer require coreui/coreui:5.3.0`
5151

5252
Read the [Getting started page](https://coreui.io/docs/getting-started/introduction/) for information on the framework contents, templates and examples, and more.
5353

@@ -250,4 +250,4 @@ CoreUI is an MIT-licensed open source project and is completely free to use. How
250250

251251
## Copyright and license
252252

253-
Copyright 2024 creativeLabs Łukasz Holeczek. Code released under the [MIT License](https://github.com/coreui/coreui/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).
253+
Copyright 2025 creativeLabs Łukasz Holeczek. Code released under the [MIT License](https://github.com/coreui/coreui/blob/main/LICENSE). Docs released under [Creative Commons](https://creativecommons.org/licenses/by/3.0/).

build/build-plugins.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*!
44
* Script to build our plugins to use them separately.
5-
* Copyright 2020-2024 The Bootstrap Authors
5+
* Copyright 2020-2025 The Bootstrap Authors
66
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
77
*/
88

build/change-version.mjs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*!
44
* Script to update version number references in the project.
5-
* Copyright 2017-2024 The Bootstrap Authors
5+
* Copyright 2017-2025 The Bootstrap Authors
66
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
77
*/
88

@@ -19,8 +19,7 @@ const FILES = [
1919
'hugo.yml',
2020
'js/src/base-component.js',
2121
'package.js',
22-
'scss/mixins/_banner.scss',
23-
'scss/themes/bootstrap/mixins/_banner.scss'
22+
'scss/_banner.scss'
2423
]
2524

2625
// Blame TC39... https://github.com/benjamingr/RegExp.escape/issues/37

build/generate-sri.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Remember to use the same vendor files as the CDN ones,
66
* otherwise the hashes won't match!
77
*
8-
* Copyright 2017-2024 The Bootstrap Authors
8+
* Copyright 2017-2025 The Bootstrap Authors
99
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
1010
*/
1111

build/vnu-jar.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
/*!
44
* Script to run vnu-jar if Java is available.
5-
* Copyright 2017-2024 The Bootstrap Authors
5+
* Copyright 2017-2025 The Bootstrap Authors
66
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
77
*/
88

0 commit comments

Comments
 (0)
0