Skip to content

Releases: ipikuka/recma-mdx-escape-missing-components

v1.1.0

24 Mar 21:09
Compare
Choose a tag to compare

The changes made by @talatkuyuk

  • updated the tsconfig.json
  • updated the dependencies
  • added package-lock.json on behalf of npm ci in github actions
  • added a github action for commits and pull requests
  • added npm provenance
  • added type coverage 100%
  • added test coverage 100%
  • added codecov connection
  • updated the README.md

v1.0.5

06 Feb 21:48
Compare
Choose a tag to compare

The changes made by @talatkuyuk:

  • updated the @types/estree latest
  • made some refinements in the code
  • added a test for composing an estree node for the statement of empty component

v1.0.3

05 Feb 17:35
Compare
Choose a tag to compare

The changes made by @talatkuyuk,

  • made some refinements in the code
  • added mdx into the package name referring this recma plugin is specific to mdx. (advised by @wooorm)
  • changed the package name as recma-mdx-escape-missing-components

v1.0.2

04 Feb 13:54
Compare
Choose a tag to compare

The changes made by @talatkuyuk,

  • added a declaration for the Empty Component function in order to save needless re-renders
const _EmptyComponent = () => null;
function _createMdxContent(props) {
  // …
  const {Component1 = _EmptyComponent, Component2 = _EmptyComponent} = _components;
  // …
}

Thanks to @remcohaszing for the advice.

v1.0.1

02 Feb 13:34
Compare
Choose a tag to compare

initial release