diff --git a/CHANGELOG.md b/CHANGELOG.md index b284308..344e6bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ ## [react](./REACT.md) version `changelog` +##### `v2.0.0-alpha.2` +- refactor: FullHeader `` (required prop `direction`) +- refactor: ButtonDropdowns `` (deprecate 'dropup') +- refactor: Dashboard legend badge pill +- refactor: SocialButtons to BrandButtons `btn-brand` +- refactor: Buttons spacing `mr-1` +- update: reactstrap to `5.0.0` +- update: react, react-dom to `16.3.1` +- update: node-sass-chokidar to `1.1.0` +- update: prop-types to `15.5.8` +- update: react-scripts to `1.1.4` + ##### `v2.0.0-alpha.1` - refactor: separation of concerns - (CoreUI template vs CoreUI components) prepare to use CoreUI as dependency - refactor: project structure change diff --git a/package.json b/package.json index 249b90f..0e9d21a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CoreUI-React", - "version": "2.0.0-alpha.1", + "version": "2.0.0-alpha.2", "description": "CoreUI React Open Source Bootstrap 4 Admin Template", "author": "Łukasz Holeczek", "homepage": "http://coreui.io", @@ -15,19 +15,19 @@ "@coreui/styles": "next", "@coreui/react": "next", "bootstrap": "4.0.0", - "chart.js": "2.7.2", + "chart.js": "^2.7.2", "classnames": "^2.2.3", - "flag-icon-css": "3.0.0", + "flag-icon-css": "^3.0.0", "font-awesome": "^4.7.0", - "node-sass-chokidar": "^1.1.0", - "prop-types": "^15.5.8", - "react": "^16.2.0", - "react-chartjs-2": "2.7.0", - "react-dom": "^16.2.0", + "node-sass-chokidar": "^1.2.2", + "prop-types": "^15.6.1", + "react": "^16.3.1", + "react-chartjs-2": "^2.7.0", + "react-dom": "^16.3.1", "react-router-config": "^1.0.0-beta.4", "react-router-dom": "^4.2.2", - "react-scripts": "1.1.1", - "reactstrap": "5.0.0-beta", + "react-scripts": "^1.1.4", + "reactstrap": "^5.0.0", "simple-line-icons": "^2.4.1" }, "devDependencies": { diff --git a/public/index.html b/public/index.html index 829dd7c..53944e3 100644 --- a/public/index.html +++ b/public/index.html @@ -4,10 +4,10 @@ - + - - %THEMENAME% - %THEMEDESC% + + CoreUI for React