Skip to content

Commit e82b3cb

Browse files
jay-coxclaude
andcommitted
docs: add CHANGELOG.md with 0.4.0 release notes
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ef4a6f1 commit e82b3cb

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog
2+
3+
## 0.4.0
4+
5+
### Breaking Changes
6+
7+
- **Firebase v12 modular API migration**: Replaced all `firebase/compat/*` imports with modular equivalents from `firebase/app`, `firebase/database`, and `firebase/auth`
8+
- `signOut` is now an instance method instead of a static method (requires an `Auth` instance)
9+
- `peerDependencies.firebase` updated from `^9.8.3` to `^12.0.0`
10+
11+
### Fixed
12+
13+
- `collectionObserver`: `limitToFirst` constraint now correctly references `props.limitToFirst` instead of an undefined local variable
14+
15+
### Changed
16+
17+
- TypeScript compilation target updated from ES2015 to ES2020
18+
- CI workflows updated to Node.js 20 and actions v4
19+
- Removed `firebase-init.ts` compat singleton wrapper

0 commit comments

Comments
 (0)