Conversation
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates Amicons for the 1.0 alpha 12 release by renaming/realigning project metadata and introducing new tooling + automated release/deploy infrastructure.
Changes:
- Added Amicons-specific tooling/config files (svg-to-ts config, Oxc lint/format, editorconfig, gitignore).
- Introduced a GitHub Actions workflow to build, publish (stable/next), and deploy docs to GitHub Pages.
- Updated repository-facing documentation and issue templates from Valkyrie → Amicons.
Reviewed changes
Copilot reviewed 12 out of 1362 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
amicons/.svg-to-tsrc |
New svg-to-ts configuration for generating Amicons TS sources. |
amicons/.oxlintrc.json |
Adds Oxc lint configuration and TypeScript/React rules. |
amicons/.oxfmtrc.json |
Adds Oxc formatter config incl. import/package.json sorting settings. |
amicons/.gitignore |
Adds package-scoped ignore rules for Amicons workspace. |
amicons/.editorconfig |
Adds consistent formatting rules for the Amicons package. |
README.md |
Rebrands and updates install instructions for Amicons. |
.svg-to-tsrc |
Removes old root svg-to-ts config (Valkyrie naming). |
.github/workflows/release.yml |
New automation for packaging, GitHub release creation, npm publish, and docs deployment. |
.github/ISSUE_TEMPLATE/IconRequest.yml |
Updates icon prefix and issue links to Amicons repo. |
.github/ISSUE_TEMPLATE/FeatureRequest.yml |
Updates wording/links from Valkyrie to Amicons. |
.github/ISSUE_TEMPLATE/BugReport.yml |
Updates wording/links from Valkyrie to Amicons. |
.fantasticonrc.js |
Removes old Fantasticon configuration. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 12 out of 1362 changed files in this pull request and generated 5 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
✨ Highlights
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.Content
2026-04-06-alpha-12-is-hereBugfixes
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.