---
title: "v1.5.0 — Next.js Pages Support, GDPR Button Order, Backend Enhancements"
version: 1.5.0
date: 2025-06-27
description: "Minor release adding Next.js Pages Directory support and updating cookie banner button order for GDPR guidance, alongside backend and integration improvements."
tags:
  - release
  - stable
  - nextjs
  - react
  - backend
canary: false
type: release
breaking: false
authors: burnedchris
packages:
  - "@c15t/nextjs@1.5.0"
  - "@c15t/backend@1.5.0"
  - "@c15t/react@1.5.0"
---
## New Features

* Next.js: Added support for the **Pages Directory** to integrate consent components in classic Next.js apps.
* React: Updated cookie banner button order to give equal prominence to Accept and Reject for GDPR alignment.

## Package Updates

* `@c15t/nextjs@1.5.0`: pages support, SSR-ready components, and type-safe client integrations.
* `@c15t/backend@1.5.0`: internal improvements across adapters and APIs.

## ✨ What's Changed

* Commits included in this release:
  * [35f052c](https://github.com/c15t/c15t/commit/35f052c8d758322f26a6bd7f93fdf4da20bb093f)
  * [35b5fc3](https://github.com/c15t/c15t/commit/35b5fc3bfd512aacfa295893be8ac129cac0679d)
  * [5decee3](https://github.com/c15t/c15t/commit/5decee32b91168bd85aefe45f25f9ed0b519312d)
  * [230f749](https://github.com/c15t/c15t/commit/230f74917265927b9ae2a5c52c2e083aec5e90a5)
  * [bacff72](https://github.com/c15t/c15t/commit/bacff72be07e26f7c597b5f700cf389e058e5807)

**Full Changelog**: [c15t@1.4.4...c15t@1.5.0](https://github.com/c15t/c15t/compare/c15t@1.4.4...c15t@1.5.0)

<ContributorBlock usernames={["BurnedChris", "KayleeWilliams"]} />
