Skip to content

Releases: nhn/tui.pagination

v3.4.1

Choose a tag to compare

@jajugoguma jajugoguma released this 18 Jun 18:47

Enhancement

  • 824d1ed chore: update github docs
  • 14c13ab chore: change tui-code-snippet to devDependency
  • a01b31d chore: api examples to es6 (#44)
  • eb375b7 chore: migrate tests from karma to jest (#45)

Downloads

v3.4.0

Choose a tag to compare

@heenakwag heenakwag released this 09 Jan 06:39

Features

  • b787d64 Feat: prepare for deprecation of jqueryobject and id selector as container option (close #18) (#20)
    • new Pagination(container, options)
      • When container is a string, find the element which of id is the same as it at first. If there is no element, find the element by querySelector(container).
      • Since v4.0.0, string container will not be considered as an id. It will be considered as a selector.
      • Since v4.0.0, a jQueryObject will not be supported as a container.
      • Reference: API Page.

Enhancement

  • 55414d6 Refactor: update tui-code-snippet@2.2.0 (#16)
    • tui-code-snippet has been included in the bundle files.

Downloads

v3.3.3

Choose a tag to compare

@heenakwag heenakwag released this 17 Sep 10:01

Enhancement

  • 192d326 Chore: apply eslint, prettier
  • 192d326 Chore: update devDependencies

Documentation

v3.3.2

Choose a tag to compare

@jung-han jung-han released this 03 Apr 02:21

changed

  • change company name(nhnent -> nhn)

v3.3.1

Choose a tag to compare

@seonim-ryu seonim-ryu released this 12 Feb 13:00

Feature

  • Apply to new design of documents.

v3.3.0

Choose a tag to compare

@junghwan-park junghwan-park released this 20 Dec 05:34

Changed

  • Update tui.code-snippet version to v1.5.0

v3.2.0

Choose a tag to compare

@seonim-ryu seonim-ryu released this 04 Apr 12:29

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.

v3.1.0

Choose a tag to compare

@seonim-ryu seonim-ryu released this 22 Dec 06:24

New

  • getCurrentPage API returns the current page number

v3.0.0

Choose a tag to compare

@seonim-ryu seonim-ryu released this 11 Aug 06:47

Major version update

  • Naming change
  • APIs change
  • New branches
  • Using npm

You must refer to the migration guide for new version.

2.1.0

Choose a tag to compare

@seonim-ryu seonim-ryu released this 27 Feb 07:12
  • Added APIs
    • To set value of totalItems and itemsPerPage properies dynamically.
  • Updated config files for bundling