Skip to content
Merged
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
14 changes: 14 additions & 0 deletions docs-release-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# January 27, 2023

## Flutter SDK
- Realm Database
- Reorganize Table of contents and consolidate many existing entries into a new "Realm Database" section
- Model Data/Data Types
- Consolidate existing "Collections" content onto "Data Types" page
- Add a "RealmSet Collections" section with tested Bluehawked code examples showing how to use it
- Configure & Open a Realm: Add a "Copy Data into a New Realm" section with tested Bluehawked code examples showing how to use `writeCopy()`
- Test and Debug: New "Test and Debug" page with strategies and tested Bluehawked code examples for testing and debugging Flutter apps that use Realm

## Realm Studio
- Open a Realm File: Update the JS example for finding a Realm file to a tested Bluehawked code example

# January 20, 2023

## Flutter SDK
Expand Down