-
Notifications
You must be signed in to change notification settings - Fork 940
Backfill Firestore Changelog #1275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,12 @@ | ||
# Unreleased (0.8.0) | ||
# Unreleased | ||
|
||
# 0.8.2 | ||
- [fixed] Fixed an issue where native ES6 module loading was not working. | ||
|
||
# 0.8.1 | ||
- [fixed] Fixed an issue where typings are created in the wrong location. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is there a way to rephrase this somehow to represent a user-visible difference in the SDK? This seems to be describing the cause of the issue rather than the symptom. Also "are" should be "were" to match the tense of "fixed" There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Leaving as is since this matches the public release notes. |
||
|
||
# 0.8.0 | ||
- [feature] Access to offline persistence is no longer limited to a single tab. | ||
You can opt into this new experimental mode by invoking `enablePersistence()` | ||
with `{experimentalTabSynchronization: true}`. All tabs accessing persistence | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it worth mentioning webchannel in this at all?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just used the public release notes.