Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.
Icons
New icons
book-bookmarkUpdated 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.
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.bookhas been updated with wider pages and updated border radii.bughas gained some weight, and attached its legs elsewhere.compressandexpandhave been updated with less aggressive border radii.React component
html-react-parser. This eliminates 12 additional indirect dependencies.clsx, which eliminats our last dependency.rotateproperty can now be any numeric value, and is no longer limited to0,90,180,270, andfalse.aiCircleQuestionby default, with thefadeanimation enabled.Bugfixes
rotateclasses could be missing.Documentation
Releasecomponent works in the documentation.Bugfixes
Tooling
tscwithtsup.es2020toes2021.tailwindclass functions to our configuration.rollup-plugin-visualizerwasn't in our dependencies.Bugfixes
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
latesttag 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 onnext.This also means that the current previews will now be in the
mainbranch. Development on future previews happen in a branch like1-alpha. This work will be merged intomain, which will then trigger a release. This means that the current1.0branch will be removed. After the 1.0 release,mainwill of course always have the current stable release, and future preview versions can be found innext, with development branches merging intonext, which then on its turn will merge intomainwhen it reaches a stable release.