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)
- migrate env vars to NUXT_ prefix convention (b4f9356)
1.6.5 (2025-12-17)
- update button base classes in BugReportButton and adjust footer layout in BugReportModal (4b8f6a5)
1.6.4 (2025-12-17)
- adjust button styles in BugReportModal and update base classes in BugReportButton (1859cbf)
1.6.3 (2025-12-17)
- update button styles and improve form submission handling in BugReport components (73ce944)
1.6.2 (2025-12-17)
- handle undefined, functions, and symbols in cleanConsoleMessage (f2efc88)
1.6.1 (2025-11-27)
- fix linear ticket format (eb16055)
1.6.0 (2025-11-27)
- update docs to reflect client-side screenshot implementation and new tracking features (491e894)
1.5.0 (2025-11-27)
- optimize Linear issue formatting and disable noisy user journey events (a42cc9b)
1.4.0 (2025-11-27)
- Replace Puppeteer with modern-screenshot for client-side captures (13d553a)
1.3.0 (2025-11-24)
- erweitere Benutzerreise-Tracking und Fehlerberichterstattung mit neuen Optionen (3419486)
- Implement user journey tracking and bug reporting enhancements (76c6dbf)
1.2.0 (2025-10-13)
- add HTTP Basic Authentication support for screenshot functionality (96c5bae)
1.1.6 (2025-10-08)
- update dependencies for Nuxt and related packages (abf8c41)
- update dependencies for Nuxt and related packages (6a71873)
1.1.5 (2025-09-05)
- enhance bug report submission with toast notifications for success and error feedback (9c31eba)
1.1.4 (2025-09-05)
- 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)
- integrate useRuntimeConfig in BugReportButton and BugReportForm components (47c1a03)
1.1.2 (2025-09-05)
- streamline runtime configuration and plugin registration in module (13880c4)
1.1.1 (2025-09-05)
- rename plugin.client.ts to bug-lt.ts and update plugin registration (5d400b2)
1.1.0 (2025-09-05)
- add support for optional @nuxt/ui module and remove customCSS option (7ae78df)
- update module tests to use async setup and add installModule mock (167963d)
1.0.2 (2025-09-05)
- 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)
- remove unnecessary dist directory from release assets (c715a39)
- update homepage and repository URLs in package.json (93a4ca0)
- update repository URL in .releaserc.json (f2a686a)
- make bug report interface properties optional and remove nuxt-icon dependency (07baf91)
- ✨ 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