Releases: pheralb/react-symbols
Releases · pheralb/react-symbols
v1.3.1
📦 Icons
- New icons update:
<Vite />&<Vitest />. The previous update has been renamed to<ViteOld />&<VitestOld />. - New icons added:
<Oxc />&<Rolldown />. - New icon color: updated
<Reactts />SVG color - Check.
⚙️ Utils
- Added new file name icons for
<FileIcon />: "svelte.config.ts", "svelte.config.cts", "rolldown.config.js", "rolldown.config.cjs", "rolldown.config.mjs", "rolldown.config.ts", "rolldown.config.mts", "rolldown.config.cts", "oxlint.config.js", "oxlint.config.cjs", "oxlint.config.mjs", "oxlint.config.ts", "oxlint.config.mts", "oxlint.config.cts", ".oxfmtrc.json" & ".oxfmtrc.jsonc". - "rslib.config.cts" is assigned to
<Rslib />icon.
v1.3.0
📦 Icons
- Folders:
FolderAngular,FolderDocker,FolderDocuments,FolderI18n,FolderLock,FolderYellow,FolderYellowCode,FolderYellowOutline&FolderTauri. - Files:
Markdoc,Rsbuild,Rslib&Rspack. - Fixes:
SWCicon, remove unused properties.
✨ Utils
<FileIcon />component: assigns the icon corresponding to a file extension or file name - Docs.<FolderIcon />component: assigns the icon corresponding to a folder name - Docs.<DefaultFileIcon />component: default icon for unknown files - Docs.<DefaultFolderIcon />component: default icon for unknown folders - Docs.<DefaultFolderOpenedIcon />component: default icon for opened folders - Docs.
⚙️ Imports
Now, you can import icons and folders separately:
// Only Files
import { Audio } from "@react-symbols/icons/files";// Only Folders
import { FolderApp } from "@react-symbols/icons/folders";// Files & Folders
import { Audio, FolderApp } from "@react-symbols/icons";📃 Full Changelog
v1.2.12
v1.2.11
v1.2.10
v1.2.9
v1.2.8
v1.2.7
v1.2.6
📦 New Icons
- Files:
I18n,BracketsPink,CodePink,Cuda,Fresh(Deno),Expressive,Func,Gitlab,Lunaria,McAddon,NestController,NestService,Nuxt,StatamicAntlers&SvelteTS. - Folders:
FolderGitlab,FolderGraphql,FolderImages,FolderInterceptor,FolderPink,FolderPinkCode,FolderPinkOutline,FolderPipes,FolderProviders&FolderServices.
🎨 Improvements
Githubicon now has defaultcurrentColorproperty.- The
Cicon is nowCLang(view).
🎉 Website
- New website built with Remix v2 (Vite) + shadcn/ui.
- New search engine for icons and folders.
v1.2.5
✨ New Icons
- Files:
AngularComponent,AngularService,Biome,Crystal,Gleam,Haskell,PDF,PKL,ReduxActions,ReduxEffects,ReduxFacade,ReduxReducer,ReduxSelector,Turborepo,Twig&Vitest. - Folders:
FolderActions,FolderAuth,FolderCore,FolderEffects,FolderFacade,FolderHelpers,FolderInterfaces,FolderMail,FolderModels,FolderModules,FolderReducer,FolderRouter,FolderSelector&FolderShared.
🎨 Update Icons
- Files:
Biomeicon has been improved to match the new logo. The old design is now calledBiomeOld.