mdx-scoped-runtime
Version:
@mdx-js/runtime wrapper that handles full MDX syntax
118 lines (60 loc) • 6.3 kB
Markdown
# Change Log
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [0.8.0](https://github.com/karolis-sh/gatsby-mdx/tree/master/packages/mdx-scoped-runtime/compare/mdx-scoped-runtime@0.7.5...mdx-scoped-runtime@0.8.0) (2022-06-06)
### Features
- add react 17 support ([7bef9c0](https://github.com/karolis-sh/gatsby-mdx/tree/master/packages/mdx-scoped-runtime/commit/7bef9c0))
## [0.7.5](https://github.com/karolis-sh/gatsby-mdx/tree/master/packages/mdx-scoped-runtime/compare/mdx-scoped-runtime@0.7.4...mdx-scoped-runtime@0.7.5) (2020-10-06)
**Note:** Version bump only for package mdx-scoped-runtime
## [0.7.4](https://github.com/karolis-sh/gatsby-mdx/tree/master/packages/mdx-scoped-runtime/compare/mdx-scoped-runtime@0.7.3...mdx-scoped-runtime@0.7.4) (2019-10-08)
### Bug Fixes
- fix object spreading on html tag ([ec40514](https://github.com/karolis-sh/gatsby-mdx/tree/master/packages/mdx-scoped-runtime/commit/ec40514))
## [0.7.3](https://github.com/karolis-sh/gatsby-mdx/tree/master/packages/mdx-scoped-runtime/compare/mdx-scoped-runtime@0.7.2...mdx-scoped-runtime@0.7.3) (2019-09-17)
### Bug Fixes
- handle syntax errors in scope parsing ([4067859](https://github.com/karolis-sh/gatsby-mdx/tree/master/packages/mdx-scoped-runtime/commit/4067859))
## [0.7.2](https://github.com/karolis-sh/gatsby-mdx/tree/master/packages/mdx-scoped-runtime/compare/mdx-scoped-runtime@0.7.1...mdx-scoped-runtime@0.7.2) (2019-08-02)
**Note:** Version bump only for package mdx-scoped-runtime
## [0.7.1](https://github.com/karolis-sh/gatsby-mdx/tree/master/packages/mdx-scoped-runtime/compare/mdx-scoped-runtime@0.7.0...mdx-scoped-runtime@0.7.1) (2019-04-13)
**Note:** Version bump only for package mdx-scoped-runtime
# [0.7.0](https://github.com/karolis-sh/gatsby-mdx/tree/master/packages/mdx-scoped-runtime/compare/mdx-scoped-runtime@0.6.0...mdx-scoped-runtime@0.7.0) (2019-04-04)
### Features
- **mdx-js:** update @mdx-js/\*[@0](https://github.com/0).20.3 ([99a3166](https://github.com/karolis-sh/gatsby-mdx/tree/master/packages/mdx-scoped-runtime/commit/99a3166))
# [0.6.0](https://github.com/karolis-sh/gatsby-mdx/tree/master/packages/mdx-scoped-runtime/compare/mdx-scoped-runtime@0.5.1...mdx-scoped-runtime@0.6.0) (2019-03-27)
### Bug Fixes
- update prop-types dependency ([bcff3dc](https://github.com/karolis-sh/gatsby-mdx/tree/master/packages/mdx-scoped-runtime/commit/bcff3dc))
### Features
- add onError callback ([2a51bab](https://github.com/karolis-sh/gatsby-mdx/tree/master/packages/mdx-scoped-runtime/commit/2a51bab))
## [0.5.1](https://github.com/karolis-sh/gatsby-mdx/tree/master/packages/mdx-scoped-runtime/compare/mdx-scoped-runtime@0.5.0...mdx-scoped-runtime@0.5.1) (2019-01-20)
### Bug Fixes
- **docs:** wrong repo & git links ([131a1d2](https://github.com/karolis-sh/gatsby-mdx/tree/master/packages/mdx-scoped-runtime/commit/131a1d2))
# [0.5.0](https://github.com/karolis-sh/gatsby-mdx/blob/master/packages/mdx-scoped-runtime/compare/mdx-scoped-runtime@0.4.4...mdx-scoped-runtime@0.5.0) (2019-01-16)
### Bug Fixes
- **docs:** homepage links ([5ece723](https://github.com/karolis-sh/gatsby-mdx/blob/master/packages/mdx-scoped-runtime/commit/5ece723))
### Features
- **allowedImports:** add ability to define scope with import validations ([ab4b5cd](https://github.com/karolis-sh/gatsby-mdx/blob/master/packages/mdx-scoped-runtime/commit/ab4b5cd))
## [0.4.4](https://github.com/karolis-sh/gatsby-mdx/blob/master/packages/mdx-scoped-runtime/compare/mdx-scoped-runtime@0.4.3...mdx-scoped-runtime@0.4.4) (2019-01-03)
### Bug Fixes
- [@mdx-js](https://github.com/mdx-js)/tag versioning issues ([b119fe5](https://github.com/karolis-sh/gatsby-mdx/blob/master/packages/mdx-scoped-runtime/commit/b119fe5))
## [0.4.3](https://github.com/karolis-sh/gatsby-mdx/blob/master/packages/mdx-scoped-runtime/compare/mdx-scoped-runtime@0.4.2...mdx-scoped-runtime@0.4.3) (2019-01-03)
**Note:** Version bump only for package mdx-scoped-runtime
## [0.4.2](https://github.com/karolis-sh/gatsby-mdx/blob/master/packages/mdx-scoped-runtime/compare/mdx-scoped-runtime@0.4.1...mdx-scoped-runtime@0.4.2) (2019-01-03)
### Bug Fixes
- not rendering in gatsby netlify cms ([4f9b810](https://github.com/karolis-sh/gatsby-mdx/blob/master/packages/mdx-scoped-runtime/commit/4f9b810))
## [0.4.1](https://github.com/karolis-sh/gatsby-mdx/blob/master/packages/mdx-scoped-runtime/compare/mdx-scoped-runtime@0.4.0...mdx-scoped-runtime@0.4.1) (2019-01-02)
### Bug Fixes
- add error boundary when mdx parsing fails ([6e7c82b](https://github.com/karolis-sh/gatsby-mdx/blob/master/packages/mdx-scoped-runtime/commit/6e7c82b))
# [0.4.0](https://github.com/karolis-sh/gatsby-mdx/blob/master/packages/mdx-scoped-runtime/compare/mdx-scoped-runtime@0.3.1...mdx-scoped-runtime@0.4.0) (2019-01-02)
### Features
- support mdPlugins and other runtime props ([4c67ed3](https://github.com/karolis-sh/gatsby-mdx/blob/master/packages/mdx-scoped-runtime/commit/4c67ed3))
## [0.3.1](https://github.com/karolis-sh/gatsby-mdx/blob/master/packages/mdx-scoped-runtime/compare/mdx-scoped-runtime@0.3.0...mdx-scoped-runtime@0.3.1) (2019-01-01)
### Bug Fixes
- **babel:** refactor out [@babel](https://github.com/babel)/standalone ([7eb03a6](https://github.com/karolis-sh/gatsby-mdx/blob/master/packages/mdx-scoped-runtime/commit/7eb03a6))
# 0.3.0 (2018-12-26)
### Bug Fixes
- recover rendering after an error in mdx ([524f802](https://github.com/karolis-sh/gatsby-mdx/blob/master/packages/mdx-scoped-runtime/commit/524f802))
### Features
- **errors:** improve babelify error message display ([d530a86](https://github.com/karolis-sh/gatsby-mdx/blob/master/packages/mdx-scoped-runtime/commit/d530a86))
- **mdx-scoped-runtime:** add [@mdx-js](https://github.com/mdx-js)/\*[@0](https://github.com/0).15.7 supported implementation ([16b2166](https://github.com/karolis-sh/gatsby-mdx/blob/master/packages/mdx-scoped-runtime/commit/16b2166))
# 0.2.1 (2018-12-25)
### Features
- **mdx-scoped-runtime:** add [@mdx-js](https://github.com/mdx-js)/\*[@0](https://github.com/0).15.7 supported implementation ([16b2166](https://github.com/karolis-sh/gatsby-mdx/blob/master/packages/mdx-scoped-runtime/commit/16b2166))