説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

CHANGELOG.md 10KB

@firebase/component

0.6.1

Patch Changes

0.6.0

Minor Changes

Patch Changes

0.5.21

Patch Changes

0.5.20

Patch Changes

0.5.19

Patch Changes

0.5.18

Patch Changes

0.5.17

Patch Changes

0.5.16

Patch Changes

0.5.15

Patch Changes

0.5.14

Patch Changes

0.5.13

Patch Changes

0.5.12

Patch Changes

0.5.11

Patch Changes

0.5.10

Patch Changes

0.5.9

Patch Changes

0.5.8

Patch Changes

0.5.7

Patch Changes

0.5.6

Patch Changes

0.5.5

Patch Changes

0.5.4

Patch Changes

  • 56a6a9d4a #5071 (fixes #4932) - Auto initialize auth-internal after auth has been initialized.

0.5.3

Patch Changes

0.5.2

Patch Changes

  • 4c4b6aed9 #4971 - Fixes a regression that prevented Firestore from detecting Auth during its initial initialization, which could cause some writes to not be send.

0.5.1

Patch Changes

0.5.0

Minor Changes

Patch Changes

0.4.1

Patch Changes

0.4.0

Minor Changes

0.3.1

Patch Changes

0.3.0

Minor Changes

  • 5c1a83ed7 #4595 - Component facotry now takes an options object. And added Provider.initialize() that can be used to pass an options object to the component factory.

0.2.1

Patch Changes

0.2.0

Minor Changes

0.1.21

Patch Changes

0.1.20

Patch Changes

  • a5768b0aa #3932 - Point browser field to esm build. Now you need to use default import instead of namespace import to import firebase.

Before this change

  import * as firebase from 'firebase/app';

After this change

  import firebase from 'firebase/app';

0.1.19

Patch Changes

0.1.18

Patch Changes

0.1.17

Patch Changes

0.1.16

Patch Changes