Skip to content

Commit 14fe1c2

Browse files
committed
release: v4.1.6
1 parent 8433901 commit 14fe1c2

File tree

120 files changed

+377
-5860
lines changed

Some content is hidden

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

120 files changed

+377
-5860
lines changed

.stylelintrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
{
2-
"reportNeedlessDisables": false,
32
"extends": [
43
"stylelint-config-twbs-bootstrap"
54
],
@@ -33,6 +32,6 @@
3332
{
3433
"camelCaseSvgKeywords": true
3534
}
36-
]
35+
]
3736
}
3837
}

CHANGELOG.md

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,75 @@
11
# Changelog
22

3+
## [v4.1.6](https://github.com/coreui/coreui/compare/v4.1.5...v4.1.6)
4+
5+
> 9 June 2022
6+
7+
- fix(scss) Replace color-adjust to print-color-adjust in _form-check.scss
8+
9+
## [v4.1.5](https://github.com/coreui/coreui/compare/v4.1.4...v4.1.5)
10+
11+
> 5 May 2022
12+
13+
- fix(forms): revert angular validation classes commit
14+
315
<!-- auto-changelog-above -->
16+
## [v4.1.4](https://github.com/coreui/coreui/compare/v4.1.3...v4.1.4)
17+
18+
> 28 April 2022
19+
20+
- fix(Modal): set the proper close button position when RTL direction is enabled
21+
- fix(Toast): set the proper close button position when RTL direction is enabled
22+
23+
## [v4.1.3](https://github.com/coreui/coreui/compare/v4.1.2...v4.1.3)
24+
25+
> 10 March 2022
26+
27+
- refactor(Offcanvas): add CSS vars support
28+
- fix(Offcanvas): offcanvas is not visible when LTR and RTL are enabled
29+
- docs: update content
30+
- fix: wrong select background-position and validation icon position when RTL is enabled.
31+
- refactor: update `reflect` function
32+
33+
## [v4.1.2](https://github.com/coreui/coreui/compare/v4.1.1...v4.1.2)
34+
35+
> 7 March 2022
36+
37+
- fix: generate rtl utilities
38+
39+
## [v4.1.1](https://github.com/coreui/coreui/compare/v4.1.0...v4.1.1)
40+
41+
> 4 March 2022
42+
43+
- chore: update dependencies and devDependencies
44+
- chore: update workflows
45+
- refactor(Sidebar): add variables to set `.nav-group-items` paddings
46+
- docs: update theme
47+
- build: update build scripts
48+
- build: update bundle watch
49+
- refactor: update `isVisible` function
50+
- fix(Sidebar): improve backdrop behavior
51+
- build: update build tools
52+
- chore: fix eslint errors
53+
- chore: fix stylelint warnings
54+
- fix(Sidebar): click outside listener on mobile devices
55+
- docs: remove version number from url
56+
57+
## [v4.1.0](https://github.com/coreui/coreui/compare/v4.0.5...v4.1.0)
58+
59+
> 29 November 2021
60+
61+
62+
- chore: update short version
63+
- refactor: update utilities generator
64+
- docs: update content
65+
- chore: update comments
66+
- refactor: update selectors
67+
- refactor: change DATA_KEY
68+
- tests: update tests
69+
- fix(Offcanvas): fix RTL
70+
- chore: update comments
71+
- refactor(Tables): update borders
72+
473
## [v4.0.5-alpha.4](https://github.com/coreui/coreui/compare/v4.0.5-alpha.3...v4.0.5-alpha.4)
574

675
> 22 March 2021

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,14 @@
2222

2323
## Table of contents
2424

25+
- [Table of contents](#table-of-contents)
2526
- [Quick start](#quick-start)
2627
- [Status](#status)
2728
- [What's included](#whats-included)
2829
- [Bugs and feature requests](#bugs-and-feature-requests)
2930
- [Documentation](#documentation)
31+
- [Running documentation locally](#running-documentation-locally)
32+
- [Documentation for previous releases](#documentation-for-previous-releases)
3033
- [Contributing](#contributing)
3134
- [Community](#community)
3235
- [Versioning](#versioning)
@@ -39,7 +42,7 @@
3942

4043
Several quick start options are available:
4144

42-
- [Download the latest release](https://github.com/coreui/coreui/archive/v4.1.5.zip)
45+
- [Download the latest release](https://github.com/coreui/coreui/archive/v4.1.6.zip)
4346
- Clone the repo: `git clone https://github.com/coreui/coreui.git`
4447
- Install with [npm](https://www.npmjs.com/): `npm install @coreui/coreui`
4548
- Install with [yarn](https://yarnpkg.com/): `yarn add @coreui/coreui`
@@ -53,8 +56,6 @@ Read the [Getting started page](https://coreui.io/docs/getting-started/introduct
5356
[![Build Status](https://github.com/coreui/coreui/workflows/JS%20Tests/badge.svg?branch=main)](https://github.com/coreui/coreui/actions?query=workflow%3AJS+Tests+branch%3Amain)
5457
[![npm version](https://img.shields.io/npm/v/@coreui/coreui)](https://www.npmjs.com/package/@coreui/coreui)
5558
[![Packagist Prerelease](https://img.shields.io/packagist/vpre/coreui/coreui)](https://packagist.org/packages/coreui/coreui)
56-
[![peerDependencies Status](https://img.shields.io/david/peer/coreui/coreui)](https://david-dm.org/coreui/coreui?type=peer)
57-
[![devDependency Status](https://img.shields.io/david/dev/coreui/coreui)](https://david-dm.org/coreui/coreui?type=dev)
5859
[![Coverage Status](https://img.shields.io/coveralls/github/coreui/coreui/main)](https://coveralls.io/github/coreui/coreui?branch=main)
5960
[![CSS gzip size](https://img.badgesize.io/coreui/coreui/main/dist/css/coreui.min.css?compression=gzip&label=CSS%20gzip%20size)](https://github.com/coreui/coreui/blob/main/dist/css/coreui.min.css)
6061
[![CSS Brotli size](https://img.badgesize.io/coreui/coreui/main/dist/css/coreui.min.css?compression=brotli&label=CSS%20Brotli%20size)](https://github.com/coreui/coreui/blob/main/dist/css/coreui.min.css)
@@ -177,4 +178,4 @@ CoreUI is designed as the extension of [Bootstrap](https://getbootstrap.com). Sp
177178

178179
## Copyright and license
179180

180-
Copyright 2021 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/).
181+
Copyright 2022 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/).

config.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ params:
5454
social_image_path: /assets/brand/coreui-social.jpg
5555
social_logo_path: /assets/brand/coreui-social-logo.png
5656

57-
current_version: "4.1.5"
58-
current_ruby_version: "4.1.5"
57+
current_version: "4.1.6"
58+
current_ruby_version: "4.1.6"
5959
docs_version: "4.1"
6060
rfs_version: "9.0.3"
6161
github_org: "https://github.com/coreui"
@@ -66,18 +66,18 @@ params:
6666
icons: "https://icons.coreui.io/"
6767

6868
download:
69-
source: "https://github.com/coreui/coreui/archive/v4.1.5.zip"
70-
dist: "https://github.com/coreui/coreui/releases/download/v4.1.5/coreui-4.1.5-dist.zip"
69+
source: "https://github.com/coreui/coreui/archive/v4.1.6.zip"
70+
dist: "https://github.com/coreui/coreui/releases/download/v4.1.6/coreui-4.1.6-dist.zip"
7171

7272
cdn:
7373
# See https://www.srihash.org for info on how to generate the hashes
74-
css: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].5/dist/css/coreui.min.css"
74+
css: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].6/dist/css/coreui.min.css"
7575
css_hash: "sha384-l5S/Jk1FOPPZjgDF4NpkX493t4V0XjAZiYjY95f5Hk7/Fup8oR1dbRPnJ9GeEuIk"
76-
css_rtl: "https://cdn.jsdelivr.net/npm/[email protected].5/dist/css/coreui.rtl.min.css"
76+
css_rtl: "https://cdn.jsdelivr.net/npm/[email protected].6/dist/css/coreui.rtl.min.css"
7777
css_rtl_hash: "sha384-OfGDnVQfC8aA3UoUCHQvJBLuEFNu/M2MlRA4N00yIvHc/gHmUrXV9dnXnJWbaZFg"
78-
js: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].5/dist/js/coreui.min.js"
78+
js: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].6/dist/js/coreui.min.js"
7979
js_hash: "sha384-2gVM0DDBfR0owb9E+GH/vfAjvy1C9tRM6OWabVe9S6hvwSrCOxgcHpUna/7pZ9R/"
80-
js_bundle: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].5/dist/js/coreui.bundle.min.js"
80+
js_bundle: "https://cdn.jsdelivr.net/npm/@coreui/[email protected].6/dist/js/coreui.bundle.min.js"
8181
js_bundle_hash: "sha384-KFCNsGNFTa3JsdaH+I6nQbbFABhQaORQH0QBHY/cPdiOzR5pQ9yE67pLkVEmK6bn"
8282
popper: "https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
8383
popper_hash: "sha384-q9CRHqZndzlxGLOj+xrdLDJa9ittGte1NksRmgJKeCV9DrM7Kz868XYqsKWPpAmn"

0 commit comments

Comments
 (0)