@codecademy/markdown-overrides
Advanced tools
Comparing version
@@ -6,7 +6,5 @@ # Change Log | ||
## <small>0.1.1-alpha.ff5840.0 (2020-09-25)</small> | ||
## 0.2.0-alpha.92cf9a.0 (2020-09-28) | ||
* Add actual tests ([1b506a6](https://github.com/Codecademy/client-modules/commit/1b506a6)) | ||
* Add PseudoBlock and ErrorBlock ([3eda41a](https://github.com/Codecademy/client-modules/commit/3eda41a)) | ||
* Export ErrorBlock ([e4a6873](https://github.com/Codecademy/client-modules/commit/e4a6873)) | ||
* feat(markdown-overrides): Add PseudoBlock and ErrorBlock (#971) ([2caea29](https://github.com/Codecademy/client-modules/commit/2caea29)), closes [#971](https://github.com/Codecademy/client-modules/issues/971) | ||
* chore: update changelogs ([783d49e](https://github.com/Codecademy/client-modules/commit/783d49e)) | ||
@@ -13,0 +11,0 @@ |
@@ -7,8 +7,5 @@ import React from 'react'; | ||
var errorText = 'error!'; | ||
var _render = render(React.createElement(ErrorBlock, null, errorText)), | ||
getByText = _render.getByText; | ||
getByText(errorText); | ||
var view = render(React.createElement(ErrorBlock, null, errorText)); | ||
view.getByText(errorText); | ||
}); | ||
}); |
@@ -7,8 +7,5 @@ import React from 'react'; | ||
var psuedoText = 'pseudocode!'; | ||
var _render = render(React.createElement(PseudoBlock, null, psuedoText)), | ||
getByText = _render.getByText; | ||
getByText(psuedoText); | ||
var view = render(React.createElement(PseudoBlock, null, psuedoText)); | ||
view.getByText(psuedoText); | ||
}); | ||
}); |
{ | ||
"name": "@codecademy/markdown-overrides", | ||
"description": "Markdown overrides React Components for Codecademy", | ||
"version": "0.1.1-alpha.ff5840.0", | ||
"version": "0.2.0-alpha.92cf9a.0", | ||
"author": "Codecademy Engineering", | ||
@@ -28,3 +28,3 @@ "main": "dist/index.js", | ||
"license": "MIT", | ||
"gitHead": "c43f714073fcc86ef4f9985591484c799d4e4119" | ||
"gitHead": "421417637ccbdc391d803a50c8b747648fca7528" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
7659
-2.31%111
-1.77%