Skip to content

Releases: criar-art/angular-techs-logos

0.1.22

25 Aug 09:47
Compare
Choose a tag to compare

Update

Significant improvements in build optimization.
This update introduces several enhancements to ensure that your build files are more compact and efficient.

Highlights of this Release:

  • JavaScript Minification: All .js and .mjs files are now minified to reduce their size and improve loading times. This includes the removal of unnecessary whitespace and comments for a more streamlined codebase.

  • Source Map Cleanup: Source map files (.map) are automatically removed during the build process. This helps in reducing the clutter and keeping your output directory clean.

  • JSON Minification: The package.json file is now minified using jsonminify, which removes unnecessary whitespace and comments, resulting in a smaller file size.

  • Homepage Field Added: The homepage field has been added to the package.json file to specify the URL of the project's homepage. This field helps users and tools easily locate the project's web presence.

  • .npmignore Removal: The .npmignore file is removed from the build output to avoid any unintended exclusions when publishing the package.

These improvements contribute to a more optimized and efficient build process, enhancing performance and reducing unnecessary file sizes.

0.1.14

04 Jul 15:01
bd8223b
Compare
Choose a tag to compare

Update

Fix: hiddenLogos

The adjustment ensures that logos are correctly removed when hidden by the user.
Maintaining consistency in the package behavior.
The updated logic streamlines the process of determining when and how items are displayed, enhancing overall efficiency.

Enhanced

Tests unit

Improved unit test specifications for enhanced code reliability and faster bug detection.

0.1.10

04 Jul 11:11
Compare
Choose a tag to compare

Update Project

Add Search Logos Functionality and Improve Filters

New feature that allows users to search for logos within our application.
Additionally, improvements have been made to the existing filters by adjusting the text with trim and toLowerCase methods to avoid conflicts and ensure accurate search results.

New Features

  1. Search Logos: Users can now search for specific logos using a search input. This feature enhances user experience by making it easier to find logos quickly.
  2. Case-Insensitive Search: The search functionality now handles case differences by converting all text to lowercase.
  3. Trimmed Input: Extra spaces are removed from the input to ensure more precise filtering.

Changes

  • Added a new input field for searching logos.
  • Updated the filtering logic to use trim and toLowerCase methods.
  • Implemented signals in the search (searchSignal) and techsList to enhance reactivity and ensure accurate updates based on user input.

Adding Modal Install Steps Examples

Enhanced the application by adding modal install steps examples to provide clearer instructions for users. This update includes:

  • Modal Installation: Introduced a modal window with step-by-step installation instructions.
  • Interactive Button: Added a button triggering the modal for seamless user interaction Learn install.

0.1.0

04 Jul 08:17
820be6d
Compare
Choose a tag to compare

Update

  • Logos List: Added a component to display logos of various companies and technologies.
  • Usage Examples: Demonstrated basic usage scenarios:
    • Displaying all logos.
    • Showing individual icons.
    • Listing a subset of logos.
    • Hiding specific logos.
    • Using hidden labels.
    • Customizing label names.
    • Adjusting component size.

🔗 Check it out on npm: angular-techs-logos