Skip to content

Commit 0e00db1

Browse files
github-actions[bot]claudeLarkooo
authored andcommitted
Update changelog for v0.12.3 with latest fixes
- Added Coinbase sandbox configuration fix (#2371) - Added Capacitor preset verification enhancement (#2369) - Updated release date to 2026-02-04 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> Co-authored-by: Larko <59736843+Larkooo@users.noreply.github.com>
1 parent 138c1c5 commit 0e00db1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## [0.12.3] - 2026-02-03
3+
## [0.12.3] - 2026-02-04
44

55
### ✨ New Features
66
- **@cartridge/controller**: Added starterpack play callback functionality, enabling developers to specify custom onPlay callbacks that execute when users click play buttons in starterpack flows. The keychain iframe now closes before calling the callback and falls back to existing close behavior when absent (#2362)
@@ -9,6 +9,8 @@
99
- **@cartridge/controller**: Fixed policy hashing by ensuring canonical sorting of policies before hashing to prevent non-deterministic merkle root calculations. Contract entries are now sorted by address, methods by entrypoint, and message policies by scope_hash, resolving "session/not-registered" errors caused by inconsistent policy ordering (#2359)
1010
- **@cartridge/connector**: Fixed controller re-initialization issues by reusing existing controller instances from `window.starknet_controller` when `ControllerConnector` is instantiated multiple times. This prevents duplicate iframes and message channels that could break functionality during React re-renders (#2360)
1111
- **@cartridge/controller**: Fixed chainId lookup to support non-Cartridge chain configurations, improving compatibility with custom chain setups (#2361)
12+
- **@cartridge/keychain**: Fixed Coinbase sandbox configuration to ensure proper sandbox environment setup for development and testing (#2371)
13+
- **@cartridge/keychain**: Enhanced preset verification for Capacitor applications by adding `capacitor://` to automatic verification bypass alongside localhost, simplifying development for native apps using `capacitor://localhost` (#2369)
1214

1315
## [0.12.2] - 2026-01-29
1416

0 commit comments

Comments
 (0)