Releases: coreui/coreui-free-react-admin-template
Releases · coreui/coreui-free-react-admin-template
v2.1.1
v2.1.1
- refactor(App.js): code splitting with
react-loadable(waiting for release ofreact-router-dom) - refactor(routes.js): code splitting with
React.lazy, removereact-loadable - refactor(DefaultLayout): code splitting with
React.lazyAside, Footer, Header, routes - refactor(Dashboard): tweak lazy and Suspense for Widget03
- refactor(Login): add router link to
Registerbutton - refactor(Register): add margins to social-media buttons
- chore: disable eslint warning for href="#" attribute
- chore: update
@coreui/coreuito^2.1.1 - chore: update
enzyme-adapter-react-16to1.7.0 - chore: update
reactto16.6.3 - chore: update
react-domto16.6.3 - chore: update
react-test-rendererto16.6.3
v2.1.0
v2.1.0
- feat(SidebarNav): navLink
attributes- optional JS object with valid JS API naming:- valid attributes:
rel,target,hidden,disabled, etc... - starting with
@coreui/coreui,@coreui/reactversion2.1.0and up - closes #106
- item example(
./src/_nav.js):{ name: 'Disabled', url: '/disabled', icon: 'icon-ban', attributes: { disabled: true }, }, { name: 'Try CoreUI PRO', url: 'https://coreui.io/pro/react/', icon: 'cui-layers icons', variant: 'danger', attributes: { target: '_blank', rel: "noopener" }, },
- valid attributes:
- fix(Cards):
card-header-actionsadded toCardHeaderforrtlsupport - feat(Dashboard): new
Suspenseexample with Widget03
- chore: update
@coreui/coreuito2.1.0 - chore: update
@coreui/reactto2.1.0 - chore: update
node-sassto4.10.0 - chore: update
reactto16.6.1 - chore: update
react-domto16.6.1 - chore: update
react-test-rendererto16.6.1
v2.0.14
v2.0.14
- chore: update
@coreui/coreuito2.0.25 - chore: update
chart.jsto2.7.3 - chore: update
flag-icon-cssto3.2.1 - chore: update
node-sassto4.9.4 - chore: update
reactto16.6.0 - chore: update
react-domto16.6.0 - chore: update
react-router-configto4.4.0-beta.6 - chore: update
react-test-rendererto16.6.0 - chore: update
react-scriptsto2.1.1
v2.0.13
v2.0.13
- refactor: migration to Create React App 2.0 cleanup
- cleanup
package.jsonscripts - remove
babel-jestdependency - remove
node-sass-chokidardependency - remove
npm-run-alldependency - move
App.jsimport styles toApp.scss - replace imports from
node_modules/with~prefix
- cleanup
- chore: remove unused
src/scss/vendors/charts.js/directory - chore: update
@coreui/coreuito^2.0.15 - chore: update
@coreui/reactto^2.0.9
v2.0.12
v2.0.12
fixes some issues with rtl, ie11, sidebar-minimized behaviour and aside responsiveness
- fix(DefaultAside):
ListGroupwithtag="div"works better withrtl - fix(DefaultLayout):
AppAsideremove deprecatedhiddenprop - chore: update
@coreui/reactto^2.0.8 - chore: update
reactsrtrapto^6.5.0 - chore: update
react-scriptsto^2.0.4 - chore:
enzymeto3.7.0 - chore:
enzyme-adapter-react-16to1.6.0
v2.0.11
v2.0.11
- chore: update
@coreui/reactto^2.0.7 - chore: migration to Create React App 2.0
- chore: update
react-scriptsto^2.0.3 - chore: update
node-sass-chokidarto^1.3.3 - chore: add
node-sass v4.9.3 - chore: add
react-app-polyfill v0.1.3 - chore: add
eslintConfiginpackage.json - chore: add
browserslistinpackage.json - chore: update
manifest.json - refactor(index.js): add
react-app-polyfillforie9-11support - refactor(index.js): migration to
serviceWorker.js
- chore: update
Migrating from CRA 1.x to 2.x:
affected files:
package.json-> dependencies updatesrc/index.js-> move toserviceWorker, addreact-app-polyfillforie9-11support when needed
In most cases bumping the react-scripts version in package.json and running npm install in this folder should be enough, but it’s good to consult the changelog for potential breaking changes.
v2.0.10
v2.0.10
- chore: update
@coreui/coreuito^2.0.14 - chore: update
@coreui/reactto^2.0.6 - chore: update
enzymeto^3.6.0 - chore: update
enzyme-adapter-react-16to^1.5.0 - chore: update
flag-icon-cssto^3.2.0 - chore: update
reactto^16.5.2 - chore: update
react-domto^16.5.2 - chore: update
react-router-configto^4.4.0-beta.1 - chore: update
react-test-rendererto^16.5.2 - chore: update
babel-jestto^23.6.0
v2.0.9
v2.0.9
- chore: update
@coreui/iconsto0.3.0 - refactor(CoreUIIcons): move to
@coreui/icons v0.3.0 - chore: update
enzymeto3.5.0 - chore: update
enzyme-adapter-react-16to1.3.1 - chore: update
react-loadableto5.5.0 - chore: update
reactstrapto6.4.0 - chore: update
react-scriptsto1.1.5
v2.0.8
v2.0.8
- fix(User): add missing unique
keyprop - fix(Login): add missing Form and autoComplete
- fix(Register): add missing Form and autoComplete
- chore: update
@coreui/reactto2.0.5 - chore: update
bootstrapto4.1.3 - chore: update
reactstrapto6.3.1 - chore: update
babel-jestto23.4.2