@washingtonpost/subs-de-inputs 0.4.1-canary.0 → 0.4.1

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +40 -0
  2. package/package.json +1 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,40 @@
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.4.1 - 2024-05-07]**:
7
+ * Set the correct `type` for ingest() API
8
+
9
+ **[0.4.0 - 2024-05-07]**:
10
+ * Support for `implicit` collection via GA
11
+
12
+ **[0.3.0 - 2024-05-06]**:
13
+ * Uses the native `<select />` element in smaller viewport sizes for better UX
14
+
15
+ **[0.2.2 - 2024-05-03]**:
16
+ * use `window.__twpdeu.push()` for submitting
17
+ * Better loading state when fetching config over the wire
18
+ * Prevent extra calls to `ingest` API if user changes value after clicking submit
19
+ * Fix `ingest()` function to send the right format (again)
20
+
21
+ **[0.2.1 - 2024-05-02]**:
22
+ * Revert "ESM build only"
23
+ * `ingest()` function throws error if `submitData.value` is not an array (required by BE)
24
+
25
+ **[0.2.0 - 2024-05-01]**:
26
+ * Adds `ingest()` function
27
+ * ESM build only
28
+ * Babel config to target recent browsers only
29
+
30
+ **[0.1.1 - 2024-04-30]**:
31
+ * Fix build by removing unused file
32
+
33
+ **[0.1.0 - 2024-04-25]**:
34
+ * Add initial `<DESelect />` component
35
+
36
+ **[0.0.2 - 2024-04-24]**:
37
+ * Fix build error
38
+
39
+ **[0.0.1 - 2024-04-09]**:
40
+ * Initial setup
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.4.1-canary.0",
2
+ "version": "0.4.1",
3
3
  "license": "UNLICENSED",
4
4
  "main": "dist/index.js",
5
5
  "typings": "dist/index.d.ts",