Releases: Studio384/amicons
Amicons 1.0 alpha 12
Amicons 1.0 alpha 12 is a major release. This update contains a few updated icons and some new icons. The primary focus however is on major improvements to our development pipeline, documentation and release systems.
✨ Highlights
- 🖼️ 1 new icon, 4 updated icons, 4 updated brand icons
- 📖 Major refresh of our documentation
- 📢 We're introducing our blog
- 🧑🔧 Major improvements to our pipeline and tooling
Icons
New icons
book-bookmark
Updated icons
We've included a number of brand icon updates. Especially the GitHub logo is finally up-to-date after missing out on the logo redesign from 2015.
We've also updated a couple of minor icons. A larger refresh of our icon set, including better defined design guidelines, will follow with alpha 13.
- 8dd10d4 Various brand updates
facebook-messengernow matches its 2025 redesign.githubnow matches its 2026 redesign.google-playnow matches its 2022 redesign.visual-studionow matches the Visual Studio 2026 logo.
- 846f723
bookhas been updated with wider pages and updated border radii. - 519162c
bughas gained some weight, and attached its legs elsewhere. - 3c4cec5
compressandexpandhave been updated with less aggressive border radii.
React component
- 13f28e7 Removes our dependency on
html-react-parser. This eliminates 12 additional indirect dependencies. - c6d01a4 Removes our dependency on
clsx, which eliminats our last dependency. - 6337cb4
rotateproperty can now be any numeric value, and is no longer limited to0,90,180,270, andfalse. - 7a7981e When no icon is set to the component or the icon is invalid, the component will now render
aiCircleQuestionby default, with thefadeanimation enabled. - a1f83c1 Implements Oxc for linting and formatting.
Bugfixes
- 6337cb4 Fixes incorrect prefixes in the Amicon component.
- 2720463 Fixes a bug where
rotateclasses could be missing.
Documentation
- 4b32fc5 Playground options can now wrap, especially for playground settings with many options.
- 7558a14 Removes icons that were listed twice.
- 70b6500 Major improvements to how our
Releasecomponent works in the documentation. - 9167679 Bump year in the footer. We were running 2 years behind...
- 52b2c3d Adds the missing "Connectivity" category.
- c074271 e147b1e 96ca16c Various improvements to icon categories and tags.
- 14cdb03 When a category has no icons in the current filter, instead of disappearing it now becomes translucent.
- 01a3771 Changelogs can now show items related to the documentation.
- 9181305 d4e314b 9002bbc c930e88 95a4e43 50b3f2c 1b29426 35760a8 e1005b3 0741ff0 3621bc1 b9ca430 d2df8bf 8e626cf 02571f1 d9b8075 aa6d319 1604f86 02c14b3 e730501 414516c 480581f 1f84514 c738213 d27ad51 7d81365 bce9154 14a42e4 8b1af93 27156aa 1cf3761 08439a9 Major documentation redesign based on Tailwind and Base UI rather than Joy UI.
- 2a5c2be f5b41ca Improved search performance, icons that match on tags are now also returned.
- f29f69f Our documentation is now written in MDX instead of plain JSX.
- dc8b76f Adds a blog seciton.
- ccd43f3 Renames "Changelog" to "Releases".
Content
- dc8b76f Publishes
2026-04-06-alpha-12-is-here
Bugfixes
- aff5192 Fixes an issue where the React Compiler wasn't being used for the documentation.
- ba0f7b1 17bfabf Fixes various typos in the documentation.
- a813fdb Fixes the missing debounce documentation in the sidebar.
- 88cd3de Fixes the documentation example naming icons incorrectly.
- fde36d9 Fixes buggy behavior when searching for icons by properly debouncing input.
- c33dab9 The logo in the navbar will no longer shrink.
Tooling
- 61b9045 Replaces basic
tscwithtsup. - 5084e43 Optimizes the library generation.
- eb5db0a Bump our compilation target from
es2020toes2021. - d4050a7 Add
tailwindclass functions to our configuration. - 72255e1 8a9f578 c3c308c Migrate from npm to pnpm.
- c87c813 Fixes a bug where the
rollup-plugin-visualizerwasn't in our dependencies. - ba17352 Implement new linting with Oxc, replacing ESLint and Prettier.
- 73955a5 Update our deploy actions.
- 6651ab7 Add formatting and linting steps to deploy.
- 5781950 472f58b Add scripts to automate releases on GitHub and npm.
Bugfixes
- dae85b9 Fixes a bug where the CLI would report the completion of generating markdown before it actually happened.
Release strategy
Starting with alpha 12, we'll be changing our release strategy. We've been a bit all over the place, now we're codifying it. Every future 1.0 preview will, from here on out, be published as the latest release both on GitHub and npm.
Once 1.0 goes stable, the latest tag on npm will of course only serve stable future releases like 1.0.1, 1.1.0, and 2.0.0. Future previews like 1.1.0-alpha.1 will then be released only on next.
This also means that the current previews will now be in the main branch. Development on future previews happen in a branch like 1-alpha. This work will be merged into main, which will then trigger a release. This means that the current 1.0 branch will be removed. After the 1.0 release, main will of course always have the current stable release, and future preview versions can be found in next, with development branches merging into next, which then on its turn will merge into main when it reaches a stable release.
Amicons 1.0 alpha 11
Amicons 1.0 alpha 11 is am minor maintenance release with a number of updated icons.
Amicons 1.0 alpha 10
Amicons 1.0 alpha 10 is a major maintenance release, including new icons, updated icons, and technical improvements.
Amicons 1.0 alpha 9
Amicons 1.0 alpha 9 introduces proper support for React 19.
Amicons 1.0 alpha 8
Amicons 1.0 alpha 8 is a major update with 25 new icons, 3 revamped icons, and 2 renamed icons.
Amicons 1.0 alpha 7
Amicons 1.0 alpha 7 is a major update with 99 new icons, 16 revamped icons, a major upgrade to our React component, various bug fixes and a whole new documentation. Ooh, and we also have a new name.
Amaranth 1.0 alpha 6
Amaranth 1.0 alpha 6 is a minor update with new icons.
New icons
align-centeralign-justifyalign-leftalign-rightamiconssubscriptsuperscript
Amaranth 1.0 alpha 5
Amaranth 1.0 alpha 5 adds a new icon.
New icons
circle
Amaranth 1.0 alpha 4
Amaranth 1.0 alpha 4 adds a big slate of new icons. It also brings our dependencies back up to modern levels.
New icons
arrow-down-from-cloudarrow-right-from-filearrow-right-from-smartphonearrow-right-to-filearrow-up-to-cloudcomparepeople-xmarkperson-xmarkreact
Amaranth 1.0 alpha 3
Amaranth 1.0 alpha 3 makes a number of major changes to the icon set.
Icons
New icons
table-cell-mergetable-column-insert-lefttable-column-insert-righttable-column-mintable-header-celltable-mintable-row-insert-bottomtable-row-insert-toptable-row-min
Updated icons
tablehas been redesigned to reduce the amount of noice and appears more square now.table-clock,table-header-columnandtable-header-rowhave been updated to match the new base design.
taghas been updated to better fit in the grid.tag-gearandtag-plushave been updated to match the new base design.
chart-piehas been updated to show the marked quarter in an exploded view.circle-dashednow properly rounds its lines.
Changes
- This repository no longer includes font files or CSS.