|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## 1.0.0-alpha-v5.3 |
| 4 | + |
| 5 | +### Minor Changes |
| 6 | + |
| 7 | +- Breaking Changes: ([#2169](https://github.com/clerk/javascript/pull/2169)) by [@dimkl](https://github.com/dimkl) |
| 8 | + |
| 9 | + - Drop `isLegacyFrontendApiKey` from `@clerk/shared` |
| 10 | + - Drop default exports from `@clerk/clerk-js` |
| 11 | + - on headless Clerk type |
| 12 | + - on ui and ui.retheme `Portal` |
| 13 | + - Use `isProductionFromSecretKey` instead of `isProductionFromApiKey` |
| 14 | + - Use `isDevelopmentFromSecretKey` instead of `isDevelopmentFromApiKey` |
| 15 | + |
| 16 | + Changes: |
| 17 | + |
| 18 | + - Rename `HeadlessBrowserClerkConstrutor` / `HeadlessBrowserClerkConstructor` (typo) |
| 19 | + - Use `isomorphicAtob` / `isomorhpicBtoa` to replace `base-64` in `@clerk/expo` |
| 20 | + - Refactor merging build-time and runtime props in `@clerk/backend` clerk client |
| 21 | + - Drop `node-fetch` dependency from `@clerk/backend` |
| 22 | + - Drop duplicate test in `@clerk/backend` |
| 23 | + |
| 24 | +- Deprecate `createSMSMessage` and `SMSMessageApi` from `clerkClient`. ([#2165](https://github.com/clerk/javascript/pull/2165)) by [@Nikpolik](https://github.com/Nikpolik) |
| 25 | + |
| 26 | + The equivalent `/sms_messages` Backend API endpoint will also be dropped in the future, since this feature will no longer be available for new instances. |
| 27 | + |
| 28 | + For a brief period it will still be accessible for instances that have used it in the past 7 |
| 29 | + days (13-11-2023 to 20-11-2023). |
| 30 | + |
| 31 | + New instances will get a 403 forbidden response if they try to access it. |
| 32 | + |
| 33 | +### Patch Changes |
| 34 | + |
| 35 | +- Add OrganizationRoleAPI for CRUD operations regarding instance level organization roles. ([#2177](https://github.com/clerk/javascript/pull/2177)) by [@panteliselef](https://github.com/panteliselef) |
| 36 | + |
| 37 | +- Remove createSms functions from @clerk/backend and @clerk/sdk-node. ([#2165](https://github.com/clerk/javascript/pull/2165)) by [@Nikpolik](https://github.com/Nikpolik) |
| 38 | + |
| 39 | + The equivalent /sms_messages Backend API endpoint will also dropped in the future, since this feature will no longer be available for new instances. |
| 40 | + |
| 41 | + For a brief period it will still be accessible for instances that have used it in the past 7 |
| 42 | + days (13-11-2023 to 20-11-2023). |
| 43 | + |
| 44 | + New instances will get a 403 forbidden response if they try to access it. |
| 45 | + |
| 46 | +- Add OrganizationPermissionAPI for CRUD operations regarding instance level organization permissions. ([#2178](https://github.com/clerk/javascript/pull/2178)) by [@panteliselef](https://github.com/panteliselef) |
| 47 | + |
| 48 | +- Updated dependencies [[`52ff8fe6b`](https://github.com/clerk/javascript/commit/52ff8fe6b6ff88ceb5e1246378b54b0565bede9d), [`4bb57057e`](https://github.com/clerk/javascript/commit/4bb57057e9af20fc433626ed178d97d3ca811362)]: |
| 49 | + - @clerk/shared@2.0.0-alpha-v5.3 |
| 50 | + |
3 | 51 | ## 1.0.0-alpha-v5.2 |
4 | 52 |
|
5 | 53 | ### Major Changes |
|
0 commit comments