Releases: clerk/clerk-sdk-flutter
v0.0.13-beta
What's Changed
- fix: enable sign in using enterprise sso [#248] by @shinyford in #259
- feat: enable sign up with enterprise sso [#247] by @shinyford in #264
- fix: enable re-initialisation of clerksdkgrammar [#261] by @shinyford in #262
- fix: remove unnecessary email etc update [#265] by @shinyford in #266
- fix: bring session token polling with orgs inline with other SDKs [#263] by @shinyford in #269
- Force org creation when needed [#271] by @shinyford in #272
- feat: bring sign up ux in line with other sdks [#246] by @shinyford in #270
- fix: move session token polling from api to auth for better error reporting [#244] by @shinyford in #252
- fix: add housekeeping where missing [#279] by @shinyford in #280
- fix: only poll when signed in [#275] by @shinyford in #276
- feat: improve email link sign in up [#267] by @shinyford in #277
- fix: set polling periods to zero for testing [#283] by @shinyford in #284
- fix: test framework [#281] by @shinyford in #294
- fix: accept 'required' fields [#285] by @shinyford in #290
- fix: make updates only happen when details change [#286] by @shinyford in #291
- feat: make test helpers globally available [#292] by @shinyford in #293
- chore: release v0.0.13 beta by @slightfoot in #305
Full Changelog: v0.0.12-beta...v0.0.13-beta
https://pub.dev/packages/clerk_auth
https://pub.dev/packages/clerk_flutter
https://pub.dev/packages/clerk_backend_api
v0.0.12-beta
What's Changed
- fix: ensure decoding of UserPublic.identifier is optional [#256] by @slightfoot in #257
- chore: release v0.0.12-beta by @slightfoot in #258
Full Changelog: v0.0.11-beta...v0.0.12-beta
https://pub.dev/packages/clerk_auth
https://pub.dev/packages/clerk_flutter
https://pub.dev/packages/clerk_backend_api
v0.0.11-beta
What's Changed
- fix: changes to clerk_flutter exports [#208] by @shinyford in #209
- fix: update sessiontokenstream when session token is updated [#221] by @shinyford in #228
- fix: allow obscuration on sign in password to be togglable [#223] by @shinyford in #229
- fix: remove branding if required in dashboard [#224] by @shinyford in #230
- fix: restrict sign up fields to known entities [#227] by @shinyford in #233
- fix: enable legal consent confirmation [#222] by @shinyford in #234
- fix: allow landscape logos to look better in components [#225] by @shinyford in #231
- fix: make ui respond better when wifi is unavailable [#212] by @shinyford in #215
- fix: make google authentication work directly with tokens [#207] by @shinyford in #216
- chore: amend persistor docs [#235] by @slightfoot in #240
- fix: allow email address to be edited for verification [#226] by @shinyford in #232
- fix: add redirecturl to auth.attemptsignup [#241] by @shinyford in #242
- fix: update tokens after reading/creating client [#244] by @shinyford in #250
- fix: ensure all params are trimmed [#236] by @shinyford in #251
- chore: release v0.0.11-beta by @slightfoot in #253
Full Changelog: v0.0.10-beta...v0.0.11-beta
https://pub.dev/packages/clerk_auth
https://pub.dev/packages/clerk_flutter
https://pub.dev/packages/clerk_backend_api
v0.0.10-beta
What's Changed
- Added Facebook as strategy by @fhdeodato in #172
- feat: allow app defined redirects [#170] by @shinyford in #179
- feat: add oauth token sign in [#186] by @shinyford in #187
- feat: add a stream of updating session tokens as they renew [#165] by @shinyford in #180
- feat: add context to the clerkredirecturigenerator [#181] by @shinyford in #182
- feat: add password reset flow [#161] by @shinyford in #185
- feat: clear cookies on sign out [#188] by @shinyford in #189
- feat: allow user deletion via api [#174] by @shinyford in #190
- feat: add persistor and httpservice to clarkauthconfig [#183] by @shinyford in #184
- fix: adjust example dependency constraints so it can be run without melos #173 by @slightfoot in #191
- feat: add flags object to config [#195] by @shinyford in #196
- feat: refactor identifier input [#197] by @shinyford in #198
- feat: make sdk available offline [200] by @shinyford in #201
- feat: grammatical sentence formatting [#192] by @shinyford in #203
- fix: removed gubbins, improved file cache [#204] by @shinyford in #205
- chore: release v0.0.10-beta by @slightfoot in #206
New Contributors
- @fhdeodato made their first contribution in #172
Full Changelog: v0.0.9-beta...v0.0.10-beta
https://pub.dev/packages/clerk_auth
https://pub.dev/packages/clerk_flutter
https://pub.dev/packages/clerk_backend_api
v0.0.9-beta
What's Changed
- feat: support fall-back localization default English #163 by @slightfoot in #169
- fix: update user agent [#166] by @shinyford in #168
- chore: release v0.0.9-beta by @slightfoot in #171
Full Changelog: v0.0.8-beta...v0.0.9-beta
https://pub.dev/packages/clerk_auth
https://pub.dev/packages/clerk_flutter
https://pub.dev/packages/clerk_backend_api
v0.0.8-beta
What's Changed
- feat: implement organizations [#150] by @shinyford in #155
- feat: add generated clerk_backend_api package by @slightfoot in #158
- chore: release v0.0.8-beta by @slightfoot in #159
Full Changelog: v0.0.7-dev...v0.0.8-beta
v0.0.7-dev
What's Changed
- fix: rationalise clerk auth exports [#105] by @shinyford in #110
- feat: add external accounts to user profile and start connect account jounney [118] by @shinyford in #119
- Fix: remove unrequired directories [#123] by @shinyford in #124
- fix: remove dependency on alertdialog [#80] by @shinyford in #126
- feat: implement organizations [#111] by @shinyford in #125
- fix: bugs in sign up flow [#127] by @shinyford in #129
- fix: mark all models as immutable [#113] by @shinyford in #130
- fix: add failed status to enum [#112] by @slightfoot in #131
- fix: improve multilingual support [#128] by @shinyford in #132
- fix: connecting a new account [#121] by @shinyford in #136
- fix: refactor status to extendible class [#114] by @shinyford in #133
- fix: surface server errors in the ui [#122] by @shinyford in #135
- feat: replace parameters with config object [#120] by @shinyford in #134
- fix: amalgamate closeable and animatedcloseable [#138] by @shinyford in #139
- fix: add translations for sign in error [#143] by @shinyford in #145
- fix: add toString to models [#140] by @shinyford in #146
- fix: refactor attemptSignIn [#147] by @shinyford in #148
- fix: refactor HttpService by @shinyford in #149
- feat: add timeouts to loading overlay [#142] by @shinyford in #144
- feat: custom sign in example #141 by @slightfoot in #152
- chore: release v0.0.7-dev by @slightfoot in #154
Full Changelog: v0.0.6-dev...v0.0.7-dev
v0.0.6-dev
What's Changed
- fix: make clerkauthstate available in clerk_auth telemetry [#103] by @shinyford in #104
- feat: improve user update [#98] by @shinyford in #103
- chore: release v0.0.6-dev by @slightfoot in #107
Full Changelog: v0.0.5-dev...v0.0.6-dev
v0.0.5-dev
What's Changed
- fix: switch add account routing from overlays to routes #58 by @slightfoot in #59
- fix: remove public_key #45 by @shinyford in #60
- fix: remove open option from closeable #44 by @shinyford in #61
- feat: add persistor #46 by @shinyford in #62
- feat: add user profile editing #55 by @shinyford in #56
- fix: disable bot protection #66 by @shinyford in #72
- fix: add async translations #74 by @shinyford in #75
- feat: add check PR github action #7 by @slightfoot in #86
- fix: remove favicon_image from display_config [#88] by @shinyford in #92
- fix: change sendfile to sendbytestream [#79] by @shinyford in #91
- feat: add telemetry [#81] by @shinyford in #94
- fix: remove dependency on inset-box-shadow [#87] by @shinyford in #95
- feat: rename ClerkAuthProvider to ClerkAuthState to clarify its usage #99 by @slightfoot in #100
- chore: release v0.0.5-dev #57 by @slightfoot in #101
Full Changelog: v0.0.4-dev...v0.0.5-dev
v0.0.4-dev
What's Changed
- fix: reformat all files to 80-character lines [CLERK_SDK #34] by @shinyford in #37
- fix: move constructors to top of class [CLERK_SDK #35] by @shinyford in #38
- fix: add public api docs [CLERK_SDK #36] by @shinyford in #39
- feat: add regular poll for session token [CLERK_SDK #42] (#43) by @slightfoot in #48
- fix: use utc for token expiry timestamps #47 by @slightfoot in #49
- fix: improve SSO popup UX #33 by @slightfoot in #50
- chore: release v0.0.4-dev #51 by @slightfoot in #52
Full Changelog: v0.0.3-dev...v0.0.4-dev