Skip to content

v1.3.0

Choose a tag to compare

@joseluisq joseluisq released this 19 Sep 22:15
· 77 commits to master since this release

Breaking

  • Print function now supports assets loading on demand (string array of styles or scripts). (PR #27)
print (el: HTMLElement, styles?: string[], scripts?: string[], callback?: PrintdCallback)

Features

  • Load styles and scripts on demand (PR #27)

Updates

  • Update code sample
  • Update project docs