Releases: clerk/clerk-sdk-flutter
v0.0.15-beta
What's Changed
- feat: add passkey support [#300] by @shinyford in #353
- feat: add default session token template [#354] by @shinyford in #360
- feat: add metadata to sign up [#355] by @shinyford in #358
- fix: make client persist [#348] by @shinyford in #361
- feat: improve testing [#350] by @shinyford in #351
- fix: improve sign up panel [#356] by @shinyford in #359
- fix: regression introduced to pollforsessiontoken [#363] by @shinyford in #364
- fix: add explicit resend code function [#365] by @shinyford in #366
- fix: regression in oauth sign up [#306] by @shinyford in #369
- chore(clerk_auth): upgrade to api version 2025-11-10 [#371] by @MarkOSullivan94 in #372
- fix: consolidate oauth token sign in methods [#380] by @shinyford in #381
- fix: make sign in with apple work [#384] by @shinyford in #385
- fix: change healthcheck endpoint [#376] by @shinyford in #377
- fix: amend comments re hardware security key support by @shinyford in #387
- fix(clerk_flutter): phone number input field not visible [#389] by @MarkOSullivan94 in #391
- fix(clerk_auth): unblock CORS preflight on Flutter Web by @jacekradko in #395
- fix(clerk_flutter): example app working on android by @MarkOSullivan94 in #398
- feat: add signing in and up to clerk_auth_builder [#382] by @shinyford in #383
- chore: release v0.0.15-beta by @slightfoot in #399
New Contributors
- @MarkOSullivan94 made their first contribution in #372
- @jacekradko made their first contribution in #395
Full Changelog: v0.0.14-beta...v0.0.15-beta
https://pub.dev/packages/clerk_auth/versions/0.0.15-beta
https://pub.dev/packages/clerk_flutter/versions/0.0.15-beta
https://pub.dev/packages/clerk_backend_api/versions/0.0.15-beta
v0.0.14-beta
What's Changed
- feat: apple and google auth token support [#308] by @shinyford in #311
- feat: delete identifying data [#309] by @shinyford in #313
- feat: add theme extenstion to drive colors and text styles [#298] by @shinyford in #314
- feat: enable setting of primary email address and phone number [#310] by @shinyford in #315
- fix: add externalerrorcollection to autherror [#316] by @shinyford in #318
- fix: improve phone number handling [#304] by @shinyford in #317
- feat: add low-level access to api [#301] by @shinyford in #321
- feat: improve second factor flow [#325] by @shinyford in #328
- feat: improve sso provider logos display on dark themes [#329] by @shinyford in #330
- fix: base inversion checking on strategy [#333] by @shinyford in #334
- fix: ensure api throws external errors rather than clerk errors [#331] by @shinyford in #332
- feat: allow other launchmodes for sso [#307] by @shinyford in #337
- feat: expose externalid on user object [#339] by @shinyford in #340
- fix: sso sign up [#306] by @shinyford in #338
- feat: push error stream up to clerk_flutter [#335] by @shinyford in #336
- fix: make sso sign up complete [#343] by @shinyford in #344
- chore: release 0.0.14-beta by @slightfoot in #347
Full Changelog: v0.0.13-beta...v0.0.14-beta
https://pub.dev/packages/clerk_auth
https://pub.dev/packages/clerk_flutter
https://pub.dev/packages/clerk_backend_api
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