npm

Remark plugin to automatically import defined JSX components

Downloads
1.9K
Stars
19
Committers
2

Bot releases are hidden (Show)

npm - [email protected]

Published by christian-hackyourshack almost 2 years ago

Minor Changes

  • bc57d1c Thanks @christian-hackyourshack! - Removed CJS modules from build

    Astro (or probably the underlying Vite) would hick-up on the CJS files in the packages and prefer them over the ESM, resulting in not being able to load Remark (which is ESM only).

Patch Changes

npm - [email protected]

Published by christian-hackyourshack almost 2 years ago

Minor Changes

  • bc57d1c Thanks @christian-hackyourshack! - Removed CJS modules from build

    Astro (or probably the underlying Vite) would hick-up on the CJS files in the packages and prefer them over the ESM, resulting in not being able to load Remark (which is ESM only).

npm - [email protected]

Published by christian-hackyourshack almost 2 years ago

Patch Changes

npm - [email protected]

Published by christian-hackyourshack almost 2 years ago

Minor Changes

  • 26a80fd Thanks @christian-hackyourshack! - Improved CI/CD workflow

    • packages are checked now before publication
    • build artifacts are merged into fewer files
npm - [email protected]

Published by christian-hackyourshack almost 2 years ago

Minor Changes

  • 26a80fd Thanks @christian-hackyourshack! - Improved CI/CD workflow

    • packages are checked now before publication
    • build artifacts are merged into fewer files

Patch Changes

npm - [email protected]

Published by christian-hackyourshack about 2 years ago

Patch Changes

npm - [email protected]

Published by christian-hackyourshack about 2 years ago

Patch Changes

  • 77169e5 Thanks @christian-hackyourshack! - Fixed: Tree manipulation skips other children

    Tree manipulation skewed indices of children, hence we now recompute the index after each child

npm - [email protected]

Published by christian-hackyourshack about 2 years ago

Patch Changes

  • 80baba2 Thanks @christian-hackyourshack! - Fixed: Tree manipulation of removing current node skips next child

    Using splice to remove the current node during visit would skip the next child. Now the child array is copied before moving it.

npm - [email protected]

Published by christian-hackyourshack about 2 years ago

Patch Changes

  • 1632e6f Thanks @christian-hackyourshack! - Added special cases for styleDirective

    • <li> receives class correctly now
    • <img> receives class now, if the :style directive is immediately attached to the img
npm - [email protected]

Published by christian-hackyourshack about 2 years ago

Patch Changes

npm - [email protected]

Published by christian-hackyourshack about 2 years ago

Patch Changes

npm - [email protected]

Published by christian-hackyourshack about 2 years ago

Patch Changes

npm - [email protected]

Published by christian-hackyourshack about 2 years ago

Patch Changes

npm - [email protected]

Published by christian-hackyourshack about 2 years ago

Patch Changes

npm - [email protected]

Published by christian-hackyourshack about 2 years ago

Minor Changes

npm - [email protected]

Published by christian-hackyourshack about 2 years ago

Minor Changes

npm - [email protected]

Published by christian-hackyourshack about 2 years ago

Minor Changes

  • eac523c Thanks @christian-hackyourshack! - Added remaining open features

    • relativeImages now supports references in JSX component attributes
    • style directives
    • add-on transformers
npm - [email protected]

Published by christian-hackyourshack about 2 years ago

Patch Changes

npm - [email protected]

Published by christian-hackyourshack about 2 years ago

Patch Changes

npm - [email protected]

Published by christian-hackyourshack about 2 years ago

Minor Changes

Package Rankings
Top 7.06% on Npmjs.org
Related Projects