Skip to content

Releases: ddnexus/pagy

Version 8.6.3

03 Jul 22:25
Compare
Choose a tag to compare

✴ What's new in 8.0+ ✴

  • New Pagy Playground to showcase, clone and develop pagy APPs without any setup on your side (try the pagy demo)
  • New :max_pages variable to limit the pagination regardless the actual count
  • Better frontend helpers
  • The foundation, materialize, semantic and uikit CSS extras have been discontinued and will be removed in v9 (See the details)
  • Deprecate the legacy nav bar, add features to the default faster nav bar series
  • See the CHANGELOG for possible breaking changes

Changes in 8.6.3

  • Add missing DEFAULT[:max_pages] hint to the config/pagy.rb
  • Improve activerecord handling in playground apps
  • Fix the missing "ar.pagy.aria_label.nav.other" (closes #577)

CHANGELOG

Version 8.6.2

01 Jul 11:47
Compare
Choose a tag to compare

✴ What's new in 8.0+ ✴

  • New Pagy Playground to showcase, clone and develop pagy APPs without any setup on your side (try the pagy demo)
  • New :max_pages variable to limit the pagination regardless the actual count
  • Better frontend helpers
  • The foundation, materialize, semantic and uikit CSS extras have been discontinued and will be removed in v9 (See the details)
  • Deprecate the legacy nav bar, add features to the default faster nav bar series
  • See the CHANGELOG for possible breaking changes

Changes in 8.6.2

  • Fix the legacy size in code and test
  • Improve code readability and size check in series
  • Fix the old terminology in the demo.ru app

CHANGELOG

Version 8.6.1

28 Jun 04:01
Compare
Choose a tag to compare

✴ What's new in 8.0+ ✴

  • New Pagy Playground to showcase, clone and develop pagy APPs without any setup on your side (try the pagy demo)
  • New :max_pages variable to limit the pagination regardless the actual count
  • Better frontend helpers
  • The foundation, materialize, semantic and uikit CSS extras have been discontinued and will be removed in v9 (See the details)
  • Deprecate the legacy nav bar, add features to the default faster nav bar series
  • See the CHANGELOG for possible breaking changes

Changes in 8.6.1

  • Update playground apps and e2e tests
  • Update pagy.rb initializer

CHANGELOG

Version 8.6.0

27 Jun 06:16
Compare
Choose a tag to compare

✴ What's new in 8.0+ ✴

  • New Pagy Playground to showcase, clone and develop pagy APPs without any setup on your side (try the pagy demo)
  • New :max_pages variable to limit the pagination regardless the actual count
  • Better frontend helpers
  • The foundation, materialize, semantic and uikit CSS extras have been discontinued and will be removed in v9 (See the details)
  • Deprecate the legacy nav bar, add features to the default faster nav bar series
  • See the CHANGELOG for possible breaking changes

Changes in 8.6.0

  • Add translated pluralized aria_label.nav for "ar" locale (close #577)
  • Deprecate the legacy bar. Insert first and last pages and gaps when needed into the simple bar

CHANGELOG

Version 8.5.0

25 Jun 12:49
Compare
Choose a tag to compare

✴ What's new in 8.0+ ✴

  • New Pagy Playground to showcase, clone and develop pagy APPs without any setup on your side (try the pagy demo)
  • New :max_pages variable to limit the pagination regardless the actual count
  • Better frontend helpers
  • The foundation, materialize, semantic and uikit CSS extras have been discontinued and will be removed in v9 (See the details)
  • See the CHANGELOG for possible breaking changes

Changes in 8.5.0

  • Improve pagy playground launcher
  • Refactor calendar class structure
  • Remove automatic skipping of bundle install in playground apps
  • Update ruby calendar test
  • Update cypress calendar test
  • Refactor calendar test environment to use activerecord
  • Add code for calendar counts
  • Remove redundant Warning
  • Convert calendar.ru to calendar_rails.ru

CHANGELOG

Version 8.4.5

19 Jun 01:25
Compare
Choose a tag to compare

✴ What's new in 8.0+ ✴

  • New Pagy Playground to showcase, clone and develop pagy APPs without any setup on your side (try the pagy demo)
  • New :max_pages variable to limit the pagination regardless the actual count
  • Better frontend helpers
  • The foundation, materialize, semantic and uikit CSS extras have been discontinued and will be removed in v9 (See the details)
  • See the CHANGELOG for possible breaking changes

Changes in 8.4.5

  • Fix pluralization rule link on locale files (#716)
  • Install gems in pagy CI
  • Indentation changes
  • Remove :cycle false default
  • Fill aria_label.nav ca pluralized entry (#715) (Fixes #581)
  • Fix typos (#710)

CHANGELOG

Version 8.4.4

06 Jun 03:13
Compare
Choose a tag to compare

✴ What's new in 8.0+ ✴

  • New Pagy Playground to showcase, clone and develop pagy APPs without any setup on
    your side (try the pagy demo)
  • New :max_pages variable to limit the pagination regardless the actual count
  • Better frontend helpers
  • The foundation, materialize, semantic and uikit CSS extras have been discontinued and will be removed in v9 (See
    the details)
  • See the CHANGELOG for possible breaking changes

Changes in 8.4.4

  • Update eslint: new configuration, stricter rules and javascript code

CHANGELOG

Version 8.4.3

05 Jun 06:54
Compare
Choose a tag to compare

✴ What's new in 8.0+ ✴

  • New Pagy Playground to showcase, clone and develop pagy APPs without any setup on
    your side (try the pagy demo)
  • New :max_pages variable to limit the pagination regardless the actual count
  • Better frontend helpers
  • The foundation, materialize, semantic and uikit CSS extras have been discontinued and will be removed in v9 (See
    the details)
  • See the CHANGELOG for possible breaking changes

Changes in 8.4.3

  • Deprecate/rename javascript files keeping copies of old files to avoid production breaking changes; updates playground apps

CHANGELOG

Version 8.4.2

04 Jun 08:43
Compare
Choose a tag to compare

✴ What's new in 8.3+ ✴

  • New Pagy Playground to showcase, clone and develop pagy APPs without any setup on
    your side (try the pagy demo)
  • New :max_pages variable to limit the pagination regardless the actual count
  • Better frontend helpers
  • The foundation, materialize, semantic and uikit CSS extras have been discontinued and will be removed in v9 (See
    the details)
  • See the CHANGELOG for possible breaking changes

Changes in 8.4.2

  • Limit the playground --rerun option to linux platforms
  • Simplify and improve the js environment by using bun

CHANGELOG

Version 8.4.1

02 Jun 13:27
Compare
Choose a tag to compare

✴ What's new in 8.3+ ✴

  • New Pagy Playground to showcase, clone and develop pagy APPs without any setup on
    your side (try the pagy demo)
  • New :max_pages variable to limit the pagination regardless the actual count
  • Better frontend helpers
  • The foundation, materialize, semantic and uikit CSS extras have been discontinued and will be removed in v9 (See
    the details)
  • See the CHANGELOG for possible breaking changes

Changes in 8.4.1

  • Fix pagy.in in pagy_get_items method introduced in 8.4.0 (see #696) (closes #704) (closes #708) (#707)
  • Fix renamed Frontend Helpers to JS Tools and typo next_a "aria-label" (#700)
  • Fix rubocop

CHANGELOG