Skip to content

Latest commit

 

History

History
164 lines (92 loc) · 7.91 KB

File metadata and controls

164 lines (92 loc) · 7.91 KB

Changelog

All notable changes to this project will be documented in this file.

This project adheres to Semantic Versioning and uses Conventional Commits.

1.6.6 (2026-03-06)

♻️ Code Refactoring

  • migrate env vars to NUXT_ prefix convention (b4f9356)

1.6.5 (2025-12-17)

🐛 Bug Fixes

  • update button base classes in BugReportButton and adjust footer layout in BugReportModal (4b8f6a5)

1.6.4 (2025-12-17)

🐛 Bug Fixes

  • adjust button styles in BugReportModal and update base classes in BugReportButton (1859cbf)

1.6.3 (2025-12-17)

🐛 Bug Fixes

  • update button styles and improve form submission handling in BugReport components (73ce944)

1.6.2 (2025-12-17)

🐛 Bug Fixes

  • handle undefined, functions, and symbols in cleanConsoleMessage (f2efc88)

1.6.1 (2025-11-27)

🐛 Bug Fixes

  • fix linear ticket format (eb16055)

1.6.0 (2025-11-27)

🚀 Features

  • update docs to reflect client-side screenshot implementation and new tracking features (491e894)

1.5.0 (2025-11-27)

🚀 Features

  • optimize Linear issue formatting and disable noisy user journey events (a42cc9b)

1.4.0 (2025-11-27)

🚀 Features

  • Replace Puppeteer with modern-screenshot for client-side captures (13d553a)

1.3.0 (2025-11-24)

🚀 Features

  • erweitere Benutzerreise-Tracking und Fehlerberichterstattung mit neuen Optionen (3419486)
  • Implement user journey tracking and bug reporting enhancements (76c6dbf)

1.2.0 (2025-10-13)

🚀 Features

  • add HTTP Basic Authentication support for screenshot functionality (96c5bae)

1.1.6 (2025-10-08)

♻️ Code Refactoring

  • update dependencies for Nuxt and related packages (abf8c41)
  • update dependencies for Nuxt and related packages (6a71873)

1.1.5 (2025-09-05)

♻️ Code Refactoring

  • enhance bug report submission with toast notifications for success and error feedback (9c31eba)

1.1.4 (2025-09-05)

♻️ Code Refactoring

  • simplify useRuntimeConfig mock implementation in tests (3badb1d)
  • update useRuntimeConfig usage in bug report handler and tests (51e4352)
  • utilize useRuntimeConfig in bug report event handler (3d875c0)

1.1.3 (2025-09-05)

♻️ Code Refactoring

  • integrate useRuntimeConfig in BugReportButton and BugReportForm components (47c1a03)

1.1.2 (2025-09-05)

♻️ Code Refactoring

  • streamline runtime configuration and plugin registration in module (13880c4)

1.1.1 (2025-09-05)

♻️ Code Refactoring

  • rename plugin.client.ts to bug-lt.ts and update plugin registration (5d400b2)

1.1.0 (2025-09-05)

🚀 Features

  • add support for optional @nuxt/ui module and remove customCSS option (7ae78df)

✅ Tests

  • update module tests to use async setup and add installModule mock (167963d)

1.0.2 (2025-09-05)

♻️ Code Refactoring

  • reorder build step in release workflow for clarity (b0c6d7a)
  • simplify release workflow by removing manual version input and unnecessary steps (0f58eb3)

1.0.1 (2025-09-05)

🐛 Bug Fixes

  • remove unnecessary dist directory from release assets (c715a39)

1.0.0 (2025-09-05)

🐛 Bug Fixes

  • update homepage and repository URLs in package.json (93a4ca0)
  • update repository URL in .releaserc.json (f2a686a)

♻️ Code Refactoring

  • make bug report interface properties optional and remove nuxt-icon dependency (07baf91)

[1.0.0] - Initial Release

Features

  • ✨ Complete Nuxt 4 module for bug reporting with Linear integration
  • 📸 Screenshot capture using server-side Puppeteer
  • 🌐 Browser information collection (user agent, viewport, performance metrics)
  • 📝 Console log capturing and history
  • 🎯 Configurable bug report button with customizable position
  • 🔗 Automatic Linear issue creation with team/project resolution
  • 🏷️ Dynamic label creation based on bug report type
  • 🇩🇪 German language interface for German customers
  • 📎 Screenshot attachment upload to Linear issues
  • 🎨 Nuxt UI integration for all UI components
  • ⚙️ Comprehensive configuration options
  • ✅ Complete test suite with 51 passing tests
  • 📚 Detailed documentation and setup instructions
  • 🚀 GitHub Actions for automated publishing