Skip to content

Releases: oktadev/schematics

v1.2.1

30 Jan 18:07
Compare
Choose a tag to compare

Forgot to run npm run build before npm publish for v1.2.0. New version to fix.

v1.2.0

30 Jan 15:14
Compare
Choose a tag to compare

v1.1.4

10 Jan 23:35
Compare
Choose a tag to compare

Updates the Okta Angular SDK to 1.3.1 (which supports Angular 9). Also updates Okta React SDK to 1.3.1.

v1.1.3

05 Jan 21:52
Compare
Choose a tag to compare

Release to fix whitelist logic in Angular AuthInterceptor.

v1.1.2

05 Jan 21:50
f3a488a
Compare
Choose a tag to compare

Downgrade Okta Angular SDK to 1.2.2 to fix issue with Angular 9.

v1.1.1

16 Dec 00:15
b8e632a
Compare
Choose a tag to compare

Upgraded to Okta's React Native 1.3.0 and added allowedOrigins to Angular interceptor. See #191 for details.

v1.1.0

10 Dec 16:24
Compare
Choose a tag to compare

Upgrades dependencies to their latest releases, including minor version upgrades for Okta's JS SDKs. See #188 for specific version numbers.

New minor versions of Okta's Angular, React, and Vue SDKs now have a postLogoutRedirectUri property you can configure. See okta/okta-auth-js@3e8c654 for details.

v1.0.1

05 Nov 21:29
Compare
Choose a tag to compare

This release adds support for Angular 9 and upgrades dependencies to their latest versions. See #165 for details.

NOTE: 1.0.0 was released on npm with React Native 0.61.0 support, @mraible just forgot to create the release on GitHub.

v0.9.0

25 Sep 15:24
Compare
Choose a tag to compare

This release updates all integrations to use Authorization Code flow and PKCE by default! This is because authorization code flow is more secure than implicit flow. See this blog post for more information.

It also adds React Native support using Okta's React Native SDK.

NOTE: There is a known issue with React Native 0.61.0. If you create your app with 0.61.0, OktaDev Schematics will downgrade it to 0.60.6 so unit tests work. We plan on releasing 1.0.0 once this issue is solved.

Changes: v0.8.3...v0.9.0

v0.8.3

11 Jun 03:34
588bd55
Compare
Choose a tag to compare

This release upgrades Angular core libraries and adds the ability to configure OIDC settings from a URL. This feature will be used by Ionic for JHipster v4.

Changes: v0.8.0...v0.8.3