@nebular/firebase-auth
Advanced tools
Changelog
6.2.0 (2020-09-25)
Please note required @angular/cdk
package version changed to 10.2.1
+.
<a name="6.1.0"></a>
Changelog
6.1.0 (2020-09-17)
<a name="6.0.1"></a>
Changelog
6.0.0 (2020-07-31)
NbIconLibraries.getSvgIcon
and NbIconLibraries.getIcon
could return null if icon wasn't found and won't throw. As methods don't throw now, you need to handle possible null
return value.NbBasePickerComponent
. If you use NbBasePicker
as a base class of your custom picker change it to NbBasePickerComponent
.<a name="5.1.0"></a>