12
CHANGELOG.md
@ -1,5 +1,17 @@
|
|||||||
## [react](./REACT.md) version `changelog`
|
## [react](./REACT.md) version `changelog`
|
||||||
|
|
||||||
|
###### `v1.0.8`
|
||||||
|
- refactor: Dashboard radio buttons, new `onRadioBtnClick()` method
|
||||||
|
- update: react to `16.2.0`
|
||||||
|
- update: Bootstrap `4.0.0-beta.3`
|
||||||
|
- update: dependencies
|
||||||
|
- feature: some Bootstrap4 components added
|
||||||
|
- fix: rollback to webpack-dev-server `2.9.7`
|
||||||
|
- temp tweaks(b4 beta3): `InputGroupAddon` and `InputGroupButton`
|
||||||
|
- refactor(checkboxes, radios): temp tweaks
|
||||||
|
- feat: mobile sidebar link click closes the sidebar
|
||||||
|
- fix: .nav-tabs .nav-link `cursor: pointer`
|
||||||
|
|
||||||
###### `v1.0.6`
|
###### `v1.0.6`
|
||||||
|
|
||||||
- update: react to `^16.1.1`
|
- update: react to `^16.1.1`
|
||||||
|
2
LICENSE
@ -1,6 +1,6 @@
|
|||||||
The MIT License (MIT)
|
The MIT License (MIT)
|
||||||
|
|
||||||
Copyright (c) 2017 creativeLabs Łukasz Holeczek.
|
Copyright (c) 2018 creativeLabs Łukasz Holeczek.
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@coreui/react",
|
"name": "@coreui/react",
|
||||||
"version": "1.0.6",
|
"version": "1.0.8",
|
||||||
"description": "Open Source Bootstrap Admin Template",
|
"description": "Open Source Bootstrap Admin Template",
|
||||||
"author": "Łukasz Holeczek",
|
"author": "Łukasz Holeczek",
|
||||||
"homepage": "http://coreui.io",
|
"homepage": "http://coreui.io",
|
||||||
@ -13,31 +13,32 @@
|
|||||||
"babel-plugin-transform-object-rest-spread": "6.26.0",
|
"babel-plugin-transform-object-rest-spread": "6.26.0",
|
||||||
"babel-preset-env": "1.6.1",
|
"babel-preset-env": "1.6.1",
|
||||||
"babel-preset-react": "6.24.1",
|
"babel-preset-react": "6.24.1",
|
||||||
"copy-webpack-plugin": "4.2.1",
|
"copy-webpack-plugin": "4.3.1",
|
||||||
"css-hot-loader": "1.3.3",
|
"css-hot-loader": "1.3.5",
|
||||||
"css-loader": "0.28.7",
|
"css-loader": "0.28.8",
|
||||||
"extract-text-webpack-plugin": "3.0.2",
|
"extract-text-webpack-plugin": "3.0.2",
|
||||||
"file-loader": "1.1.5",
|
"file-loader": "1.1.6",
|
||||||
"html-loader": "0.5.1",
|
"html-loader": "0.5.4",
|
||||||
"html-webpack-plugin": "2.30.1",
|
"html-webpack-plugin": "2.30.1",
|
||||||
"node-sass": "4.7.1",
|
"node-sass": "4.7.2",
|
||||||
"rimraf": "2.6.2",
|
"rimraf": "2.6.2",
|
||||||
"sass-loader": "6.0.6",
|
"sass-loader": "6.0.6",
|
||||||
"source-list-map": "2.0.0",
|
"source-list-map": "2.0.0",
|
||||||
"style-loader": "0.19.0",
|
"style-loader": "0.19.1",
|
||||||
"uglify-js": "3.1.10",
|
"uglify-js": "3.3.7",
|
||||||
"url-loader": "0.6.2",
|
"url-loader": "0.6.2",
|
||||||
"webpack": "3.8.1",
|
"webpack": "3.10.0",
|
||||||
"webpack-dev-server": "2.9.4"
|
"webpack-dev-server": "2.9.7"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bootstrap": "4.0.0-beta.2",
|
"bootstrap": "4.0.0-beta.3",
|
||||||
"chart.js": "2.7.1",
|
"chart.js": "2.7.1",
|
||||||
|
"flag-icon-css": "2.9.0",
|
||||||
"font-awesome": "4.7.0",
|
"font-awesome": "4.7.0",
|
||||||
"history": "4.7.2",
|
"history": "4.7.2",
|
||||||
"react": "16.1.1",
|
"react": "16.2.0",
|
||||||
"react-chartjs-2": "2.6.4",
|
"react-chartjs-2": "2.7.0",
|
||||||
"react-dom": "16.1.1",
|
"react-dom": "16.2.0",
|
||||||
"react-router-dom": "4.2.2",
|
"react-router-dom": "4.2.2",
|
||||||
"react-transition-group": "2.2.1",
|
"react-transition-group": "2.2.1",
|
||||||
"reactstrap": "5.0.0-alpha.4",
|
"reactstrap": "5.0.0-alpha.4",
|
||||||
@ -45,12 +46,12 @@
|
|||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "webpack -d --progress --watch --profile --json > compilation-stats.json --env.dev",
|
"dev": "webpack -d --progress --watch --profile --json > compilation-stats.json --env.dev",
|
||||||
"start": "webpack-dev-server --progress --colors --inline --env.dev",
|
"start": "webpack-dev-server --progress --color --inline --env.dev",
|
||||||
"build": "webpack -p --progress --env.prod",
|
"build": "webpack -p --progress --env.prod",
|
||||||
"clean": "rimraf ./build"
|
"clean": "rimraf ./build"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">= 6.4.0",
|
"node": ">= 6.12.3",
|
||||||
"npm": ">= 5.0.0"
|
"npm": ">= 5.6.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 959 B |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 839 B |
Before Width: | Height: | Size: 787 B |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 628 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 887 B |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 773 B |
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 752 B |
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 624 B |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 986 B |
Before Width: | Height: | Size: 889 B |
Before Width: | Height: | Size: 820 B |
Before Width: | Height: | Size: 1.0 KiB |
Before Width: | Height: | Size: 676 B |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 721 B |
Before Width: | Height: | Size: 782 B |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 809 B |
Before Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 830 B |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1020 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 636 B |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 781 B |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 838 B |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 711 B |
Before Width: | Height: | Size: 941 B |
Before Width: | Height: | Size: 785 B |
Before Width: | Height: | Size: 806 B |
Before Width: | Height: | Size: 841 B |
Before Width: | Height: | Size: 808 B |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 885 B |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 962 B |
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 784 B |
Before Width: | Height: | Size: 955 B |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 729 B |
Before Width: | Height: | Size: 1009 B |