Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ebaf844

Browse filesBrowse files
authored
Merge pull request coreui#48 from coreui/dev-vnext
v2.1.1
2 parents 95790f3 + dde8220 commit ebaf844
Copy full SHA for ebaf844

File tree

Expand file treeCollapse file tree

3 files changed

+14
-8
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+14
-8
lines changed

‎CHANGELOG.md

Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
### [@coreui/react](https://coreui.io/) changelog
22

3+
##### `v2.1.1`
4+
chore: update `enzyme-adapter-react-16` to `1.7.0`
5+
chore: update `eslint` to `5.9.0`
6+
chore: update `react-dom` to `16.6.3`
7+
chore: update `react` to `16.6.3`
8+
39
##### `v2.1.0`
410
- feat(SidebarNav): navLink `attributes` - optional JS object with valid JS API naming:
511
- valid attributes: `rel`, `target`, `hidden`, `disabled`, etc...

‎demo/src/scss/style.css

Copy file name to clipboardExpand all lines: demo/src/scss/style.css
+3-3Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

Copy file name to clipboardExpand all lines: package.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coreui/react",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "CoreUI React Bootstrap 4 components",
55
"license": "MIT",
66
"author": {
@@ -52,13 +52,13 @@
5252
"devDependencies": {
5353
"babel-eslint": "^10.0.1",
5454
"enzyme": "^3.7.0",
55-
"enzyme-adapter-react-16": "^1.6.0",
56-
"eslint": "^5.8.0",
55+
"enzyme-adapter-react-16": "^1.7.0",
56+
"eslint": "^5.9.0",
5757
"eslint-plugin-import": "^2.14.0",
5858
"eslint-plugin-react": "^7.11.1",
5959
"nwb": "^0.23.0",
60-
"react": "^16.6.0",
61-
"react-dom": "^16.6.0",
60+
"react": "^16.6.3",
61+
"react-dom": "^16.6.3",
6262
"sinon": "^5.1.1"
6363
},
6464
"repository": {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.