Skip to content

Commit

Permalink
STCOR-770: Export getEventHandler to be able to create events in othe…
Browse files Browse the repository at this point in the history
…r modules. (#1383)
  • Loading branch information
Dmytro-Melnyshyn authored Dec 20, 2023
1 parent 98707f3 commit 190d87e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* Export `unregisterServiceWorker` to eliminate zombie service workers. Refs FOLIO-3627.
* Fix duplicated "FOLIO" in document title in some cases. Refs STCOR-767.
* Refactor away from `color()` function. Refs STCOR-768.
* Export `getEventHandler` to be able to create events in other modules. Refs STCOR-770.

## [10.0.0](https://github.com/folio-org/stripes-core/tree/v10.0.0) (2023-10-11)
[Full Changelog](https://github.com/folio-org/stripes-core/compare/v9.0.0...v10.0.0)
Expand Down
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,5 @@ export { default as queryLimit } from './src/queryLimit';
export { default as init } from './src/init';

export { registerServiceWorker, unregisterServiceWorker } from './src/serviceWorkerRegistration';

export { getEventHandler } from './src/handlerService';

0 comments on commit 190d87e

Please sign in to comment.