You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)