@washingtonpost/subs-de-inputs 0.2.2-canary.0 → 0.2.2
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 +31 -0
- package/package.json +1 -1
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file. See
|
|
4
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
**[0.2.2 - 2024-05-03]**:
|
|
7
|
+
* use `window.__twpdeu.push()` for submitting
|
|
8
|
+
* Better loading state when fetching config over the wire
|
|
9
|
+
* Prevent extra calls to `ingest` API if user changes value after clicking submit
|
|
10
|
+
* Fix `ingest()` function to send the right format (again)
|
|
11
|
+
|
|
12
|
+
**[0.2.1 - 2024-05-02]**:
|
|
13
|
+
* Revert "ESM build only"
|
|
14
|
+
* `ingest()` function throws error if `submitData.value` is not an array (required by BE)
|
|
15
|
+
|
|
16
|
+
**[0.2.0 - 2024-05-01]**:
|
|
17
|
+
* Adds `ingest()` function
|
|
18
|
+
* ESM build only
|
|
19
|
+
* Babel config to target recent browsers only
|
|
20
|
+
|
|
21
|
+
**[0.1.1 - 2024-04-30]**:
|
|
22
|
+
* Fix build by removing unused file
|
|
23
|
+
|
|
24
|
+
**[0.1.0 - 2024-04-25]**:
|
|
25
|
+
* Add initial `<DESelect />` component
|
|
26
|
+
|
|
27
|
+
**[0.0.2 - 2024-04-24]**:
|
|
28
|
+
* Fix build error
|
|
29
|
+
|
|
30
|
+
**[0.0.1 - 2024-04-09]**:
|
|
31
|
+
* Initial setup
|
package/package.json
CHANGED