Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 0.4.1-beta.2

### Features

- **Event polling opt-in** — `startEventPolling()`, `stopEventPolling()`, `configureEventPolling(intervalMs)` to control runtime event polling (el.snapshot, el.meter, el.scope, el.fft). Polling is no longer started automatically, reducing JS thread overhead for apps that don't need events.

### Bug Fixes

- **Android new arch:** Add missing `startEventPolling`, `stopEventPolling`, `configureEventPolling` overrides in `ElementaryTurboModule.java` (fixes build failure)
- **Lint:** Fix Prettier formatting for `configureAudioSession` params in `NativeElementary.ts`

## 0.4.1-beta.1

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-elementary",
"version": "0.4.1-beta.1",
"version": "0.4.1-beta.2",
"description": "Use Elementary Audio in your React Native app",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
Loading