Skip to content

Version 8.1

Compare
Choose a tag to compare
@a-gubskiy a-gubskiy released this 08 May 19:27
· 288 commits to master since this release

Breaking changes

From this version support of .NET Framework is dropped.
Future versions of X.PagedList will support only .NET Core 3.1 and latter versions.

What's Changed

  • Change X.PagedList.Mvc and X.PagedList.EF target framework to net461 by @ronaldbarendse in #191
  • Change pager rendering to consistent for MVC and MVC Core in #196
  • Fix List Render when using Ajax Options by @WaelFarag in #200
  • Bump System.Text.Encodings.Web from 4.7.0 to 4.7.2 in /src/X.PagedList.Web.Common by @dependabot in #206
  • adding IReadOnlyList<T> interface to IPagedList<T> by @Yaevh in #205
  • Update HtmlHelper to add page classes to ellipsis anchor tags by @midasw in #203
  • sync with master by @ernado-x in #211
  • 8.1 by @ernado-x in #212

New Contributors

Full Changelog: v8.0.5...v8.1

NuGet