Version 8.1
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 toIPagedList<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
- @ronaldbarendse made their first contribution in #191
- @WaelFarag made their first contribution in #200
- @Yaevh made their first contribution in #205
- @midasw made their first contribution in #203
Full Changelog: v8.0.5...v8.1