You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds support for Mailchimp Groups. See README.md for more details on how to implement.
8
+
9
+
- Adds support for Mailchimp Groups. See README.md for more details on how to implement.
6
10
7
11
**4.0.0**
8
-
Gatsby v2 is now default. See README.md for upgrade details.
12
+
13
+
- Gatsby v2 is now default. See README.md for upgrade details.
9
14
10
15
**3.0.0**
11
-
- uses `gatsby-node` and [Webpack DefinePlugin](https://webpack.js.org/plugins/define-plugin/) to extract your Mailchimp API key during _compile time only_, set it to global, then use it to make the http request. Previously, we were importing your entire `gatsby-config` file
16
+
17
+
- uses `gatsby-node` and [Webpack DefinePlugin](https://webpack.js.org/plugins/define-plugin/) to
18
+
extract your Mailchimp API key during _compile time only_, set it to global, then use it to make
19
+
the http request. Previously, we were importing your entire `gatsby-config` file
12
20
13
21
**2.0.0**
14
-
- return a promise, not string, from an error'd http request
15
22
23
+
- return a promise, not string, from an error'd http request
16
24
17
25
## To do
18
-
- ensure MC endpoint is valid
19
-
- create basic MC field form (name, email, submit button)
20
-
- spec
26
+
27
+
- ensure MC endpoint is valid
28
+
- create basic MC field form (name, email, submit button)
0 commit comments