Skip to content

Releases: nhn/tui.pagination

v3.4.1

18 Jun 18:47
Compare
Choose a tag to compare

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

09 Jan 06:39
Compare
Choose a tag to compare

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

17 Sep 10:01
Compare
Choose a tag to compare

Enhancement

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

Documentation

v3.3.2

03 Apr 02:21
Compare
Choose a tag to compare

changed

  • change company name(nhnent -> nhn)

v3.3.1

12 Feb 13:00
Compare
Choose a tag to compare

Feature

  • Apply to new design of documents.

v3.3.0

20 Dec 05:34
Compare
Choose a tag to compare

Changed

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

v3.2.0

04 Apr 12:29
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.

v3.1.0

22 Dec 06:24
Compare
Choose a tag to compare

New

  • getCurrentPage API returns the current page number

v3.0.0

11 Aug 06:47
Compare
Choose a tag to compare

Major version update

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

You must refer to the migration guide for new version.

2.1.0

27 Feb 07:12
Compare
Choose a tag to compare
  • Added APIs
    • To set value of totalItems and itemsPerPage properies dynamically.
  • Updated config files for bundling