@reykjavik/webtools 0.0.0 → 0.1.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.
- package/CHANGELOG.md +6 -3
- package/README.md +0 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,8 +4,11 @@
|
|
|
4
4
|
|
|
5
5
|
- ... <!-- Add new lines here. -->
|
|
6
6
|
|
|
7
|
-
## 0.
|
|
7
|
+
## 0.1.0
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
_2023-03-24_
|
|
10
10
|
|
|
11
|
-
- feat: Initial release
|
|
11
|
+
- feat: Initial release with:
|
|
12
|
+
- HTTP helpers — both generic and Next.js specific
|
|
13
|
+
- React component + hook to make CookieHub consent easier to use.
|
|
14
|
+
- React component + custom-ping function for SiteImprove analytics.
|
package/README.md
CHANGED
|
@@ -1,11 +1,5 @@
|
|
|
1
1
|
# @reykjavik/webtools
|
|
2
2
|
|
|
3
|
-
> **Warning** This repo is still very much WIP. The npm package has **NOT**
|
|
4
|
-
> been published yet.
|
|
5
|
-
>
|
|
6
|
-
> See [Project Prep TODO](https://github.com/reykjavikcity/webtools/issues/1)
|
|
7
|
-
> for what's planned
|
|
8
|
-
|
|
9
3
|
Miscellaneous JavaScript/TypeScript helpers used by Reykjavík City's web dev
|
|
10
4
|
teams.
|
|
11
5
|
|
package/package.json
CHANGED