Skip to content

Latest commit

 

History

History
54 lines (46 loc) · 6.69 KB

CHANGELOG.md

File metadata and controls

54 lines (46 loc) · 6.69 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.1 (2024-10-14)

Features

  • add .gitignore file (9420965)
  • add .prettierrc.json with singleQuote option (c5e1f2e)
  • add App component with event capture functionality (038c74a)
  • add CapturedEventsList component and its styles (84e3c85)
  • add CapturedEventsList component with event capture and management functionality (6e4142e)
  • add CaptureEventProvider and CapturedEventsList components (b1200af)
  • add CaptureEventProvider component and its context (23e29a0)
  • add commitlint.config.js file (39900fd)
  • add coverage script to package.json (0f83ca7)
  • add ESLint configuration file (d9c2bd2)
  • add EventProvider component for event handling (48785e7)
  • add EventProvider component for event handling capabilities (798a726)
  • add GitHub Actions workflow for publishing the package (009a72e)
  • add Icon component (ce095b6)
  • add Icon component for SVG icons (8518dc5)
  • add initial HTML structure and script tag (9d86979)
  • add keywords to package.json (f85570a)
  • add main.tsx with root component rendering (db6e217)
  • add package.json with project dependencies and scripts (f61cf64)
  • add README.md with installation and usage instructions (07837b1)
  • add registerServiceWorker function (6c3a10c)
  • add release-changelog-config.json for categorizing commits (7412be4)
  • add service worker for event capture and management (4b4a57a)
  • add service worker for event logging (2f63f2e)
  • add setupTest.ts for test cleanup (7781510)
  • add styles for App component (4b1ca3f)
  • add styles for CapturedEventsList component (7363fee)
  • add SVG icons for event capture (0ec4e1e)
  • add testid in html elements (8c1bc0c)
  • add tsconfig.lib.json for library configuration (c692093)
  • add TypeScript configuration files (fefc43a)
  • add Vite configuration file (c08ddf9)
  • add Vite logo SVG file (0a47a1d)
  • add vite-env.d.ts for Vite client reference (e0a6eb3)
  • add vite-env.d.ts for Vite client types (e837c67)
  • export EventProvider, useCaptureEvent, and CapturedEventsList components (3fee433)
  • remove unnecessary files and code (638c6fd)

Bug Fixes

  • adjust dependencies and build process in .github/workflows/publish.yml (5d45d50)
  • adjust Node.js version and registry URL in .github/workflows/publish.yml (bf5b016)
  • doctype declaration in index.html (460399a)
  • typo in doctype declaration (769a443)