Skip to content

Releases: rjvim/react-component-library-starter

v0.6.0

14 Feb 07:46

Choose a tag to compare

🚀 Enhancement

  • feat: remove unused PostCSS configuration and update class names for consistency in components #6 (@rjvim)
  • feat: integrate tailwindcss-animate and update styling conventions across components #6 (@rjvim)
  • feat: add initial configuration for elements-shadcn-twv4 package with dependencies #6 (@rjvim)
  • feat: initialize elements-shadcn-twv4 package with Tailwind CSS and basic components #6 (@rjvim)
  • feat: update package dependencies and add clean script for improved build process (@rjvim)
  • apps-docs
    • feat: update @rcls/elements dependency to version 0.5.1 and refresh package-lock.json #6 (@rjvim)
  • @rcls/elements-tw-v4, @rcls/elements, @rcls/elements-shadcn-twv4
    • feat: update React and TypeScript dependencies to version 19.0.0 and clean up package configurations #6 (@rjvim)
  • @rcls/elements-tw-v4, @rcls/elements-shadcn-twv4
    • feat: add initial implementation of App component and related files for shad-v4 package #6 (@rjvim)

🐛 Bug Fix

  • fix: revert package version to 0.0.0 for initial development #6 (@rjvim)

Authors: 1

v0.5.0

13 Feb 06:31

Choose a tag to compare

🚀 Enhancement

  • feat: update README to include monorepo package structure and descriptions #5 (@rjvim)
  • feat: remove commented-out code for release creation in workflow (@rjvim)
  • feat: update release workflow to enable caching, install dependencies, and create release (@rjvim)
  • feat: add environment variables for GitHub and npm tokens in release workflow (@rjvim)
  • feat: improve output handling in release workflow by cleaning ANSI codes and adding version bump check (@rjvim)
  • feat: enhance version bump check with detailed output and Node.js/npm version logging (@rjvim)
  • feat: simplify version bump check by removing debug output and using fgrep for matching (@rjvim)
  • feat: enable caching of node modules in release workflow (@rjvim)
  • feat: enhance version bump check with detailed output logging and grep pattern testing (@rjvim)
  • feat: update version bump check to match output message in release workflow (@rjvim)
  • feat: update release workflow to suppress color output in dry-run command (@rjvim)
  • feat: improve version bump check by suppressing color output and refining grep logic in release workflow (@rjvim)
  • feat: update version bump check to use output file and grep for counting in release workflow (@rjvim)
  • feat: improve version bump check by using awk for counting in release workflow (@rjvim)
  • feat: simplify version bump check by removing file output and ANSI color codes in release workflow (@rjvim)
  • feat: update version bump check to save output to a file and match pattern in release workflow (@rjvim)
  • feat: enhance output handling in release workflow by logging raw output and line numbers (@rjvim)
  • feat: improve version bump check by removing ANSI color codes in release workflow (@rjvim)
  • feat: add debug output for version bump check in release workflow (@rjvim)
  • feat: add step to create release in GitHub workflows with dry-run option (@rjvim)
  • feat: add caching for node modules and install dependencies in release workflow (@rjvim)
  • feat: simplify version bump check in release workflow and improve output handling (@rjvim)
  • feat: enhance version bump check in release workflow and add debug output (@rjvim)
  • feat: add check-release job to GitHub workflows for version bump validation (@rjvim)
  • feat: update build command in GitHub workflows for documentation (@rjvim)
  • apps-docs
    • feat: enable import of elements.css in custom.css for improved styling (@rjvim)

Authors: 1

v0.4.0

13 Feb 04:46

Choose a tag to compare

🚀 Enhancement

  • feat: expand README with detailed project overview and usage instructions; add .env.example for environment configuration (@rjvim)
  • feat: enhance README with project description and links (@rjvim)
  • apps-docs
    • feat: rename CSS class from 'twp' to 'twp4' in demo documentation for consistency #4 (@rjvim)
    • feat: update elements-tw-v4 demo documentation and adjust component structure #4 (@rjvim)
    • feat: remove outdated tutorial images and documentation files, and add new demo examples #4 (@rjvim)
    • feat: add PR preview workflow and dynamic base URL configuration (@rjvim)
  • @rcls/elements-tw-v4
    • feat: rename CSS class from 'twp' to 'twp4' for consistency in elements-tw-v4 #4 (@rjvim)
    • feat: add canary script to package.json and remove outdated CHANGELOG.md #4 (@rjvim)
    • feat: initialize elements-tw-v4 package with basic structure and components #4 (@rjvim)
  • apps-docs, @rcls/elements-tw-v4
    • feat: update elements-tw-v4 integration and adjust component class names for consistency #4 (@rjvim)
    • feat: integrate elements-tw-v4 package and update demo documentation #4 (@rjvim)

🐛 Bug Fix

  • fix: rename site references to docs in workflow files for clarity (@rjvim)
  • fix: update link in README for article on setting up from scratch (@rjvim)
  • fix: update commit message prefixes for apps-docs (@rjvim)

⚠️ Pushed to main

  • Create LICENSE (@rjvim)
  • Update README.md (@rjvim)
  • Update package.json (@rjvim)
  • @rcls/elements
    • Update tsconfig.json (@rjvim)

Authors: 1

v0.3.0

20 Jan 13:04

Choose a tag to compare

🚀 Enhancement

  • apps-docs
    • feat: update @rcls/elements package version to 0.2.1--canary.457943b.0 #3 (@rjvim)
    • feat: update @rcls/elements package to version 0.2.1--canary.1a7da1f.0 #3 (@rjvim)
    • feat: update markdown features demo to showcase elements with buttons and badges #3 (@rjvim)
  • apps-docs, @rcls/elements
    • feat: update @rcls/elements package version and add tailwindcss-scoped-preflight support #3 (@rjvim)
    • feat: update @rcls/elements package to version 0.2.1 and adjust import paths #3 (@rjvim)
  • @rcls/elements
    • feat: add prefix to Tailwind classes and update Badge and Button components #3 (@rjvim)

Authors: 1

v0.2.0

20 Jan 12:27

Choose a tag to compare

🚀 Enhancement

  • apps-docs
    • feat: update documentation dependencies and add deployment workflow #2 (@rjvim)
  • apps-docs, @rcls/elements
    • feat: integrate @rcls/elements for enhanced UI components and styles #2 (@rjvim)

Authors: 1

v0.1.0

20 Jan 12:13

Choose a tag to compare

🚀 Enhancement

  • feat: add build script to package.json for Lerna project (@rjvim)
  • feat: add GitHub Actions workflow for automated release process (@rjvim)
  • @rcls/elements
    • feat: implement Button and Badge components with styling and update Vite configuration for library build (@rjvim)
    • feat: integrate Tailwind CSS for styling and update main application structure (@rjvim)
    • feat: initialize React project with Vite and TypeScript setup (@rjvim)
  • apps-docs
    • feat: add initial Docusaurus documentation structure and styling (@rjvim)

🐛 Bug Fix

  • chore: update lerna and package.json to include apps/* in workspaces (@rjvim)
  • docs: add initial README with configuration instructions for Docusaurus template (@rjvim)
  • chore: init repo with lerna (@rjvim)
  • @rcls/elements
    • fix: update Button component styles to use cyan color scheme #1 (@rjvim)
    • chore: update package names and add .env to .gitignore; configure auto-release settings (@rjvim)
    • fix: remove index.css from tsconfig.lib.json include paths (@rjvim)
  • apps-docs
    • chore: remove lock file from site (@rjvim)
    • fix: update Docusaurus config for site details and organization (@rjvim)

Authors: 1