@times-components/markup 3.8.62-alpha.64 → 3.9.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 +11 -0
- package/README.md +1 -0
- package/package.json +11 -11
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.9.0](https://github.com/newsuk/times-components/compare/@times-components/markup@3.8.61...@times-components/markup@3.9.0) (2024-10-18)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **TMD-892:** Productionise Tag Manager hyperlink tooling ([#3961](https://github.com/newsuk/times-components/issues/3961)) ([fdb8285](https://github.com/newsuk/times-components/commit/fdb82854249456f48aebae62756a6e2615c05cbe))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [3.8.61](https://github.com/newsuk/times-components/compare/@times-components/markup@3.8.60...@times-components/markup@3.8.61) (2024-07-02)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @times-components/markup
|
package/README.md
CHANGED
|
@@ -16,6 +16,7 @@ functions from `markup-forest`, which iterates over and renders with the given
|
|
|
16
16
|
- paragraph
|
|
17
17
|
- strong
|
|
18
18
|
- text
|
|
19
|
+
- link
|
|
19
20
|
|
|
20
21
|
This package should only have core renderers with no dependencies beyond
|
|
21
22
|
React. If a consumer would like to support more complex elements
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@times-components/markup",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.9.0",
|
|
4
4
|
"description": "a component which takes an HTML ast and renders the platform specific markup ",
|
|
5
5
|
"main": "dist/markup",
|
|
6
6
|
"dev": "src/markup",
|
|
@@ -34,13 +34,13 @@
|
|
|
34
34
|
"homepage": "https://github.com/newsuk/times-components#readme",
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@babel/core": "7.4.4",
|
|
37
|
-
"@times-components/eslint-config-thetimes": "
|
|
38
|
-
"@times-components/jest-configurator-web": "
|
|
39
|
-
"@times-components/jest-serializer": "
|
|
40
|
-
"@times-components/markup-forest": "
|
|
41
|
-
"@times-components/storybook": "
|
|
42
|
-
"@times-components/test-utils": "
|
|
43
|
-
"@times-components/webpack-configurator": "
|
|
37
|
+
"@times-components/eslint-config-thetimes": "0.8.18",
|
|
38
|
+
"@times-components/jest-configurator-web": "0.8.2",
|
|
39
|
+
"@times-components/jest-serializer": "3.13.20",
|
|
40
|
+
"@times-components/markup-forest": "1.9.2",
|
|
41
|
+
"@times-components/storybook": "4.12.34",
|
|
42
|
+
"@times-components/test-utils": "2.4.2",
|
|
43
|
+
"@times-components/webpack-configurator": "2.1.1",
|
|
44
44
|
"babel-jest": "24.8.0",
|
|
45
45
|
"babel-loader": "8.0.5",
|
|
46
46
|
"depcheck": "0.6.9",
|
|
@@ -53,8 +53,8 @@
|
|
|
53
53
|
"webpack": "4.30.0"
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
|
-
"@times-components/ts-styleguide": "
|
|
57
|
-
"@times-components/utils": "
|
|
56
|
+
"@times-components/ts-styleguide": "1.50.34",
|
|
57
|
+
"@times-components/utils": "6.26.0"
|
|
58
58
|
},
|
|
59
59
|
"resolutions": {
|
|
60
60
|
"react": "16.9.0",
|
|
@@ -67,5 +67,5 @@
|
|
|
67
67
|
"publishConfig": {
|
|
68
68
|
"access": "public"
|
|
69
69
|
},
|
|
70
|
-
"gitHead": "
|
|
70
|
+
"gitHead": "243d221893671a6866e20940e2c03d85a1be9b98"
|
|
71
71
|
}
|