Releases: aloskutov/eleventy-plugin-codepen
Releases · aloskutov/eleventy-plugin-codepen
1.2.2
- fixed data-slug-hash for long codepen url like this
https://codepen.io/author/pen/slug/hash
For https://codepen.io/author/pen/slug
data-slug-hash='slug'
For https://codepen.io/author/pen/slug/hash
data-slug-hash='hash'
1.2.0
- Moved from ava to jest
- Fixed bug with codepen urls contains
-
in author name
- Rewrote tests