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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+26
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,31 @@
1
1
# Changelog
2
2
3
+
## 0.7.0 (February 13, 2021)
4
+
5
+
This release brings support for [Next.js image optimization](https://nextjs.org/docs/basic-features/image-optimization) 📸.
6
+
No extra config is needed, simply update the Terraform module and the `tf-next` package to the latest version!
7
+
Check out our example for more information: [Next image component example](https://github.com/dealmore/terraform-aws-next-js/tree/main/examples/next-image)
8
+
9
+
You can always opt-out from creating resources for image optimization by setting `create_image_optimization = false`.
10
+
11
+
### Terraform module
12
+
13
+
- Adds support for `next/image` component ([#28](https://github.com/dealmore/terraform-aws-next-js/issues/28), [#51](https://github.com/dealmore/terraform-aws-next-js/pull/51))
14
+
- Refactoring: Outsources a previously private Terraform module, that is now used across multiple projects. Is now avaiable here: [NPM Download Terraform module
- Adds support for `next/image` component ([#28](https://github.com/dealmore/terraform-aws-next-js/issues/28), [#51](https://github.com/dealmore/terraform-aws-next-js/pull/51))
20
+
21
+
### Proxy (0.5.0)
22
+
23
+
- Internal refactoring which changes the way the module is bundled. No feature changes ([#43](https://github.com/dealmore/terraform-aws-next-js/issues/43))
24
+
25
+
### Deploy trigger (0.2.0)
26
+
27
+
- Internal refactoring which changes the way the module is bundled. No feature changes ([#43](https://github.com/dealmore/terraform-aws-next-js/issues/43))
0 commit comments