@digigov/nextjs 0.2.27 → 0.3.2

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 ADDED
@@ -0,0 +1,138 @@
1
+ # Change Log - @digigov/nextjs
2
+
3
+ This log was last generated on Thu, 30 Dec 2021 12:54:03 GMT and should not be manually modified.
4
+
5
+ ## 0.3.2
6
+ Thu, 30 Dec 2021 12:54:03 GMT
7
+
8
+ _Version update only_
9
+
10
+ ## 0.3.1
11
+ Tue, 02 Nov 2021 13:03:39 GMT
12
+
13
+ _Version update only_
14
+
15
+ ## 0.3.0
16
+ Tue, 12 Oct 2021 09:13:08 GMT
17
+
18
+ ### Minor changes
19
+
20
+ - Warn if browser is IE
21
+
22
+ ## 0.2.27
23
+ Wed, 22 Sep 2021 10:15:42 GMT
24
+
25
+ ### Patches
26
+
27
+ - Add missing props to the Link component
28
+
29
+ ## 0.2.26
30
+ Thu, 12 Aug 2021 08:56:35 GMT
31
+
32
+ _Version update only_
33
+
34
+ ## 0.2.25
35
+ Thu, 12 Aug 2021 06:18:14 GMT
36
+
37
+ _Version update only_
38
+
39
+ ## 0.2.24
40
+ Tue, 03 Aug 2021 12:09:02 GMT
41
+
42
+ _Version update only_
43
+
44
+ ## 0.2.23
45
+ Tue, 03 Aug 2021 10:22:51 GMT
46
+
47
+ _Version update only_
48
+
49
+ ## 0.2.22
50
+ Fri, 30 Jul 2021 13:01:30 GMT
51
+
52
+ _Version update only_
53
+
54
+ ## 0.2.21
55
+ Fri, 30 Jul 2021 11:35:29 GMT
56
+
57
+ _Version update only_
58
+
59
+ ## 0.2.20
60
+ Fri, 30 Jul 2021 10:46:37 GMT
61
+
62
+ _Version update only_
63
+
64
+ ## 0.2.19
65
+ Fri, 30 Jul 2021 08:49:46 GMT
66
+
67
+ _Version update only_
68
+
69
+ ## 0.2.18
70
+ Fri, 30 Jul 2021 07:46:24 GMT
71
+
72
+ _Version update only_
73
+
74
+ ## 0.2.17
75
+ Tue, 27 Jul 2021 10:14:43 GMT
76
+
77
+ _Version update only_
78
+
79
+ ## 0.2.16
80
+ Thu, 15 Jul 2021 11:16:22 GMT
81
+
82
+ _Version update only_
83
+
84
+ ## 0.2.15
85
+ Fri, 09 Jul 2021 08:59:32 GMT
86
+
87
+ _Version update only_
88
+
89
+ ## 0.2.14
90
+ Thu, 08 Jul 2021 15:08:50 GMT
91
+
92
+ _Version update only_
93
+
94
+ ## 0.2.13
95
+ Wed, 30 Jun 2021 12:09:21 GMT
96
+
97
+ _Version update only_
98
+
99
+ ## 0.2.12
100
+ Wed, 23 Jun 2021 13:04:19 GMT
101
+
102
+ _Version update only_
103
+
104
+ ## 0.2.11
105
+ Wed, 02 Jun 2021 12:04:27 GMT
106
+
107
+ _Version update only_
108
+
109
+ ## 0.2.10
110
+ Wed, 02 Jun 2021 08:33:44 GMT
111
+
112
+ _Version update only_
113
+
114
+ ## 0.2.9
115
+ Wed, 05 May 2021 14:11:41 GMT
116
+
117
+ _Version update only_
118
+
119
+ ## 0.2.8
120
+ Thu, 22 Apr 2021 15:04:42 GMT
121
+
122
+ _Version update only_
123
+
124
+ ## 0.2.7
125
+ Thu, 22 Apr 2021 14:39:18 GMT
126
+
127
+ _Version update only_
128
+
129
+ ## 0.2.6
130
+ Thu, 22 Apr 2021 14:06:40 GMT
131
+
132
+ _Version update only_
133
+
134
+ ## 0.2.5
135
+ Thu, 22 Apr 2021 12:56:25 GMT
136
+
137
+ _Initial release_
138
+
package/Document.js CHANGED
@@ -73,7 +73,12 @@ var DigiGOVDocument = /*#__PURE__*/function (_Document) {
73
73
  (0, _createClass2["default"])(DigiGOVDocument, [{
74
74
  key: "render",
75
75
  value: function render() {
76
- return /*#__PURE__*/_react["default"].createElement(_document.Html, null, /*#__PURE__*/_react["default"].createElement(_document.Head, null, _ref3), _ref4);
76
+ return /*#__PURE__*/_react["default"].createElement(_document.Html, null, /*#__PURE__*/_react["default"].createElement(_document.Head, null, /*#__PURE__*/_react["default"].createElement("script", {
77
+ type: "text/javascript",
78
+ dangerouslySetInnerHTML: {
79
+ __html: "if (window.document.documentMode) alert('Internet Explorer is not supported. Please use a modern browser!');\n"
80
+ }
81
+ }), _ref3), _ref4);
77
82
  }
78
83
  }]);
79
84
  return DigiGOVDocument;
package/es/Document.js CHANGED
@@ -49,7 +49,12 @@ var DigiGOVDocument = /*#__PURE__*/function (_Document) {
49
49
  _createClass(DigiGOVDocument, [{
50
50
  key: "render",
51
51
  value: function render() {
52
- return /*#__PURE__*/React.createElement(Html, null, /*#__PURE__*/React.createElement(Head, null, _ref3), _ref4);
52
+ return /*#__PURE__*/React.createElement(Html, null, /*#__PURE__*/React.createElement(Head, null, /*#__PURE__*/React.createElement("script", {
53
+ type: "text/javascript",
54
+ dangerouslySetInnerHTML: {
55
+ __html: "if (window.document.documentMode) alert('Internet Explorer is not supported. Please use a modern browser!');\n"
56
+ }
57
+ }), _ref3), _ref4);
53
58
  }
54
59
  }]);
55
60
 
package/esm/Document.js CHANGED
@@ -49,7 +49,12 @@ var DigiGOVDocument = /*#__PURE__*/function (_Document) {
49
49
  _createClass(DigiGOVDocument, [{
50
50
  key: "render",
51
51
  value: function render() {
52
- return /*#__PURE__*/React.createElement(Html, null, /*#__PURE__*/React.createElement(Head, null, _ref3), _ref4);
52
+ return /*#__PURE__*/React.createElement(Html, null, /*#__PURE__*/React.createElement(Head, null, /*#__PURE__*/React.createElement("script", {
53
+ type: "text/javascript",
54
+ dangerouslySetInnerHTML: {
55
+ __html: "if (window.document.documentMode) alert('Internet Explorer is not supported. Please use a modern browser!');\n"
56
+ }
57
+ }), _ref3), _ref4);
53
58
  }
54
59
  }]);
55
60
 
package/esm/index.js CHANGED
@@ -0,0 +1,5 @@
1
+ /** @license Digigov v0.3.2
2
+ *
3
+ * This source code is licensed under the MIT license found in the
4
+ * LICENSE file in the root directory of this source tree.
5
+ */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digigov/nextjs",
3
- "version": "0.2.27",
3
+ "version": "0.3.2",
4
4
  "description": "next specific utilities for @digigov apps",
5
5
  "author": "GRNET Developers <devs@lists.grnet.gr>",
6
6
  "license": "MIT",