---
title: "What is new in Drupal 10.2?"
author: "Lax Mariappan"
date: "2023-12-19"
categories: ["Drupal"]
excerpt: "New UI for field types, filter permissions, and PHP 8.3 support with Drupal 10.2"
canonical_url: "https://laxmariappan.com/what-is-new-in-drupal-10-2/"
---

# What is new in Drupal 10.2?

Drupal 10.2 released today with new features and improvements.

Field types UI

You can choose fields from an improved user interface. The old select box would take an extra step to choose field type.

I like the icons too, this would help new users and non-coders to create fields easily

Permissions Filter

You can filter permissions by using the search box on the top.

Though it is a simple feature, it helps to filter and adjust permissions quickly.

Announcements Feed 

Drupal related news can be found in the announcements tab.

I don’t know if any other information can be added to the announcements module via hooks. Or it might be just for Drupal’s official news and other announcements.

PHP 8.3 Support

Adding support for PHP 8.3 is great for a project like Drupal. This makes the developer experience better. PHP attributes are also supported for plugin annotations.