Version 1.11.2
September 23, 2026
Changed
- Updated to Tabler Icons 3.48.0, adding 18 icons.
Version 1.11.1
September 19, 2026
Changed
- Updated to Tabler Icons 3.47.0, adding 18 icons.
Version 1.11.0
July 30, 2026
Added
- The picker now shows the ten most recently selected icons above the search results, with a Show Recently Used field setting to turn them off. The list is stored in the browser and shared by every Tabler Icon field.
Changed
- Read-only fields (revisions, restricted field layouts) now show just the icon, rather than disabled Choose and Remove buttons.
Version 1.10.1
July 29, 2026
Changed
- Updated to Tabler Icons 3.46.0, adding 18 icons and redrawing 15 others.
Version 1.10.0
July 15, 2026
Added
- Added GraphQL support: Tabler Icon fields resolve to a
tabler_Icontype withname,variant,label,classes, andsvg(size)subfields.
Changed
- 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
Changed
- The picker header now adapts to small screens.
Version 1.9.0
July 14, 2026
Added
- 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
- 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
Fixed
- 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
- 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
- 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. - 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.
Changed
- 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.
- 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
Added
- 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
- Added keyboard navigation in the picker grid: arrow keys move between icons, Home/End jump to the first/last result,
EnterorSpaceselects.
Changed
- This release also consolidates the changelog. Versions 1.0.0–1.4.1 covered the initial build-out.