Releases: adnzaki/ss-paging
Released beta.3
Full Changelog: 3.0.0-beta.2...3.0.0-beta.3
Released v3.0.0-beta.2
The first release of v3.x including these new features:
Fully-typed
SSPaging core functionality has been rewritten using Typescript, meaning it now provides code completion and better error detection.
Unified Core
In version 2, the Composition API and Pinia version are separated source code and have different way to access the state. In version 3, both version now share the same source code. The Pinia version gets the same way as Composition API to work. This change affect the way to access SSPaging state in Pinia from (for example) paging.rows
into paging.state.rows
. With this change, SSPaging will have more consistent source code and faster updates release.
Console Debugging
Version 3 provides debugging via browser console. Make it easy to see options or settings that have been provided and how SSPaging processing data in the background. With this simple feature, you can see what is happening when working with SSPaging. To activate this feature, you have to set debug
option in getData()
to true
What's Changed
Full Changelog: v2.3.0...3.0.0-beta.2
Released stable version of v2.3.0
This release contains stable version of v2.3.0. This version has passed its test on real-case project with real users. This release includes some little fixes from the beta version:
- Fix bug unable to set default value of
useAuth
option astrue
- Change
cors
option name tomode
Compared to previous stable version (v2.2.9), v2.3.0 brings a whole new pagination components that allows developer to use SSPaging with less code and configuration. Pagination components also brings simplicity to SSPaging since it is a low-level pagination library.
Full Changelog: v2.2.9...v2.3.0
Released v2.3.0-beta.1
Update list:
- Added custom class to SearchBox component
Full Changelog: v2.3.0-alpha.5...v2.3.0-beta.1
Released v2.3.0-alpha.5
This a little fix for previous release
Full Changelog: v2.3.0-alpha.4...v2.3.0-alpha.5
Released v2.3.0-alpha.4
Introducing Built-in Pagination Components!
Hello! This release comes with built-in pagination components. It consists of three components including:
<SelectRow />
for row selection dropdown<Navigator />
for page navigation<SearchBox />
for handling data search
They are a perfect solution for you who do not want to touch the background process of how to make pagination works. They all handle the tasks for you. Though is an very early release, you may try them in your project since the final release will only add some optional features or fix some styling. All components have been featured with fully customizable class props.
The documentation for those components is in progress, stay tuned at the docs site!
Full Changelog: v2.2.9...v2.3.0-alpha.4
Released v2.2.9
remove unnecessary file
Released v2.2.8
Added download, license and SSPaging logo on readme