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