@basis-theory/web-elements 1.0.0 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
- ## [1.0.0] - 2025-01-23
1
+ ## [1.1.0] - 2025-01-23
2
2
 
3
- ### Initial Release
3
+ ### Features
4
4
 
5
- - Initial stable release of web-elements
5
+ - 9b65521 2025-01-22 feat: port logging from btjs (#363) by kevin@basistheory.com
6
+ - 1e1e956 2025-01-21 feat: deploy web-elements to cdn and npm (#355) by kevin@basistheory.com
7
+ - f93ff0a 2025-01-16 feat: bump js sdk (#357) by lucas@basistheory.com
8
+ - 53424ce 2025-01-14 feat: avoid logger conflicts (#356) by lucas@basistheory.com
9
+ - f6a7f10 2025-01-14 feat: add useSameOriginApi prop (#354) by lucas@basistheory.com
10
+ - 836e648 2025-01-13 feat: logging overhaul (#349) by lucas@basistheory.com
11
+ - 96ed3bd 2025-01-09 feat: surface metadata in onblur event (#348) by kevin@basistheory.com
12
+ - d6f63e7 2024-12-23 feat: toggle telemetry (#345) by kevin@basistheory.com
13
+
14
+ ### Bug Fixes
15
+
16
+ - 57a6040 2025-01-23 fix: web-elements version generation (#367) by kevin@basistheory.com
17
+ - 31b4a10 2025-01-23 fix: adds gh token to prod workflow (#366) by kevin@basistheory.com
18
+ - b6276df 2025-01-23 fix: rename web-elements package (#365) by kevin@basistheory.com
19
+ - 7725c5f 2025-01-21 fix: deploy loader instead of client (#362) by kevin@basistheory.com
20
+ - 06808a4 2025-01-20 fix: add html extension for deployed hosted elements (#361) by lucas@basistheory.com
21
+ - c10758f 2025-01-17 fix: bump btjs to fix error interceptor (#359) by lucas@basistheory.com
22
+ - fc7cdca 2025-01-17 fix: add datadog http intake to csp (#358) by lucas@basistheory.com
23
+ - d97e813 2025-01-14 fix: prevent overriding log service value (#353) by lucas@basistheory.com
24
+ - 26e89dc 2025-01-13 fix: reverts versioning (#352) by kevin@basistheory.com
25
+ - 1a05850 2025-01-10 fix: version paths across elements client and hosted (#351) by kevin@basistheory.com
26
+ - 827e1b1 2025-01-10 ci: fix pathing (#350) by kevin@basistheory.com
27
+ - bcffe10 2025-01-09 fix: patch axios (#346) by kevin@basistheory.com
28
+ - 1a25ebe 2025-01-09 fix: patch express and body-parser (#347) by kevin@basistheory.com
29
+
30
+ ### Chores
31
+
32
+ - 955d7d4 2025-01-10 chore: deploy web-elements (#343) by kevin@basistheory.com
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@basis-theory/web-elements",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "repository": "https://github.com/basis-theory/web-elements",
5
5
  "license": "Apache-2.0",
6
6
  "author": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@basis-theory/web-elements",
3
- "version": "1.0.0",
3
+ "version": "1.1.0",
4
4
  "repository": "https://github.com/basis-theory/web-elements",
5
5
  "license": "Apache-2.0",
6
6
  "author": {