@khanacademy/simple-markdown
Advanced tools
Comparing version 0.11.4 to 0.12.0
@@ -5,3 +5,3 @@ import { addLibraryVersionToPerseusDebug } from '@khanacademy/perseus-core'; | ||
const libName = "@khanacademy/simple-markdown"; | ||
const libVersion = "0.11.4"; | ||
const libVersion = "0.12.0"; | ||
addLibraryVersionToPerseusDebug(libName, libVersion); | ||
@@ -591,6 +591,8 @@ | ||
react: function (node, output, state) { | ||
return reactElement("hr", state.key, EMPTY_PROPS); | ||
return reactElement("hr", state.key, { | ||
"aria-hidden": true | ||
}); | ||
}, | ||
html: function (node, output, state) { | ||
return "<hr>"; | ||
return '<hr aria-hidden="true">'; | ||
} | ||
@@ -597,0 +599,0 @@ }, |
@@ -9,3 +9,3 @@ 'use strict'; | ||
const libName = "@khanacademy/simple-markdown"; | ||
const libVersion = "0.11.4"; | ||
const libVersion = "0.12.0"; | ||
perseusCore.addLibraryVersionToPerseusDebug(libName, libVersion); | ||
@@ -595,6 +595,8 @@ | ||
react: function (node, output, state) { | ||
return reactElement("hr", state.key, EMPTY_PROPS); | ||
return reactElement("hr", state.key, { | ||
"aria-hidden": true | ||
}); | ||
}, | ||
html: function (node, output, state) { | ||
return "<hr>"; | ||
return '<hr aria-hidden="true">'; | ||
} | ||
@@ -601,0 +603,0 @@ }, |
@@ -6,3 +6,3 @@ { | ||
"license": "MIT", | ||
"version": "0.11.4", | ||
"version": "0.12.0", | ||
"publishConfig": { | ||
@@ -32,3 +32,3 @@ "access": "public" | ||
"devDependencies": { | ||
"perseus-build-settings": "^0.3.0" | ||
"perseus-build-settings": "^0.4.1" | ||
}, | ||
@@ -35,0 +35,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
360763
2930