Here’s what you can expect in v6 AdminJS core and v3 Design System beta, amongst other things:
- React version will be updated to the most recent React 18 across all AdminJS repositories;
-
@adminjs/themes
— a repository with predefined AdminJS themes will be added;
- ThemeGenerator — a tool that allows you to customize or build your custom themes will be added;
-
Select
input field will be moved to Design System — you’ll be able to use it in your custom components;
-
Phone
input field will be added to Design System and AdminJS core via phone
property type;
-
Currency
input field will be added to Design System and AdminJS core via currency
property type;
-
DatePicker
input field will be rewritten to allow you to type in the date/datetime using text input;
-
RichText
input field will no longer be using Quill, it will be using TipTap instead.
🔮 And as a little sneak peek: we already started working on the next major release — v7 — in which we’ll be focusing on rewriting AdminJS architecture to make admin panel customization even easier. So stay tuned!