From b26fe4c6b6ee692c974d1aa3b252bd8575ce0da8 Mon Sep 17 00:00:00 2001 From: xidedix Date: Wed, 21 Nov 2018 16:47:05 +0100 Subject: [PATCH 1/2] chore: dependencies update - chore: update `enzyme-adapter-react-16` to `1.7.0` - chore: update `eslint` to `5.9.0` - chore: update `react-dom` to `16.6.3` - chore: update `react` to `16.6.3` --- CHANGELOG.md | 6 ++++++ demo/src/scss/style.css | 6 +++--- package.json | 8 ++++---- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fce11ff..6561dcb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ### [@coreui/react](https://coreui.io/) changelog +##### `v2.1.1` +chore: update `enzyme-adapter-react-16` to `1.7.0` +chore: update `eslint` to `5.9.0` +chore: update `react-dom` to `16.6.3` +chore: update `react` to `16.6.3` + ##### `v2.1.0` - feat(SidebarNav): navLink `attributes` - optional JS object with valid JS API naming: - valid attributes: `rel`, `target`, `hidden`, `disabled`, etc... diff --git a/demo/src/scss/style.css b/demo/src/scss/style.css index 7393fff6..8a10e5c3 100644 --- a/demo/src/scss/style.css +++ b/demo/src/scss/style.css @@ -1,7 +1,7 @@ @charset "UTF-8"; /*! * CoreUI - Open Source Dashboard UI Kit - * @version v2.1.0 + * @version v2.1.1 * @link https://coreui.io * Copyright (c) 2018 creativeLabs Ɓukasz Holeczek * Licensed under MIT (https://coreui.io/license) @@ -12108,7 +12108,7 @@ canvas { display: inline; } *[dir="rtl"] .sidebar-minimized .sidebar .nav { - list-style-image: url("data:,"); + list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); } *[dir="rtl"] .sidebar-minimized .sidebar .nav .divider { height: 0; @@ -14167,4 +14167,4 @@ body { breakpoint-lg: 992px; breakpoint-xl: 1200px; } -/*# sourceMappingURL=coreui.css.map */ \ No newline at end of file +/*# sourceMappingURL=coreui.css.map */ diff --git a/package.json b/package.json index 39df4427..44c3018d 100644 --- a/package.json +++ b/package.json @@ -52,13 +52,13 @@ "devDependencies": { "babel-eslint": "^10.0.1", "enzyme": "^3.7.0", - "enzyme-adapter-react-16": "^1.6.0", - "eslint": "^5.8.0", + "enzyme-adapter-react-16": "^1.7.0", + "eslint": "^5.9.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-react": "^7.11.1", "nwb": "^0.23.0", - "react": "^16.6.0", - "react-dom": "^16.6.0", + "react": "^16.6.3", + "react-dom": "^16.6.3", "sinon": "^5.1.1" }, "repository": { From dde8220960f1f52533ed29ca4430feec0a4ab55e Mon Sep 17 00:00:00 2001 From: xidedix Date: Wed, 21 Nov 2018 16:50:30 +0100 Subject: [PATCH 2/2] ship: v2.1.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 44c3018d..4cca9b66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@coreui/react", - "version": "2.1.0", + "version": "2.1.1", "description": "CoreUI React Bootstrap 4 components", "license": "MIT", "author": {