Skip to content

Releases: aws-amplify/amplify-js

Amplify Release v0.2.15

12 Apr 01:01
Compare
Choose a tag to compare
  • Enhancement: Preserve error context when loading Cognito credentials. #577
  • Enhancement: Increase test coverage for PubSub. #588
  • Enhancement: Fix StorageCache configure and use InMemoryCache. #635
  • Bug Fix: Sign out fix. #511
  • Bug Fix: Adding Polyfill.js to fix PubSub. #588
  • Bug Fix: Ensure credentials retrieved only once on page reload. #486
  • Bug Fix: Fix empty object returned in componentDidMount when using Auth.currentUserInfo. #608
  • Bug Fix: Setting authData after ConfirmSignIn

aws-amplify@0.2.14

28 Mar 22:16
fd4e8c4
Compare
Choose a tag to compare

03/28/2018

  • aws-amplify - v0.2.14
    • Enhancement: Refreshing Federated jwt token on need. #191
    • Enhancement: Binding console to console functions #458
    • Enhancement: Customize endpoint userId and attributes #437
    • Enhancement: Analytics turn on/off #479
    • Enhancement: Add params.ContentDisposition to Storage.put() #501
    • Enhancement: Make Storage operations options optional #527
    • Enhaneement: Adding custom federated auth provider #540
    • Feature: Initial implementation of PubSub category #460
    • Bug Fix: Retrieving credentials only once when reloading pages #486
    • Bug Fix: Sign out fix #511
    • Bug Fix: Credentials expired case handle #528

aws-amplify-react@0.1.38

28 Mar 22:17
fd4e8c4
Compare
Choose a tag to compare

03/28/2018

  • aws-amplify-react - v0.1.38
    • Enhancement: adding onError support for withGoogle Federated login #475

v0.2.11

21 Mar 19:40
Compare
Choose a tag to compare

aws-amplify - v0.2.11

  • Enhancement: Analytics customize endpointId #421
  • Enhancement: Auth TOTP #407
  • Enhancement: Add support for developer authenticated strategies #425
  • Enhancement: Generate declaration file #381
  • Enhancement: Cognito cookie storage #398
  • Feature: Analytics plugin #236

aws-amplify-react - v0.1.36

  • Enhancement: Make options parameter optional in Storage.put #406
  • Enhancement: Auth TOTP #407
  • Bug Fix: Fix issue #357 for authenticator hidedefault #400

aws-amplify-react-native - v0.2.7

  • Bug Fix: asyncStorageCache #412

amazon-cognito-identity-js - v2.0.2

  • Enhancement: Missing types fix #454

aws-amplify@0.2.9

28 Feb 02:42
19f45f9
Compare
Choose a tag to compare
  • aws-amplify 0.2.9
    • fix for missing endpoint in config #373

aws-amplify@0.2.8

28 Feb 00:41
f443eae
Compare
Choose a tag to compare
  • aws-amplify - v0.2.8
    • Enhancement: Allow service info config for API #312
    • Enhancement: Add expires key to s3.get() #327
    • Bug Fix: currentUserInfo should check for user if no credentials source #331
    • Enhancement: Push Notification #343
    • Enhancement: Add a method to change password for currently authenticated user #349

aws-amplify-react@0.1.34

28 Feb 00:41
f443eae
Compare
Choose a tag to compare
  • aws-amplify-react - v0.1.34
    • Enhancement: Export VerifyContact #365

aws-amplify-react-native@0.2.5

28 Feb 00:40
f443eae
Compare
Choose a tag to compare
  • aws-amplify-react-naitve - v0.2.5
    • Enhancement: Push Notification #343
    • Bug Fix: Fix typo #356

aws-amplify@0.2.7

20 Feb 20:21
912bf28
Compare
Choose a tag to compare
  • aws-amplify - v0.2.7
    • Bug Fix: Force the guest credentials to return null when mandatory sign in enabled #295
    • Bug Fix: Fix the Typescript definitions for API, Analytics, Auth and Storage #263
    • Enhancement: Docs/update quick start #274
    • Enhancement: Support centralized tracking #199
    • Enhancement: Support passing and signing of custom domains in API RestClient #310
    • Enhancement: Return full response of api if you set response in the init object to true #300

aws-amplify-react@0.1.33

20 Feb 20:22
912bf28
Compare
Choose a tag to compare
  • aws-amplify-react - v0.1.33
    • Bug Fix: Check if SMS enabled for RequireNewPassword #296
    • Enhancement: Hide image or text if hidden props set #291
    • Enhancement: Make withAuthenticator HOC configurable #110