d98c78b6c1Update build scripts to use environment variables and improve icon build logging. The `after:bump` hook in package.json now utilizes `pnpm exec turbo build` for better performance, while console output for icon building has been commented out for cleaner logs during the build process.
codecalm
2025-12-31 18:16:31 +0100
07d1e4a796Refactor build scripts in package.json and update changelog generation to use environment variables for versioning. This improves consistency and clarity in version handling across scripts.
codecalm
2025-12-30 19:24:53 +0100
7358779979Remove eleventy-sass dependency and update @tabler/icons references to use workspace protocol in package.json and pnpm-lock.yaml for improved dependency management.
codecalm
2025-12-30 18:57:49 +0100
Add folder-open SVG icon (#1449)
Marlon Daniel
2025-12-30 14:39:05 -0300
8c7b40be1cEnhance icon validation by ensuring only .svg files exist in filled and outline directories; update crown and folder-open SVG files for consistency and clarity.
codecalm
2025-12-30 18:37:23 +0100
36e7957d35Add `.svg` extension to folder-open icon
codecalm
2025-12-30 18:35:12 +0100
Update package dependencies and configurations (#1447)
Paweł Kuna
2025-12-30 18:33:11 +0100
fe3542de8aUpdate canvas and @napi-rs/canvas dependencies to version 3.2.0 and 0.1.88 respectively in package.json and pnpm-lock.yaml for improved compatibility. Add "onlyBuiltDependencies" field in package.json to specify required dependencies.
codecalm
2025-12-30 18:29:30 +0100
37525fc8a3Ensure canvas is loaded before jsdom by using require in utilities.mjs
codecalm
2025-12-30 18:13:57 +0100
c4f9372129Install additional system dependencies for canvas and rsvg-convert in GitHub Actions workflow to ensure proper build environment.
codecalm
2025-12-30 18:10:44 +0100
f999bcc00dUpdate GitHub Actions workflow to use Node.js 22 and pnpm version 10.26.2, while repositioning the in-progress comment step for better visibility during validation.
codecalm
2025-12-30 18:04:58 +0100
9d1b3a6783Update GitHub Actions workflows to install pnpm version 10.26.2 for consistency across build and validation processes.
codecalm
2025-12-30 17:58:35 +0100
63d3aaba65Reorganize GitHub Actions workflow to reposition the in-progress comment step for better clarity and execution flow during icon validation.
codecalm
2025-12-30 17:55:12 +0100
412232e8e3Refactor Eleventy configuration to use Sass directly and update package dependencies for improved compatibility and performance. Added support for SCSS file compilation and updated various package versions in package.json and pnpm-lock.yaml.
codecalm
2025-12-30 17:48:52 +0100
Add folder-open SVG icon
Marlon Daniel
2025-12-29 14:22:39 -0300
3195b91e28Update package.json to upgrade pnpm from version 10.12.1 to 10.26.1 for improved performance and compatibility.
codecalm
2025-12-27 13:27:15 +0100
8dd53b0fcbUpdate pnpm-lock.yaml to add canvas dependency and remove optional flags from several packages
codecalm
2025-12-27 13:23:45 +0100
78fd83ba43Update GitHub Actions workflow to install additional system dependencies for canvas and rsvg-convert
codecalm
2025-12-26 17:37:02 +0100
67a8752fbdAdd system dependencies for canvas in GitHub Actions workflow and update package.json to include canvas dependency
codecalm
2025-12-26 17:36:35 +0100
8bb7ed290cRemove push trigger from GitHub Actions workflow to streamline build process and focus on pull requests.
codecalm
2025-12-26 17:27:51 +0100
6065586681Update GitHub Actions workflow to use Node.js 22 for improved compatibility and performance.
codecalm
2025-12-26 17:26:42 +0100
cde4316e5dAdd rsvg-convert availability check in convertIconsToImages function to prevent errors when the command is not found
codecalm
2025-12-26 17:23:50 +0100
5c91d0f095Remove specific pnpm version from GitHub Actions workflow for improved flexibility in dependency management.
codecalm
2025-12-26 17:17:52 +0100
917cbb469eRemove specific pnpm version from GitHub Actions workflow to allow for more flexible dependency management.
codecalm
2025-12-26 17:17:35 +0100
79cf312d6cUpdate GitHub Actions workflow to use Node.js 22 and adjust build command to utilize pnpm for improved consistency and performance.
codecalm
2025-12-26 17:02:22 +0100
ff9f1f4bd1Update package dependencies and configurations
codecalm
2025-12-26 16:58:47 +0100
c6a429a3beUpdate package.json to remove specific pnpm version and adjust GitHub Actions workflow to use pnpm version 10.26.1 for consistency across environments.
codecalm
2025-12-26 16:36:18 +0100
df436133d6Update pnpm version in GitHub Actions workflow to 10.26.1 for consistency and improved performance.
dev-astro
codecalm
2025-12-25 21:20:55 +0100
123de6a66fRemove version specification and installation flag for pnpm in GitHub Actions workflow, streamlining the setup process.
codecalm
2025-12-25 21:02:18 +0100
3a1c1fde8bUpdate .gitignore to include .astro files and modify labeler configuration for improved icon detection rules.
codecalm
2025-12-25 13:10:15 +0100
914f6c569eAdd Astro support for Tabler Icons
codecalm
2025-12-24 22:20:27 +0100
7a71dc0019Update GitHub Actions workflows to use the latest versions of actions, enhancing performance and compatibility.
codecalm
2025-12-24 02:05:52 +0100
40853f9a33Update labeler action to version 6 for improved functionality and performance.
codecalm
2025-12-24 02:00:04 +0100
1616de976dUpdate labeler configuration to include new rules for React Native, PNG, PDF packages, tests, and website documentation, enhancing automation for file management and organization.
codecalm
2025-12-24 01:58:38 +0100
a6497147f7Enhance labeler configuration to include new rules for identifying new and modified icons in the 'icons' directory, improving automation for icon management.
codecalm
2025-12-24 01:54:03 +0100
8d979f4369Add labeler configuration for Angular package to include file changes in 'packages/icons-angular/*'
dev-icons-angular
codecalm
2025-12-24 01:36:14 +0100
a4e8cd6a44Add ChangeDetectionStrategy to TablerIconComponent for optimized rendering
codecalm
2025-12-24 01:07:06 +0100
643e2f0ed9Enhance ngOnChanges method in TablerIconComponent to optimize updates based on relevant input changes, improve class handling by filtering empty strings, and ensure proper node checks for child elements.
codecalm
2025-12-24 01:03:36 +0100
ca8dad15c7Update TablerIconComponent to improve documentation and error handling, modify icon input in tests, and enhance child element removal logic for better performance.
codecalm
2025-12-24 01:02:36 +0100
1886d25403Refactor TablerIconComponent to use Angular's dependency injection for improved readability and maintainability, enhance error handling for icon input, and update README links for accuracy. Remove unnecessary paths from TypeScript configuration.
codecalm
2025-12-24 00:57:52 +0100
96251b717fRefactor icons-angular package configuration by removing exports from package.json, adding type exports in public-api.ts, and updating TypeScript configuration to skip library checks and exclude spec files for cleaner builds.
codecalm
2025-12-24 00:52:02 +0100
3d949d93cfUpgrade Angular dependencies to version 21, update TypeScript configuration, and enhance icon imports in the icons-angular package for improved module resolution and clarity.
codecalm
2025-12-24 00:37:23 +0100
3e2a27cad2Refactor clean scripts in package.json files to use find with -delete for improved performance and clarity
codecalm
2025-12-24 00:15:24 +0100
8e89636680Update TypeScript version and Angular dependencies in icons-angular package
codecalm
2025-12-23 23:56:00 +0100
Add icon `filled/crown` (#1441)
sam
2025-12-22 20:45:52 -0500
b637a86c96Update icon validation to require '.svg' extension in names and remove tag checks for filled icons, enhancing validation accuracy.
codecalm
2025-12-23 02:42:47 +0100
69e0b696fbUpdate icon validation scripts to use dynamic base branch reference for improved accuracy in PR icon checks
codecalm
2025-12-23 02:30:59 +0100
39b30d7109Refactor icon comment generation to conditionally include category and tags in markdown table based on icon type, enhancing clarity and organization.
codecalm
2025-12-23 02:26:40 +0100
bccc80e934Change PR validation workflow trigger from 'pull_request' to 'pull_request_target' for improved security and context access.
codecalm
2025-12-23 02:18:58 +0100
Add icon comment generation with categories and tags to PR validation workflow (#1444)
Paweł Kuna
2025-12-23 01:59:33 +0100
0200defea2Remove unused SVG icon file 'a-b-2 copy.svg' to streamline the icon directory.
codecalm
2025-12-23 01:53:57 +0100
734658b279Update icon name in markdown table to include file extension for clarity in generated comments.
codecalm
2025-12-23 01:51:02 +0100
b92d158e78Update PR validation workflow to change icon comment mode from 'recreate' to 'upsert', allowing for more efficient comment updates.
codecalm
2025-12-23 01:50:33 +0100
a0b7b138bfRemove unused SVG icon file 'a-b-2 copy 2.svg' to clean up the icon directory.
codecalm
2025-12-23 01:49:06 +0100
b4f04af6a7Add workflow step to remove comment with added icons if no icons are present
codecalm
2025-12-23 01:46:22 +0100
92ea3a7d1dImplement category validation for new icons and consolidate helper imports in icon generation scripts.
codecalm
2025-12-23 01:43:28 +0100
9737c82ee4Enhance icon comment generation by adding category and tags to markdown table, improving organization and metadata visibility.
codecalm
2025-12-23 01:36:38 +0100
c92c7f524fUpdate icon size in markdown table for improved visibility in GitHub comments.
codecalm
2025-12-23 01:33:06 +0100
62036d0e7aRefactor icon comment generation to use GitHub raw file URLs instead of base64 data URIs, enhancing compatibility with GitHub comments.
codecalm
2025-12-23 01:28:08 +0100
df734aa6b5Refactor icon comment generation to use base64 data URIs for SVGs in markdown tables, improving compatibility and visual representation.
codecalm
2025-12-23 01:21:27 +0100
2a2e911230Refactor icon comment generation to include inline SVGs in markdown tables and update workflow to handle output correctly.
codecalm
2025-12-23 01:12:17 +0100
51ee885907Add 'generate-icons-comment' script to package.json and update PR validation workflow to include icon generation and commenting steps.
codecalm
2025-12-23 01:04:55 +0100
8eabd6bed4Correct file path syntax in PR validation workflow for consistency in configuration.
codecalm
2025-12-23 00:43:22 +0100
dc2d29272eFix comment tag syntax in PR validation workflow for consistency in comment handling.
codecalm
2025-12-23 00:41:47 +0100
1eaa920e9fUpgrade actions-comment-pull-request to v3 in PR validation workflow for improved functionality and consistency in comment handling.
codecalm
2025-12-23 00:41:11 +0100
b58259b035Update in-progress comment tag in PR validation workflow for clarity during icon validation.
codecalm
2025-12-23 00:39:23 +0100
a2725a3897Update PR validation workflow to modify in-progress comment behavior and streamline checkout step.
codecalm
2025-12-23 00:37:58 +0100
36336d10bfUpdate PR validation workflow to include an ID for the in-progress comment step, enhancing tracking during icon validation.
codecalm
2025-12-23 00:36:15 +0100
46dde4ef5aRefactor PR validation workflow to add an in-progress comment step, improving user feedback during icon validation.
codecalm
2025-12-23 00:35:03 +0100
e4fc15e2b3Refactor icon validation logic by consolidating checks into 'validate-icons' script and removing obsolete 'validate-pr' script. The new implementation checks for invalid metadata, naming conventions, and improper attributes in added icons from the main branch.
codecalm
2025-12-23 00:32:27 +0100
3fc6d1aa14Enhance icon validation in 'validate-pr' script to check for invalid metadata, naming conventions, and improper attributes in added icons.
codecalm
2025-12-23 00:23:59 +0100