Releases: GeertGK/Quick-Class-Selection
Release list
v1.3.0
Pagination on the admin settings page
The class list now paginates at 25 rows per page, keeping the DOM lightweight even with hundreds of classes. Navigate with Previous/Next buttons and all edits are preserved across pages.
Search bar in the Gutenberg editor dropdown
A sticky search input at the top of the Quick Classes dropdown lets you filter by class name or description (case-insensitive). Clears automatically when the dropdown closes.
Color swatches for hex values
Descriptions containing hex color codes (e.g. #ff5500) now show a small colored circle — both in the editor dropdown and the admin settings list. Swatches update live while typing in admin.
v1.2.1
v1.2.0
New
- Batch import: add multiple CSS classes at once via a textarea on the settings page
Fixes
- Fix plugin folder naming during updates and manual uploads
- Add GitHub Actions workflow that automatically builds a correctly named ZIP for each release
v1.1.0 - Batch Import
What's New
Batch Import
Quickly add multiple CSS classes at once via a new textarea section on the settings page.
- One class per line, with an optional description separated by a comma
- Duplicate classes are automatically skipped
- Empty lines are ignored
- Imported classes are immediately available in the Gutenberg editor
Example format
margin-top-lg, Large top margin
text-center, Center text
hidden-mobile
bg-primary, Primary background color
v1.0.0
Initial release of Quick Class Selector v1.0.0 - Admin settings page to manage predefined CSS classes - Multi-select dropdown in Gutenberg editor under Advanced panel - Drag & drop reordering of classes - Optional descriptions for each class - GitHub-based automatic updates