Releases: aykutkardas/svgps.app
v1.52.0
Highlights
🌿Changed download flow.
🌿Reduced build size.
🌿Added *.d.ts
file download support.
🌿Added icon search feature. (within 50k icons)
What's Changed
- Remove ThemeSwitcher and set default theme to dark by @gizemnkorkmaz in #270
- Update navigation UI by @gizemnkorkmaz in #271
- Add icon search feature by @aykutkardas in #272
- Fix pagination spam request with loading state by @aykutkardas in #273
- Update UI with minor changes by @aykutkardas in #274
- Fix responsive by @aykutkardas in #275
- Add animation (IconSetCard) by @aykutkardas in #277
- Refactor (IconSetPreviewInspect) by @aykutkardas in #279
- Fix convert to jsx by @aykutkardas in #280
- Update toast style by @aykutkardas in #281
- Update context menu design by @aykutkardas in #282
- add xmlns attribute for downloaded SVG by @aydinfz in #283
- Fix icon scale by @aykutkardas in #284
- FIX: Remove unnecessary IconsProvider context wrappers. by @brkcrdk in #286
- Lint improvements by @brkcrdk in #285
- Add export icon types feature for typescript users by @bufgix in #287
- Remove trim from target.value by @alpercun in #288
New Contributors
Full Changelog: v1.11.0...v1.52.0
v1.11.0
Highlights
🌿Added Size Select
feature.
🌿Added Copy as JSX
and Download as JSX
feature.
🌿Added Icon Set search support.
🌿Added Icon context menu support.
🌿Added new Icon sets.
What's Changed
- Add size select support (IconSetPreviewInspect) by @aykutkardas in #184
- Add copy jsx support (IconSetPreviewInspect) by @aykutkardas in #185
- Add download support for multiple files (IconSetPreview) by @aykutkardas in #186
- Fix IconsApp UI issues by @gizemnkorkmaz in #187
- Add tooltip by @gizemnkorkmaz in #194
- Add route loading by @aykutkardas in #196
- Add tooltip (SelectVariant) by @aykutkardas in #195
- Add search feature for icon sets (StorePage) by @gizemnkorkmaz in #197
- Add context menu (IconSetPreview) by @aykutkardas in #199
- Add icon copy shortcut (IconPreview) by @aykutkardas in #215
- Add useDebounce hook by @gizemnkorkmaz in #217
- Fix the alignment of icon set actions (IconSetPreviewFooter) by @alpercun in #222
- Fix store page margin bottom (store) by @alpercun in #223
- Add hover style to inspect icon (IconPreview) by @alpercun in #225
- Change inspect icon in Icon Preview (IconPreview) by @alpercun in #224
- Hide IconSetPreviewFooter when there is no product (IconSetPreview) by @batin in #229
- Fix icons wording when there is one item (IconSetPreviewFooter) by @batin in #231
- Add meta properties when deselecting (iconActions) by @batin in #234
- Add remove text icon when search bar is not empty (IconSetPreviewHeader, IconSetSearch) by @batin in #233
- #235 fix: search input cancel icon overlap issue by @hasantezcan in #236
- #239 Show import completed alert only import is successful by @hasantezcan in #240
- #227 Fix svg name overflowing in the edit popup by @hasantezcan in #238
- Fix wrapping issue when selected size is 120x120 by @brkcrdk in #242
- #241 Fix for extracting svg with style attribute. by @brkcrdk in #243
- Add Download as React Component feature by @aykutkardas in #244
- Remove Send to App button on App page (IconSetPreviewInspect) by @gizemnkorkmaz in #245
- Multiple upload toast by @brkcrdk in #248
- Fix IconSetPreviewFooter section colors are not matching problem. by @brkcrdk in #249
- Update: Improve button variants. by @brkcrdk in #250
- Add copy to clipboard action for code snippets at sample section. by @brkcrdk in #251
- Fix for theme flashing problem by @brkcrdk in #253
- Add animation to tab change on Sample component. by @brkcrdk in #254
- Add usehardal analytics by @aykutkardas in #256
- Fix notification content z-index by @bozaci in #255
- Fix IconSetPreview height by @gizemnkorkmaz in #259
- Add event tracker to copy and inspect actions by @gizemnkorkmaz in #260
- Fix NavLink active status by @gizemnkorkmaz in #261
New Contributors
- @alpercun made their first contribution in #222
- @batin made their first contribution in #229
- @hasantezcan made their first contribution in #236
- @brkcrdk made their first contribution in #242
- @bozaci made their first contribution in #255
Full Changelog: v1.10.0...v1.11.0
v1.10.0
Highlights
🌿Added +40.000
new free icons.
🌿Added Deselect All
feature.
🌿Added Copy as SVG
and Download as SVG
feature.
🌿Added icon variant support.
🌿Added 404 Page.
🌿Migrate codebase to NextJS
What's Changed
- Add Heroicons icon set (store) by @aykutkardas in #139
- Add licence links to icon sets by @gizemnkorkmaz in #143
- Add bootstrap icon set (store) by @aykutkardas in #145
- Add svg
copy
anddownload
support (store) by @aykutkardas in #147 - Improve UI (IconSetPreview) by @aykutkardas in #150
- Add copyIconName method (IconPreview) by @gizemnkorkmaz in #152
- Add icon name copy support when inspect (IconSetPreview) by @aykutkardas in #154
- Add icon set (Icomoon Free, Line Awesome) by @aykutkardas in #157
- Refactor add selectedAll condition for selected buttons (IconsApp) by @aykutkardas in #155
- Add send to app integration (IconSetPreview) by @aykutkardas in #151
- Add
Carbon
andFluent UI System Icons
icon set (store) by @aykutkardas in #159 - Add Explore Store button (HomePage) by @aykutkardas in #160
- Add total icon count (store) by @aykutkardas in #161
- Add Phosphor icon set by @aykutkardas in #163
- Add variant support (store) by @aykutkardas in #165
- Add IconsAppFooter by @gizemnkorkmaz in #167
- Add IconSetPreviewFooter by @gizemnkorkmaz in #168
- Add IconSetPreviewHeader by @gizemnkorkmaz in #170
- Add IconsAppHeader by @gizemnkorkmaz in #171
- Add icon set variants (store) by @aykutkardas in #172
- Add Zwicon icon set (store) by @aykutkardas in #173
- Add new icon sets (store) by @aykutkardas in #174
- Add Hawcons and Evericons icon set by @aykutkardas in #175
- Add 404 page by @umutbozdag in #178
- Migrate NextJS by @aykutkardas in #179
- Add next config by @gizemnkorkmaz in #180
- Add Deselect All button by @gizemnkorkmaz in #181
Full Changelog: v1.8.1...v1.10.0
v1.8.1
Highlights
🌿Added Drag and Drop support.
🌿Added Store
page. (beta)
🌿Added ~4000 free icons.
What's Changed
- Drag n drop by @dgknca in #118
- Add Drag Border Dance Animation by @dgknca in #121
- Add remove selected button by @umutbozdag in #123
- Add IconSetCard by @gizemnkorkmaz in #124
- Switch from classnames to clsx library by @gizemnkorkmaz in #125
- Update icon remove condition by @gizemnkorkmaz in #126
- Upgrade
svgps
parser by @aykutkardas in #127 - Add dialog for Remove Selected button (IconSetPreview) by @gizemnkorkmaz in #128
- Add Store page (beta) by @aykutkardas in #129
- Update grid layout (IconSetPreview) by @gizemnkorkmaz in #132
- Fix hover display in lightmode by @gizemnkorkmaz in #133
- Add new icon sets (/store) by @aykutkardas in #134
- Fix icon name overflow (IconPreview) by @gizemnkorkmaz in #137
- Fix hover effect of nav links in light mode (Header) by @gizemnkorkmaz in #138
- Add source links to icon sets (IconSetPreview) by @gizemnkorkmaz in #136
New Contributors
- @dgknca made their first contribution in #106
- @umutbozdag made their first contribution in #123
Full Changelog: v1.0.0...v1.8.1
v1.6.0
Highlights
🌿Added SvelteJS support.
🌿Added PreactJS support.
🌿Renewed our design using TailwindCSS
🌿Added CodeSandbox demos.
What's Changed
- Redesign with Tailwindcss by @aykutkardas in #93
- Update folder structure by @gizemnkorkmaz in #96
- Add
preact
sample (Sample) by @aykutkardas in #98 - Remove (ThemeContext) by @aykutkardas in #101
- Add
husky
withlint-staged
by @dgknca in #102 - Recommend VSCode extensions by @dgknca in #106
- Add (Notification) by @aykutkardas in #108
- Fix UI issues (IconSetPreview) by @gizemnkorkmaz in #109
- Update struct (Notification) by @aykutkardas in #111
- Add relative time (Nofitication) by @gizemnkorkmaz in #112
- Fix delete issue when searching (IconSetPreview) by @aykutkardas in #113
New Contributors
Full Changelog: v1.0.0...v1.6.0
v1.0.0
Release Notes 🎉
svgps.app, which we have been working on for a while, is now available to simplify the use and management of icons. You can also use the JSON files you produce with this tool in React, Vue, and Svelte.
There is also a CLI tool available so you can write a script that will convert your local SVG files to JSON. Or you can use it as a module.
Feel free to experiment and give feedback.
What's next? 🚀
- Drag & Drop support
- List of free icons
- Angular support
New Contributors
- @gizemnkorkmaz made their first contribution in #2
- @fatihky made their first contribution in #58
Full Changelog: https://github.com/aykutkardas/svgps.app/commits/v1.0.0