Releases: criar-art/react-techs-logos
0.1.21
Update
Dependencies
react-techs-logos
: upgraded from^0.1.20
to^0.1.21
.
Dev Dependencies
@testing-library/react
: upgraded from^16.0.0
to^16.0.1
.@types/node
: upgraded from^22.5.0
to^22.7.2
.@types/react
: upgraded from^18.3.4
to^18.3.9
.eslint
: upgraded from^9.9.1
to^9.11.1
.eslint-plugin-react-refresh
: upgraded from^0.4.11
to^0.4.12
.jsdom
: upgraded from^24.1.1
to^25.0.1
.sass
: upgraded from^1.77.8
to^1.79.3
.typescript
: upgraded from^5.5.4
to^5.6.2
.vite
: upgraded from^5.4.2
to^5.4.8
.vitest
: upgraded from^2.0.5
to^2.1.1
.
These updates include compatibility improvements, bug fixes, and performance enhancements for the latest versions of react
, typescript
, and the development tools.
0.1.20
Update
-
Build Process Enhancement: The build process has been streamlined and enhanced in this release. The new script for building the project includes TypeScript compilation, Vite bundling, and additional steps for minification and post-build processing.
-
build:module
: This script now performs the following steps:- TypeScript Compilation:
tsc
is used to compile TypeScript files. - Vite Bundling:
vite build --config vite-module.config.js
handles the bundling process. - Minification: The
minify
script, executed withesbuild
, minifies all JavaScript files in thedist
directory. - Post-build Processing: The
postbuild
script takes care of additional processing tasks after the build.
- TypeScript Compilation:
-
minify
: Theesbuild
command has been added to minify all JavaScript files within thedist
directory, ensuring optimized file sizes and improved performance.
-
0.1.19
Update
This update includes an important enhancement to the package's metadata.
Key Improvement:
- Updated Homepage Link: The
homepage
field in thepackage.json
has been updated to the new URL: https://react-techs-logos.web.app/. This ensures that users and developers can easily access the project’s main site for information and updates.
This update improves the accuracy of the package metadata and helps users find the relevant project resources more easily.
0.1.18
Update
The release of version 0.1.18 for the react-techs-logos
package.
This update introduces several improvements to the build process, ensuring a more efficient and optimized distribution.
Key Improvements:
-
Minified
package.json
: Thepackage.json
file in the distribution is now minified usingjsonminify
. This reduces its size by removing unnecessary whitespace and comments, leading to a cleaner package structure. -
Updated
package.json
Configuration: The distributionpackage.json
has been enhanced with the following updates:- Homepage Field: Added to specify the project's homepage URL.
- Updated File Entries: Ensures only the essential files are listed in the
files
field. - Module Exports: Configured to support both ES modules and CommonJS.
-
README and Declaration File Included: The
README.md
andreact-techs-logos.d.ts
files are copied to thedist
folder, providing users with important documentation and type definitions. -
Cleanup of Unnecessary Files: Files such as
favicon.ico
androbots.txt
have been removed from the distribution folder, keeping the package focused and free from extraneous files.
These updates contribute to a more streamlined and efficient package, enhancing performance and usability. We hope these improvements will significantly benefit your development experience with react-techs-logos
.
0.1.12
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
- 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.
- Case-Insensitive Search: The search functionality now handles case differences by converting all text to lowercase.
- 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
andtoLowerCase
methods. - Modified the
techs
array and filter function to accommodate the new search functionality.
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.9
Update project
Update for latest version deps of project
New logos
- Expo
- Next.js
- Nuxt
- Qwik
- Astro
- Turbo
- SpringBoot
- Vercel
- Pandas
- AWS
- Nvidia
- TensorFlow
- Gemini
- Shopify
- Steam
Deps update
- react-techs-logos: 0.1.9
- @testing-library/jest-dom: 6.4.6
- @testing-library/react: 16.0.0
- @types/node: 20.14.9
- @typescript-eslint/eslint-plugin: 7.14.1
- @typescript-eslint/parser: 7.14.1
- @vitejs/plugin-react: 4.3.1
- eslint: 9.6.0
- sass: 1.77.6
- typescript: 5.5.2
- @testing-library/dom: 10.2.0 (Adicionado)
0.1.8
Update project
Update for latest version deps of project
Adjustment import of svg in components
Deps update
- @typescript-eslint/eslint-plugin 7.11.0
- @typescript-eslint/parser 7.11.0
- jsdom 24.1.0
- vite 5.2.12
- vite-plugin-svgr 4.2.0
0.1.7
Update project
Update for latest version deps of project
Deps update
- react 18.3.1
- react-dom 18.3.1
- react-techs-logos 0.1.6
- @testing-library/jest-dom 6.4.5
- @testing-library/react 15.0.7
- @types/node 20.12.12
- @types/react 18.3.3
- @types/react-dom 18.3.0
- @typescript-eslint/eslint-plugin 7.10.0
- @typescript-eslint/parser 7.10.0
- @vitejs/plugin-react 4.3.0
- eslint 9.3.0
- eslint-plugin-react-hooks 4.6.2
- eslint-plugin-react-refresh 0.4.7
- sass 1.77.2
- typescript 5.4.5
- vite 5.2.11
- vitest 1.6.
0.1.6
Update project
Improvement imports and refactory template condition render list logos
Update for latest version deps of project
0.1.3
Update project
Improvement Style for homepage
Adjustment text align in single component
Update deps of project for last version