Skip to content

Commit

Permalink
Update docs. Remove unnecessary jest configuration.
Browse files Browse the repository at this point in the history
  • Loading branch information
square-li committed Aug 29, 2022
1 parent 48b92de commit 4408656
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
# 2.0.0 (2022-08-24)

### Features
* (**breaking changes**) add supports of sorting and filtering to iot-table. ([commit hash TBA]())
* iot-table now uses AWS-UI's table components (wrapped as a separated [package](https://github.com/awslabs/iot-app-kit/blob/main/packages/table)) instead of Synchro-chart's table component.
Check this [documentation](https://github.com/awslabs/iot-app-kit/blob/main/docs/Table.md) for more information about new APIs and migration from old API.
* add supports of sorting and filtering to iot-table. ([commit hash TBA]())
* (**breaking API changes**) iot-table now uses AWS-UI's table components (wrapped as a separated [table package](https://github.com/awslabs/iot-app-kit/blob/main/packages/table)) instead of Synchro-chart's table component.
Because of this change, we have new APIs for iot-table component. Check this [documentation](https://github.com/awslabs/iot-app-kit/blob/main/docs/Table.md) for more information about new APIs and migration from old APIs.


# 1.4.0 (2022-06-09)
Expand Down
6 changes: 3 additions & 3 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
# 2.0.0 (2022-08-24)

### Features
* (**breaking changes**) add supports of sorting and filtering to iot-table. ([commit hash TBA]())
* iot-table now uses AWS-UI's table components (wrapped as a separated [package](https://github.com/awslabs/iot-app-kit/blob/main/packages/table)) instead of Synchro-chart's table component.
Check this [documentation](https://github.com/awslabs/iot-app-kit/blob/main/docs/Table.md) for more information about new APIs and migration from old API.
* add supports of sorting and filtering to iot-table. ([commit hash TBA]())
* (**breaking API changes**) iot-table now uses AWS-UI's table components (wrapped as a separated [table package](https://github.com/awslabs/iot-app-kit/blob/main/packages/table)) instead of Synchro-chart's table component.
Because of this change, we have new APIs for iot-table component. Check this [documentation](https://github.com/awslabs/iot-app-kit/blob/main/docs/Table.md) for more information about new APIs and migration from old APIs.

# 1.5.0 (2022-07-09)

Expand Down
1 change: 0 additions & 1 deletion packages/table/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ module.exports = {
coverageReporters: ['text-summary', 'cobertura', 'html', 'json', 'json-summary'],
moduleNameMapper: {
'\\.(css|scss|svg)$': 'identity-obj-proxy',
'd3-array': '<rootDir>/node_modules/d3-array/dist/d3-array.min.js',
},
transform: {
'.+\\.js$': 'babel-jest',
Expand Down

0 comments on commit 4408656

Please sign in to comment.