Skip to content
This repository has been archived by the owner on Aug 31, 2019. It is now read-only.

Releases: Kinvey/html5-sdk

3.5.1

30 Jun 18:17
Compare
Choose a tag to compare

Full Changelog

Added

None

Removed

None

Changed

  • Updated kinvey-js-sdk to 3.5.1

Merged Pull Requests

None

Closed Issues

None

3.5.0

20 Apr 15:25
Compare
Choose a tag to compare

Full Changelog

Added

None

Removed

None

Changed

  • Registered Popup class using new usePopupClass() static function on User class. Removed config in webpack.config used to replace the Popup class when a bundle is generated. This makes it easier for other people to utilize the SDK with their own Webpack and Browserify bundles.
  • Return the count of entities removed for storage adapters remove functions.
  • Update kinvey-js-sdk dependency to v3.5.0.

Merged Pull Requests

  • Update Storage Adapters #15
  • Register Popup Class #16

Closed Issues

None

3.4.4

27 Mar 19:12
Compare
Choose a tag to compare

Full Changelog

Changes

  • Bumping version to keep the same as other Kinvey SDKs.

3.4.3

27 Mar 19:18
Compare
Choose a tag to compare

Full Changelog

Changes

  • Close IndexedDB connection before deleting database. #14
  • Update package dependencies.