Releases: nhn/tui.pagination
Releases · nhn/tui.pagination
v3.4.1
v3.4.0
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 byquerySelector(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.
- When
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
v3.3.2
v3.3.1
Feature
- Apply to new design of documents.
v3.3.0
Changed
- Update tui.code-snippet version to v1.5.0
v3.2.0
v3.1.0
New
getCurrentPage
API returns the current page number
v3.0.0
Major version update
- Naming change
- APIs change
- New branches
- Using npm
You must refer to the migration guide for new version.
2.1.0
- Added APIs
- To set value of
totalItems
anditemsPerPage
properies dynamically.
- To set value of
- Updated config files for bundling