Skip to content

Releases: nhn/tui.context-menu

v2.1.9

23 Jun 10:39
Compare
Choose a tag to compare

Bug Fixes

  • 6b4df3a Fix: wrong position of context menu with browser scroll (fix #34) (#44)

Enhancement

Downloads

v2.1.8

09 Jul 01:51
Compare
Choose a tag to compare

Bug Fixes

  • e685866 Fix: calculate the position of context-menu by activelayer (fix #23) (#24)

Enhancement

  • 273c8b8 Refactor: remove handlebars (#20)
  • 0f9960b Chore: change tui-code-snippet to devDependency

Documentation

  • 4f72937 Docs: fix typo in commit_message_convention.md

Downloads

v2.1.6

19 Dec 07:28
Compare
Choose a tag to compare

Enhancement

  • 273c8b8 Refactor: remove handlebars (#20)
    • tui-dom has been removed from dependencies.
    • tui-code-snippet has been updated to v2.2.0.
    • tui-code-snippet has been included in the bundle files.

Downloads

v2.1.5

17 Sep 09:42
Compare
Choose a tag to compare

Enhancement

  • 7763e5d Chore: apply eslint, prettier
  • 7763e5d Chore: update devDependencies

Documentation

v2.1.4

22 Aug 06:16
Compare
Choose a tag to compare

Documentation

  • 9479bea Docs: edit the way to set usageStatistics

v2.1.3

04 Apr 02:51
Compare
Choose a tag to compare

changed

  • change company name(nhnent -> nhn)

v2.1.2

12 Feb 09:31
Compare
Choose a tag to compare

Feature

  • Apply to new design of documents.

v2.1.1

11 Dec 11:28
Compare
Choose a tag to compare

Updated

  • Update tui-code-snippet version to 1.5.0 for improving Google Analytics.

v2.1.0

04 Apr 12:56
Compare
Choose a tag to compare

Added

  • usageStatistics option : Send the hostname to google analytics. If you do not want to send the hostname, this option set to false.
  • Supports CDN for bundle files. ref.

Changed

  • The develop branch is deleted.
  • Default branch changed production to mater.

v2.0.0

09 Sep 10:22
Compare
Choose a tag to compare

Breaking

  • support umd entry

    • CommonJS/CommonJS2: require('tui-context-menu')
    • AMD: define(['tui-context-menu'] , ... )
    • Global namespace: tui.ContextMenu
  • change naming policies:

    Now It was
    namespace tui.ContextMenu tui.component.ContextMenu
    repository tui.context-menu tui.component.contextmenu
    package name tui-context-menu tui-component-contextmenu