Version 1.10.0
July 15, 2026
- Added GraphQL support: Tabler Icon fields resolve to a
tabler_Icontype withname,variant,label,classes, andsvg(size)subfields. - Updated to Tabler Icons 3.45.0, adding 20 icons. Tabler corrected the spelling of 10 icon names (e.g.
mood-confuzed→mood-confused). Saved values using the old names still resolve, and update themselves the next time the element is saved.
Version 1.9.1
July 14, 2026
- The picker header now adapts to small screens.
Version 1.9.0
July 14, 2026
- Tabler Icon fields are now inline-editable in element indexes.
- Added a Show Categories Dropdown field setting to hide the picker’s category filter.
Version 1.8.2
July 14, 2026
- Fixed Thumbnail Source icons rendering as solid squares on hovered rows in relation-field search results and other CP menus.
Version 1.8.1
July 14, 2026
- Card thumbnails from a Tabler Icon Thumbnail Source now render small (24px), matching the native Icon field, instead of filling the card’s image slot.
Version 1.8.0
July 14, 2026
- Added a
tablerTwig filter that replaces{icon:name}tokens in plain and rich text with inline SVG — ideal for CKEditor fields.
Version 1.7.0
July 14, 2026
- Added a Show Random Button field setting: a shuffle button in the picker selects a random icon from the current results. Clicking focuses the icon (
Enter/Spaceselects it), activating the button from the keyboard keeps focus on it soEnter/Spacere-rolls, withTaborDownmoving to the selected icon. - The category dropdown is now filled-aware. When the filled style is active it only lists categories containing filled icons, and the dropdown now sits after the Outline/Filled tabs it depends on.
- Pressing
Downin the picker’s search field now jumps focus into the grid, to the currently-selected icon when there is one, or the first result. - The currently-selected icon in the picker now uses the hover styling, and stays highlighted when the picker is reopened.
- Opening the picker with an icon selected now scrolls to it (switching to its outline/filled tab if needed) and makes it the keyboard entry point.
Version 1.6.0
July 9, 2026
- The field can now be used as an entry type’s Thumbnail Source, showing the selected icon as the entry’s thumbnail in element indexes and cards.
Version 1.5.0
July 7, 2026
- Added keyboard navigation in the picker grid: arrow keys move between icons, Home/End jump to the first/last result,
EnterorSpaceselects. - This release also consolidates the changelog. Versions 1.0.0–1.4.1 covered the initial build-out.