UNPKG

carbon-components

Version:

Carbon Components is a component library for IBM Cloud

27 lines (16 loc) 635 B
### HTML No changes. ### SCSS The `_pagination.scss` file is now located at `src/components/pagination/_pagination.scss`. You will need to update any `@import` statements for this file to reflect this change. **New**: ```scss @import 'path_to_node_modules/carbon-components/src/components/pagination/pagination'; ``` **Old**: ```scss @import 'path_to_node_modules/@console/bluemix-components/src/components/pagination/pagination'; ``` No class changes. ### JavaScript The `emitEvent` is now a private method and has been renamed to `_emitEvent`. The `components` and `options` properties are now declared using `static`.