Skip to content

1.0.2

Latest

Choose a tag to compare

@lucasferreiralimax lucasferreiralimax released this 15 Jan 04:58
· 1 commit to master since this release
cf09b38

VoiceCapture Angular v1.0.2

Release Date: January 15, 2026

🔧 Improvements

Deprecation Cleanup

  • Removed the deprecated allowSignalWrites flag from Angular effect() declarations

    • Affected files:

      • voicecapture-angular.component.ts
      • voicecapture-angular.component.legacy.ts
  • This flag is no longer used by Angular and was generating build warnings

  • Signal writes are now always allowed by default in Angular’s effect() API

  • Eliminates deprecation warnings from test output

Build Process Enhancements

  • Improved robustness of the post-build script (post-build.js)
  • Added automatic fallback to npm run build:module when distribution files are not found
  • Enhanced error handling and clearer user feedback during the build process
  • Prevents build failures by enabling more graceful recovery

✅ Testing

  • All tests passing successfully
  • Chrome Headless test suite: 3 / 3 SUCCESS
  • No deprecation warnings in test output

📦 Installation

npm install voicecapture-angular@1.0.2