Skip to content

Releases: ashutoshbw/dummy-content

dummy-content@1.0.3

22 Mar 16:35
3be13e4

Choose a tag to compare

Patch Changes

  • 28fd190: Update kabbik-ipsum words.

dummy-content@1.0.2

16 Mar 19:28
dbacbde

Choose a tag to compare

Patch Changes

  • 0e40d24: Added support of all elements when using the id option. Before it only worked for <div>s.

dummy-content@1.0.1

16 Mar 13:23
02ac63f

Choose a tag to compare

Patch Changes

  • 0d24fa7: Bug fix(CLI): Fix no element found with id problem of an existing element having the right id.

dummy-content@1.0.0

16 Mar 11:28
cf1c4c3

Choose a tag to compare

Major Changes

  • 4b83df6: Rename content type prio-bangla to kabbik-ipsum.

Patch Changes

  • 6de6ca8: Bug fix(Lib): deepness 1 now works as expected. Before after <h6> all were <h6> heading.
  • e2e6fd8: Bug fix(CLI): Prettified pre tags are now correctly parsed using htmlparser2. node-html-parser was buggy at handling them.