---
title: "What else is new in GravityView 3.0"
date: 2026-06-19
author: "Mono Kit"
link: "https://www.gravitykit.com/docs/general-help/quality-of-life-improvements/"
---

GravityView 3.0 was a big release, and the [new Vantage theme](https://www.gravitykit.com/docs/gravityview/view-settings/modern-styles/), [AI-built Views](https://www.gravitykit.com/docs/gravityview/advanced/build-views-with-ai/), [page builder support](https://www.gravitykit.com/docs/gravityview/getting-started-gravityview/page-builder-support/), and [front-end bulk actions](https://www.gravitykit.com/docs/gravityview/getting-started-gravityview/frontend-bulk-actions/) got most of the attention.

This article covers everything else: the smaller upgrades that make Views nicer to build and easier to use every day. You'll find a much smarter Search Bar for dates, revision history so you can roll back a View, an editor that respects your work when you change layouts, and more flexible pagination.

**Note:** Every feature below is part of GravityView 3.0. If you don't see one, update GravityView to the latest version from **GravityKit > Manage Your Kit**.

## Smarter date searching in the Search Bar

Date searches got the biggest upgrade. When you add a **Date** field to your [Search Bar widget](https://www.gravitykit.com/docs/gravityview/search/configuring-the-search-bar), visitors now get a faster, friendlier way to filter entries by date.

### One-click date range presets

Searching a date range no longer means picking two dates by hand. The date range picker now includes ready-made presets, so a visitor can jump to a common range in one click. GravityView adds these presets on top of the standard ones (**Today**, **Last 7 Days**, **Last 30 Days**, **This Month**, **Last Month**):

- **This Week**
- **This Year**
- **Last Year**
- The last four completed quarters, labelled by quarter and year (for example, **Q1 (2026)**)

![A GravityView date range search picker open on a View, showing a Presets list (This Week, This Year, Last Year, quarterly ranges) next to a calendar.](https://www.gravitykit.com/wp-content/uploads/2026/06/hidden-gems-date-presets-1024x861.png)

### Separate or combined date pickers

Each **Date** search field has a new **Date range layout** setting that controls how the range search looks on the front end:

- **Separate Pickers** (default) shows two date fields side by side, one for the start date and one for the end date.
- **Combined Picker** shows a single date range picker, where the visitor selects the start and end of the range in one calendar (this is where the presets above appear).

Pick whichever fits your layout and audience.

### Minimum and maximum date limits

You can also limit which dates a visitor is allowed to choose. Each **Date** search field now has **Minimum date** and **Maximum date** settings:

- **Minimum date** sets the earliest selectable date.
- **Maximum date** sets the latest selectable date.

Both accept an absolute date (such as `2026-01-31`) or a relative date (such as `-1 year` or `now`). Relative dates are handy for rolling windows, for example setting the maximum to `now` so visitors can't search into the future.

![The settings for a Date field in the GravityView Search Bar, showing the Date range layout option set to Combined Picker plus Minimum date and Maximum date fields.](https://www.gravitykit.com/wp-content/uploads/2026/06/hidden-gems-date-settings-1-756x1024.png)

### A modern, accessible date picker

The whole date picker has been rebuilt. GravityView 3.0 replaces the old jQuery UI datepicker with a modern, accessible picker that's used consistently across the Search Bar and the View editor. Visitors can type a date into clearly separated month, day, and year inputs or pick one from a keyboard-navigable calendar, which is easier to use with assistive technology.

## Revision history for Views

Views now keep a revision history, just like posts and pages. Every time you save a View, GravityView records a snapshot of its fields, widgets, search configuration, and layout settings, so you have a trail you can review and undo.

In the **Edit View** screen, the **Revisions** box lists every saved version of the View. The **Publish** box also shows the revision count with a **Browse revisions** link that opens the comparison screen.

![The Revisions box on the GravityView Edit View screen, listing saved revisions of the View with their dates and authors.](https://www.gravitykit.com/wp-content/uploads/2026/06/hidden-gems-revisions-box-1024x754.png)On the comparison screen, you can move between revisions and see exactly what changed, including changes to your field and widget configuration. To go back, click **Restore This Revision**. GravityView restores that snapshot in one step, so an unwanted change or an accidental save is easy to reverse.

![The revision comparison screen for a GravityView View, showing a highlighted configuration change (date range mode from separate to combined) and the Restore This Revision button.](https://www.gravitykit.com/wp-content/uploads/2026/06/hidden-gems-revision-restore-1024x647.png)

## A friendlier View editor

Several editor improvements remove small frustrations from building Views.

### Switching layouts keeps your fields

Previously, changing a View's layout (for example, from **Table** to **Layout Builder**) reset your field configuration, and you had to set everything up again. In GravityView 3.0, switching layouts carries your configured fields over to the new layout instead of clearing them. GravityView confirms the switch first, so you can review the new configuration before you save, and try a different [View type](https://www.gravitykit.com/docs/gravityview/getting-started-gravityview/what-are-the-differences-between-the-view-types/) without losing your work.

![The Switch View Type confirmation dialog, explaining that switching moves your configured fields into the new layout, with Switch View Type and Cancel buttons.](https://www.gravitykit.com/wp-content/uploads/2026/06/hidden-gems-layout-switch-1-1024x534.png)

### New Views start with fields already in place

When you create a new View, the editor now pre-fills sensible default fields for every layout type, not just the Table and DataTables layouts. Whichever layout you choose for a brand-new View, you'll start with relevant fields already added, ready to adjust, rather than an empty configuration.

### A faster block editor

If you embed Views with the block editor, it now loads significantly faster on sites that have many Views. There's nothing to configure; it's simply quicker to open the editor and insert a View.

## More flexible pagination

The [Page Links widget](https://www.gravitykit.com/docs/gravityview/search/adding-pagination-for-results-nextprevious-page-links) adds the page navigation that appears above or below your entries, and it's more flexible in 3.0.

### Choose how page links appear

The Page Links widget has a new **Display mode** setting that controls how page navigation looks on the front end, with three options:

- **Numbers with arrows** (default, the same look as before)
- **Numbers with Previous / Next labels**
- **Previous / Next only**

Choose **Previous / Next only** for a clean, minimal pager, or keep numbered pages when visitors need to jump around a large result set.

![The GravityView Page Links widget settings, showing the new Display mode setting set to Numbers with arrows.](https://www.gravitykit.com/wp-content/uploads/2026/06/hidden-gems-page-links-1-1024x991.png)

### Independent pagination for multiple Views

If you place more than one View on the same page, each View can now keep its own page position instead of all of them sharing a single page number. Paging through one View no longer moves the others. GravityView always respects a per-View page parameter when it's present; developers who want the pagination links themselves generated per View can enable that with the `gk/gravityview/pagination/scoped-keys` filter.