Skip to content

Releases: adnzaki/ss-paging

Released beta.3

18 Jul 03:58
Compare
Choose a tag to compare

Released v3.0.0-beta.2

12 Jul 15:56
Compare
Choose a tag to compare

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

16 Mar 08:27
Compare
Choose a tag to compare

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 as true
  • Change cors option name to mode

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

15 Mar 03:13
Compare
Choose a tag to compare

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

13 Mar 01:54
Compare
Choose a tag to compare

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

13 Mar 01:43
Compare
Choose a tag to compare

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

08 Mar 14:31
Compare
Choose a tag to compare
remove unnecessary file

Released v2.2.8

07 Mar 02:09
Compare
Choose a tag to compare
Added download, license and SSPaging logo on readme