Skip to content

Commit

Permalink
Use fully-qualified path for components (#400)
Browse files Browse the repository at this point in the history
* Use fully-qualified path for components

* Pre-empt 8.1.1 changelog heading
  • Loading branch information
aduth authored Jan 26, 2024
1 parent 5253373 commit ac040c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@
- Drop support for Internet Explorer. ([#387](https://github.com/18F/identity-style-guide/pull/381))
- Support was indirectly dropped in [v7.0.0](https://github.com/18F/identity-design-system/releases/tag/v7.0.0) via the upgrade to USWDS [v3.0.0](https://designsystem.digital.gov/about/releases/#version-uswds-300), which similarly ended explicit support for Internet Explorer. This package had continued to include Internet Explorer in its [Browserslist](https://browsersl.ist/) configuration, but this has now been removed.

## 8.1.1

### Bug Fixes

- Fix strict ES Module import errors due to lack of fully-qualified file path.

### Internal

- Replace code compiler Babel with ESBuild. ([#387](https://github.com/18F/identity-style-guide/pull/381))
Expand Down
2 changes: 1 addition & 1 deletion src/js/index.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from './components';
export * from './components/index.js';

0 comments on commit ac040c0

Please sign in to comment.