Skip to content

Commit

Permalink
Merge pull request #420 from frontside-folio/jc/exports
Browse files Browse the repository at this point in the history
Start exporting things
  • Loading branch information
cherewaty authored Sep 17, 2018
2 parents cd09bd7 + 55800c6 commit b476f9f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

* Support mod-login-saml's requirement for the new authtoken interface in addition to the old interface. Refs STCOR-76. Available from v2.12.1.
* Expose timeZone through react-intl provider
* Export classes and functions intended for external use

## [2.12.0](https://github.com/folio-org/stripes-core/tree/v2.12.0) (2018-09-13)
[Full Changelog](https://github.com/folio-org/stripes-core/compare/v2.11.0...v2.12.0)
Expand Down
8 changes: 8 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
export { RootContext } from './src/components/Root/RootContext';
export { stripesShape } from './src/Stripes';
export { withStripes } from './src/StripesContext';

export { default as Pluggable } from './src/Pluggable';
export { setServicePoints, setCurServicePoint } from './src/loginServices';
export { default as TitleManager } from './src/components/TitleManager';
export { default as coreEvents } from './src/events';

0 comments on commit b476f9f

Please sign in to comment.