Skip to content

v2.0.0

Compare
Choose a tag to compare
@heenakwag heenakwag released this 04 Sep 09:09
· 30 commits to master since this release

Breaking Changes

  • The v2.0 should be installed using the npm command. CodeSnippet does not support bower and CDN anymore. See the detail here.
  • The functions are separated into individual files. To use the functions of CodeSnippet, you should import the functions one by one. See the detail here.
  • The v2.0 is combined with tui.dom, so domEvent and domUtil functions are added. See the detail here.
  • The v2.0 deprecated several functions. See the detail here.

Features

  • d04b9cb Feat: separate functions into individual files (close #33)

Documentation

  • Docs: edit README
  • Docs: add getting-started, v2.0-migration-guide