Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .changeset/signin-field-labels-i18n.md

This file was deleted.

8 changes: 8 additions & 0 deletions packages/browser/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @asgardeo/browser

## 0.7.14

### Patch Changes

- Updated dependencies
[[`3177d83`](https://github.com/asgardeo/javascript/commit/3177d83d1ef76b0dbf83f102d8213f78b9d9213d)]:
- @asgardeo/javascript@0.23.4

## 0.7.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/browser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asgardeo/browser",
"version": "0.7.13",
"version": "0.7.14",
"description": "Browser-specific implementation of Asgardeo JavaScript SDK.",
"keywords": [
"asgardeo",
Expand Down
7 changes: 7 additions & 0 deletions packages/express/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @asgardeo/express

## 0.0.85

### Patch Changes

- Updated dependencies []:
- @asgardeo/node@0.0.86

## 0.0.84

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/express/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asgardeo/express",
"version": "0.0.84",
"version": "0.0.85",
"description": "Express.js implementation of Asgardeo JavaScript SDK.",
"keywords": [
"asgardeo",
Expand Down
19 changes: 19 additions & 0 deletions packages/javascript/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# @asgardeo/javascript

## 0.23.4

### Patch Changes

- [#548](https://github.com/asgardeo/javascript/pull/548)
[`3177d83`](https://github.com/asgardeo/javascript/commit/3177d83d1ef76b0dbf83f102d8213f78b9d9213d) Thanks
[@DonOmalVindula](https://github.com/DonOmalVindula)! - Let applications relabel the embedded sign-in fields through
i18n.

- The username and password fields of the embedded sign-in form now take their label and placeholder from the i18n
bundle (`elements.fields.<field>.label` / `elements.fields.<field>.placeholder`) when a translation is provided,
falling back to the text returned by the identity server. This lets applications whose users sign in with an email
address relabel the identifier field without changing the login flow.
- `preferences.i18n.bundles` now accepts partial bundles (`I18nBundleOverride`): only the keys being changed need to
be supplied, and the bundle metadata is optional. This was already the runtime behaviour but the types required a
complete bundle.
- The Next.js `<SignIn />` component now accepts the `preferences` prop, so texts can be overridden per component as
with `<SignUp />` and the React SDK.

## 0.23.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/javascript/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asgardeo/javascript",
"version": "0.23.3",
"version": "0.23.4",
"description": "Framework agnostic JavaScript SDK for Asgardeo.",
"keywords": [
"asgardeo",
Expand Down
24 changes: 24 additions & 0 deletions packages/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @asgardeo/nextjs

## 0.3.33

### Patch Changes

- [#548](https://github.com/asgardeo/javascript/pull/548)
[`3177d83`](https://github.com/asgardeo/javascript/commit/3177d83d1ef76b0dbf83f102d8213f78b9d9213d) Thanks
[@DonOmalVindula](https://github.com/DonOmalVindula)! - Let applications relabel the embedded sign-in fields through
i18n.

- The username and password fields of the embedded sign-in form now take their label and placeholder from the i18n
bundle (`elements.fields.<field>.label` / `elements.fields.<field>.placeholder`) when a translation is provided,
falling back to the text returned by the identity server. This lets applications whose users sign in with an email
address relabel the identifier field without changing the login flow.
- `preferences.i18n.bundles` now accepts partial bundles (`I18nBundleOverride`): only the keys being changed need to
be supplied, and the bundle metadata is optional. This was already the runtime behaviour but the types required a
complete bundle.
- The Next.js `<SignIn />` component now accepts the `preferences` prop, so texts can be overridden per component as
with `<SignUp />` and the React SDK.

- Updated dependencies
[[`3177d83`](https://github.com/asgardeo/javascript/commit/3177d83d1ef76b0dbf83f102d8213f78b9d9213d)]:
- @asgardeo/react@0.25.11
- @asgardeo/node@0.0.86

## 0.3.32

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asgardeo/nextjs",
"version": "0.3.32",
"version": "0.3.33",
"description": "Next.js implementation of Asgardeo JavaScript SDK.",
"keywords": [
"asgardeo",
Expand Down
8 changes: 8 additions & 0 deletions packages/node/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @asgardeo/node

## 0.0.86

### Patch Changes

- Updated dependencies
[[`3177d83`](https://github.com/asgardeo/javascript/commit/3177d83d1ef76b0dbf83f102d8213f78b9d9213d)]:
- @asgardeo/javascript@0.23.4

## 0.0.85

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asgardeo/node",
"version": "0.0.85",
"version": "0.0.86",
"description": "Node.js runtime specific implementation of Asgardeo JavaScript SDK.",
"keywords": [
"asgardeo",
Expand Down
9 changes: 9 additions & 0 deletions packages/nuxt/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @asgardeo/nuxt

## 0.2.7

### Patch Changes

- Updated dependencies []:
- @asgardeo/browser@0.7.14
- @asgardeo/node@0.0.86
- @asgardeo/vue@0.4.7

## 0.2.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nuxt/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asgardeo/nuxt",
"version": "0.2.6",
"version": "0.2.7",
"description": "Nuxt module for Asgardeo - Authentication and Identity Management",
"author": "WSO2",
"license": "Apache-2.0",
Expand Down
22 changes: 22 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @asgardeo/react

## 0.25.11

### Patch Changes

- [#548](https://github.com/asgardeo/javascript/pull/548)
[`3177d83`](https://github.com/asgardeo/javascript/commit/3177d83d1ef76b0dbf83f102d8213f78b9d9213d) Thanks
[@DonOmalVindula](https://github.com/DonOmalVindula)! - Let applications relabel the embedded sign-in fields through
i18n.

- The username and password fields of the embedded sign-in form now take their label and placeholder from the i18n
bundle (`elements.fields.<field>.label` / `elements.fields.<field>.placeholder`) when a translation is provided,
falling back to the text returned by the identity server. This lets applications whose users sign in with an email
address relabel the identifier field without changing the login flow.
- `preferences.i18n.bundles` now accepts partial bundles (`I18nBundleOverride`): only the keys being changed need to
be supplied, and the bundle metadata is optional. This was already the runtime behaviour but the types required a
complete bundle.
- The Next.js `<SignIn />` component now accepts the `preferences` prop, so texts can be overridden per component as
with `<SignUp />` and the React SDK.

- Updated dependencies []:
- @asgardeo/browser@0.7.14

## 0.25.10

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asgardeo/react",
"version": "0.25.10",
"version": "0.25.11",
"description": "React implementation of Asgardeo JavaScript SDK.",
"keywords": [
"asgardeo",
Expand Down
7 changes: 7 additions & 0 deletions packages/vue/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @asgardeo/vue

## 0.4.7

### Patch Changes

- Updated dependencies []:
- @asgardeo/browser@0.7.14

## 0.4.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@asgardeo/vue",
"version": "0.4.6",
"version": "0.4.7",
"description": "Vue 3 SDK for Asgardeo - Authentication and Identity Management",
"keywords": [
"asgardeo",
Expand Down