@pie-element/ebsr 6.6.2 → 6.6.3-next.1016
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 +169 -0
- package/configure/CHANGELOG.md +169 -0
- package/configure/lib/defaults.js +29 -12
- package/configure/lib/defaults.js.map +1 -1
- package/configure/lib/index.js +30 -23
- package/configure/lib/index.js.map +1 -1
- package/configure/lib/main.js +70 -43
- package/configure/lib/main.js.map +1 -1
- package/configure/node_modules/@pie-element/multiple-choice/CHANGELOG.json +1972 -0
- package/configure/node_modules/@pie-element/multiple-choice/CHANGELOG.md +1793 -0
- package/configure/node_modules/@pie-element/multiple-choice/LICENSE.md +5 -0
- package/configure/node_modules/@pie-element/multiple-choice/PRINT.md +35 -0
- package/configure/node_modules/@pie-element/multiple-choice/README.md +56 -0
- package/configure/node_modules/@pie-element/multiple-choice/choice.png +0 -0
- package/configure/node_modules/@pie-element/multiple-choice/configure/CHANGELOG.json +1387 -0
- package/configure/node_modules/@pie-element/multiple-choice/configure/CHANGELOG.md +1334 -0
- package/configure/node_modules/@pie-element/multiple-choice/configure/lib/defaults.js +104 -0
- package/configure/node_modules/@pie-element/multiple-choice/configure/lib/defaults.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/configure/lib/index.js +198 -0
- package/configure/node_modules/@pie-element/multiple-choice/configure/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/configure/lib/main.js +599 -0
- package/configure/node_modules/@pie-element/multiple-choice/configure/lib/main.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/configure/lib/utils.js +18 -0
- package/configure/node_modules/@pie-element/multiple-choice/configure/lib/utils.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/configure/package.json +20 -0
- package/configure/node_modules/@pie-element/multiple-choice/controller/CHANGELOG.json +527 -0
- package/configure/node_modules/@pie-element/multiple-choice/controller/CHANGELOG.md +768 -0
- package/configure/node_modules/@pie-element/multiple-choice/controller/lib/defaults.js +18 -0
- package/configure/node_modules/@pie-element/multiple-choice/controller/lib/defaults.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/controller/lib/index.js +305 -0
- package/configure/node_modules/@pie-element/multiple-choice/controller/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/controller/lib/utils.js +36 -0
- package/configure/node_modules/@pie-element/multiple-choice/controller/lib/utils.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/controller/package.json +15 -0
- package/configure/node_modules/@pie-element/multiple-choice/docs/config-schema.json +353 -0
- package/configure/node_modules/@pie-element/multiple-choice/docs/config-schema.json.md +277 -0
- package/configure/node_modules/@pie-element/multiple-choice/docs/demo/config.js +8 -0
- package/configure/node_modules/@pie-element/multiple-choice/docs/demo/generate.js +52 -0
- package/configure/node_modules/@pie-element/multiple-choice/docs/demo/index.html +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/docs/demo/session.js +7 -0
- package/configure/node_modules/@pie-element/multiple-choice/docs/pie-schema.json +338 -0
- package/configure/node_modules/@pie-element/multiple-choice/docs/pie-schema.json.md +274 -0
- package/configure/node_modules/@pie-element/multiple-choice/lib/choice-input.js +298 -0
- package/configure/node_modules/@pie-element/multiple-choice/lib/choice-input.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/lib/choice.js +157 -0
- package/configure/node_modules/@pie-element/multiple-choice/lib/choice.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/lib/feedback-tick.js +174 -0
- package/configure/node_modules/@pie-element/multiple-choice/lib/feedback-tick.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/lib/index.js +151 -0
- package/configure/node_modules/@pie-element/multiple-choice/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/lib/main.js +97 -0
- package/configure/node_modules/@pie-element/multiple-choice/lib/main.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/lib/multiple-choice.js +254 -0
- package/configure/node_modules/@pie-element/multiple-choice/lib/multiple-choice.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/lib/print.js +129 -0
- package/configure/node_modules/@pie-element/multiple-choice/lib/print.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/lib/session-updater.js +35 -0
- package/configure/node_modules/@pie-element/multiple-choice/lib/session-updater.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/module/configure.js +843 -0
- package/{module → configure/node_modules/@pie-element/multiple-choice/module}/controller.js +17399 -17113
- package/configure/node_modules/@pie-element/multiple-choice/module/demo.js +77 -0
- package/configure/node_modules/@pie-element/multiple-choice/module/element.js +2019 -0
- package/configure/node_modules/@pie-element/multiple-choice/module/index.html +21 -0
- package/configure/node_modules/@pie-element/multiple-choice/module/manifest.json +14 -0
- package/configure/node_modules/@pie-element/multiple-choice/module/print-demo.js +115 -0
- package/configure/node_modules/@pie-element/multiple-choice/module/print.html +18 -0
- package/configure/node_modules/@pie-element/multiple-choice/module/print.js +1983 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/CHANGELOG.json +1677 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/CHANGELOG.md +1645 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/LICENSE.md +5 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/README.md +12 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/alert-dialog.js +44 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/alert-dialog.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/checkbox.js +86 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/checkbox.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/choice-configuration/feedback-menu.js +180 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/choice-configuration/feedback-menu.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/choice-configuration/index.js +409 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/choice-configuration/index.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/choice-utils.js +54 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/choice-utils.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/feedback-config/feedback-selector.js +196 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/feedback-config/feedback-selector.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/feedback-config/group.js +75 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/feedback-config/group.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/feedback-config/index.js +189 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/feedback-config/index.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/form-section.js +46 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/form-section.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/help.js +156 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/help.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/index.js +216 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/input.js +152 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/input.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/inputs.js +131 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/inputs.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/langs.js +191 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/langs.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/layout/config-layout.js +113 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/layout/config-layout.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/layout/index.js +24 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/layout/index.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/layout/layout-contents.js +115 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/layout/layout-contents.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/layout/settings-box.js +99 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/layout/settings-box.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/mui-box/index.js +79 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/mui-box/index.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/number-text-field-custom.js +370 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/number-text-field-custom.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/number-text-field.js +278 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/number-text-field.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/radio-with-label.js +41 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/radio-with-label.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/settings/display-size.js +77 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/settings/display-size.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/settings/index.js +140 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/settings/index.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/settings/panel.js +426 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/settings/panel.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/settings/settings-radio-label.js +43 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/settings/settings-radio-label.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/settings/toggle.js +56 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/settings/toggle.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/tabs/index.js +117 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/tabs/index.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/tags-input/index.js +210 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/tags-input/index.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/two-choice.js +192 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/two-choice.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/with-stateful-model.js +95 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/lib/with-stateful-model.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/math-rendering/CHANGELOG.json +672 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/math-rendering/CHANGELOG.md +449 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/math-rendering/LICENSE.md +5 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/math-rendering/lib/index.js +30 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/math-rendering/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/math-rendering/lib/mstack/chtml.js +316 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/math-rendering/lib/mstack/chtml.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/math-rendering/lib/mstack/index.js +23 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/math-rendering/lib/mstack/index.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/math-rendering/lib/mstack/mml.js +123 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/math-rendering/lib/mstack/mml.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/math-rendering/lib/normalization.js +103 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/math-rendering/lib/normalization.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/math-rendering/lib/render-math.js +276 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/math-rendering/lib/render-math.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/math-rendering/package.json +19 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/math-rendering/playground/demo.html +872 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/math-rendering/playground/demo.js +108 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/math-rendering/playground/main.html +156 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/math-rendering/playground/main.js +16 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/math-rendering/playground/webpack.config.js +29 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/math-rendering/src/index.js +4 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/math-rendering/src/mstack/chtml.js +215 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/math-rendering/src/mstack/index.js +13 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/math-rendering/src/mstack/mml.js +24 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/math-rendering/src/normalization.js +69 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/math-rendering/src/render-math.js +230 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/CHANGELOG.json +937 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/CHANGELOG.md +618 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/LICENSE.md +5 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/README.md +33 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/lib/collapsible/index.js +146 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/lib/collapsible/index.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/lib/color.js +134 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/lib/color.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/lib/feedback.js +160 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/lib/feedback.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/lib/has-text.js +24 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/lib/has-text.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/lib/html-and-math.js +102 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/lib/html-and-math.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/lib/index.js +104 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/lib/input-container.js +60 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/lib/input-container.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/lib/preview-layout.js +133 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/lib/preview-layout.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/lib/preview-prompt.js +162 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/lib/preview-prompt.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/lib/purpose.js +28 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/lib/purpose.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/lib/readable.js +28 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/lib/readable.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/lib/response-indicators.js +160 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/lib/response-indicators.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/lib/withUndoReset.js +206 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/lib/withUndoReset.js.map +1 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/package.json +30 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/src/collapsible/index.jsx +68 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/src/color.js +48 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/src/feedback.jsx +100 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/src/has-text.js +14 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/src/html-and-math.js +40 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/src/index.js +27 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/src/input-container.jsx +41 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/src/preview-layout.jsx +77 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/src/preview-prompt.jsx +90 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/src/purpose.jsx +19 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/src/readable.jsx +19 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/src/response-indicators.jsx +89 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/node_modules/@pie-lib/render-ui/src/withUndoReset.jsx +118 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/package.json +30 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/alert-dialog.jsx +43 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/checkbox.jsx +63 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/choice-configuration/feedback-menu.jsx +103 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/choice-configuration/index.jsx +315 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/choice-utils.js +30 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/feedback-config/feedback-selector.jsx +116 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/feedback-config/group.jsx +54 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/feedback-config/index.jsx +98 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/form-section.jsx +23 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/help.jsx +88 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/index.js +58 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/input.jsx +72 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/inputs.jsx +96 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/langs.jsx +122 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/layout/config-layout.jsx +64 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/layout/index.js +4 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/layout/layout-contents.jsx +60 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/layout/settings-box.jsx +31 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/mui-box/index.jsx +64 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/number-text-field-custom.jsx +279 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/number-text-field.jsx +196 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/radio-with-label.jsx +18 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/settings/display-size.jsx +52 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/settings/index.js +75 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/settings/panel.jsx +297 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/settings/settings-radio-label.jsx +20 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/settings/toggle.jsx +31 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/tabs/index.jsx +51 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/tags-input/index.jsx +121 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/two-choice.jsx +94 -0
- package/configure/node_modules/@pie-element/multiple-choice/node_modules/@pie-lib/config-ui/src/with-stateful-model.jsx +36 -0
- package/configure/node_modules/@pie-element/multiple-choice/package.json +34 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/CHANGELOG.json +547 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/CHANGELOG.md +516 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/LICENSE.md +5 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/README.md +64 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/lib/expander.js +86 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/lib/expander.js.map +1 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/lib/index.js +155 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/lib/styles.js +65 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/lib/styles.js.map +1 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/math-rendering/CHANGELOG.json +672 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/math-rendering/CHANGELOG.md +449 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/math-rendering/LICENSE.md +5 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/math-rendering/lib/index.js +30 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/math-rendering/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/math-rendering/lib/mstack/chtml.js +316 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/math-rendering/lib/mstack/chtml.js.map +1 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/math-rendering/lib/mstack/index.js +23 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/math-rendering/lib/mstack/index.js.map +1 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/math-rendering/lib/mstack/mml.js +123 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/math-rendering/lib/mstack/mml.js.map +1 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/math-rendering/lib/normalization.js +103 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/math-rendering/lib/normalization.js.map +1 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/math-rendering/lib/render-math.js +276 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/math-rendering/lib/render-math.js.map +1 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/math-rendering/package.json +19 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/math-rendering/playground/demo.html +872 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/math-rendering/playground/demo.js +108 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/math-rendering/playground/main.html +156 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/math-rendering/playground/main.js +16 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/math-rendering/playground/webpack.config.js +29 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/math-rendering/src/index.js +4 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/math-rendering/src/mstack/chtml.js +215 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/math-rendering/src/mstack/index.js +13 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/math-rendering/src/mstack/mml.js +24 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/math-rendering/src/normalization.js +69 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/math-rendering/src/render-math.js +230 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/CHANGELOG.json +937 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/CHANGELOG.md +618 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/LICENSE.md +5 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/README.md +33 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/lib/collapsible/index.js +146 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/lib/collapsible/index.js.map +1 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/lib/color.js +134 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/lib/color.js.map +1 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/lib/feedback.js +160 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/lib/feedback.js.map +1 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/lib/has-text.js +24 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/lib/has-text.js.map +1 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/lib/html-and-math.js +102 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/lib/html-and-math.js.map +1 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/lib/index.js +104 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/lib/input-container.js +60 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/lib/input-container.js.map +1 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/lib/preview-layout.js +133 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/lib/preview-layout.js.map +1 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/lib/preview-prompt.js +162 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/lib/preview-prompt.js.map +1 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/lib/purpose.js +28 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/lib/purpose.js.map +1 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/lib/readable.js +28 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/lib/readable.js.map +1 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/lib/response-indicators.js +160 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/lib/response-indicators.js.map +1 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/lib/withUndoReset.js +206 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/lib/withUndoReset.js.map +1 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/package.json +30 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/src/collapsible/index.jsx +68 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/src/color.js +48 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/src/feedback.jsx +100 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/src/has-text.js +14 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/src/html-and-math.js +40 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/src/index.js +27 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/src/input-container.jsx +41 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/src/preview-layout.jsx +77 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/src/preview-prompt.jsx +90 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/src/purpose.jsx +19 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/src/readable.jsx +19 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/src/response-indicators.jsx +89 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/node_modules/@pie-lib/render-ui/src/withUndoReset.jsx +118 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/package.json +36 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/preview.png +0 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/src/expander.jsx +65 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/src/index.jsx +75 -0
- package/configure/node_modules/@pie-lib/correct-answer-toggle/src/styles.js +60 -0
- package/configure/node_modules/@pie-lib/editable-html/CHANGELOG.json +3327 -0
- package/configure/node_modules/@pie-lib/editable-html/CHANGELOG.md +1616 -0
- package/configure/node_modules/@pie-lib/editable-html/LICENSE.md +5 -0
- package/configure/node_modules/@pie-lib/editable-html/README.md +45 -0
- package/configure/node_modules/@pie-lib/editable-html/deploy.sh +16 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/editor.js +752 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/editor.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/index.js +236 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/parse-html.js +16 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/parse-html.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/image/component.js +250 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/image/component.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/image/image-toolbar.js +143 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/image/image-toolbar.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/image/index.js +219 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/image/index.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/image/insert-image-handler.js +139 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/image/insert-image-handler.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/index.js +135 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/index.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/list/index.js +204 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/list/index.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/math/index.js +347 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/math/index.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/media/index.js +344 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/media/index.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/media/media-dialog.js +449 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/media/media-dialog.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/media/media-toolbar.js +109 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/media/media-toolbar.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/media/media-wrapper.js +106 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/media/media-wrapper.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/drag-in-the-blank/choice.js +264 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/drag-in-the-blank/choice.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/drag-in-the-blank/index.js +97 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/drag-in-the-blank/index.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/explicit-constructed-response/index.js +54 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/explicit-constructed-response/index.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/icons/index.js +93 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/icons/index.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/index.js +288 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/index.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/inline-dropdown/index.js +70 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/inline-dropdown/index.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/utils.js +110 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/utils.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/table/icons/index.js +69 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/table/icons/index.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/table/index.js +497 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/table/index.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/table/table-toolbar.js +169 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/table/table-toolbar.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/default-toolbar.js +132 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/default-toolbar.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/done-button.js +50 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/done-button.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/editor-and-toolbar.js +275 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/editor-and-toolbar.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/index.js +32 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/index.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/toolbar-buttons.js +179 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/toolbar-buttons.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/toolbar.js +358 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/toolbar.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/utils.js +62 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/plugins/utils.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/serialization.js +411 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/serialization.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/theme.js +9 -0
- package/configure/node_modules/@pie-lib/editable-html/lib/theme.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/math-rendering/CHANGELOG.json +672 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/math-rendering/CHANGELOG.md +449 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/math-rendering/LICENSE.md +5 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/math-rendering/lib/index.js +30 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/math-rendering/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/math-rendering/lib/mstack/chtml.js +316 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/math-rendering/lib/mstack/chtml.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/math-rendering/lib/mstack/index.js +23 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/math-rendering/lib/mstack/index.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/math-rendering/lib/mstack/mml.js +123 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/math-rendering/lib/mstack/mml.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/math-rendering/lib/normalization.js +103 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/math-rendering/lib/normalization.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/math-rendering/lib/render-math.js +276 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/math-rendering/lib/render-math.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/math-rendering/package.json +19 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/math-rendering/playground/demo.html +872 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/math-rendering/playground/demo.js +108 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/math-rendering/playground/main.html +156 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/math-rendering/playground/main.js +16 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/math-rendering/playground/webpack.config.js +29 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/math-rendering/src/index.js +4 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/math-rendering/src/mstack/chtml.js +215 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/math-rendering/src/mstack/index.js +13 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/math-rendering/src/mstack/mml.js +24 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/math-rendering/src/normalization.js +69 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/math-rendering/src/render-math.js +230 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/CHANGELOG.json +937 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/CHANGELOG.md +618 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/LICENSE.md +5 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/README.md +33 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/lib/collapsible/index.js +146 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/lib/collapsible/index.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/lib/color.js +134 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/lib/color.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/lib/feedback.js +160 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/lib/feedback.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/lib/has-text.js +24 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/lib/has-text.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/lib/html-and-math.js +102 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/lib/html-and-math.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/lib/index.js +104 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/lib/input-container.js +60 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/lib/input-container.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/lib/preview-layout.js +133 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/lib/preview-layout.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/lib/preview-prompt.js +162 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/lib/preview-prompt.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/lib/purpose.js +28 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/lib/purpose.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/lib/readable.js +28 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/lib/readable.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/lib/response-indicators.js +160 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/lib/response-indicators.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/lib/withUndoReset.js +206 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/lib/withUndoReset.js.map +1 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/package.json +30 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/src/collapsible/index.jsx +68 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/src/color.js +48 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/src/feedback.jsx +100 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/src/has-text.js +14 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/src/html-and-math.js +40 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/src/index.js +27 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/src/input-container.jsx +41 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/src/preview-layout.jsx +77 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/src/preview-prompt.jsx +90 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/src/purpose.jsx +19 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/src/readable.jsx +19 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/src/response-indicators.jsx +89 -0
- package/configure/node_modules/@pie-lib/editable-html/node_modules/@pie-lib/render-ui/src/withUndoReset.jsx +118 -0
- package/configure/node_modules/@pie-lib/editable-html/package.json +51 -0
- package/configure/node_modules/@pie-lib/editable-html/playground/image/data.js +59 -0
- package/configure/node_modules/@pie-lib/editable-html/playground/image/index.html +24 -0
- package/configure/node_modules/@pie-lib/editable-html/playground/image/index.jsx +83 -0
- package/configure/node_modules/@pie-lib/editable-html/playground/index.html +27 -0
- package/configure/node_modules/@pie-lib/editable-html/playground/mathquill/index.html +25 -0
- package/configure/node_modules/@pie-lib/editable-html/playground/mathquill/index.jsx +151 -0
- package/configure/node_modules/@pie-lib/editable-html/playground/package.json +15 -0
- package/configure/node_modules/@pie-lib/editable-html/playground/prod-test/index.html +26 -0
- package/configure/node_modules/@pie-lib/editable-html/playground/prod-test/index.jsx +30 -0
- package/configure/node_modules/@pie-lib/editable-html/playground/schema-override/data.js +29 -0
- package/configure/node_modules/@pie-lib/editable-html/playground/schema-override/image-plugin.jsx +40 -0
- package/configure/node_modules/@pie-lib/editable-html/playground/schema-override/index.html +23 -0
- package/configure/node_modules/@pie-lib/editable-html/playground/schema-override/index.jsx +96 -0
- package/configure/node_modules/@pie-lib/editable-html/playground/serialization/data.js +29 -0
- package/configure/node_modules/@pie-lib/editable-html/playground/serialization/image-plugin.jsx +40 -0
- package/configure/node_modules/@pie-lib/editable-html/playground/serialization/index.html +24 -0
- package/configure/node_modules/@pie-lib/editable-html/playground/serialization/index.jsx +12 -0
- package/configure/node_modules/@pie-lib/editable-html/playground/static.json +3 -0
- package/configure/node_modules/@pie-lib/editable-html/playground/table-examples.html +67 -0
- package/configure/node_modules/@pie-lib/editable-html/playground/webpack.config.js +42 -0
- package/configure/node_modules/@pie-lib/editable-html/src/editor.jsx +641 -0
- package/configure/node_modules/@pie-lib/editable-html/src/index.jsx +145 -0
- package/configure/node_modules/@pie-lib/editable-html/src/parse-html.js +8 -0
- package/configure/node_modules/@pie-lib/editable-html/src/plugins/README.md +27 -0
- package/configure/node_modules/@pie-lib/editable-html/src/plugins/image/component.jsx +166 -0
- package/configure/node_modules/@pie-lib/editable-html/src/plugins/image/image-toolbar.jsx +62 -0
- package/configure/node_modules/@pie-lib/editable-html/src/plugins/image/index.jsx +180 -0
- package/configure/node_modules/@pie-lib/editable-html/src/plugins/image/insert-image-handler.js +93 -0
- package/configure/node_modules/@pie-lib/editable-html/src/plugins/index.jsx +112 -0
- package/configure/node_modules/@pie-lib/editable-html/src/plugins/list/index.jsx +175 -0
- package/configure/node_modules/@pie-lib/editable-html/src/plugins/math/index.jsx +283 -0
- package/configure/node_modules/@pie-lib/editable-html/src/plugins/media/index.jsx +284 -0
- package/configure/node_modules/@pie-lib/editable-html/src/plugins/media/media-dialog.js +372 -0
- package/configure/node_modules/@pie-lib/editable-html/src/plugins/media/media-toolbar.jsx +53 -0
- package/configure/node_modules/@pie-lib/editable-html/src/plugins/media/media-wrapper.jsx +43 -0
- package/configure/node_modules/@pie-lib/editable-html/src/plugins/respArea/drag-in-the-blank/choice.jsx +187 -0
- package/configure/node_modules/@pie-lib/editable-html/src/plugins/respArea/drag-in-the-blank/index.jsx +78 -0
- package/configure/node_modules/@pie-lib/editable-html/src/plugins/respArea/explicit-constructed-response/index.jsx +45 -0
- package/configure/node_modules/@pie-lib/editable-html/src/plugins/respArea/icons/index.jsx +68 -0
- package/configure/node_modules/@pie-lib/editable-html/src/plugins/respArea/index.jsx +259 -0
- package/configure/node_modules/@pie-lib/editable-html/src/plugins/respArea/inline-dropdown/index.jsx +63 -0
- package/configure/node_modules/@pie-lib/editable-html/src/plugins/respArea/utils.jsx +77 -0
- package/configure/node_modules/@pie-lib/editable-html/src/plugins/table/icons/index.jsx +59 -0
- package/configure/node_modules/@pie-lib/editable-html/src/plugins/table/index.jsx +437 -0
- package/configure/node_modules/@pie-lib/editable-html/src/plugins/table/table-toolbar.jsx +104 -0
- package/configure/node_modules/@pie-lib/editable-html/src/plugins/toolbar/default-toolbar.jsx +111 -0
- package/configure/node_modules/@pie-lib/editable-html/src/plugins/toolbar/done-button.jsx +36 -0
- package/configure/node_modules/@pie-lib/editable-html/src/plugins/toolbar/editor-and-toolbar.jsx +225 -0
- package/configure/node_modules/@pie-lib/editable-html/src/plugins/toolbar/index.jsx +21 -0
- package/configure/node_modules/@pie-lib/editable-html/src/plugins/toolbar/toolbar-buttons.jsx +97 -0
- package/configure/node_modules/@pie-lib/editable-html/src/plugins/toolbar/toolbar.jsx +316 -0
- package/configure/node_modules/@pie-lib/editable-html/src/plugins/utils.js +32 -0
- package/configure/node_modules/@pie-lib/editable-html/src/serialization.jsx +376 -0
- package/configure/node_modules/@pie-lib/editable-html/src/theme.js +1 -0
- package/configure/node_modules/@pie-lib/editable-html/static.json +1 -0
- package/configure/node_modules/@pie-lib/math-input/CHANGELOG.json +1547 -0
- package/configure/node_modules/@pie-lib/math-input/CHANGELOG.md +757 -0
- package/configure/node_modules/@pie-lib/math-input/LICENSE.md +5 -0
- package/configure/node_modules/@pie-lib/math-input/README.md +27 -0
- package/configure/node_modules/@pie-lib/math-input/lib/horizontal-keypad.js +126 -0
- package/configure/node_modules/@pie-lib/math-input/lib/horizontal-keypad.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-input/lib/index.js +80 -0
- package/configure/node_modules/@pie-lib/math-input/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keypad/index.js +417 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keypad/index.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keypad/keys-layout.js +34 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keypad/keys-layout.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/basic-operators.js +41 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/basic-operators.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/chars.js +17 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/chars.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/comparison.js +46 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/comparison.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/constants.js +43 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/constants.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/digits.js +53 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/digits.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/edit.js +16 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/edit.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/exponent.js +35 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/exponent.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/fractions.js +31 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/fractions.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/geometry.js +165 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/geometry.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/grades.js +295 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/grades.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/index.js +54 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/index.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/log.js +32 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/log.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/logic.js +23 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/logic.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/matrices.js +23 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/matrices.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/misc.js +69 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/misc.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/navigation.js +23 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/navigation.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/operators.js +17 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/operators.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/statistics.js +45 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/statistics.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/sub-sup.js +23 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/sub-sup.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/trigonometry.js +53 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/trigonometry.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/utils.js +130 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/utils.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/vars.js +29 -0
- package/configure/node_modules/@pie-lib/math-input/lib/keys/vars.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-input/lib/math-input.js +206 -0
- package/configure/node_modules/@pie-lib/math-input/lib/math-input.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-input/lib/mq/custom-elements.js +23 -0
- package/configure/node_modules/@pie-lib/math-input/lib/mq/custom-elements.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-input/lib/mq/index.js +24 -0
- package/configure/node_modules/@pie-lib/math-input/lib/mq/index.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-input/lib/mq/input.js +257 -0
- package/configure/node_modules/@pie-lib/math-input/lib/mq/input.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-input/lib/mq/static.js +224 -0
- package/configure/node_modules/@pie-lib/math-input/lib/mq/static.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-input/package.json +26 -0
- package/configure/node_modules/@pie-lib/math-input/src/horizontal-keypad.jsx +54 -0
- package/configure/node_modules/@pie-lib/math-input/src/index.jsx +27 -0
- package/configure/node_modules/@pie-lib/math-input/src/keypad/index.jsx +335 -0
- package/configure/node_modules/@pie-lib/math-input/src/keypad/keys-layout.js +17 -0
- package/configure/node_modules/@pie-lib/math-input/src/keys/basic-operators.js +32 -0
- package/configure/node_modules/@pie-lib/math-input/src/keys/chars.js +5 -0
- package/configure/node_modules/@pie-lib/math-input/src/keys/comparison.js +27 -0
- package/configure/node_modules/@pie-lib/math-input/src/keys/constants.js +35 -0
- package/configure/node_modules/@pie-lib/math-input/src/keys/digits.js +40 -0
- package/configure/node_modules/@pie-lib/math-input/src/keys/edit.js +3 -0
- package/configure/node_modules/@pie-lib/math-input/src/keys/exponent.js +27 -0
- package/configure/node_modules/@pie-lib/math-input/src/keys/fractions.js +23 -0
- package/configure/node_modules/@pie-lib/math-input/src/keys/geometry.js +140 -0
- package/configure/node_modules/@pie-lib/math-input/src/keys/grades.js +379 -0
- package/configure/node_modules/@pie-lib/math-input/src/keys/index.js +21 -0
- package/configure/node_modules/@pie-lib/math-input/src/keys/log.js +22 -0
- package/configure/node_modules/@pie-lib/math-input/src/keys/logic.js +15 -0
- package/configure/node_modules/@pie-lib/math-input/src/keys/matrices.js +15 -0
- package/configure/node_modules/@pie-lib/math-input/src/keys/misc.js +60 -0
- package/configure/node_modules/@pie-lib/math-input/src/keys/navigation.js +8 -0
- package/configure/node_modules/@pie-lib/math-input/src/keys/operators.js +9 -0
- package/configure/node_modules/@pie-lib/math-input/src/keys/statistics.js +36 -0
- package/configure/node_modules/@pie-lib/math-input/src/keys/sub-sup.js +15 -0
- package/configure/node_modules/@pie-lib/math-input/src/keys/trigonometry.js +15 -0
- package/configure/node_modules/@pie-lib/math-input/src/keys/utils.js +71 -0
- package/configure/node_modules/@pie-lib/math-input/src/keys/vars.js +19 -0
- package/configure/node_modules/@pie-lib/math-input/src/math-input.jsx +128 -0
- package/configure/node_modules/@pie-lib/math-input/src/mq/custom-elements.js +11 -0
- package/configure/node_modules/@pie-lib/math-input/src/mq/index.js +4 -0
- package/configure/node_modules/@pie-lib/math-input/src/mq/input.jsx +163 -0
- package/configure/node_modules/@pie-lib/math-input/src/mq/static.jsx +145 -0
- package/configure/node_modules/@pie-lib/math-rendering/CHANGELOG.json +672 -0
- package/configure/node_modules/@pie-lib/math-rendering/CHANGELOG.md +427 -0
- package/configure/node_modules/@pie-lib/math-rendering/LICENSE.md +5 -0
- package/configure/node_modules/@pie-lib/math-rendering/lib/index.js +30 -0
- package/configure/node_modules/@pie-lib/math-rendering/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-rendering/lib/mstack/chtml.js +316 -0
- package/configure/node_modules/@pie-lib/math-rendering/lib/mstack/chtml.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-rendering/lib/mstack/index.js +23 -0
- package/configure/node_modules/@pie-lib/math-rendering/lib/mstack/index.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-rendering/lib/mstack/mml.js +123 -0
- package/configure/node_modules/@pie-lib/math-rendering/lib/mstack/mml.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-rendering/lib/normalization.js +103 -0
- package/configure/node_modules/@pie-lib/math-rendering/lib/normalization.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-rendering/lib/render-math.js +275 -0
- package/configure/node_modules/@pie-lib/math-rendering/lib/render-math.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-rendering/package.json +19 -0
- package/configure/node_modules/@pie-lib/math-rendering/playground/demo.html +872 -0
- package/configure/node_modules/@pie-lib/math-rendering/playground/demo.js +108 -0
- package/configure/node_modules/@pie-lib/math-rendering/playground/main.html +156 -0
- package/configure/node_modules/@pie-lib/math-rendering/playground/main.js +16 -0
- package/configure/node_modules/@pie-lib/math-rendering/playground/webpack.config.js +29 -0
- package/configure/node_modules/@pie-lib/math-rendering/src/index.js +4 -0
- package/configure/node_modules/@pie-lib/math-rendering/src/mstack/chtml.js +215 -0
- package/configure/node_modules/@pie-lib/math-rendering/src/mstack/index.js +13 -0
- package/configure/node_modules/@pie-lib/math-rendering/src/mstack/mml.js +24 -0
- package/configure/node_modules/@pie-lib/math-rendering/src/normalization.js +69 -0
- package/configure/node_modules/@pie-lib/math-rendering/src/render-math.js +234 -0
- package/configure/node_modules/@pie-lib/math-toolbar/CHANGELOG.json +862 -0
- package/configure/node_modules/@pie-lib/math-toolbar/CHANGELOG.md +631 -0
- package/configure/node_modules/@pie-lib/math-toolbar/LICENSE.md +5 -0
- package/configure/node_modules/@pie-lib/math-toolbar/lib/done-button.js +53 -0
- package/configure/node_modules/@pie-lib/math-toolbar/lib/done-button.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-toolbar/lib/editor-and-pad.js +463 -0
- package/configure/node_modules/@pie-lib/math-toolbar/lib/editor-and-pad.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-toolbar/lib/index.js +271 -0
- package/configure/node_modules/@pie-lib/math-toolbar/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-toolbar/lib/math-preview.js +173 -0
- package/configure/node_modules/@pie-lib/math-toolbar/lib/math-preview.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-toolbar/package.json +37 -0
- package/configure/node_modules/@pie-lib/math-toolbar/src/done-button.jsx +39 -0
- package/configure/node_modules/@pie-lib/math-toolbar/src/editor-and-pad.jsx +373 -0
- package/configure/node_modules/@pie-lib/math-toolbar/src/index.jsx +193 -0
- package/configure/node_modules/@pie-lib/math-toolbar/src/math-preview.jsx +107 -0
- package/configure/node_modules/@pie-lib/render-ui/CHANGELOG.json +937 -0
- package/configure/node_modules/@pie-lib/render-ui/CHANGELOG.md +602 -0
- package/configure/node_modules/@pie-lib/render-ui/LICENSE.md +5 -0
- package/configure/node_modules/@pie-lib/render-ui/README.md +33 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/collapsible/index.js +146 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/collapsible/index.js.map +1 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/color.js +134 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/color.js.map +1 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/feedback.js +160 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/feedback.js.map +1 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/has-text.js +24 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/has-text.js.map +1 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/html-and-math.js +102 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/html-and-math.js.map +1 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/index.js +104 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/input-container.js +60 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/input-container.js.map +1 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/preview-layout.js +133 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/preview-layout.js.map +1 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/preview-prompt.js +162 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/preview-prompt.js.map +1 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/purpose.js +28 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/purpose.js.map +1 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/readable.js +28 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/readable.js.map +1 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/response-indicators.js +160 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/response-indicators.js.map +1 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/withUndoReset.js +206 -0
- package/configure/node_modules/@pie-lib/render-ui/lib/withUndoReset.js.map +1 -0
- package/configure/node_modules/@pie-lib/render-ui/package.json +30 -0
- package/configure/node_modules/@pie-lib/render-ui/src/collapsible/index.jsx +68 -0
- package/configure/node_modules/@pie-lib/render-ui/src/color.js +48 -0
- package/configure/node_modules/@pie-lib/render-ui/src/feedback.jsx +100 -0
- package/configure/node_modules/@pie-lib/render-ui/src/has-text.js +14 -0
- package/configure/node_modules/@pie-lib/render-ui/src/html-and-math.js +40 -0
- package/configure/node_modules/@pie-lib/render-ui/src/index.js +27 -0
- package/configure/node_modules/@pie-lib/render-ui/src/input-container.jsx +41 -0
- package/configure/node_modules/@pie-lib/render-ui/src/preview-layout.jsx +77 -0
- package/configure/node_modules/@pie-lib/render-ui/src/preview-prompt.jsx +90 -0
- package/configure/node_modules/@pie-lib/render-ui/src/purpose.jsx +19 -0
- package/configure/node_modules/@pie-lib/render-ui/src/readable.jsx +19 -0
- package/configure/node_modules/@pie-lib/render-ui/src/response-indicators.jsx +89 -0
- package/configure/node_modules/@pie-lib/render-ui/src/withUndoReset.jsx +118 -0
- package/configure/package.json +3 -3
- package/configure/src/__tests__/__snapshots__/index.test.js.snap +12 -4
- package/configure/src/__tests__/index.test.js +4 -2
- package/configure/src/defaults.js +27 -11
- package/configure/src/index.js +14 -35
- package/configure/src/main.jsx +69 -35
- package/controller/CHANGELOG.md +25 -0
- package/controller/lib/index.js +113 -23
- package/controller/lib/index.js.map +1 -1
- package/controller/package.json +1 -1
- package/controller/src/index.js +62 -5
- package/docs/config-schema.json +311 -3
- package/docs/config-schema.json.md +243 -7
- package/docs/demo/config.js +1 -1
- package/docs/pie-schema.json +139 -1
- package/docs/pie-schema.json.md +106 -2
- package/lib/index.js +10 -7
- package/lib/index.js.map +1 -1
- package/lib/print.js +243 -0
- package/lib/print.js.map +1 -0
- package/package.json +8 -4
- package/src/index.js +4 -0
- package/src/print.js +181 -0
- package/docs/demo/pie.manifest.json +0 -11
- package/module/configure.js +0 -1546
- package/module/demo.js +0 -79
- package/module/element.js +0 -1326
- package/module/index.html +0 -16
- package/module/manifest.json +0 -10
|
@@ -0,0 +1,3327 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"type": "fix",
|
|
4
|
+
"scope": null,
|
|
5
|
+
"subject": "rm child prepack in favour of root prepack",
|
|
6
|
+
"merge": null,
|
|
7
|
+
"header": "fix: rm child prepack in favour of root prepack",
|
|
8
|
+
"body": null,
|
|
9
|
+
"footer": null,
|
|
10
|
+
"notes": [],
|
|
11
|
+
"hash": "381d8d6485269b641d8d4655148966d2e70803be",
|
|
12
|
+
"gitTags": "",
|
|
13
|
+
"committerDate": "2019-03-15 09:51:11 +0000",
|
|
14
|
+
"isTagged": true,
|
|
15
|
+
"tag": "@pie-lib/editable-html@7.1.17"
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"type": "chore",
|
|
19
|
+
"scope": null,
|
|
20
|
+
"subject": "get packages to call changelog function on prepack",
|
|
21
|
+
"merge": null,
|
|
22
|
+
"header": "chore: get packages to call changelog function on prepack",
|
|
23
|
+
"body": null,
|
|
24
|
+
"footer": null,
|
|
25
|
+
"notes": [],
|
|
26
|
+
"hash": "8828f01f2d16d29404ba837c1de40d09e7230ec5",
|
|
27
|
+
"gitTags": "",
|
|
28
|
+
"committerDate": "2019-03-14 12:40:05 +0000",
|
|
29
|
+
"isTagged": true,
|
|
30
|
+
"tag": "@pie-lib/editable-html@7.1.13"
|
|
31
|
+
},
|
|
32
|
+
{
|
|
33
|
+
"type": "chore",
|
|
34
|
+
"scope": null,
|
|
35
|
+
"subject": "call changelog on prepack",
|
|
36
|
+
"merge": null,
|
|
37
|
+
"header": "chore: call changelog on prepack",
|
|
38
|
+
"body": null,
|
|
39
|
+
"footer": null,
|
|
40
|
+
"notes": [],
|
|
41
|
+
"hash": "b672c012de096c55b765a765f758da3fc5df2f90",
|
|
42
|
+
"gitTags": "",
|
|
43
|
+
"committerDate": "2019-03-13 23:00:44 +0000",
|
|
44
|
+
"isTagged": true,
|
|
45
|
+
"tag": "@pie-lib/editable-html@7.1.12"
|
|
46
|
+
},
|
|
47
|
+
{
|
|
48
|
+
"type": "fix",
|
|
49
|
+
"scope": null,
|
|
50
|
+
"subject": "ignore node_modules",
|
|
51
|
+
"merge": null,
|
|
52
|
+
"header": "fix: ignore node_modules",
|
|
53
|
+
"body": null,
|
|
54
|
+
"footer": null,
|
|
55
|
+
"notes": [],
|
|
56
|
+
"hash": "900ab7c1b17d00ccfccbc003e458ac4225a03a1e",
|
|
57
|
+
"gitTags": "",
|
|
58
|
+
"committerDate": "2019-03-13 17:38:41 +0000",
|
|
59
|
+
"isTagged": true,
|
|
60
|
+
"tag": "@pie-lib/editable-html@7.1.11"
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
"type": "chore",
|
|
64
|
+
"scope": null,
|
|
65
|
+
"subject": "generate changelog.json instead of markdown",
|
|
66
|
+
"merge": null,
|
|
67
|
+
"header": "chore: generate changelog.json instead of markdown",
|
|
68
|
+
"body": null,
|
|
69
|
+
"footer": null,
|
|
70
|
+
"notes": [],
|
|
71
|
+
"hash": "eaa5019a11f70c53425d55856bd3b940237f8c7d",
|
|
72
|
+
"gitTags": "",
|
|
73
|
+
"committerDate": "2019-03-13 17:24:09 +0000",
|
|
74
|
+
"isTagged": true,
|
|
75
|
+
"tag": "@pie-lib/editable-html@7.1.10"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"type": "chore",
|
|
79
|
+
"scope": null,
|
|
80
|
+
"subject": "force version bump to avoid collision w/ next packages",
|
|
81
|
+
"merge": null,
|
|
82
|
+
"header": "chore: force version bump to avoid collision w/ next packages",
|
|
83
|
+
"body": null,
|
|
84
|
+
"footer": null,
|
|
85
|
+
"notes": [],
|
|
86
|
+
"hash": "a05f0fdb47f72d3a3d839cd70e96de6642a44c1e",
|
|
87
|
+
"gitTags": "",
|
|
88
|
+
"committerDate": "2019-03-12 21:55:40 +0000",
|
|
89
|
+
"isTagged": true,
|
|
90
|
+
"tag": "@pie-lib/editable-html@7.1.10"
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
"type": "fix",
|
|
94
|
+
"scope": null,
|
|
95
|
+
"subject": "force version bump",
|
|
96
|
+
"merge": null,
|
|
97
|
+
"header": "fix: force version bump",
|
|
98
|
+
"body": null,
|
|
99
|
+
"footer": null,
|
|
100
|
+
"notes": [],
|
|
101
|
+
"hash": "dd057a52e90133dfb30660b1824760cb9f10a280",
|
|
102
|
+
"gitTags": "",
|
|
103
|
+
"committerDate": "2019-02-17 21:23:35 +0000",
|
|
104
|
+
"isTagged": true,
|
|
105
|
+
"tag": "@pie-lib/editable-html@7.1.10"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"type": "feat",
|
|
109
|
+
"scope": "editable-html",
|
|
110
|
+
"subject": "changed the editable-html design for the new elements",
|
|
111
|
+
"merge": null,
|
|
112
|
+
"header": "feat(editable-html): changed the editable-html design for the new elements",
|
|
113
|
+
"body": null,
|
|
114
|
+
"footer": null,
|
|
115
|
+
"notes": [],
|
|
116
|
+
"hash": "1aad62fa8118debb6f5a0e527366b65730092c47",
|
|
117
|
+
"gitTags": "",
|
|
118
|
+
"committerDate": "2019-02-13 20:41:08 +0200",
|
|
119
|
+
"isTagged": true,
|
|
120
|
+
"tag": "@pie-lib/editable-html@7.1.0"
|
|
121
|
+
},
|
|
122
|
+
{
|
|
123
|
+
"type": "feat",
|
|
124
|
+
"scope": null,
|
|
125
|
+
"subject": "new ui + layout",
|
|
126
|
+
"merge": null,
|
|
127
|
+
"header": "feat: new ui + layout",
|
|
128
|
+
"body": "* new component `MathInput` which combines a mathquill input and a\n`Keypad`.\n* `Keypad` has been re-written to:\n * improve it's layout\n * make it more configurable\n* `HorizontalKeypad` has been rewritten to use the new `Keypad`.",
|
|
129
|
+
"footer": "BREAKING CHANGE:\n* The ui is quite different now\n* Some of the old components are gone (except for HorizontalKeypad which\nis retained for backward compatibility).",
|
|
130
|
+
"notes": [
|
|
131
|
+
{
|
|
132
|
+
"title": "BREAKING CHANGE",
|
|
133
|
+
"text": "* The ui is quite different now\n* Some of the old components are gone (except for HorizontalKeypad which\nis retained for backward compatibility)."
|
|
134
|
+
}
|
|
135
|
+
],
|
|
136
|
+
"hash": "2f6fdba637d26b061407bdd09ccb4d0226aec3cc",
|
|
137
|
+
"gitTags": "",
|
|
138
|
+
"committerDate": "2019-02-08 16:53:52 +0000",
|
|
139
|
+
"isTagged": true,
|
|
140
|
+
"tag": "@pie-lib/editable-html@7.0.0"
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"type": "fix",
|
|
144
|
+
"scope": null,
|
|
145
|
+
"subject": "version bump",
|
|
146
|
+
"merge": null,
|
|
147
|
+
"header": "fix: version bump",
|
|
148
|
+
"body": null,
|
|
149
|
+
"footer": null,
|
|
150
|
+
"notes": [],
|
|
151
|
+
"hash": "caaf960891fb17ad8e221849ce992381e4c2c31c",
|
|
152
|
+
"gitTags": "",
|
|
153
|
+
"committerDate": "2019-02-05 15:38:33 +0000",
|
|
154
|
+
"isTagged": true,
|
|
155
|
+
"tag": "@pie-lib/editable-html@6.16.3"
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"type": "feat",
|
|
159
|
+
"scope": null,
|
|
160
|
+
"subject": "libs version bump",
|
|
161
|
+
"merge": null,
|
|
162
|
+
"header": "feat: libs version bump",
|
|
163
|
+
"body": null,
|
|
164
|
+
"footer": null,
|
|
165
|
+
"notes": [],
|
|
166
|
+
"hash": "d905a833c3f2389ea65038dcc2633288ea5a84a8",
|
|
167
|
+
"gitTags": "",
|
|
168
|
+
"committerDate": "2019-01-30 22:14:28 +0000",
|
|
169
|
+
"isTagged": true,
|
|
170
|
+
"tag": "@pie-lib/editable-html@6.16.0"
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
"type": "fix",
|
|
174
|
+
"scope": "editable-html",
|
|
175
|
+
"subject": "bumping editable-html version",
|
|
176
|
+
"merge": null,
|
|
177
|
+
"header": "fix(editable-html): bumping editable-html version",
|
|
178
|
+
"body": null,
|
|
179
|
+
"footer": null,
|
|
180
|
+
"notes": [],
|
|
181
|
+
"hash": "79e6b40036ff91b0221ae3abb2438433b6bb49df",
|
|
182
|
+
"gitTags": "",
|
|
183
|
+
"committerDate": "2019-01-08 14:22:10 +0200",
|
|
184
|
+
"isTagged": true,
|
|
185
|
+
"tag": "@pie-lib/editable-html@6.15.0"
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
"type": "chore",
|
|
189
|
+
"scope": null,
|
|
190
|
+
"subject": "remove old mock",
|
|
191
|
+
"merge": null,
|
|
192
|
+
"header": "chore: remove old mock",
|
|
193
|
+
"body": null,
|
|
194
|
+
"footer": null,
|
|
195
|
+
"notes": [],
|
|
196
|
+
"hash": "c3e8bf7f27110ada794d3998eca81e13bb3eeddb",
|
|
197
|
+
"gitTags": "",
|
|
198
|
+
"committerDate": "2018-12-18 13:12:45 +0000",
|
|
199
|
+
"isTagged": true,
|
|
200
|
+
"tag": "@pie-lib/editable-html@6.13.5"
|
|
201
|
+
},
|
|
202
|
+
{
|
|
203
|
+
"type": "feat",
|
|
204
|
+
"scope": "config-ui",
|
|
205
|
+
"subject": "added a layout component in order to be used by all elements to be rendered",
|
|
206
|
+
"merge": null,
|
|
207
|
+
"header": "feat(config-ui): added a layout component in order to be used by all elements to be rendered",
|
|
208
|
+
"body": "changed some of the code for the choice-configuration and editable-html components",
|
|
209
|
+
"footer": null,
|
|
210
|
+
"notes": [],
|
|
211
|
+
"hash": "5bf1bbc27595008d89f7e785d2cbe0e69861069b",
|
|
212
|
+
"gitTags": "",
|
|
213
|
+
"committerDate": "2018-12-17 19:42:51 +0200",
|
|
214
|
+
"isTagged": true,
|
|
215
|
+
"tag": "@pie-lib/editable-html@6.15.0"
|
|
216
|
+
},
|
|
217
|
+
{
|
|
218
|
+
"type": "fix",
|
|
219
|
+
"scope": "editable-html",
|
|
220
|
+
"subject": "updated the math rendering package",
|
|
221
|
+
"merge": null,
|
|
222
|
+
"header": "fix(editable-html): updated the math rendering package",
|
|
223
|
+
"body": null,
|
|
224
|
+
"footer": null,
|
|
225
|
+
"notes": [],
|
|
226
|
+
"hash": "cdd08f77bebea584cff0deb744a6a2bbf7cef487",
|
|
227
|
+
"gitTags": " (origin/fix/editable-html-refactor)",
|
|
228
|
+
"committerDate": "2018-12-11 15:25:33 +0200",
|
|
229
|
+
"isTagged": true,
|
|
230
|
+
"tag": "@pie-lib/editable-html@6.15.0"
|
|
231
|
+
},
|
|
232
|
+
{
|
|
233
|
+
"type": "fix",
|
|
234
|
+
"scope": "editable-html",
|
|
235
|
+
"subject": "finally fixed the test",
|
|
236
|
+
"merge": null,
|
|
237
|
+
"header": "fix(editable-html): finally fixed the test",
|
|
238
|
+
"body": null,
|
|
239
|
+
"footer": null,
|
|
240
|
+
"notes": [],
|
|
241
|
+
"hash": "1cc454effc94c27d94a5e6494c69fc888fb4a0d8",
|
|
242
|
+
"gitTags": " (origin/fix/editable-html-list-inside-table)",
|
|
243
|
+
"committerDate": "2018-12-11 15:21:43 +0200",
|
|
244
|
+
"isTagged": true,
|
|
245
|
+
"tag": "@pie-lib/editable-html@6.15.0"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"type": "fix",
|
|
249
|
+
"scope": "editable-html",
|
|
250
|
+
"subject": "fixed the syntax error",
|
|
251
|
+
"merge": null,
|
|
252
|
+
"header": "fix(editable-html): fixed the syntax error",
|
|
253
|
+
"body": null,
|
|
254
|
+
"footer": null,
|
|
255
|
+
"notes": [],
|
|
256
|
+
"hash": "0d82f87afc11ee181f52dbd05f8e0196c03e6609",
|
|
257
|
+
"gitTags": "",
|
|
258
|
+
"committerDate": "2018-12-11 15:16:35 +0200",
|
|
259
|
+
"isTagged": true,
|
|
260
|
+
"tag": "@pie-lib/editable-html@6.15.0"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"type": "fix",
|
|
264
|
+
"scope": "editable-html",
|
|
265
|
+
"subject": "fixed some tests",
|
|
266
|
+
"merge": null,
|
|
267
|
+
"header": "fix(editable-html): fixed some tests",
|
|
268
|
+
"body": null,
|
|
269
|
+
"footer": null,
|
|
270
|
+
"notes": [],
|
|
271
|
+
"hash": "2916509d69865871fe6c7d26b5b964945027e7a9",
|
|
272
|
+
"gitTags": "",
|
|
273
|
+
"committerDate": "2018-12-11 14:56:28 +0200",
|
|
274
|
+
"isTagged": true,
|
|
275
|
+
"tag": "@pie-lib/editable-html@6.15.0"
|
|
276
|
+
},
|
|
277
|
+
{
|
|
278
|
+
"type": "fix",
|
|
279
|
+
"scope": "editable-html",
|
|
280
|
+
"subject": "fixed some tests",
|
|
281
|
+
"merge": null,
|
|
282
|
+
"header": "fix(editable-html): fixed some tests",
|
|
283
|
+
"body": null,
|
|
284
|
+
"footer": null,
|
|
285
|
+
"notes": [],
|
|
286
|
+
"hash": "b9bfcd7b8e22d6301e792de1afcc0d600e6acb7d",
|
|
287
|
+
"gitTags": "",
|
|
288
|
+
"committerDate": "2018-12-11 14:54:46 +0200",
|
|
289
|
+
"isTagged": true,
|
|
290
|
+
"tag": "@pie-lib/editable-html@6.15.0"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"type": "fix",
|
|
294
|
+
"scope": "editable-html",
|
|
295
|
+
"subject": "updated the math-rendering package",
|
|
296
|
+
"merge": null,
|
|
297
|
+
"header": "fix(editable-html): updated the math-rendering package",
|
|
298
|
+
"body": null,
|
|
299
|
+
"footer": null,
|
|
300
|
+
"notes": [],
|
|
301
|
+
"hash": "1c38c0bb6bce5d703104987cb4f708133a33e1ab",
|
|
302
|
+
"gitTags": "",
|
|
303
|
+
"committerDate": "2018-12-11 14:44:12 +0200",
|
|
304
|
+
"isTagged": true,
|
|
305
|
+
"tag": "@pie-lib/editable-html@6.15.0"
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"type": "fix",
|
|
309
|
+
"scope": "editable-html",
|
|
310
|
+
"subject": "fixed test",
|
|
311
|
+
"merge": null,
|
|
312
|
+
"header": "fix(editable-html): fixed test",
|
|
313
|
+
"body": null,
|
|
314
|
+
"footer": null,
|
|
315
|
+
"notes": [],
|
|
316
|
+
"hash": "db0e05c2f246d575086e94346ce32215075f2bbc",
|
|
317
|
+
"gitTags": "",
|
|
318
|
+
"committerDate": "2018-12-10 17:09:29 +0200",
|
|
319
|
+
"isTagged": true,
|
|
320
|
+
"tag": "@pie-lib/editable-html@6.15.0"
|
|
321
|
+
},
|
|
322
|
+
{
|
|
323
|
+
"type": "fix",
|
|
324
|
+
"scope": "editable-html",
|
|
325
|
+
"subject": "made it possible for the editable-html component to recognize lists inside a table cell",
|
|
326
|
+
"merge": null,
|
|
327
|
+
"header": "fix(editable-html): made it possible for the editable-html component to recognize lists inside a table cell",
|
|
328
|
+
"body": null,
|
|
329
|
+
"footer": null,
|
|
330
|
+
"notes": [],
|
|
331
|
+
"hash": "59a02b78c05c2f1969bcf5ca7d7d01b013ff074f",
|
|
332
|
+
"gitTags": "",
|
|
333
|
+
"committerDate": "2018-12-10 16:48:40 +0200",
|
|
334
|
+
"isTagged": true,
|
|
335
|
+
"tag": "@pie-lib/editable-html@6.15.0"
|
|
336
|
+
},
|
|
337
|
+
{
|
|
338
|
+
"type": "fix",
|
|
339
|
+
"scope": "editable-html",
|
|
340
|
+
"subject": "removed the wrap and unwrap functions and used those from the math-rendering package",
|
|
341
|
+
"merge": null,
|
|
342
|
+
"header": "fix(editable-html): removed the wrap and unwrap functions and used those from the math-rendering package",
|
|
343
|
+
"body": null,
|
|
344
|
+
"footer": null,
|
|
345
|
+
"notes": [],
|
|
346
|
+
"hash": "bce107786bfcbdc6c9774eb62cfc67ec23cb5013",
|
|
347
|
+
"gitTags": "",
|
|
348
|
+
"committerDate": "2018-12-07 18:51:29 +0200",
|
|
349
|
+
"isTagged": true,
|
|
350
|
+
"tag": "@pie-lib/editable-html@6.15.0"
|
|
351
|
+
},
|
|
352
|
+
{
|
|
353
|
+
"type": "fix",
|
|
354
|
+
"scope": "math-rendering",
|
|
355
|
+
"subject": "removed the editable-html changes for now",
|
|
356
|
+
"merge": null,
|
|
357
|
+
"header": "fix(math-rendering): removed the editable-html changes for now",
|
|
358
|
+
"body": null,
|
|
359
|
+
"footer": null,
|
|
360
|
+
"notes": [],
|
|
361
|
+
"hash": "c73faa6ff8e246997844fb64daa5f4bf8d4ecfbe",
|
|
362
|
+
"gitTags": "",
|
|
363
|
+
"committerDate": "2018-12-07 18:49:16 +0200",
|
|
364
|
+
"isTagged": true,
|
|
365
|
+
"tag": "@pie-lib/editable-html@6.13.3"
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"type": "fix",
|
|
369
|
+
"scope": "editable-html-and-math-rendering",
|
|
370
|
+
"subject": "moved the wrap and unwrap math functions to the math-rendering package and used it there as well",
|
|
371
|
+
"merge": null,
|
|
372
|
+
"header": "fix(editable-html-and-math-rendering): moved the wrap and unwrap math functions to the math-rendering package and used it there as well",
|
|
373
|
+
"body": null,
|
|
374
|
+
"footer": null,
|
|
375
|
+
"notes": [],
|
|
376
|
+
"hash": "e68f95546d933101ba078a4e3cdebe3ffdb59dfb",
|
|
377
|
+
"gitTags": "",
|
|
378
|
+
"committerDate": "2018-12-07 18:43:51 +0200",
|
|
379
|
+
"isTagged": true,
|
|
380
|
+
"tag": "@pie-lib/editable-html@6.13.3"
|
|
381
|
+
},
|
|
382
|
+
{
|
|
383
|
+
"type": "fix",
|
|
384
|
+
"scope": "editable-html",
|
|
385
|
+
"subject": "increased the initial width of the table cell",
|
|
386
|
+
"merge": null,
|
|
387
|
+
"header": "fix(editable-html): increased the initial width of the table cell",
|
|
388
|
+
"body": null,
|
|
389
|
+
"footer": null,
|
|
390
|
+
"notes": [],
|
|
391
|
+
"hash": "0f4bf9f09f7e5eed1d3f1ff74ce5cd442ab3af4d",
|
|
392
|
+
"gitTags": " (origin/issue/71/table-cell-increase)",
|
|
393
|
+
"committerDate": "2018-11-29 16:38:06 +0200",
|
|
394
|
+
"isTagged": true,
|
|
395
|
+
"tag": "@pie-lib/editable-html@6.13.2"
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"type": "feat",
|
|
399
|
+
"scope": "math-toolbar",
|
|
400
|
+
"subject": "changed from ssh to https for the mathquill forked repo",
|
|
401
|
+
"merge": null,
|
|
402
|
+
"header": "feat(math-toolbar): changed from ssh to https for the mathquill forked repo",
|
|
403
|
+
"body": null,
|
|
404
|
+
"footer": null,
|
|
405
|
+
"notes": [],
|
|
406
|
+
"hash": "7364008088bb47419af4391c2bc5aa17173692b5",
|
|
407
|
+
"gitTags": "",
|
|
408
|
+
"committerDate": "2018-11-27 16:02:58 +0200",
|
|
409
|
+
"isTagged": true,
|
|
410
|
+
"tag": "@pie-lib/editable-html@6.13.0"
|
|
411
|
+
},
|
|
412
|
+
{
|
|
413
|
+
"type": "feat",
|
|
414
|
+
"scope": "math-input",
|
|
415
|
+
"subject": "added some new symbols to the math-input",
|
|
416
|
+
"merge": null,
|
|
417
|
+
"header": "feat(math-input): added some new symbols to the math-input",
|
|
418
|
+
"body": null,
|
|
419
|
+
"footer": null,
|
|
420
|
+
"notes": [],
|
|
421
|
+
"hash": "56062aa598de2aec765626de861b01576bfea150",
|
|
422
|
+
"gitTags": "",
|
|
423
|
+
"committerDate": "2018-11-27 10:53:44 +0200",
|
|
424
|
+
"isTagged": true,
|
|
425
|
+
"tag": "@pie-lib/editable-html@6.12.0"
|
|
426
|
+
},
|
|
427
|
+
{
|
|
428
|
+
"type": "fix",
|
|
429
|
+
"scope": null,
|
|
430
|
+
"subject": "sort tests",
|
|
431
|
+
"merge": null,
|
|
432
|
+
"header": "fix: sort tests",
|
|
433
|
+
"body": null,
|
|
434
|
+
"footer": null,
|
|
435
|
+
"notes": [],
|
|
436
|
+
"hash": "f6d78e399f331b54745264bbc751baa7dc8ea4cd",
|
|
437
|
+
"gitTags": "",
|
|
438
|
+
"committerDate": "2018-11-23 14:36:50 +0000",
|
|
439
|
+
"isTagged": true,
|
|
440
|
+
"tag": "@pie-lib/editable-html@6.11.0"
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"type": "feat",
|
|
444
|
+
"scope": "math-toolbar",
|
|
445
|
+
"subject": "fix editable-html broken test",
|
|
446
|
+
"merge": null,
|
|
447
|
+
"header": "feat(math-toolbar): fix editable-html broken test",
|
|
448
|
+
"body": null,
|
|
449
|
+
"footer": null,
|
|
450
|
+
"notes": [],
|
|
451
|
+
"hash": "da6022a1e683560152857f6943407edc946d7058",
|
|
452
|
+
"gitTags": " (origin/feat/math-toolbar)",
|
|
453
|
+
"committerDate": "2018-11-23 14:23:53 +0200",
|
|
454
|
+
"isTagged": true,
|
|
455
|
+
"tag": "@pie-lib/editable-html@6.11.0"
|
|
456
|
+
},
|
|
457
|
+
{
|
|
458
|
+
"type": "feat",
|
|
459
|
+
"scope": "math-toolbar",
|
|
460
|
+
"subject": "broke apart editable-html math toolbar into a separate package",
|
|
461
|
+
"merge": null,
|
|
462
|
+
"header": "feat(math-toolbar): broke apart editable-html math toolbar into a separate package",
|
|
463
|
+
"body": null,
|
|
464
|
+
"footer": null,
|
|
465
|
+
"notes": [],
|
|
466
|
+
"hash": "72c5a794fb650c8a033e706c6d588afb544522eb",
|
|
467
|
+
"gitTags": "",
|
|
468
|
+
"committerDate": "2018-11-22 19:03:24 +0200",
|
|
469
|
+
"isTagged": true,
|
|
470
|
+
"tag": "@pie-lib/editable-html@6.11.0"
|
|
471
|
+
},
|
|
472
|
+
{
|
|
473
|
+
"type": "fix",
|
|
474
|
+
"scope": "editable-html",
|
|
475
|
+
"subject": "fixed the issue of expanding inputs",
|
|
476
|
+
"merge": null,
|
|
477
|
+
"header": "fix(editable-html): fixed the issue of expanding inputs",
|
|
478
|
+
"body": null,
|
|
479
|
+
"footer": null,
|
|
480
|
+
"notes": [],
|
|
481
|
+
"hash": "ad972d3f398f247e37a3076e198df5a9ab4b537c",
|
|
482
|
+
"gitTags": "",
|
|
483
|
+
"committerDate": "2018-11-13 12:00:45 +0200",
|
|
484
|
+
"isTagged": true,
|
|
485
|
+
"tag": "@pie-lib/editable-html@6.10.2"
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
"type": "fix",
|
|
489
|
+
"scope": "added-dependencies-where-needed",
|
|
490
|
+
"subject": "fixed missing dependencies",
|
|
491
|
+
"merge": null,
|
|
492
|
+
"header": "fix(added-dependencies-where-needed): fixed missing dependencies",
|
|
493
|
+
"body": null,
|
|
494
|
+
"footer": null,
|
|
495
|
+
"notes": [],
|
|
496
|
+
"hash": "7c28bd3f42f7f5803bb9514c9f45d9540a024eb9",
|
|
497
|
+
"gitTags": " (origin/fix/added-dependencies-where-needed)",
|
|
498
|
+
"committerDate": "2018-11-09 16:44:05 +0200",
|
|
499
|
+
"isTagged": true,
|
|
500
|
+
"tag": "@pie-lib/editable-html@6.10.1"
|
|
501
|
+
},
|
|
502
|
+
{
|
|
503
|
+
"type": "chore",
|
|
504
|
+
"scope": "editable-html",
|
|
505
|
+
"subject": "fix unit tests after math plugin extension",
|
|
506
|
+
"merge": null,
|
|
507
|
+
"header": "chore(editable-html): fix unit tests after math plugin extension",
|
|
508
|
+
"body": null,
|
|
509
|
+
"footer": null,
|
|
510
|
+
"notes": [],
|
|
511
|
+
"hash": "a639ae85775f2bba8bb39486017bfe3ed5d927e7",
|
|
512
|
+
"gitTags": " (origin/feat/math-evaluator, feat/math-evaluator)",
|
|
513
|
+
"committerDate": "2018-11-09 14:03:54 +0200",
|
|
514
|
+
"isTagged": true,
|
|
515
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
516
|
+
},
|
|
517
|
+
{
|
|
518
|
+
"type": "chore",
|
|
519
|
+
"scope": null,
|
|
520
|
+
"subject": "fix snapshot",
|
|
521
|
+
"merge": null,
|
|
522
|
+
"header": "chore: fix snapshot",
|
|
523
|
+
"body": null,
|
|
524
|
+
"footer": null,
|
|
525
|
+
"notes": [],
|
|
526
|
+
"hash": "d6e5faad05baf56dd43175df61685cbdb03d1d32",
|
|
527
|
+
"gitTags": "",
|
|
528
|
+
"committerDate": "2018-11-05 11:14:18 +0000",
|
|
529
|
+
"isTagged": true,
|
|
530
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
531
|
+
},
|
|
532
|
+
{
|
|
533
|
+
"type": "feat",
|
|
534
|
+
"scope": "editable-html",
|
|
535
|
+
"subject": "added a test for the normalizeNode function",
|
|
536
|
+
"merge": null,
|
|
537
|
+
"header": "feat(editable-html): added a test for the normalizeNode function",
|
|
538
|
+
"body": null,
|
|
539
|
+
"footer": null,
|
|
540
|
+
"notes": [],
|
|
541
|
+
"hash": "4e81020866d9af913fbd7766f0ec8cbf53db558b",
|
|
542
|
+
"gitTags": "",
|
|
543
|
+
"committerDate": "2018-11-05 12:37:26 +0200",
|
|
544
|
+
"isTagged": true,
|
|
545
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
546
|
+
},
|
|
547
|
+
{
|
|
548
|
+
"type": "feat",
|
|
549
|
+
"scope": "editable-html",
|
|
550
|
+
"subject": "add raw latex to math plugin created span",
|
|
551
|
+
"merge": null,
|
|
552
|
+
"header": "feat(editable-html): add raw latex to math plugin created span",
|
|
553
|
+
"body": null,
|
|
554
|
+
"footer": null,
|
|
555
|
+
"notes": [],
|
|
556
|
+
"hash": "afe29819471bc3882f5bf1c1453f19bc4288cdc4",
|
|
557
|
+
"gitTags": "",
|
|
558
|
+
"committerDate": "2018-11-05 09:35:22 +0200",
|
|
559
|
+
"isTagged": true,
|
|
560
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
561
|
+
},
|
|
562
|
+
{
|
|
563
|
+
"type": "feat",
|
|
564
|
+
"scope": "plugins-support-for-tables",
|
|
565
|
+
"subject": "made the requested changes and fixed the tests",
|
|
566
|
+
"merge": null,
|
|
567
|
+
"header": "feat(plugins-support-for-tables): made the requested changes and fixed the tests",
|
|
568
|
+
"body": null,
|
|
569
|
+
"footer": null,
|
|
570
|
+
"notes": [],
|
|
571
|
+
"hash": "132e35c51841d829174e57e209c9f7c588b9abc1",
|
|
572
|
+
"gitTags": "",
|
|
573
|
+
"committerDate": "2018-11-02 15:37:54 +0200",
|
|
574
|
+
"isTagged": true,
|
|
575
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
576
|
+
},
|
|
577
|
+
{
|
|
578
|
+
"type": "feat",
|
|
579
|
+
"scope": "math-support-tables",
|
|
580
|
+
"subject": "added math support to the table plugin",
|
|
581
|
+
"merge": null,
|
|
582
|
+
"header": "feat(math-support-tables): added math support to the table plugin",
|
|
583
|
+
"body": null,
|
|
584
|
+
"footer": null,
|
|
585
|
+
"notes": [],
|
|
586
|
+
"hash": "00104438a5af664162a867a108a85e81a2350fed",
|
|
587
|
+
"gitTags": " (origin/issue73/image-support-tables)",
|
|
588
|
+
"committerDate": "2018-11-01 11:29:59 +0200",
|
|
589
|
+
"isTagged": true,
|
|
590
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
591
|
+
},
|
|
592
|
+
{
|
|
593
|
+
"type": "feat",
|
|
594
|
+
"scope": "image-support-tables",
|
|
595
|
+
"subject": "added image support to the table plugin",
|
|
596
|
+
"merge": null,
|
|
597
|
+
"header": "feat(image-support-tables): added image support to the table plugin",
|
|
598
|
+
"body": null,
|
|
599
|
+
"footer": null,
|
|
600
|
+
"notes": [],
|
|
601
|
+
"hash": "88196d2fbdd4dd9d35e18f6487bec004e9c6c775",
|
|
602
|
+
"gitTags": "",
|
|
603
|
+
"committerDate": "2018-11-01 11:21:41 +0200",
|
|
604
|
+
"isTagged": true,
|
|
605
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
606
|
+
},
|
|
607
|
+
{
|
|
608
|
+
"type": "fix",
|
|
609
|
+
"scope": "focus-inside-text-issue",
|
|
610
|
+
"subject": "fixed a test",
|
|
611
|
+
"merge": null,
|
|
612
|
+
"header": "fix(focus-inside-text-issue): fixed a test",
|
|
613
|
+
"body": null,
|
|
614
|
+
"footer": null,
|
|
615
|
+
"notes": [],
|
|
616
|
+
"hash": "5676c821d46a5495a0b7f76f49f0219735b427a1",
|
|
617
|
+
"gitTags": "",
|
|
618
|
+
"committerDate": "2018-10-30 12:15:54 +0200",
|
|
619
|
+
"isTagged": true,
|
|
620
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
621
|
+
},
|
|
622
|
+
{
|
|
623
|
+
"type": "fix",
|
|
624
|
+
"scope": "focus-inside-text-issue",
|
|
625
|
+
"subject": "changed a temporary variable that decides if it should call the updateSelection function or not in order for the execution to not reach some outdated code that messes things up for firefox",
|
|
626
|
+
"merge": null,
|
|
627
|
+
"header": "fix(focus-inside-text-issue): changed a temporary variable that decides if it should call the updateSelection function or not in order for the execution to not reach some outdated code that messes things up for firefox",
|
|
628
|
+
"body": null,
|
|
629
|
+
"footer": null,
|
|
630
|
+
"notes": [],
|
|
631
|
+
"hash": "2c2e571b5960e5dbb82533ace7f401c326191692",
|
|
632
|
+
"gitTags": "",
|
|
633
|
+
"committerDate": "2018-10-30 11:22:58 +0200",
|
|
634
|
+
"isTagged": true,
|
|
635
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
636
|
+
},
|
|
637
|
+
{
|
|
638
|
+
"type": "fix",
|
|
639
|
+
"scope": "focus-before-image",
|
|
640
|
+
"subject": "optimized the normalize function",
|
|
641
|
+
"merge": null,
|
|
642
|
+
"header": "fix(focus-before-image): optimized the normalize function",
|
|
643
|
+
"body": null,
|
|
644
|
+
"footer": null,
|
|
645
|
+
"notes": [],
|
|
646
|
+
"hash": "8172de2aebeb9a6b7877260ca5383975728d59dd",
|
|
647
|
+
"gitTags": " (origin/issue70/editable-html-before-image-focus)",
|
|
648
|
+
"committerDate": "2018-10-25 18:11:04 +0300",
|
|
649
|
+
"isTagged": true,
|
|
650
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
651
|
+
},
|
|
652
|
+
{
|
|
653
|
+
"type": "fix",
|
|
654
|
+
"scope": "focus-before-image",
|
|
655
|
+
"subject": "added a withoutNormalization to fix the issue of adding multiple spaces",
|
|
656
|
+
"merge": null,
|
|
657
|
+
"header": "fix(focus-before-image): added a withoutNormalization to fix the issue of adding multiple spaces",
|
|
658
|
+
"body": null,
|
|
659
|
+
"footer": null,
|
|
660
|
+
"notes": [],
|
|
661
|
+
"hash": "21c8b130e4c7089cccb899363b2c9b955a4eb268",
|
|
662
|
+
"gitTags": " (issue70/editable-html-before-image-focus)",
|
|
663
|
+
"committerDate": "2018-10-25 17:47:44 +0300",
|
|
664
|
+
"isTagged": true,
|
|
665
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
666
|
+
},
|
|
667
|
+
{
|
|
668
|
+
"type": "fix",
|
|
669
|
+
"scope": "focus-before-image",
|
|
670
|
+
"subject": "used the normalizeNode hook to make the changes",
|
|
671
|
+
"merge": null,
|
|
672
|
+
"header": "fix(focus-before-image): used the normalizeNode hook to make the changes",
|
|
673
|
+
"body": null,
|
|
674
|
+
"footer": null,
|
|
675
|
+
"notes": [],
|
|
676
|
+
"hash": "c0eacc3554b1a7c16ff4475c663a5d7a90e12a95",
|
|
677
|
+
"gitTags": "",
|
|
678
|
+
"committerDate": "2018-10-25 17:37:18 +0300",
|
|
679
|
+
"isTagged": true,
|
|
680
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
681
|
+
},
|
|
682
|
+
{
|
|
683
|
+
"type": "fix",
|
|
684
|
+
"scope": "focus-before-image",
|
|
685
|
+
"subject": "added spaces before and after an image and made sure that when they are clicked the editor focuses where it should be",
|
|
686
|
+
"merge": null,
|
|
687
|
+
"header": "fix(focus-before-image): added spaces before and after an image and made sure that when they are clicked the editor focuses where it should be",
|
|
688
|
+
"body": null,
|
|
689
|
+
"footer": null,
|
|
690
|
+
"notes": [],
|
|
691
|
+
"hash": "f562dcfd86da5947d76fbbea26d8ced4c17ac9d0",
|
|
692
|
+
"gitTags": "",
|
|
693
|
+
"committerDate": "2018-10-24 16:33:35 +0300",
|
|
694
|
+
"isTagged": true,
|
|
695
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
696
|
+
},
|
|
697
|
+
{
|
|
698
|
+
"type": "fix",
|
|
699
|
+
"scope": "ch468",
|
|
700
|
+
"subject": "added disableunderline prop for the editable-html component",
|
|
701
|
+
"merge": null,
|
|
702
|
+
"header": "fix(ch468): added disableunderline prop for the editable-html component",
|
|
703
|
+
"body": null,
|
|
704
|
+
"footer": null,
|
|
705
|
+
"notes": [],
|
|
706
|
+
"hash": "088641766fa3b071ad319d84799bcc7880072e93",
|
|
707
|
+
"gitTags": "",
|
|
708
|
+
"committerDate": "2018-10-19 15:36:30 +0300",
|
|
709
|
+
"isTagged": true,
|
|
710
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
"type": "fix",
|
|
714
|
+
"scope": "editablehtml",
|
|
715
|
+
"subject": "fixed auto resizing",
|
|
716
|
+
"merge": null,
|
|
717
|
+
"header": "fix(editablehtml): fixed auto resizing",
|
|
718
|
+
"body": null,
|
|
719
|
+
"footer": null,
|
|
720
|
+
"notes": [],
|
|
721
|
+
"hash": "0f8cdd33d065c096c43013e7cf02a9b47b5f8fed",
|
|
722
|
+
"gitTags": "",
|
|
723
|
+
"committerDate": "2018-10-02 14:57:24 +0300",
|
|
724
|
+
"isTagged": true,
|
|
725
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
726
|
+
},
|
|
727
|
+
{
|
|
728
|
+
"type": "fix",
|
|
729
|
+
"scope": null,
|
|
730
|
+
"subject": "rollback slate version, keep slate-soft-break",
|
|
731
|
+
"merge": null,
|
|
732
|
+
"header": "fix: rollback slate version, keep slate-soft-break",
|
|
733
|
+
"body": "The upgrade to the latest slate was causing issues.",
|
|
734
|
+
"footer": null,
|
|
735
|
+
"notes": [],
|
|
736
|
+
"hash": "fd37c73e3df496a116d9341a60b15ecc41913136",
|
|
737
|
+
"gitTags": "",
|
|
738
|
+
"committerDate": "2018-09-25 16:28:05 +0100",
|
|
739
|
+
"isTagged": true,
|
|
740
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
741
|
+
},
|
|
742
|
+
{
|
|
743
|
+
"type": "chore",
|
|
744
|
+
"scope": null,
|
|
745
|
+
"subject": "fix tests",
|
|
746
|
+
"merge": null,
|
|
747
|
+
"header": "chore: fix tests",
|
|
748
|
+
"body": null,
|
|
749
|
+
"footer": null,
|
|
750
|
+
"notes": [],
|
|
751
|
+
"hash": "01f315829d18dc75ae8553e3296f9eb49bc1cbb4",
|
|
752
|
+
"gitTags": "",
|
|
753
|
+
"committerDate": "2018-09-19 13:23:23 +0100",
|
|
754
|
+
"isTagged": true,
|
|
755
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
756
|
+
},
|
|
757
|
+
{
|
|
758
|
+
"type": "chore",
|
|
759
|
+
"scope": "editable-html",
|
|
760
|
+
"subject": "revery manual version bump",
|
|
761
|
+
"merge": null,
|
|
762
|
+
"header": "chore(editable-html): revery manual version bump",
|
|
763
|
+
"body": null,
|
|
764
|
+
"footer": null,
|
|
765
|
+
"notes": [],
|
|
766
|
+
"hash": "409e8fbefefbc82bda4da6c4e67c4a391ab5e2bd",
|
|
767
|
+
"gitTags": "",
|
|
768
|
+
"committerDate": "2018-09-18 17:50:59 +0300",
|
|
769
|
+
"isTagged": true,
|
|
770
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
"type": "feat",
|
|
774
|
+
"scope": "editable-html",
|
|
775
|
+
"subject": "added slate plugin for soft linebreaks",
|
|
776
|
+
"merge": null,
|
|
777
|
+
"header": "feat(editable-html): added slate plugin for soft linebreaks",
|
|
778
|
+
"body": null,
|
|
779
|
+
"footer": null,
|
|
780
|
+
"notes": [],
|
|
781
|
+
"hash": "11637bcb9265b3ab7c6491948de1c3821edfaa63",
|
|
782
|
+
"gitTags": "",
|
|
783
|
+
"committerDate": "2018-09-18 17:38:02 +0300",
|
|
784
|
+
"isTagged": true,
|
|
785
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
786
|
+
},
|
|
787
|
+
{
|
|
788
|
+
"type": "fix",
|
|
789
|
+
"scope": null,
|
|
790
|
+
"subject": "reduce package size",
|
|
791
|
+
"merge": null,
|
|
792
|
+
"header": "fix: reduce package size",
|
|
793
|
+
"body": null,
|
|
794
|
+
"footer": null,
|
|
795
|
+
"notes": [],
|
|
796
|
+
"hash": "e2b0baae3fd8c58c0d4bd1ab139978939adcd858",
|
|
797
|
+
"gitTags": "",
|
|
798
|
+
"committerDate": "2018-09-13 10:36:23 +0100",
|
|
799
|
+
"isTagged": true,
|
|
800
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"type": "fix",
|
|
804
|
+
"scope": null,
|
|
805
|
+
"subject": "rm githead",
|
|
806
|
+
"merge": null,
|
|
807
|
+
"header": "fix: rm githead",
|
|
808
|
+
"body": null,
|
|
809
|
+
"footer": null,
|
|
810
|
+
"notes": [],
|
|
811
|
+
"hash": "a1523aabfe34697970bb94f3ed300603d9e11f74",
|
|
812
|
+
"gitTags": "",
|
|
813
|
+
"committerDate": "2018-09-12 14:44:09 +0100",
|
|
814
|
+
"isTagged": true,
|
|
815
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
"type": "chore",
|
|
819
|
+
"scope": null,
|
|
820
|
+
"subject": "fix snapshots",
|
|
821
|
+
"merge": null,
|
|
822
|
+
"header": "chore: fix snapshots",
|
|
823
|
+
"body": null,
|
|
824
|
+
"footer": null,
|
|
825
|
+
"notes": [],
|
|
826
|
+
"hash": "e3f81bd7b84a831409bbe10d84c4352b5cc77b2b",
|
|
827
|
+
"gitTags": "",
|
|
828
|
+
"committerDate": "2018-09-12 14:41:45 +0100",
|
|
829
|
+
"isTagged": true,
|
|
830
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
"type": "fix",
|
|
834
|
+
"scope": null,
|
|
835
|
+
"subject": "githead",
|
|
836
|
+
"merge": null,
|
|
837
|
+
"header": "fix: githead",
|
|
838
|
+
"body": null,
|
|
839
|
+
"footer": null,
|
|
840
|
+
"notes": [],
|
|
841
|
+
"hash": "3e485e0a7094496fd93d86a0500c75e343e9fac2",
|
|
842
|
+
"gitTags": "",
|
|
843
|
+
"committerDate": "2018-09-12 14:38:21 +0100",
|
|
844
|
+
"isTagged": true,
|
|
845
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
846
|
+
},
|
|
847
|
+
{
|
|
848
|
+
"type": "fix",
|
|
849
|
+
"scope": null,
|
|
850
|
+
"subject": "serialize - remove empty text nodes after DomParse",
|
|
851
|
+
"merge": null,
|
|
852
|
+
"header": "fix: serialize - remove empty text nodes after DomParse",
|
|
853
|
+
"body": null,
|
|
854
|
+
"footer": null,
|
|
855
|
+
"notes": [],
|
|
856
|
+
"hash": "8b6df96c292059165587860a06217acb43ad08f1",
|
|
857
|
+
"gitTags": "",
|
|
858
|
+
"committerDate": "2018-08-29 16:11:50 +0100",
|
|
859
|
+
"isTagged": true,
|
|
860
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
"type": "fix",
|
|
864
|
+
"scope": null,
|
|
865
|
+
"subject": "strip \\displaystyle from latex",
|
|
866
|
+
"merge": null,
|
|
867
|
+
"header": "fix: strip \\displaystyle from latex",
|
|
868
|
+
"body": null,
|
|
869
|
+
"footer": null,
|
|
870
|
+
"notes": [],
|
|
871
|
+
"hash": "9de575c5758316dd1f70fc905f2b9144d18436de",
|
|
872
|
+
"gitTags": "",
|
|
873
|
+
"committerDate": "2018-08-28 11:51:15 +0100",
|
|
874
|
+
"isTagged": true,
|
|
875
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
876
|
+
},
|
|
877
|
+
{
|
|
878
|
+
"type": "chore",
|
|
879
|
+
"scope": null,
|
|
880
|
+
"subject": "test displaystyle in mathquill",
|
|
881
|
+
"merge": null,
|
|
882
|
+
"header": "chore: test displaystyle in mathquill",
|
|
883
|
+
"body": null,
|
|
884
|
+
"footer": null,
|
|
885
|
+
"notes": [],
|
|
886
|
+
"hash": "92c5ddc4fe22300af154985cf9083b7c2bcac21d",
|
|
887
|
+
"gitTags": "",
|
|
888
|
+
"committerDate": "2018-08-28 11:50:42 +0100",
|
|
889
|
+
"isTagged": true,
|
|
890
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
891
|
+
},
|
|
892
|
+
{
|
|
893
|
+
"type": "fix",
|
|
894
|
+
"scope": null,
|
|
895
|
+
"subject": "rm unused imports",
|
|
896
|
+
"merge": null,
|
|
897
|
+
"header": "fix: rm unused imports",
|
|
898
|
+
"body": null,
|
|
899
|
+
"footer": null,
|
|
900
|
+
"notes": [],
|
|
901
|
+
"hash": "e8691b8d9484c1a17538bb8076813b99b3f97313",
|
|
902
|
+
"gitTags": "",
|
|
903
|
+
"committerDate": "2018-08-17 12:40:23 -0400",
|
|
904
|
+
"isTagged": true,
|
|
905
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
"type": "fix",
|
|
909
|
+
"scope": "table",
|
|
910
|
+
"subject": "add support for more attributes",
|
|
911
|
+
"merge": null,
|
|
912
|
+
"header": "fix(table): add support for more attributes",
|
|
913
|
+
"body": null,
|
|
914
|
+
"footer": null,
|
|
915
|
+
"notes": [],
|
|
916
|
+
"hash": "0c3aeb44953aa2cbc47059de4edc7d385b61af17",
|
|
917
|
+
"gitTags": " (origin/feature/table-add-border-control)",
|
|
918
|
+
"committerDate": "2018-08-16 14:35:44 -0400",
|
|
919
|
+
"isTagged": true,
|
|
920
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
921
|
+
},
|
|
922
|
+
{
|
|
923
|
+
"type": "feat",
|
|
924
|
+
"scope": "table",
|
|
925
|
+
"subject": "add toolbar border toggle button to toolbar",
|
|
926
|
+
"merge": null,
|
|
927
|
+
"header": "feat(table): add toolbar border toggle button to toolbar",
|
|
928
|
+
"body": null,
|
|
929
|
+
"footer": null,
|
|
930
|
+
"notes": [],
|
|
931
|
+
"hash": "7b2add31b9eb673d592eea0394704a720716c313",
|
|
932
|
+
"gitTags": "",
|
|
933
|
+
"committerDate": "2018-08-16 12:18:44 -0400",
|
|
934
|
+
"isTagged": true,
|
|
935
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
936
|
+
},
|
|
937
|
+
{
|
|
938
|
+
"type": "feat",
|
|
939
|
+
"scope": "math",
|
|
940
|
+
"subject": "add support for $ latex character",
|
|
941
|
+
"merge": null,
|
|
942
|
+
"header": "feat(math): add support for $ latex character",
|
|
943
|
+
"body": null,
|
|
944
|
+
"footer": null,
|
|
945
|
+
"notes": [],
|
|
946
|
+
"hash": "0569f142a3fb47bdfe3323b4c7fafe60c3b78f4b",
|
|
947
|
+
"gitTags": "",
|
|
948
|
+
"committerDate": "2018-08-08 13:05:08 -0400",
|
|
949
|
+
"isTagged": true,
|
|
950
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
951
|
+
},
|
|
952
|
+
{
|
|
953
|
+
"type": "chore",
|
|
954
|
+
"scope": null,
|
|
955
|
+
"subject": "clean up",
|
|
956
|
+
"merge": null,
|
|
957
|
+
"header": "chore: clean up",
|
|
958
|
+
"body": null,
|
|
959
|
+
"footer": null,
|
|
960
|
+
"notes": [],
|
|
961
|
+
"hash": "addcca5895ea950046b1ddff8c1cab194ad3a7fb",
|
|
962
|
+
"gitTags": "",
|
|
963
|
+
"committerDate": "2018-08-06 11:26:48 -0400",
|
|
964
|
+
"isTagged": true,
|
|
965
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
966
|
+
},
|
|
967
|
+
{
|
|
968
|
+
"type": "chore",
|
|
969
|
+
"scope": null,
|
|
970
|
+
"subject": "remove old applyToolbar function",
|
|
971
|
+
"merge": null,
|
|
972
|
+
"header": "chore: remove old applyToolbar function",
|
|
973
|
+
"body": null,
|
|
974
|
+
"footer": null,
|
|
975
|
+
"notes": [],
|
|
976
|
+
"hash": "810482bf8f9b058a7106a0d14774e92a47631bcc",
|
|
977
|
+
"gitTags": "",
|
|
978
|
+
"committerDate": "2018-08-06 11:26:22 -0400",
|
|
979
|
+
"isTagged": true,
|
|
980
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
981
|
+
},
|
|
982
|
+
{
|
|
983
|
+
"type": "feat",
|
|
984
|
+
"scope": "editable-html",
|
|
985
|
+
"subject": "add basic table support",
|
|
986
|
+
"merge": null,
|
|
987
|
+
"header": "feat(editable-html): add basic table support",
|
|
988
|
+
"body": " - @pie-lib/charting-config@0.3.5\n - @pie-lib/config-ui@7.6.5\n - @pie-lib/editable-html@6.2.5\n - @pie-lib/scoring-config@3.1.13",
|
|
989
|
+
"footer": null,
|
|
990
|
+
"notes": [],
|
|
991
|
+
"hash": "637a93a1a4c6803030845c04fb39e6d23cb5e235",
|
|
992
|
+
"gitTags": "",
|
|
993
|
+
"committerDate": "2018-08-06 11:25:26 -0400",
|
|
994
|
+
"isTagged": true,
|
|
995
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
996
|
+
},
|
|
997
|
+
{
|
|
998
|
+
"type": "feat",
|
|
999
|
+
"scope": "editable-html",
|
|
1000
|
+
"subject": "added autoWidthToolbar for editable-html",
|
|
1001
|
+
"merge": null,
|
|
1002
|
+
"header": "feat(editable-html): added autoWidthToolbar for editable-html",
|
|
1003
|
+
"body": null,
|
|
1004
|
+
"footer": null,
|
|
1005
|
+
"notes": [],
|
|
1006
|
+
"hash": "a5103f58c7a6a2803ba7e765fd7cb93676465189",
|
|
1007
|
+
"gitTags": "",
|
|
1008
|
+
"committerDate": "2018-08-06 17:20:52 +0300",
|
|
1009
|
+
"isTagged": true,
|
|
1010
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
1011
|
+
},
|
|
1012
|
+
{
|
|
1013
|
+
"type": "fix",
|
|
1014
|
+
"scope": null,
|
|
1015
|
+
"subject": "make images inline instead of block so they render correctly.",
|
|
1016
|
+
"merge": null,
|
|
1017
|
+
"header": "fix: make images inline instead of block so they render correctly.",
|
|
1018
|
+
"body": null,
|
|
1019
|
+
"footer": null,
|
|
1020
|
+
"notes": [],
|
|
1021
|
+
"hash": "e02fec02593a5d111cfe85d44bcffca5fc67acc5",
|
|
1022
|
+
"gitTags": "",
|
|
1023
|
+
"committerDate": "2018-08-03 16:04:44 -0400",
|
|
1024
|
+
"isTagged": true,
|
|
1025
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
1026
|
+
},
|
|
1027
|
+
{
|
|
1028
|
+
"type": "chore",
|
|
1029
|
+
"scope": null,
|
|
1030
|
+
"subject": "bump slate",
|
|
1031
|
+
"merge": null,
|
|
1032
|
+
"header": "chore: bump slate",
|
|
1033
|
+
"body": null,
|
|
1034
|
+
"footer": null,
|
|
1035
|
+
"notes": [],
|
|
1036
|
+
"hash": "46241584c56745dba0a68da967e530b9f78d12a0",
|
|
1037
|
+
"gitTags": " (origin/feature/schema-update)",
|
|
1038
|
+
"committerDate": "2018-08-02 16:27:52 -0400",
|
|
1039
|
+
"isTagged": true,
|
|
1040
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
1041
|
+
},
|
|
1042
|
+
{
|
|
1043
|
+
"type": "fix",
|
|
1044
|
+
"scope": "math",
|
|
1045
|
+
"subject": "prevent mathquill re-render if math is unchanged. Closes #47.",
|
|
1046
|
+
"merge": null,
|
|
1047
|
+
"header": "fix(math): prevent mathquill re-render if math is unchanged. Closes #47.",
|
|
1048
|
+
"body": null,
|
|
1049
|
+
"footer": null,
|
|
1050
|
+
"notes": [],
|
|
1051
|
+
"hash": "5e7b0fd2831eae396693f430a0fb700ececba468",
|
|
1052
|
+
"gitTags": "",
|
|
1053
|
+
"committerDate": "2018-08-02 14:29:01 -0400",
|
|
1054
|
+
"isTagged": true,
|
|
1055
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
1056
|
+
},
|
|
1057
|
+
{
|
|
1058
|
+
"type": "fix",
|
|
1059
|
+
"scope": "editable-html",
|
|
1060
|
+
"subject": "fix image plugin done button",
|
|
1061
|
+
"merge": null,
|
|
1062
|
+
"header": "fix(editable-html): fix image plugin done button",
|
|
1063
|
+
"body": null,
|
|
1064
|
+
"footer": null,
|
|
1065
|
+
"notes": [],
|
|
1066
|
+
"hash": "40bb2e54d9140436840ac5a2dea2bf39de4ce4ec",
|
|
1067
|
+
"gitTags": "",
|
|
1068
|
+
"committerDate": "2018-08-01 17:24:18 +0300",
|
|
1069
|
+
"isTagged": true,
|
|
1070
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
1071
|
+
},
|
|
1072
|
+
{
|
|
1073
|
+
"type": "chore",
|
|
1074
|
+
"scope": null,
|
|
1075
|
+
"subject": "add lodash",
|
|
1076
|
+
"merge": null,
|
|
1077
|
+
"header": "chore: add lodash",
|
|
1078
|
+
"body": null,
|
|
1079
|
+
"footer": null,
|
|
1080
|
+
"notes": [],
|
|
1081
|
+
"hash": "ab9435b26768ee47c35f6671aa805b127c4086ed",
|
|
1082
|
+
"gitTags": "",
|
|
1083
|
+
"committerDate": "2018-07-27 15:54:47 -0400",
|
|
1084
|
+
"isTagged": true,
|
|
1085
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
1086
|
+
},
|
|
1087
|
+
{
|
|
1088
|
+
"type": "fix",
|
|
1089
|
+
"scope": null,
|
|
1090
|
+
"subject": "debounce 'onInputEdit' to prevent componentLifecycle overflow",
|
|
1091
|
+
"merge": null,
|
|
1092
|
+
"header": "fix: debounce 'onInputEdit' to prevent componentLifecycle overflow",
|
|
1093
|
+
"body": null,
|
|
1094
|
+
"footer": null,
|
|
1095
|
+
"notes": [],
|
|
1096
|
+
"hash": "f1081ceb5f07be56e02394ca1f56bbb833b2f89a",
|
|
1097
|
+
"gitTags": "",
|
|
1098
|
+
"committerDate": "2018-07-27 15:17:31 -0400",
|
|
1099
|
+
"isTagged": true,
|
|
1100
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
1101
|
+
},
|
|
1102
|
+
{
|
|
1103
|
+
"type": "chore",
|
|
1104
|
+
"scope": null,
|
|
1105
|
+
"subject": "tests",
|
|
1106
|
+
"merge": null,
|
|
1107
|
+
"header": "chore: tests",
|
|
1108
|
+
"body": null,
|
|
1109
|
+
"footer": null,
|
|
1110
|
+
"notes": [],
|
|
1111
|
+
"hash": "debfb8b9d8ed0b13b5950e336494ea3c10983828",
|
|
1112
|
+
"gitTags": "",
|
|
1113
|
+
"committerDate": "2018-07-27 10:30:47 -0400",
|
|
1114
|
+
"isTagged": true,
|
|
1115
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
1116
|
+
},
|
|
1117
|
+
{
|
|
1118
|
+
"type": "fix",
|
|
1119
|
+
"scope": "math",
|
|
1120
|
+
"subject": "emit latex wrapped in brackets",
|
|
1121
|
+
"merge": null,
|
|
1122
|
+
"header": "fix(math): emit latex wrapped in brackets",
|
|
1123
|
+
"body": "The math plugin was emitting raw latex, but needs to wrap it in brackets like so: '\\(latex\\)'.\nChanged the attribute name to 'data-latex' instead of 'data-mathjax'.\n\nNote: there is an outstanding issue that some characters are escaped in the latex like: `<`, but it doesn't affect Katex rendering so going to proceed with this release.",
|
|
1124
|
+
"footer": null,
|
|
1125
|
+
"notes": [],
|
|
1126
|
+
"hash": "0ef0a759c27c5539cd5c915f2db8387cdfc34955",
|
|
1127
|
+
"gitTags": "",
|
|
1128
|
+
"committerDate": "2018-07-27 10:15:18 -0400",
|
|
1129
|
+
"isTagged": true,
|
|
1130
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
1131
|
+
},
|
|
1132
|
+
{
|
|
1133
|
+
"type": "chore",
|
|
1134
|
+
"scope": null,
|
|
1135
|
+
"subject": "fix lint issues",
|
|
1136
|
+
"merge": null,
|
|
1137
|
+
"header": "chore: fix lint issues",
|
|
1138
|
+
"body": null,
|
|
1139
|
+
"footer": null,
|
|
1140
|
+
"notes": [],
|
|
1141
|
+
"hash": "8c123d8a91134e19159dfd1560cd67f2ec0d8b16",
|
|
1142
|
+
"gitTags": "",
|
|
1143
|
+
"committerDate": "2018-07-25 10:06:13 -0400",
|
|
1144
|
+
"isTagged": true,
|
|
1145
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
1146
|
+
},
|
|
1147
|
+
{
|
|
1148
|
+
"type": "feat",
|
|
1149
|
+
"scope": null,
|
|
1150
|
+
"subject": "Update toolbar api to provide better separation between react components and slate and move math editing to toolbar to simplify ui",
|
|
1151
|
+
"merge": null,
|
|
1152
|
+
"header": "feat: Update toolbar api to provide better separation between react components and slate and move math editing to toolbar to simplify ui",
|
|
1153
|
+
"body": "The toolbar api has been updated so that you can write your toolbar logic as pure React components without having to know about Slate at all.\nThe glue from slate -> React is done in the plugin's `customToolbar` method. To update React -> slate you apply the change when you update in your toolbar then call the plugin's `applyChange` method.",
|
|
1154
|
+
"footer": null,
|
|
1155
|
+
"notes": [],
|
|
1156
|
+
"hash": "b694a290c923fe6e8405d215fcb492aaa81e21d3",
|
|
1157
|
+
"gitTags": "",
|
|
1158
|
+
"committerDate": "2018-07-24 14:50:51 -0400",
|
|
1159
|
+
"isTagged": true,
|
|
1160
|
+
"tag": "@pie-lib/editable-html@6.10.0"
|
|
1161
|
+
},
|
|
1162
|
+
{
|
|
1163
|
+
"type": "chore",
|
|
1164
|
+
"scope": null,
|
|
1165
|
+
"subject": "tidy up",
|
|
1166
|
+
"merge": null,
|
|
1167
|
+
"header": "chore: tidy up",
|
|
1168
|
+
"body": null,
|
|
1169
|
+
"footer": null,
|
|
1170
|
+
"notes": [],
|
|
1171
|
+
"hash": "5a9fe8f22d8aceaf26ef759f726c066fecc6e019",
|
|
1172
|
+
"gitTags": "",
|
|
1173
|
+
"committerDate": "2018-05-23 10:19:00 -0400",
|
|
1174
|
+
"isTagged": true,
|
|
1175
|
+
"tag": "@pie-lib/editable-html@6.1.1"
|
|
1176
|
+
},
|
|
1177
|
+
{
|
|
1178
|
+
"type": "chore",
|
|
1179
|
+
"scope": null,
|
|
1180
|
+
"subject": "tidy up",
|
|
1181
|
+
"merge": null,
|
|
1182
|
+
"header": "chore: tidy up",
|
|
1183
|
+
"body": null,
|
|
1184
|
+
"footer": null,
|
|
1185
|
+
"notes": [],
|
|
1186
|
+
"hash": "e304aaa06e0dafb2e47587211d36e2db7fd649af",
|
|
1187
|
+
"gitTags": "",
|
|
1188
|
+
"committerDate": "2018-05-23 10:18:15 -0400",
|
|
1189
|
+
"isTagged": true,
|
|
1190
|
+
"tag": "@pie-lib/editable-html@6.1.1"
|
|
1191
|
+
},
|
|
1192
|
+
{
|
|
1193
|
+
"type": "chore",
|
|
1194
|
+
"scope": null,
|
|
1195
|
+
"subject": "fix typo",
|
|
1196
|
+
"merge": null,
|
|
1197
|
+
"header": "chore: fix typo",
|
|
1198
|
+
"body": null,
|
|
1199
|
+
"footer": null,
|
|
1200
|
+
"notes": [],
|
|
1201
|
+
"hash": "e72b69cf32c5dac8aaf8c1fdeae5a69d4eb66b73",
|
|
1202
|
+
"gitTags": "",
|
|
1203
|
+
"committerDate": "2018-05-23 10:17:34 -0400",
|
|
1204
|
+
"isTagged": true,
|
|
1205
|
+
"tag": "@pie-lib/editable-html@6.1.1"
|
|
1206
|
+
},
|
|
1207
|
+
{
|
|
1208
|
+
"type": "chore",
|
|
1209
|
+
"scope": null,
|
|
1210
|
+
"subject": "add ReactDOMServer",
|
|
1211
|
+
"merge": null,
|
|
1212
|
+
"header": "chore: add ReactDOMServer",
|
|
1213
|
+
"body": null,
|
|
1214
|
+
"footer": null,
|
|
1215
|
+
"notes": [],
|
|
1216
|
+
"hash": "6ad24741495919634b648947221516a913de18c9",
|
|
1217
|
+
"gitTags": "",
|
|
1218
|
+
"committerDate": "2018-05-23 10:16:49 -0400",
|
|
1219
|
+
"isTagged": true,
|
|
1220
|
+
"tag": "@pie-lib/editable-html@6.1.1"
|
|
1221
|
+
},
|
|
1222
|
+
{
|
|
1223
|
+
"type": "chore",
|
|
1224
|
+
"scope": null,
|
|
1225
|
+
"subject": "isolate react-prod issue",
|
|
1226
|
+
"merge": null,
|
|
1227
|
+
"header": "chore: isolate react-prod issue",
|
|
1228
|
+
"body": null,
|
|
1229
|
+
"footer": null,
|
|
1230
|
+
"notes": [],
|
|
1231
|
+
"hash": "35b0886f0fbad1cc13d28e47545bf9d7365dc1b0",
|
|
1232
|
+
"gitTags": "",
|
|
1233
|
+
"committerDate": "2018-05-23 10:14:59 -0400",
|
|
1234
|
+
"isTagged": true,
|
|
1235
|
+
"tag": "@pie-lib/editable-html@6.1.1"
|
|
1236
|
+
},
|
|
1237
|
+
{
|
|
1238
|
+
"type": "chore",
|
|
1239
|
+
"scope": null,
|
|
1240
|
+
"subject": "remove old mocks",
|
|
1241
|
+
"merge": null,
|
|
1242
|
+
"header": "chore: remove old mocks",
|
|
1243
|
+
"body": null,
|
|
1244
|
+
"footer": null,
|
|
1245
|
+
"notes": [],
|
|
1246
|
+
"hash": "f2985ef0e11790629c05aa6ca8ec6244e1a96f7e",
|
|
1247
|
+
"gitTags": "",
|
|
1248
|
+
"committerDate": "2018-05-16 09:24:33 -0400",
|
|
1249
|
+
"isTagged": true,
|
|
1250
|
+
"tag": "@pie-lib/editable-html@6.0.1"
|
|
1251
|
+
},
|
|
1252
|
+
{
|
|
1253
|
+
"type": "feat",
|
|
1254
|
+
"scope": null,
|
|
1255
|
+
"subject": "upgrade material-ui -> @material-ui/core@^1.0.0-rc.1",
|
|
1256
|
+
"merge": null,
|
|
1257
|
+
"header": "feat: upgrade material-ui -> @material-ui/core@^1.0.0-rc.1",
|
|
1258
|
+
"body": null,
|
|
1259
|
+
"footer": null,
|
|
1260
|
+
"notes": [],
|
|
1261
|
+
"hash": "017ef6300f1fd345fc932496d25682a7981a4938",
|
|
1262
|
+
"gitTags": "",
|
|
1263
|
+
"committerDate": "2018-05-15 21:52:09 -0400",
|
|
1264
|
+
"isTagged": true,
|
|
1265
|
+
"tag": "@pie-lib/editable-html@5.1.0"
|
|
1266
|
+
},
|
|
1267
|
+
{
|
|
1268
|
+
"type": "fix",
|
|
1269
|
+
"scope": "lint",
|
|
1270
|
+
"subject": "lint fixes",
|
|
1271
|
+
"merge": null,
|
|
1272
|
+
"header": "fix(lint): lint fixes",
|
|
1273
|
+
"body": null,
|
|
1274
|
+
"footer": null,
|
|
1275
|
+
"notes": [],
|
|
1276
|
+
"hash": "f0595831a75561d829c0f18f86ce5ea7feeb4ddd",
|
|
1277
|
+
"gitTags": "",
|
|
1278
|
+
"committerDate": "2018-05-09 13:35:42 -0400",
|
|
1279
|
+
"isTagged": true,
|
|
1280
|
+
"tag": "@pie-lib/editable-html@5.0.13"
|
|
1281
|
+
},
|
|
1282
|
+
{
|
|
1283
|
+
"type": "fix",
|
|
1284
|
+
"scope": "lint",
|
|
1285
|
+
"subject": "automatic lint fixes",
|
|
1286
|
+
"merge": null,
|
|
1287
|
+
"header": "fix(lint): automatic lint fixes",
|
|
1288
|
+
"body": null,
|
|
1289
|
+
"footer": null,
|
|
1290
|
+
"notes": [],
|
|
1291
|
+
"hash": "7c9a2a42d3b27e09cd8660cb22abfed419c187d5",
|
|
1292
|
+
"gitTags": "",
|
|
1293
|
+
"committerDate": "2018-05-09 12:33:39 -0400",
|
|
1294
|
+
"isTagged": true,
|
|
1295
|
+
"tag": "@pie-lib/editable-html@5.0.13"
|
|
1296
|
+
},
|
|
1297
|
+
{
|
|
1298
|
+
"type": "fix",
|
|
1299
|
+
"scope": "dependencies",
|
|
1300
|
+
"subject": "set material-ui version to ^1.0.0-beta.44",
|
|
1301
|
+
"merge": null,
|
|
1302
|
+
"header": "fix(dependencies): set material-ui version to ^1.0.0-beta.44",
|
|
1303
|
+
"body": null,
|
|
1304
|
+
"footer": null,
|
|
1305
|
+
"notes": [],
|
|
1306
|
+
"hash": "6fd66bc6b4359a32c378f64cd3a315f1a551875e",
|
|
1307
|
+
"gitTags": "",
|
|
1308
|
+
"committerDate": "2018-04-30 11:38:04 -0400",
|
|
1309
|
+
"isTagged": true,
|
|
1310
|
+
"tag": "@pie-lib/editable-html@5.0.12"
|
|
1311
|
+
},
|
|
1312
|
+
{
|
|
1313
|
+
"type": "fix",
|
|
1314
|
+
"scope": "dependencies",
|
|
1315
|
+
"subject": "roll back material-ui",
|
|
1316
|
+
"merge": null,
|
|
1317
|
+
"header": "fix(dependencies): roll back material-ui",
|
|
1318
|
+
"body": null,
|
|
1319
|
+
"footer": null,
|
|
1320
|
+
"notes": [],
|
|
1321
|
+
"hash": "5167d1f55be278b8f58684aadeacb108794ec024",
|
|
1322
|
+
"gitTags": "",
|
|
1323
|
+
"committerDate": "2018-04-30 11:31:31 -0400",
|
|
1324
|
+
"isTagged": true,
|
|
1325
|
+
"tag": "@pie-lib/editable-html@5.0.11"
|
|
1326
|
+
},
|
|
1327
|
+
{
|
|
1328
|
+
"type": "fix",
|
|
1329
|
+
"scope": "dependencies",
|
|
1330
|
+
"subject": "lock material-ui to 1.0.0-beta.44",
|
|
1331
|
+
"merge": null,
|
|
1332
|
+
"header": "fix(dependencies): lock material-ui to 1.0.0-beta.44",
|
|
1333
|
+
"body": null,
|
|
1334
|
+
"footer": null,
|
|
1335
|
+
"notes": [],
|
|
1336
|
+
"hash": "60df8e6e6147962cd6fae9bc81638c4c75c0c9e9",
|
|
1337
|
+
"gitTags": "",
|
|
1338
|
+
"committerDate": "2018-04-30 11:27:53 -0400",
|
|
1339
|
+
"isTagged": true,
|
|
1340
|
+
"tag": "@pie-lib/editable-html@5.0.10"
|
|
1341
|
+
},
|
|
1342
|
+
{
|
|
1343
|
+
"type": "fix",
|
|
1344
|
+
"scope": "dependencies",
|
|
1345
|
+
"subject": "lock material-ui to 1.0.0-beta.43",
|
|
1346
|
+
"merge": null,
|
|
1347
|
+
"header": "fix(dependencies): lock material-ui to 1.0.0-beta.43",
|
|
1348
|
+
"body": null,
|
|
1349
|
+
"footer": null,
|
|
1350
|
+
"notes": [],
|
|
1351
|
+
"hash": "2a3e087cadb03b428aec80948032eb644864f77c",
|
|
1352
|
+
"gitTags": "",
|
|
1353
|
+
"committerDate": "2018-04-30 11:19:39 -0400",
|
|
1354
|
+
"isTagged": true,
|
|
1355
|
+
"tag": "@pie-lib/editable-html@5.0.10"
|
|
1356
|
+
},
|
|
1357
|
+
{
|
|
1358
|
+
"type": "fix",
|
|
1359
|
+
"scope": "dependencies",
|
|
1360
|
+
"subject": "upgrade material-ui",
|
|
1361
|
+
"merge": null,
|
|
1362
|
+
"header": "fix(dependencies): upgrade material-ui",
|
|
1363
|
+
"body": null,
|
|
1364
|
+
"footer": null,
|
|
1365
|
+
"notes": [],
|
|
1366
|
+
"hash": "b94b50ef8f89beec45b488d92f4e95661c22c501",
|
|
1367
|
+
"gitTags": "",
|
|
1368
|
+
"committerDate": "2018-04-30 10:56:18 -0400",
|
|
1369
|
+
"isTagged": true,
|
|
1370
|
+
"tag": "@pie-lib/editable-html@5.0.10"
|
|
1371
|
+
},
|
|
1372
|
+
{
|
|
1373
|
+
"type": "fix",
|
|
1374
|
+
"scope": "editor",
|
|
1375
|
+
"subject": "pass in className",
|
|
1376
|
+
"merge": null,
|
|
1377
|
+
"header": "fix(editor): pass in className",
|
|
1378
|
+
"body": null,
|
|
1379
|
+
"footer": null,
|
|
1380
|
+
"notes": [],
|
|
1381
|
+
"hash": "60b2c652f2bed242bb30cf2d1c1192cf03c50d07",
|
|
1382
|
+
"gitTags": "",
|
|
1383
|
+
"committerDate": "2018-04-24 14:43:20 -0400",
|
|
1384
|
+
"isTagged": true,
|
|
1385
|
+
"tag": "@pie-lib/editable-html@5.0.10"
|
|
1386
|
+
},
|
|
1387
|
+
{
|
|
1388
|
+
"type": "fix",
|
|
1389
|
+
"scope": "MarkButton",
|
|
1390
|
+
"subject": "change mark type to string",
|
|
1391
|
+
"merge": null,
|
|
1392
|
+
"header": "fix(MarkButton): change mark type to string",
|
|
1393
|
+
"body": null,
|
|
1394
|
+
"footer": null,
|
|
1395
|
+
"notes": [],
|
|
1396
|
+
"hash": "e9b1ef2cf51d7adb959069ea660ca03ee6beebc5",
|
|
1397
|
+
"gitTags": "",
|
|
1398
|
+
"committerDate": "2018-04-24 13:29:43 -0400",
|
|
1399
|
+
"isTagged": true,
|
|
1400
|
+
"tag": "@pie-lib/editable-html@5.0.10"
|
|
1401
|
+
},
|
|
1402
|
+
{
|
|
1403
|
+
"type": "fix",
|
|
1404
|
+
"scope": "lint",
|
|
1405
|
+
"subject": "lint fixes",
|
|
1406
|
+
"merge": null,
|
|
1407
|
+
"header": "fix(lint): lint fixes",
|
|
1408
|
+
"body": null,
|
|
1409
|
+
"footer": null,
|
|
1410
|
+
"notes": [],
|
|
1411
|
+
"hash": "e30b47ac6834837d64f8533ced119ef4aa562e5a",
|
|
1412
|
+
"gitTags": "",
|
|
1413
|
+
"committerDate": "2018-04-24 11:17:08 -0400",
|
|
1414
|
+
"isTagged": true,
|
|
1415
|
+
"tag": "@pie-lib/editable-html@5.0.10"
|
|
1416
|
+
},
|
|
1417
|
+
{
|
|
1418
|
+
"type": "fix",
|
|
1419
|
+
"scope": "dependencies",
|
|
1420
|
+
"subject": "version bump",
|
|
1421
|
+
"merge": null,
|
|
1422
|
+
"header": "fix(dependencies): version bump",
|
|
1423
|
+
"body": null,
|
|
1424
|
+
"footer": null,
|
|
1425
|
+
"notes": [],
|
|
1426
|
+
"hash": "dd82caf94c20800135c8baaf1e9f2a5f01e65776",
|
|
1427
|
+
"gitTags": "",
|
|
1428
|
+
"committerDate": "2018-04-24 09:43:35 -0400",
|
|
1429
|
+
"isTagged": true,
|
|
1430
|
+
"tag": "@pie-lib/editable-html@5.0.10"
|
|
1431
|
+
},
|
|
1432
|
+
{
|
|
1433
|
+
"type": "chore",
|
|
1434
|
+
"scope": "tests",
|
|
1435
|
+
"subject": "fix tests",
|
|
1436
|
+
"merge": null,
|
|
1437
|
+
"header": "chore(tests): fix tests",
|
|
1438
|
+
"body": null,
|
|
1439
|
+
"footer": null,
|
|
1440
|
+
"notes": [],
|
|
1441
|
+
"hash": "b23b2b70c5852ec6e34f2b6b06deed84bbf308ec",
|
|
1442
|
+
"gitTags": "",
|
|
1443
|
+
"committerDate": "2018-04-23 21:50:37 -0400",
|
|
1444
|
+
"isTagged": true,
|
|
1445
|
+
"tag": "@pie-lib/editable-html@5.0.10"
|
|
1446
|
+
},
|
|
1447
|
+
{
|
|
1448
|
+
"type": "fix",
|
|
1449
|
+
"scope": "image",
|
|
1450
|
+
"subject": "fix up image plugin",
|
|
1451
|
+
"merge": null,
|
|
1452
|
+
"header": "fix(image): fix up image plugin",
|
|
1453
|
+
"body": "* add onKeyDown handler\n* suppress re-render if markup is the same",
|
|
1454
|
+
"footer": "Closes #4",
|
|
1455
|
+
"notes": [],
|
|
1456
|
+
"hash": "c7229eb3cd03577bce1f013fb11ffd8a08f76bec",
|
|
1457
|
+
"gitTags": "",
|
|
1458
|
+
"committerDate": "2018-04-23 21:24:49 -0400",
|
|
1459
|
+
"isTagged": true,
|
|
1460
|
+
"tag": "@pie-lib/editable-html@5.0.10"
|
|
1461
|
+
},
|
|
1462
|
+
{
|
|
1463
|
+
"type": "fix",
|
|
1464
|
+
"scope": "dependencies",
|
|
1465
|
+
"subject": "bump slate-edit-list to 0.11.3",
|
|
1466
|
+
"merge": null,
|
|
1467
|
+
"header": "fix(dependencies): bump slate-edit-list to 0.11.3",
|
|
1468
|
+
"body": null,
|
|
1469
|
+
"footer": null,
|
|
1470
|
+
"notes": [],
|
|
1471
|
+
"hash": "e82adc740f23c8c2e1aa33acb62af9305c021068",
|
|
1472
|
+
"gitTags": "",
|
|
1473
|
+
"committerDate": "2018-04-23 10:07:31 -0400",
|
|
1474
|
+
"isTagged": true,
|
|
1475
|
+
"tag": "@pie-lib/editable-html@5.0.10"
|
|
1476
|
+
},
|
|
1477
|
+
{
|
|
1478
|
+
"type": "fix",
|
|
1479
|
+
"scope": "test",
|
|
1480
|
+
"subject": "normalize tests",
|
|
1481
|
+
"merge": null,
|
|
1482
|
+
"header": "fix(test): normalize tests",
|
|
1483
|
+
"body": null,
|
|
1484
|
+
"footer": null,
|
|
1485
|
+
"notes": [],
|
|
1486
|
+
"hash": "b86b3d9bbe94b88a5c9b2473c26beec637e23672",
|
|
1487
|
+
"gitTags": "",
|
|
1488
|
+
"committerDate": "2018-04-19 22:25:09 -0400",
|
|
1489
|
+
"isTagged": true,
|
|
1490
|
+
"tag": "@pie-lib/editable-html@5.0.10"
|
|
1491
|
+
},
|
|
1492
|
+
{
|
|
1493
|
+
"type": "fix",
|
|
1494
|
+
"scope": "serialization",
|
|
1495
|
+
"subject": "fix serialization",
|
|
1496
|
+
"merge": null,
|
|
1497
|
+
"header": "fix(serialization): fix serialization",
|
|
1498
|
+
"body": null,
|
|
1499
|
+
"footer": null,
|
|
1500
|
+
"notes": [],
|
|
1501
|
+
"hash": "9191bb6ad7eb26678637696a8d0daaee8075fc85",
|
|
1502
|
+
"gitTags": "",
|
|
1503
|
+
"committerDate": "2018-04-16 12:52:32 -0400",
|
|
1504
|
+
"isTagged": true,
|
|
1505
|
+
"tag": "@pie-lib/editable-html@4.0.2"
|
|
1506
|
+
},
|
|
1507
|
+
{
|
|
1508
|
+
"type": "fix",
|
|
1509
|
+
"scope": "dependencies",
|
|
1510
|
+
"subject": "update dependencies",
|
|
1511
|
+
"merge": null,
|
|
1512
|
+
"header": "fix(dependencies): update dependencies",
|
|
1513
|
+
"body": null,
|
|
1514
|
+
"footer": null,
|
|
1515
|
+
"notes": [],
|
|
1516
|
+
"hash": "8a5c1b248ea50258b987fc70f6bdb0d25de539b2",
|
|
1517
|
+
"gitTags": "",
|
|
1518
|
+
"committerDate": "2018-04-16 12:38:08 -0400",
|
|
1519
|
+
"isTagged": true,
|
|
1520
|
+
"tag": "@pie-lib/editable-html@4.0.2"
|
|
1521
|
+
},
|
|
1522
|
+
{
|
|
1523
|
+
"type": "chore",
|
|
1524
|
+
"scope": "demo",
|
|
1525
|
+
"subject": "set mode to development",
|
|
1526
|
+
"merge": null,
|
|
1527
|
+
"header": "chore(demo): set mode to development",
|
|
1528
|
+
"body": null,
|
|
1529
|
+
"footer": null,
|
|
1530
|
+
"notes": [],
|
|
1531
|
+
"hash": "2f4fba9ddd8bd54d0224230b1014df6580820fc6",
|
|
1532
|
+
"gitTags": "",
|
|
1533
|
+
"committerDate": "2018-04-13 17:48:18 -0400",
|
|
1534
|
+
"isTagged": true,
|
|
1535
|
+
"tag": "@pie-lib/editable-html@4.0.1"
|
|
1536
|
+
},
|
|
1537
|
+
{
|
|
1538
|
+
"type": "chore",
|
|
1539
|
+
"scope": "test",
|
|
1540
|
+
"subject": "fix tests",
|
|
1541
|
+
"merge": null,
|
|
1542
|
+
"header": "chore(test): fix tests",
|
|
1543
|
+
"body": null,
|
|
1544
|
+
"footer": null,
|
|
1545
|
+
"notes": [],
|
|
1546
|
+
"hash": "0b26a70c2e979c572db7aa2f0c81d4cfca7a713c",
|
|
1547
|
+
"gitTags": "",
|
|
1548
|
+
"committerDate": "2018-04-13 14:52:33 -0400",
|
|
1549
|
+
"isTagged": true,
|
|
1550
|
+
"tag": "@pie-lib/editable-html@4.0.1"
|
|
1551
|
+
},
|
|
1552
|
+
{
|
|
1553
|
+
"type": "chore",
|
|
1554
|
+
"scope": "test",
|
|
1555
|
+
"subject": "update tests",
|
|
1556
|
+
"merge": null,
|
|
1557
|
+
"header": "chore(test): update tests",
|
|
1558
|
+
"body": null,
|
|
1559
|
+
"footer": null,
|
|
1560
|
+
"notes": [],
|
|
1561
|
+
"hash": "5e67fe24c2372f3295a2c2766e5ed55a23c6bd8f",
|
|
1562
|
+
"gitTags": "",
|
|
1563
|
+
"committerDate": "2018-04-13 14:36:30 -0400",
|
|
1564
|
+
"isTagged": true,
|
|
1565
|
+
"tag": "@pie-lib/editable-html@4.0.1"
|
|
1566
|
+
},
|
|
1567
|
+
{
|
|
1568
|
+
"type": "fix",
|
|
1569
|
+
"scope": "font",
|
|
1570
|
+
"subject": "set Roboto as font",
|
|
1571
|
+
"merge": null,
|
|
1572
|
+
"header": "fix(font): set Roboto as font",
|
|
1573
|
+
"body": null,
|
|
1574
|
+
"footer": null,
|
|
1575
|
+
"notes": [],
|
|
1576
|
+
"hash": "d142ce9a71747a501d2193d858bb4befb2eff54b",
|
|
1577
|
+
"gitTags": "",
|
|
1578
|
+
"committerDate": "2018-04-13 13:26:36 -0400",
|
|
1579
|
+
"isTagged": true,
|
|
1580
|
+
"tag": "@pie-lib/editable-html@4.0.1"
|
|
1581
|
+
},
|
|
1582
|
+
{
|
|
1583
|
+
"type": "fix",
|
|
1584
|
+
"scope": "dependencies",
|
|
1585
|
+
"subject": "version bump react and material-ui",
|
|
1586
|
+
"merge": null,
|
|
1587
|
+
"header": "fix(dependencies): version bump react and material-ui",
|
|
1588
|
+
"body": null,
|
|
1589
|
+
"footer": null,
|
|
1590
|
+
"notes": [],
|
|
1591
|
+
"hash": "05d72cf1a03f8b137e5f61f9a16a0f3d29c886be",
|
|
1592
|
+
"gitTags": "",
|
|
1593
|
+
"committerDate": "2018-04-13 12:51:25 -0400",
|
|
1594
|
+
"isTagged": true,
|
|
1595
|
+
"tag": "@pie-lib/editable-html@4.0.1"
|
|
1596
|
+
},
|
|
1597
|
+
{
|
|
1598
|
+
"type": "fix",
|
|
1599
|
+
"scope": "serializtion",
|
|
1600
|
+
"subject": "bump slate dependencies to fix serialization issues",
|
|
1601
|
+
"merge": null,
|
|
1602
|
+
"header": "fix(serializtion): bump slate dependencies to fix serialization issues",
|
|
1603
|
+
"body": null,
|
|
1604
|
+
"footer": null,
|
|
1605
|
+
"notes": [],
|
|
1606
|
+
"hash": "af11784997b9ad4d4ddd8406b7bb23b475af1dff",
|
|
1607
|
+
"gitTags": "",
|
|
1608
|
+
"committerDate": "2018-04-13 10:07:38 -0400",
|
|
1609
|
+
"isTagged": true,
|
|
1610
|
+
"tag": "@pie-lib/editable-html@3.1.1"
|
|
1611
|
+
},
|
|
1612
|
+
{
|
|
1613
|
+
"type": "chore",
|
|
1614
|
+
"scope": "lint",
|
|
1615
|
+
"subject": "linting",
|
|
1616
|
+
"merge": null,
|
|
1617
|
+
"header": "chore(lint): linting",
|
|
1618
|
+
"body": null,
|
|
1619
|
+
"footer": null,
|
|
1620
|
+
"notes": [],
|
|
1621
|
+
"hash": "95770e0ced193c0cc6058d401ace8600df5c47c9",
|
|
1622
|
+
"gitTags": "",
|
|
1623
|
+
"committerDate": "2018-04-12 23:24:33 -0400",
|
|
1624
|
+
"isTagged": true,
|
|
1625
|
+
"tag": "@pie-lib/editable-html@4.0.1"
|
|
1626
|
+
},
|
|
1627
|
+
{
|
|
1628
|
+
"type": "feat",
|
|
1629
|
+
"scope": "ui",
|
|
1630
|
+
"subject": "polish disabled state, polish sizing logic",
|
|
1631
|
+
"merge": null,
|
|
1632
|
+
"header": "feat(ui): polish disabled state, polish sizing logic",
|
|
1633
|
+
"body": null,
|
|
1634
|
+
"footer": null,
|
|
1635
|
+
"notes": [],
|
|
1636
|
+
"hash": "9be27573ce100d47445c25d39b9dd48b1137c462",
|
|
1637
|
+
"gitTags": "",
|
|
1638
|
+
"committerDate": "2018-04-12 13:12:54 -0400",
|
|
1639
|
+
"isTagged": true,
|
|
1640
|
+
"tag": "@pie-lib/editable-html@3.1.0"
|
|
1641
|
+
},
|
|
1642
|
+
{
|
|
1643
|
+
"type": "chore",
|
|
1644
|
+
"scope": "test",
|
|
1645
|
+
"subject": "fix test",
|
|
1646
|
+
"merge": null,
|
|
1647
|
+
"header": "chore(test): fix test",
|
|
1648
|
+
"body": null,
|
|
1649
|
+
"footer": null,
|
|
1650
|
+
"notes": [],
|
|
1651
|
+
"hash": "ad67e3053c4614b7a386747a0453e4794a4ffa7d",
|
|
1652
|
+
"gitTags": "",
|
|
1653
|
+
"committerDate": "2018-04-05 08:25:01 -0500",
|
|
1654
|
+
"isTagged": true,
|
|
1655
|
+
"tag": "@pie-lib/editable-html@3.0.1"
|
|
1656
|
+
},
|
|
1657
|
+
{
|
|
1658
|
+
"type": "typo",
|
|
1659
|
+
"scope": null,
|
|
1660
|
+
"subject": "removed logs",
|
|
1661
|
+
"merge": null,
|
|
1662
|
+
"header": "typo: removed logs",
|
|
1663
|
+
"body": null,
|
|
1664
|
+
"footer": null,
|
|
1665
|
+
"notes": [],
|
|
1666
|
+
"hash": "7ee325ff7adedf9eb53f2fcdc2b685b8fcd2051f",
|
|
1667
|
+
"gitTags": "",
|
|
1668
|
+
"committerDate": "2018-04-05 14:23:54 +0530",
|
|
1669
|
+
"isTagged": true,
|
|
1670
|
+
"tag": "@pie-lib/editable-html@3.0.1"
|
|
1671
|
+
},
|
|
1672
|
+
{
|
|
1673
|
+
"type": "fix",
|
|
1674
|
+
"scope": "Editor",
|
|
1675
|
+
"subject": "use `object` instead of `kind` w/ slate@0.33.0",
|
|
1676
|
+
"merge": null,
|
|
1677
|
+
"header": "fix(Editor): use `object` instead of `kind` w/ slate@0.33.0",
|
|
1678
|
+
"body": null,
|
|
1679
|
+
"footer": "BREAKING CHANGE: 'math' and 'image' plugins have been disabled pending fixes.",
|
|
1680
|
+
"notes": [
|
|
1681
|
+
{
|
|
1682
|
+
"title": "BREAKING CHANGE",
|
|
1683
|
+
"text": "'math' and 'image' plugins have been disabled pending fixes."
|
|
1684
|
+
}
|
|
1685
|
+
],
|
|
1686
|
+
"hash": "3bb0ccafe32d88fab213f89c1f66b0f61aed2eef",
|
|
1687
|
+
"gitTags": "",
|
|
1688
|
+
"committerDate": "2018-03-20 12:14:04 -0400",
|
|
1689
|
+
"isTagged": true,
|
|
1690
|
+
"tag": "@pie-lib/editable-html@3.0.0"
|
|
1691
|
+
},
|
|
1692
|
+
{
|
|
1693
|
+
"type": "feat",
|
|
1694
|
+
"scope": "EditableHtml",
|
|
1695
|
+
"subject": "export `Editor`",
|
|
1696
|
+
"merge": null,
|
|
1697
|
+
"header": "feat(EditableHtml): export `Editor`",
|
|
1698
|
+
"body": null,
|
|
1699
|
+
"footer": null,
|
|
1700
|
+
"notes": [],
|
|
1701
|
+
"hash": "c3e53fe09fed3fd0b6d9ecd76b8352434e33cae3",
|
|
1702
|
+
"gitTags": "",
|
|
1703
|
+
"committerDate": "2018-03-20 12:13:50 -0400",
|
|
1704
|
+
"isTagged": true,
|
|
1705
|
+
"tag": "@pie-lib/editable-html@3.0.0"
|
|
1706
|
+
},
|
|
1707
|
+
{
|
|
1708
|
+
"type": "fix",
|
|
1709
|
+
"scope": "EditableHtml",
|
|
1710
|
+
"subject": "wrap the Editor with a component that checks markup against value",
|
|
1711
|
+
"merge": null,
|
|
1712
|
+
"header": "fix(EditableHtml): wrap the Editor with a component that checks markup against value",
|
|
1713
|
+
"body": null,
|
|
1714
|
+
"footer": null,
|
|
1715
|
+
"notes": [],
|
|
1716
|
+
"hash": "57b7dda2234bd7f78756b44c6b4d5606d2f8d82a",
|
|
1717
|
+
"gitTags": "",
|
|
1718
|
+
"committerDate": "2018-03-20 12:12:59 -0400",
|
|
1719
|
+
"isTagged": true,
|
|
1720
|
+
"tag": "@pie-lib/editable-html@3.0.0"
|
|
1721
|
+
},
|
|
1722
|
+
{
|
|
1723
|
+
"type": "fix",
|
|
1724
|
+
"scope": "list",
|
|
1725
|
+
"subject": "use logic from 'slate-edit-list'",
|
|
1726
|
+
"merge": null,
|
|
1727
|
+
"header": "fix(list): use logic from 'slate-edit-list'",
|
|
1728
|
+
"body": null,
|
|
1729
|
+
"footer": null,
|
|
1730
|
+
"notes": [],
|
|
1731
|
+
"hash": "d0be5fe05cee491436cf065491f018be17ffe04e",
|
|
1732
|
+
"gitTags": "",
|
|
1733
|
+
"committerDate": "2018-03-16 15:37:23 -0400",
|
|
1734
|
+
"isTagged": true,
|
|
1735
|
+
"tag": "@pie-lib/editable-html@3.0.0"
|
|
1736
|
+
},
|
|
1737
|
+
{
|
|
1738
|
+
"type": "feat",
|
|
1739
|
+
"scope": "bulleted-list",
|
|
1740
|
+
"subject": "add new plugin, add activePlugins prop, export DEFAULT_PLUGINS.",
|
|
1741
|
+
"merge": null,
|
|
1742
|
+
"header": "feat(bulleted-list): add new plugin, add activePlugins prop, export DEFAULT_PLUGINS.",
|
|
1743
|
+
"body": null,
|
|
1744
|
+
"footer": null,
|
|
1745
|
+
"notes": [],
|
|
1746
|
+
"hash": "6268832b2283ed79accbd6b1675e810602be39d6",
|
|
1747
|
+
"gitTags": "",
|
|
1748
|
+
"committerDate": "2018-03-07 04:00:05 +0530",
|
|
1749
|
+
"isTagged": true,
|
|
1750
|
+
"tag": "@pie-lib/editable-html@3.0.0"
|
|
1751
|
+
},
|
|
1752
|
+
{
|
|
1753
|
+
"type": "fix",
|
|
1754
|
+
"scope": "types",
|
|
1755
|
+
"subject": "fix type checking",
|
|
1756
|
+
"merge": null,
|
|
1757
|
+
"header": "fix(types): fix type checking",
|
|
1758
|
+
"body": null,
|
|
1759
|
+
"footer": null,
|
|
1760
|
+
"notes": [],
|
|
1761
|
+
"hash": "a0889838733480478e51e950ec7f7b878a23be8e",
|
|
1762
|
+
"gitTags": "",
|
|
1763
|
+
"committerDate": "2018-03-07 03:53:10 +0530",
|
|
1764
|
+
"isTagged": true,
|
|
1765
|
+
"tag": "@pie-lib/editable-html@3.0.0"
|
|
1766
|
+
},
|
|
1767
|
+
{
|
|
1768
|
+
"type": "chore",
|
|
1769
|
+
"scope": null,
|
|
1770
|
+
"subject": "update dependencies",
|
|
1771
|
+
"merge": null,
|
|
1772
|
+
"header": "chore: update dependencies",
|
|
1773
|
+
"body": null,
|
|
1774
|
+
"footer": null,
|
|
1775
|
+
"notes": [],
|
|
1776
|
+
"hash": "bbd1bfcabfaa85802df710b4a59c25ba8ff9fd51",
|
|
1777
|
+
"gitTags": "",
|
|
1778
|
+
"committerDate": "2018-03-06 13:31:35 -0500",
|
|
1779
|
+
"isTagged": true,
|
|
1780
|
+
"tag": "@pie-lib/editable-html@2.2.5"
|
|
1781
|
+
},
|
|
1782
|
+
{
|
|
1783
|
+
"type": "fix",
|
|
1784
|
+
"scope": "extended-text-entry",
|
|
1785
|
+
"subject": "Fixed dimensions issue (width & height) were not changing properly.",
|
|
1786
|
+
"merge": null,
|
|
1787
|
+
"header": "fix(extended-text-entry): Fixed dimensions issue (width & height) were not changing properly.",
|
|
1788
|
+
"body": null,
|
|
1789
|
+
"footer": null,
|
|
1790
|
+
"notes": [],
|
|
1791
|
+
"hash": "818320372391a4878365f29c6145f72240894ee3",
|
|
1792
|
+
"gitTags": "",
|
|
1793
|
+
"committerDate": "2019-03-21 10:04:18 +0200",
|
|
1794
|
+
"isTagged": true,
|
|
1795
|
+
"tag": "@pie-lib/editable-html@7.1.18"
|
|
1796
|
+
},
|
|
1797
|
+
{
|
|
1798
|
+
"type": "fix",
|
|
1799
|
+
"scope": null,
|
|
1800
|
+
"subject": "move mathquill to devDependency",
|
|
1801
|
+
"merge": null,
|
|
1802
|
+
"header": "fix: move mathquill to devDependency",
|
|
1803
|
+
"body": null,
|
|
1804
|
+
"footer": null,
|
|
1805
|
+
"notes": [],
|
|
1806
|
+
"hash": "94660186553ae3082f1f40702b25800af29605fa",
|
|
1807
|
+
"gitTags": " (origin/develop, origin/HEAD)",
|
|
1808
|
+
"committerDate": "2019-04-04 09:15:04 +0100",
|
|
1809
|
+
"isTagged": true,
|
|
1810
|
+
"tag": "@pie-lib/editable-html@7.2.0"
|
|
1811
|
+
},
|
|
1812
|
+
{
|
|
1813
|
+
"type": "feat",
|
|
1814
|
+
"scope": null,
|
|
1815
|
+
"subject": "use @pie-framework/mathquill - our fork with extras",
|
|
1816
|
+
"merge": null,
|
|
1817
|
+
"header": "feat: use @pie-framework/mathquill - our fork with extras",
|
|
1818
|
+
"body": null,
|
|
1819
|
+
"footer": null,
|
|
1820
|
+
"notes": [],
|
|
1821
|
+
"hash": "7fc47a75b5153065e3f26ecce2a8e79daacc389e",
|
|
1822
|
+
"gitTags": "",
|
|
1823
|
+
"committerDate": "2019-04-03 22:05:15 +0100",
|
|
1824
|
+
"isTagged": true,
|
|
1825
|
+
"tag": "@pie-lib/editable-html@7.2.0"
|
|
1826
|
+
},
|
|
1827
|
+
{
|
|
1828
|
+
"type": "fix",
|
|
1829
|
+
"scope": "extended-text-entry",
|
|
1830
|
+
"subject": "Fixed dimensions issue (width & height) were not changing properly.",
|
|
1831
|
+
"merge": null,
|
|
1832
|
+
"header": "fix(extended-text-entry): Fixed dimensions issue (width & height) were not changing properly.",
|
|
1833
|
+
"body": null,
|
|
1834
|
+
"footer": null,
|
|
1835
|
+
"notes": [],
|
|
1836
|
+
"hash": "6521760a6c7721c475e8cb678bd5d445f7474514",
|
|
1837
|
+
"gitTags": "",
|
|
1838
|
+
"committerDate": "2019-04-03 22:02:07 +0100",
|
|
1839
|
+
"isTagged": true,
|
|
1840
|
+
"tag": "@pie-lib/editable-html@7.2.0"
|
|
1841
|
+
},
|
|
1842
|
+
{
|
|
1843
|
+
"type": "feat",
|
|
1844
|
+
"scope": null,
|
|
1845
|
+
"subject": "add new prop 'pluginProps'",
|
|
1846
|
+
"merge": null,
|
|
1847
|
+
"header": "feat: add new prop 'pluginProps'",
|
|
1848
|
+
"body": "This prop allows you to make runtime changes that the plugin can make\nuse of while executing.\n\n> At the moment it's only used to render toolbar buttons, but if needed\nwe can get the props to pass down to the render methods of each plugin.",
|
|
1849
|
+
"footer": null,
|
|
1850
|
+
"notes": [],
|
|
1851
|
+
"hash": "f73a2a2bbb551fb91716708e412386c365ef7cd6",
|
|
1852
|
+
"gitTags": "",
|
|
1853
|
+
"committerDate": "2019-04-04 11:51:50 +0100",
|
|
1854
|
+
"isTagged": true,
|
|
1855
|
+
"tag": "@pie-lib/editable-html@7.3.0"
|
|
1856
|
+
},
|
|
1857
|
+
{
|
|
1858
|
+
"type": "fix",
|
|
1859
|
+
"scope": null,
|
|
1860
|
+
"subject": "add author",
|
|
1861
|
+
"merge": null,
|
|
1862
|
+
"header": "fix: add author",
|
|
1863
|
+
"body": null,
|
|
1864
|
+
"footer": null,
|
|
1865
|
+
"notes": [],
|
|
1866
|
+
"hash": "10ef4db455c0867ba5e01ddffae6d53f673e2a6e",
|
|
1867
|
+
"gitTags": "",
|
|
1868
|
+
"committerDate": "2019-04-11 12:34:37 +0100",
|
|
1869
|
+
"isTagged": true,
|
|
1870
|
+
"tag": "@pie-lib/editable-html@7.3.3"
|
|
1871
|
+
},
|
|
1872
|
+
{
|
|
1873
|
+
"type": "feat",
|
|
1874
|
+
"scope": "mask-markup",
|
|
1875
|
+
"subject": "merging with the develop branch",
|
|
1876
|
+
"merge": null,
|
|
1877
|
+
"header": "feat(mask-markup): merging with the develop branch",
|
|
1878
|
+
"body": null,
|
|
1879
|
+
"footer": null,
|
|
1880
|
+
"notes": [],
|
|
1881
|
+
"hash": "0153c1aba8a08ba6c974fcc69476a87b9086f6c5",
|
|
1882
|
+
"gitTags": " (develop)",
|
|
1883
|
+
"committerDate": "2019-05-02 07:12:59 +0300",
|
|
1884
|
+
"isTagged": true,
|
|
1885
|
+
"tag": "@pie-lib/editable-html@7.4.0"
|
|
1886
|
+
},
|
|
1887
|
+
{
|
|
1888
|
+
"type": "fix",
|
|
1889
|
+
"scope": "toolbar",
|
|
1890
|
+
"subject": "fixed the issue that was caused by importing a button from a different file",
|
|
1891
|
+
"merge": null,
|
|
1892
|
+
"header": "fix(toolbar): fixed the issue that was caused by importing a button from a different file",
|
|
1893
|
+
"body": null,
|
|
1894
|
+
"footer": null,
|
|
1895
|
+
"notes": [],
|
|
1896
|
+
"hash": "ec08f12f22676b1c394c516796454f9a0771d204",
|
|
1897
|
+
"gitTags": "",
|
|
1898
|
+
"committerDate": "2019-05-03 12:44:30 +0300",
|
|
1899
|
+
"isTagged": true,
|
|
1900
|
+
"tag": "@pie-lib/editable-html@7.4.1"
|
|
1901
|
+
},
|
|
1902
|
+
{
|
|
1903
|
+
"type": "feat",
|
|
1904
|
+
"scope": "editable-html",
|
|
1905
|
+
"subject": "add onFocus prop support",
|
|
1906
|
+
"merge": null,
|
|
1907
|
+
"header": "feat(editable-html): add onFocus prop support",
|
|
1908
|
+
"body": null,
|
|
1909
|
+
"footer": null,
|
|
1910
|
+
"notes": [],
|
|
1911
|
+
"hash": "e7c471b34263f2d2e9b17e6b168aa0bec5c6aad8",
|
|
1912
|
+
"gitTags": " (origin/feat/editable-html-on-focus)",
|
|
1913
|
+
"committerDate": "2019-05-03 13:36:11 +0300",
|
|
1914
|
+
"isTagged": true,
|
|
1915
|
+
"tag": "@pie-lib/editable-html@7.5.0"
|
|
1916
|
+
},
|
|
1917
|
+
{
|
|
1918
|
+
"type": "chore",
|
|
1919
|
+
"scope": null,
|
|
1920
|
+
"subject": "autoFocus prop for automatically focusing math toolbar",
|
|
1921
|
+
"merge": null,
|
|
1922
|
+
"header": "chore: autoFocus prop for automatically focusing math toolbar",
|
|
1923
|
+
"body": null,
|
|
1924
|
+
"footer": null,
|
|
1925
|
+
"notes": [],
|
|
1926
|
+
"hash": "c600e24019914ffeec4058cafe6824262001e5db",
|
|
1927
|
+
"gitTags": "",
|
|
1928
|
+
"committerDate": "2019-05-15 16:31:20 +0300",
|
|
1929
|
+
"isTagged": true,
|
|
1930
|
+
"tag": "@pie-lib/editable-html@7.5.4"
|
|
1931
|
+
},
|
|
1932
|
+
{
|
|
1933
|
+
"type": "chore",
|
|
1934
|
+
"scope": "editable-html",
|
|
1935
|
+
"subject": "math plugin default value should be empty",
|
|
1936
|
+
"merge": null,
|
|
1937
|
+
"header": "chore(editable-html): math plugin default value should be empty",
|
|
1938
|
+
"body": null,
|
|
1939
|
+
"footer": null,
|
|
1940
|
+
"notes": [],
|
|
1941
|
+
"hash": "b350094d3f3ca7684178ef979ebb6a688a09fd46",
|
|
1942
|
+
"gitTags": "",
|
|
1943
|
+
"committerDate": "2019-05-15 16:23:01 +0300",
|
|
1944
|
+
"isTagged": true,
|
|
1945
|
+
"tag": "@pie-lib/editable-html@7.5.4"
|
|
1946
|
+
},
|
|
1947
|
+
{
|
|
1948
|
+
"type": "feat",
|
|
1949
|
+
"scope": "response-area",
|
|
1950
|
+
"subject": "commiting some changes in order for the packages to be published",
|
|
1951
|
+
"merge": null,
|
|
1952
|
+
"header": "feat(response-area): commiting some changes in order for the packages to be published",
|
|
1953
|
+
"body": null,
|
|
1954
|
+
"footer": null,
|
|
1955
|
+
"notes": [],
|
|
1956
|
+
"hash": "395358df95d2acff22ba8efe2be8d4e95c44953e",
|
|
1957
|
+
"gitTags": "",
|
|
1958
|
+
"committerDate": "2019-06-05 22:28:43 +0300",
|
|
1959
|
+
"isTagged": true,
|
|
1960
|
+
"tag": "@pie-lib/editable-html@7.6.0"
|
|
1961
|
+
},
|
|
1962
|
+
{
|
|
1963
|
+
"type": "chore",
|
|
1964
|
+
"scope": "merge",
|
|
1965
|
+
"subject": "merged with develop",
|
|
1966
|
+
"merge": null,
|
|
1967
|
+
"header": "chore(merge): merged with develop",
|
|
1968
|
+
"body": null,
|
|
1969
|
+
"footer": null,
|
|
1970
|
+
"notes": [],
|
|
1971
|
+
"hash": "89ff9d89eb26b5afc82267c10f79af2894f4c2d5",
|
|
1972
|
+
"gitTags": " (origin/feat/response-area-plugin)",
|
|
1973
|
+
"committerDate": "2019-06-05 21:55:26 +0300",
|
|
1974
|
+
"isTagged": true,
|
|
1975
|
+
"tag": "@pie-lib/editable-html@7.6.0"
|
|
1976
|
+
},
|
|
1977
|
+
{
|
|
1978
|
+
"type": "feat",
|
|
1979
|
+
"scope": "response-area",
|
|
1980
|
+
"subject": "changes to make the response-areas work",
|
|
1981
|
+
"merge": null,
|
|
1982
|
+
"header": "feat(response-area): changes to make the response-areas work",
|
|
1983
|
+
"body": null,
|
|
1984
|
+
"footer": null,
|
|
1985
|
+
"notes": [],
|
|
1986
|
+
"hash": "1c15fcd7b18c52d1f5c513eb04ebea3d1457ea9d",
|
|
1987
|
+
"gitTags": "",
|
|
1988
|
+
"committerDate": "2019-06-05 17:40:32 +0300",
|
|
1989
|
+
"isTagged": true,
|
|
1990
|
+
"tag": "@pie-lib/editable-html@7.6.0"
|
|
1991
|
+
},
|
|
1992
|
+
{
|
|
1993
|
+
"type": "fix",
|
|
1994
|
+
"scope": "response-area",
|
|
1995
|
+
"subject": "fixed a bug that made it impossible to add a response-area",
|
|
1996
|
+
"merge": null,
|
|
1997
|
+
"header": "fix(response-area): fixed a bug that made it impossible to add a response-area",
|
|
1998
|
+
"body": null,
|
|
1999
|
+
"footer": null,
|
|
2000
|
+
"notes": [],
|
|
2001
|
+
"hash": "9c7a54b4e90f76f6a6d6ea7132fcfa64582fcbeb",
|
|
2002
|
+
"gitTags": "",
|
|
2003
|
+
"committerDate": "2019-05-22 17:57:11 +0300",
|
|
2004
|
+
"isTagged": true,
|
|
2005
|
+
"tag": "@pie-lib/editable-html@7.6.0"
|
|
2006
|
+
},
|
|
2007
|
+
{
|
|
2008
|
+
"type": "feat",
|
|
2009
|
+
"scope": "response-area",
|
|
2010
|
+
"subject": "made some changes in order to be able to handle all 3 of the new elements",
|
|
2011
|
+
"merge": null,
|
|
2012
|
+
"header": "feat(response-area): made some changes in order to be able to handle all 3 of the new elements",
|
|
2013
|
+
"body": null,
|
|
2014
|
+
"footer": null,
|
|
2015
|
+
"notes": [],
|
|
2016
|
+
"hash": "480073ef48c0298bca117f62cfa7779284575a12",
|
|
2017
|
+
"gitTags": "",
|
|
2018
|
+
"committerDate": "2019-05-22 15:36:48 +0300",
|
|
2019
|
+
"isTagged": true,
|
|
2020
|
+
"tag": "@pie-lib/editable-html@7.6.0"
|
|
2021
|
+
},
|
|
2022
|
+
{
|
|
2023
|
+
"type": "chore",
|
|
2024
|
+
"scope": "merge",
|
|
2025
|
+
"subject": "merged with develop",
|
|
2026
|
+
"merge": null,
|
|
2027
|
+
"header": "chore(merge): merged with develop",
|
|
2028
|
+
"body": null,
|
|
2029
|
+
"footer": null,
|
|
2030
|
+
"notes": [],
|
|
2031
|
+
"hash": "e68506cf63b2a17973821bb0cfef40828faccd1f",
|
|
2032
|
+
"gitTags": "",
|
|
2033
|
+
"committerDate": "2019-05-21 06:26:54 +0300",
|
|
2034
|
+
"isTagged": true,
|
|
2035
|
+
"tag": "@pie-lib/editable-html@7.6.0"
|
|
2036
|
+
},
|
|
2037
|
+
{
|
|
2038
|
+
"type": "feat",
|
|
2039
|
+
"scope": "response-area",
|
|
2040
|
+
"subject": "added response area to the editable-html packages",
|
|
2041
|
+
"merge": null,
|
|
2042
|
+
"header": "feat(response-area): added response area to the editable-html packages",
|
|
2043
|
+
"body": null,
|
|
2044
|
+
"footer": null,
|
|
2045
|
+
"notes": [],
|
|
2046
|
+
"hash": "bc7af2b2a2d3233369bdae07dcdf35a51fd2ed7d",
|
|
2047
|
+
"gitTags": "",
|
|
2048
|
+
"committerDate": "2019-05-17 13:25:39 +0300",
|
|
2049
|
+
"isTagged": true,
|
|
2050
|
+
"tag": "@pie-lib/editable-html@7.6.0"
|
|
2051
|
+
},
|
|
2052
|
+
{
|
|
2053
|
+
"type": "fix",
|
|
2054
|
+
"scope": "drag-in-the-blank",
|
|
2055
|
+
"subject": "made it possible to drop choices in newly created response areas",
|
|
2056
|
+
"merge": null,
|
|
2057
|
+
"header": "fix(drag-in-the-blank): made it possible to drop choices in newly created response areas",
|
|
2058
|
+
"body": null,
|
|
2059
|
+
"footer": null,
|
|
2060
|
+
"notes": [],
|
|
2061
|
+
"hash": "0a8568fc1147f537935a76419338e54a15a08f81",
|
|
2062
|
+
"gitTags": " (develop)",
|
|
2063
|
+
"committerDate": "2019-06-06 12:50:27 +0300",
|
|
2064
|
+
"isTagged": true,
|
|
2065
|
+
"tag": "@pie-lib/editable-html@7.6.1"
|
|
2066
|
+
},
|
|
2067
|
+
{
|
|
2068
|
+
"type": "feat",
|
|
2069
|
+
"scope": null,
|
|
2070
|
+
"subject": "version bumps",
|
|
2071
|
+
"merge": null,
|
|
2072
|
+
"header": "feat: version bumps",
|
|
2073
|
+
"body": null,
|
|
2074
|
+
"footer": null,
|
|
2075
|
+
"notes": [],
|
|
2076
|
+
"hash": "23eb54f95e4b6480e2f8c5b336627a7f3bc2f428",
|
|
2077
|
+
"gitTags": "",
|
|
2078
|
+
"committerDate": "2019-06-10 15:24:32 +0100",
|
|
2079
|
+
"isTagged": true,
|
|
2080
|
+
"tag": "@pie-lib/editable-html@7.7.0"
|
|
2081
|
+
},
|
|
2082
|
+
{
|
|
2083
|
+
"type": "fix",
|
|
2084
|
+
"scope": "drag-in-the-blank",
|
|
2085
|
+
"subject": "made it possible to drop choices in newly created response areas",
|
|
2086
|
+
"merge": null,
|
|
2087
|
+
"header": "fix(drag-in-the-blank): made it possible to drop choices in newly created response areas",
|
|
2088
|
+
"body": null,
|
|
2089
|
+
"footer": null,
|
|
2090
|
+
"notes": [],
|
|
2091
|
+
"hash": "ba5d2e9b92de0baf7ca0aed4447875bda61728b9",
|
|
2092
|
+
"gitTags": "",
|
|
2093
|
+
"committerDate": "2019-06-06 12:45:24 +0300",
|
|
2094
|
+
"isTagged": true,
|
|
2095
|
+
"tag": "@pie-lib/editable-html@7.7.0"
|
|
2096
|
+
},
|
|
2097
|
+
{
|
|
2098
|
+
"type": "chore",
|
|
2099
|
+
"scope": "version",
|
|
2100
|
+
"subject": "version bumped the elements that need update",
|
|
2101
|
+
"merge": null,
|
|
2102
|
+
"header": "chore(version): version bumped the elements that need update",
|
|
2103
|
+
"body": null,
|
|
2104
|
+
"footer": null,
|
|
2105
|
+
"notes": [],
|
|
2106
|
+
"hash": "17fe624e780cd3115987b6ceee3227103212ce70",
|
|
2107
|
+
"gitTags": "",
|
|
2108
|
+
"committerDate": "2019-07-02 12:48:43 -0400",
|
|
2109
|
+
"isTagged": true,
|
|
2110
|
+
"tag": "@pie-lib/editable-html@7.7.5"
|
|
2111
|
+
},
|
|
2112
|
+
{
|
|
2113
|
+
"type": "fix",
|
|
2114
|
+
"scope": "editor",
|
|
2115
|
+
"subject": "changed setTimeout to a promise resolve statement",
|
|
2116
|
+
"merge": null,
|
|
2117
|
+
"header": "fix(editor): changed setTimeout to a promise resolve statement",
|
|
2118
|
+
"body": null,
|
|
2119
|
+
"footer": null,
|
|
2120
|
+
"notes": [],
|
|
2121
|
+
"hash": "c66d50f5a154323f5ecfa872bd82a342be108bde",
|
|
2122
|
+
"gitTags": "",
|
|
2123
|
+
"committerDate": "2019-07-02 11:47:49 -0400",
|
|
2124
|
+
"isTagged": true,
|
|
2125
|
+
"tag": "@pie-lib/editable-html@7.7.5"
|
|
2126
|
+
},
|
|
2127
|
+
{
|
|
2128
|
+
"type": "fix",
|
|
2129
|
+
"scope": "tests",
|
|
2130
|
+
"subject": "added back the commented tests",
|
|
2131
|
+
"merge": null,
|
|
2132
|
+
"header": "fix(tests): added back the commented tests",
|
|
2133
|
+
"body": null,
|
|
2134
|
+
"footer": null,
|
|
2135
|
+
"notes": [],
|
|
2136
|
+
"hash": "7d2cf81d22bee9e3ad0d425fba4931fac70ce048",
|
|
2137
|
+
"gitTags": "",
|
|
2138
|
+
"committerDate": "2019-07-02 11:40:14 -0400",
|
|
2139
|
+
"isTagged": true,
|
|
2140
|
+
"tag": "@pie-lib/editable-html@7.7.5"
|
|
2141
|
+
},
|
|
2142
|
+
{
|
|
2143
|
+
"type": "chore",
|
|
2144
|
+
"scope": "merge",
|
|
2145
|
+
"subject": "merged master into this branch",
|
|
2146
|
+
"merge": null,
|
|
2147
|
+
"header": "chore(merge): merged master into this branch",
|
|
2148
|
+
"body": null,
|
|
2149
|
+
"footer": null,
|
|
2150
|
+
"notes": [],
|
|
2151
|
+
"hash": "e7758d577c82c0f39a5bf44556792517cd1ea6b0",
|
|
2152
|
+
"gitTags": "",
|
|
2153
|
+
"committerDate": "2019-07-02 11:29:52 -0400",
|
|
2154
|
+
"isTagged": true,
|
|
2155
|
+
"tag": "@pie-lib/editable-html@7.7.5"
|
|
2156
|
+
},
|
|
2157
|
+
{
|
|
2158
|
+
"type": "fix",
|
|
2159
|
+
"scope": "editor",
|
|
2160
|
+
"subject": "added sanity check for editor reference in editor",
|
|
2161
|
+
"merge": null,
|
|
2162
|
+
"header": "fix(editor): added sanity check for editor reference in editor",
|
|
2163
|
+
"body": null,
|
|
2164
|
+
"footer": null,
|
|
2165
|
+
"notes": [],
|
|
2166
|
+
"hash": "274d8fdf137a9b9fa9aa9b22d825eade82179e97",
|
|
2167
|
+
"gitTags": "",
|
|
2168
|
+
"committerDate": "2019-07-02 14:35:31 -0400",
|
|
2169
|
+
"isTagged": true,
|
|
2170
|
+
"tag": "@pie-lib/editable-html@7.7.6"
|
|
2171
|
+
},
|
|
2172
|
+
{
|
|
2173
|
+
"type": "fix",
|
|
2174
|
+
"scope": "editable-html",
|
|
2175
|
+
"subject": "removed autoFocus prop that was added to the slate editor, causing issues with rendering when the editor is used on a element thats not yet added in the dom",
|
|
2176
|
+
"merge": null,
|
|
2177
|
+
"header": "fix(editable-html): removed autoFocus prop that was added to the slate editor, causing issues with rendering when the editor is used on a element thats not yet added in the dom",
|
|
2178
|
+
"body": null,
|
|
2179
|
+
"footer": null,
|
|
2180
|
+
"notes": [],
|
|
2181
|
+
"hash": "e67d56e1a947408877352e03ca33ad00d0ca5cbb",
|
|
2182
|
+
"gitTags": "",
|
|
2183
|
+
"committerDate": "2019-07-03 14:46:50 -0400",
|
|
2184
|
+
"isTagged": true,
|
|
2185
|
+
"tag": "@pie-lib/editable-html@7.7.7"
|
|
2186
|
+
},
|
|
2187
|
+
{
|
|
2188
|
+
"type": "fix",
|
|
2189
|
+
"scope": "editable-html",
|
|
2190
|
+
"subject": "made it possible to add response area when there's no focus and the markup is empty, removed response area from the table when it is not active in the main editor",
|
|
2191
|
+
"merge": null,
|
|
2192
|
+
"header": "fix(editable-html): made it possible to add response area when there's no focus and the markup is empty, removed response area from the table when it is not active in the main editor",
|
|
2193
|
+
"body": null,
|
|
2194
|
+
"footer": null,
|
|
2195
|
+
"notes": [],
|
|
2196
|
+
"hash": "adeb618cdf7b2f421e9aaf0f35d530f94b01d7d4",
|
|
2197
|
+
"gitTags": "",
|
|
2198
|
+
"committerDate": "2019-07-04 11:11:47 -0400",
|
|
2199
|
+
"isTagged": true,
|
|
2200
|
+
"tag": "@pie-lib/editable-html@7.7.8"
|
|
2201
|
+
},
|
|
2202
|
+
{
|
|
2203
|
+
"type": "chore",
|
|
2204
|
+
"scope": "merge",
|
|
2205
|
+
"subject": "merged develop into master",
|
|
2206
|
+
"merge": null,
|
|
2207
|
+
"header": "chore(merge): merged develop into master",
|
|
2208
|
+
"body": null,
|
|
2209
|
+
"footer": null,
|
|
2210
|
+
"notes": [],
|
|
2211
|
+
"hash": "a508149b130a63b0d5b346431af2bda5fc4fc9b7",
|
|
2212
|
+
"gitTags": " (develop)",
|
|
2213
|
+
"committerDate": "2019-07-05 22:02:06 -0400",
|
|
2214
|
+
"isTagged": true,
|
|
2215
|
+
"tag": "@pie-lib/editable-html@7.8.0"
|
|
2216
|
+
},
|
|
2217
|
+
{
|
|
2218
|
+
"type": "feat",
|
|
2219
|
+
"scope": "editor",
|
|
2220
|
+
"subject": "exposed mathProps prop to provide a way of changing the keypadmode for the math toolbar [ch2178]",
|
|
2221
|
+
"merge": null,
|
|
2222
|
+
"header": "feat(editor): exposed mathProps prop to provide a way of changing the keypadmode for the math toolbar [ch2178]",
|
|
2223
|
+
"body": null,
|
|
2224
|
+
"footer": null,
|
|
2225
|
+
"notes": [],
|
|
2226
|
+
"hash": "8b339ddec47d622c555017f59dcca50ef1e2d34c",
|
|
2227
|
+
"gitTags": " (origin/andreea/feat/editable-html-math-props)",
|
|
2228
|
+
"committerDate": "2019-07-05 21:54:56 -0400",
|
|
2229
|
+
"isTagged": true,
|
|
2230
|
+
"tag": "@pie-lib/editable-html@7.8.0"
|
|
2231
|
+
},
|
|
2232
|
+
{
|
|
2233
|
+
"type": "feat",
|
|
2234
|
+
"scope": "editor",
|
|
2235
|
+
"subject": "exposed mathProps prop to provide a way of changing the keypadmode for the math toolbar [ch2178]",
|
|
2236
|
+
"merge": null,
|
|
2237
|
+
"header": "feat(editor): exposed mathProps prop to provide a way of changing the keypadmode for the math toolbar [ch2178]",
|
|
2238
|
+
"body": null,
|
|
2239
|
+
"footer": null,
|
|
2240
|
+
"notes": [],
|
|
2241
|
+
"hash": "8b339ddec47d622c555017f59dcca50ef1e2d34c",
|
|
2242
|
+
"gitTags": "",
|
|
2243
|
+
"committerDate": "2019-07-05 21:54:56 -0400",
|
|
2244
|
+
"isTagged": true,
|
|
2245
|
+
"tag": "@pie-lib/editable-html@7.8.0"
|
|
2246
|
+
},
|
|
2247
|
+
{
|
|
2248
|
+
"type": "feat",
|
|
2249
|
+
"scope": null,
|
|
2250
|
+
"subject": "Ability to change keypadMode using props.pluginProps.math.keypadMode",
|
|
2251
|
+
"merge": null,
|
|
2252
|
+
"header": "feat: Ability to change keypadMode using props.pluginProps.math.keypadMode",
|
|
2253
|
+
"body": null,
|
|
2254
|
+
"footer": null,
|
|
2255
|
+
"notes": [],
|
|
2256
|
+
"hash": "cbf3e17175d1184689df6ed4541e8e899c1b7e93",
|
|
2257
|
+
"gitTags": " (origin/andreea/feat/editable-html-math-props)",
|
|
2258
|
+
"committerDate": "2019-07-05 22:47:37 -0400",
|
|
2259
|
+
"isTagged": true,
|
|
2260
|
+
"tag": "@pie-lib/editable-html@7.9.0"
|
|
2261
|
+
},
|
|
2262
|
+
{
|
|
2263
|
+
"type": "feat",
|
|
2264
|
+
"scope": null,
|
|
2265
|
+
"subject": "Ability to change keypadMode using props.pluginProps.math.getMode",
|
|
2266
|
+
"merge": null,
|
|
2267
|
+
"header": "feat: Ability to change keypadMode using props.pluginProps.math.getMode",
|
|
2268
|
+
"body": null,
|
|
2269
|
+
"footer": null,
|
|
2270
|
+
"notes": [],
|
|
2271
|
+
"hash": "179df1c77b1e019f4a6391574c0b8428ca845bad",
|
|
2272
|
+
"gitTags": "",
|
|
2273
|
+
"committerDate": "2019-07-05 22:37:30 -0400",
|
|
2274
|
+
"isTagged": true,
|
|
2275
|
+
"tag": "@pie-lib/editable-html@7.9.0"
|
|
2276
|
+
},
|
|
2277
|
+
{
|
|
2278
|
+
"type": "feat",
|
|
2279
|
+
"scope": "serialization",
|
|
2280
|
+
"subject": "removed the space after the response area, rendered some items from the legacy content [ch2464], [ch1915], [ch1935]",
|
|
2281
|
+
"merge": null,
|
|
2282
|
+
"header": "feat(serialization): removed the space after the response area, rendered some items from the legacy content [ch2464], [ch1915], [ch1935]",
|
|
2283
|
+
"body": null,
|
|
2284
|
+
"footer": null,
|
|
2285
|
+
"notes": [],
|
|
2286
|
+
"hash": "8836f3a530d3268d40853b5871615032c3743b30",
|
|
2287
|
+
"gitTags": "",
|
|
2288
|
+
"committerDate": "2019-07-07 08:25:19 -0400",
|
|
2289
|
+
"isTagged": true,
|
|
2290
|
+
"tag": "@pie-lib/editable-html@7.10.0"
|
|
2291
|
+
},
|
|
2292
|
+
{
|
|
2293
|
+
"type": "chore",
|
|
2294
|
+
"scope": "editor",
|
|
2295
|
+
"subject": "removed the onTemporaryChange prop functionality and added a function that ends the editing and it can be called for index",
|
|
2296
|
+
"merge": null,
|
|
2297
|
+
"header": "chore(editor): removed the onTemporaryChange prop functionality and added a function that ends the editing and it can be called for index",
|
|
2298
|
+
"body": null,
|
|
2299
|
+
"footer": null,
|
|
2300
|
+
"notes": [],
|
|
2301
|
+
"hash": "99d669c33fd97056dc6e1224313542ebbaafcdd9",
|
|
2302
|
+
"gitTags": "",
|
|
2303
|
+
"committerDate": "2019-07-08 15:40:45 +0200",
|
|
2304
|
+
"isTagged": true,
|
|
2305
|
+
"tag": "@pie-lib/editable-html@7.10.1"
|
|
2306
|
+
},
|
|
2307
|
+
{
|
|
2308
|
+
"type": "fix",
|
|
2309
|
+
"scope": null,
|
|
2310
|
+
"subject": "save math changes when editor is re-focused",
|
|
2311
|
+
"merge": null,
|
|
2312
|
+
"header": "fix: save math changes when editor is re-focused",
|
|
2313
|
+
"body": null,
|
|
2314
|
+
"footer": null,
|
|
2315
|
+
"notes": [],
|
|
2316
|
+
"hash": "7674a86899f586b778136d7c1c7c65837e0e9e52",
|
|
2317
|
+
"gitTags": "",
|
|
2318
|
+
"committerDate": "2019-07-08 14:53:01 +0100",
|
|
2319
|
+
"isTagged": true,
|
|
2320
|
+
"tag": "@pie-lib/editable-html@7.10.4"
|
|
2321
|
+
},
|
|
2322
|
+
{
|
|
2323
|
+
"type": "chore",
|
|
2324
|
+
"scope": "version",
|
|
2325
|
+
"subject": "version bump editable-html",
|
|
2326
|
+
"merge": null,
|
|
2327
|
+
"header": "chore(version): version bump editable-html",
|
|
2328
|
+
"body": null,
|
|
2329
|
+
"footer": null,
|
|
2330
|
+
"notes": [],
|
|
2331
|
+
"hash": "8dbed5514e229bfe41eaae5f9d031cd8bed26bd0",
|
|
2332
|
+
"gitTags": "",
|
|
2333
|
+
"committerDate": "2019-07-08 15:52:37 +0200",
|
|
2334
|
+
"isTagged": true,
|
|
2335
|
+
"tag": "@pie-lib/editable-html@7.10.3"
|
|
2336
|
+
},
|
|
2337
|
+
{
|
|
2338
|
+
"type": "fix",
|
|
2339
|
+
"scope": "editor",
|
|
2340
|
+
"subject": "added possibility to hide the done button and added a onKeyDown prop [ch2489]",
|
|
2341
|
+
"merge": null,
|
|
2342
|
+
"header": "fix(editor): added possibility to hide the done button and added a onKeyDown prop [ch2489]",
|
|
2343
|
+
"body": null,
|
|
2344
|
+
"footer": null,
|
|
2345
|
+
"notes": [],
|
|
2346
|
+
"hash": "45bda8c312fe8907101a1bfbb30145350bbd5a2a",
|
|
2347
|
+
"gitTags": "",
|
|
2348
|
+
"committerDate": "2019-07-11 16:10:22 +0300",
|
|
2349
|
+
"isTagged": true,
|
|
2350
|
+
"tag": "@pie-lib/editable-html@7.10.5"
|
|
2351
|
+
},
|
|
2352
|
+
{
|
|
2353
|
+
"type": "fix",
|
|
2354
|
+
"scope": "editor",
|
|
2355
|
+
"subject": "removed the timeout in the onBlur function, instead i checked if the user clicked on the check mark button and prevented the action if it did",
|
|
2356
|
+
"merge": null,
|
|
2357
|
+
"header": "fix(editor): removed the timeout in the onBlur function, instead i checked if the user clicked on the check mark button and prevented the action if it did",
|
|
2358
|
+
"body": null,
|
|
2359
|
+
"footer": null,
|
|
2360
|
+
"notes": [],
|
|
2361
|
+
"hash": "489b926b32a520199e3b4b9a830e1fbd685b89f8",
|
|
2362
|
+
"gitTags": "",
|
|
2363
|
+
"committerDate": "2019-07-12 10:45:20 +0300",
|
|
2364
|
+
"isTagged": true,
|
|
2365
|
+
"tag": "@pie-lib/editable-html@7.10.6"
|
|
2366
|
+
},
|
|
2367
|
+
{
|
|
2368
|
+
"type": "fix",
|
|
2369
|
+
"scope": "editor",
|
|
2370
|
+
"subject": "added serialization for other elements in order to grab the styles for them [ch1915], [ch1935]",
|
|
2371
|
+
"merge": null,
|
|
2372
|
+
"header": "fix(editor): added serialization for other elements in order to grab the styles for them [ch1915], [ch1935]",
|
|
2373
|
+
"body": null,
|
|
2374
|
+
"footer": null,
|
|
2375
|
+
"notes": [],
|
|
2376
|
+
"hash": "2e09533858ca946995420b8d776b40c80de7d024",
|
|
2377
|
+
"gitTags": "",
|
|
2378
|
+
"committerDate": "2019-07-12 14:13:14 +0300",
|
|
2379
|
+
"isTagged": true,
|
|
2380
|
+
"tag": "@pie-lib/editable-html@7.10.7"
|
|
2381
|
+
},
|
|
2382
|
+
{
|
|
2383
|
+
"type": "fix",
|
|
2384
|
+
"scope": "editor",
|
|
2385
|
+
"subject": "changed the style for the drag-in-the-blank choice and removed unnecessary statement [ch1915]",
|
|
2386
|
+
"merge": null,
|
|
2387
|
+
"header": "fix(editor): changed the style for the drag-in-the-blank choice and removed unnecessary statement [ch1915]",
|
|
2388
|
+
"body": null,
|
|
2389
|
+
"footer": null,
|
|
2390
|
+
"notes": [],
|
|
2391
|
+
"hash": "649de6ded7ac5dba9c4c3540c616d4f7a8d8be1d",
|
|
2392
|
+
"gitTags": "",
|
|
2393
|
+
"committerDate": "2019-07-12 15:16:55 +0300",
|
|
2394
|
+
"isTagged": true,
|
|
2395
|
+
"tag": "@pie-lib/editable-html@7.10.8"
|
|
2396
|
+
},
|
|
2397
|
+
{
|
|
2398
|
+
"type": "fix",
|
|
2399
|
+
"scope": "editor",
|
|
2400
|
+
"subject": "added a way of saving the editable content when the user blures the component [ch2363], [ch1912], [ch2565], [ch2557], fixed some math rendering issue",
|
|
2401
|
+
"merge": null,
|
|
2402
|
+
"header": "fix(editor): added a way of saving the editable content when the user blures the component [ch2363], [ch1912], [ch2565], [ch2557], fixed some math rendering issue",
|
|
2403
|
+
"body": null,
|
|
2404
|
+
"footer": null,
|
|
2405
|
+
"notes": [],
|
|
2406
|
+
"hash": "d4cdc6ad861d76765fb8393155d2c4d3016bb915",
|
|
2407
|
+
"gitTags": "",
|
|
2408
|
+
"committerDate": "2019-07-13 17:05:23 +0300",
|
|
2409
|
+
"isTagged": true,
|
|
2410
|
+
"tag": "@pie-lib/editable-html@7.10.9"
|
|
2411
|
+
},
|
|
2412
|
+
{
|
|
2413
|
+
"type": "fix",
|
|
2414
|
+
"scope": null,
|
|
2415
|
+
"subject": "render degrees as expected",
|
|
2416
|
+
"merge": null,
|
|
2417
|
+
"header": "fix: render degrees as expected",
|
|
2418
|
+
"body": null,
|
|
2419
|
+
"footer": null,
|
|
2420
|
+
"notes": [],
|
|
2421
|
+
"hash": "87402e13badf96f49c3a13baccf168ef67f1f058",
|
|
2422
|
+
"gitTags": " (origin/sergiulucaci/ch1792/inline-math-degree-symbol-generates-undefined)",
|
|
2423
|
+
"committerDate": "2019-07-11 20:32:05 +0300",
|
|
2424
|
+
"isTagged": true,
|
|
2425
|
+
"tag": "@pie-lib/editable-html@7.10.10"
|
|
2426
|
+
},
|
|
2427
|
+
{
|
|
2428
|
+
"type": "fix",
|
|
2429
|
+
"scope": null,
|
|
2430
|
+
"subject": "add scroll feature when content exceeds 500px in height",
|
|
2431
|
+
"merge": null,
|
|
2432
|
+
"header": "fix: add scroll feature when content exceeds 500px in height",
|
|
2433
|
+
"body": null,
|
|
2434
|
+
"footer": null,
|
|
2435
|
+
"notes": [],
|
|
2436
|
+
"hash": "d7ddc015fa07511baa35b93d7b88f9c7978d0891",
|
|
2437
|
+
"gitTags": " (origin/sergiulucaci/ch2609/student-editor-behaves-unexpectedly-if-too)",
|
|
2438
|
+
"committerDate": "2019-07-11 17:24:49 +0300",
|
|
2439
|
+
"isTagged": true,
|
|
2440
|
+
"tag": "@pie-lib/editable-html@7.10.10"
|
|
2441
|
+
},
|
|
2442
|
+
{
|
|
2443
|
+
"type": "fix",
|
|
2444
|
+
"scope": null,
|
|
2445
|
+
"subject": "keypadMode not updating",
|
|
2446
|
+
"merge": null,
|
|
2447
|
+
"header": "fix: keypadMode not updating",
|
|
2448
|
+
"body": null,
|
|
2449
|
+
"footer": null,
|
|
2450
|
+
"notes": [],
|
|
2451
|
+
"hash": "5d72bee5e39f3c6aecfdc1c46ba9dfcacd188ffd",
|
|
2452
|
+
"gitTags": " (origin/andreea/ch2178/math-formula-editor-functionality-for-extended-issue)",
|
|
2453
|
+
"committerDate": "2019-07-16 14:42:33 +0300",
|
|
2454
|
+
"isTagged": true,
|
|
2455
|
+
"tag": "@pie-lib/editable-html@7.10.11"
|
|
2456
|
+
},
|
|
2457
|
+
{
|
|
2458
|
+
"type": "fix",
|
|
2459
|
+
"scope": "resparea",
|
|
2460
|
+
"subject": "moved the button for the response area functionality [ch1738]",
|
|
2461
|
+
"merge": null,
|
|
2462
|
+
"header": "fix(resparea): moved the button for the response area functionality [ch1738]",
|
|
2463
|
+
"body": null,
|
|
2464
|
+
"footer": null,
|
|
2465
|
+
"notes": [],
|
|
2466
|
+
"hash": "b3ffe6885932c671f8f83d7d2b17b8ffee492517",
|
|
2467
|
+
"gitTags": "",
|
|
2468
|
+
"committerDate": "2019-08-08 07:57:18 +0300",
|
|
2469
|
+
"isTagged": true,
|
|
2470
|
+
"tag": "@pie-lib/editable-html@7.10.17"
|
|
2471
|
+
},
|
|
2472
|
+
{
|
|
2473
|
+
"type": "fix",
|
|
2474
|
+
"scope": null,
|
|
2475
|
+
"subject": "don't format to html / emit in constructor",
|
|
2476
|
+
"merge": null,
|
|
2477
|
+
"header": "fix: don't format to html / emit in constructor",
|
|
2478
|
+
"body": null,
|
|
2479
|
+
"footer": null,
|
|
2480
|
+
"notes": [],
|
|
2481
|
+
"hash": "ac5c6f8a2461c724f9381dc68bae188189704e0e",
|
|
2482
|
+
"gitTags": " (origin/ch3341/editable-html-causes-model-change-event-to)",
|
|
2483
|
+
"committerDate": "2019-08-15 15:10:22 -0400",
|
|
2484
|
+
"isTagged": true,
|
|
2485
|
+
"tag": "@pie-lib/editable-html@7.10.18"
|
|
2486
|
+
},
|
|
2487
|
+
{
|
|
2488
|
+
"type": "fix",
|
|
2489
|
+
"scope": "serialization",
|
|
2490
|
+
"subject": "fixed the issue with having more than a few new lines on after another [ch1530]",
|
|
2491
|
+
"merge": null,
|
|
2492
|
+
"header": "fix(serialization): fixed the issue with having more than a few new lines on after another [ch1530]",
|
|
2493
|
+
"body": null,
|
|
2494
|
+
"footer": null,
|
|
2495
|
+
"notes": [],
|
|
2496
|
+
"hash": "323bc323808fb5eb134d50e79672ec0440621dba",
|
|
2497
|
+
"gitTags": "",
|
|
2498
|
+
"committerDate": "2019-08-19 17:25:00 +0300",
|
|
2499
|
+
"isTagged": true,
|
|
2500
|
+
"tag": "@pie-lib/editable-html@7.10.21"
|
|
2501
|
+
},
|
|
2502
|
+
{
|
|
2503
|
+
"type": "fix",
|
|
2504
|
+
"scope": "toolbar",
|
|
2505
|
+
"subject": "fixed delete image button not working [ch4162]",
|
|
2506
|
+
"merge": null,
|
|
2507
|
+
"header": "fix(toolbar): fixed delete image button not working [ch4162]",
|
|
2508
|
+
"body": null,
|
|
2509
|
+
"footer": null,
|
|
2510
|
+
"notes": [],
|
|
2511
|
+
"hash": "9518a4effafde5bec363d9b7286f7f0282cc1707",
|
|
2512
|
+
"gitTags": " (origin/develop, origin/HEAD)",
|
|
2513
|
+
"committerDate": "2019-09-27 11:42:12 +0300",
|
|
2514
|
+
"isTagged": true,
|
|
2515
|
+
"tag": "@pie-lib/editable-html@7.10.24"
|
|
2516
|
+
},
|
|
2517
|
+
{
|
|
2518
|
+
"type": "fix",
|
|
2519
|
+
"scope": "editable-html",
|
|
2520
|
+
"subject": "fix outdated plugin validation schema",
|
|
2521
|
+
"merge": null,
|
|
2522
|
+
"header": "fix(editable-html): fix outdated plugin validation schema",
|
|
2523
|
+
"body": null,
|
|
2524
|
+
"footer": null,
|
|
2525
|
+
"notes": [],
|
|
2526
|
+
"hash": "ca4b8485ce868105e2fd099ffbcacf26f2f28109",
|
|
2527
|
+
"gitTags": " (origin/fix/editable-html-plugin-schema)",
|
|
2528
|
+
"committerDate": "2019-09-05 14:44:12 +0300",
|
|
2529
|
+
"isTagged": true,
|
|
2530
|
+
"tag": "@pie-lib/editable-html@7.10.24"
|
|
2531
|
+
},
|
|
2532
|
+
{
|
|
2533
|
+
"type": "fix",
|
|
2534
|
+
"scope": "toolbar",
|
|
2535
|
+
"subject": "fixed delete image button not working [ch4162]",
|
|
2536
|
+
"merge": null,
|
|
2537
|
+
"header": "fix(toolbar): fixed delete image button not working [ch4162]",
|
|
2538
|
+
"body": null,
|
|
2539
|
+
"footer": null,
|
|
2540
|
+
"notes": [],
|
|
2541
|
+
"hash": "9518a4effafde5bec363d9b7286f7f0282cc1707",
|
|
2542
|
+
"gitTags": "",
|
|
2543
|
+
"committerDate": "2019-09-27 11:42:12 +0300",
|
|
2544
|
+
"isTagged": true,
|
|
2545
|
+
"tag": "@pie-lib/editable-html@7.10.24"
|
|
2546
|
+
},
|
|
2547
|
+
{
|
|
2548
|
+
"type": "fix",
|
|
2549
|
+
"scope": "editable-html",
|
|
2550
|
+
"subject": "fix outdated plugin validation schema",
|
|
2551
|
+
"merge": null,
|
|
2552
|
+
"header": "fix(editable-html): fix outdated plugin validation schema",
|
|
2553
|
+
"body": null,
|
|
2554
|
+
"footer": null,
|
|
2555
|
+
"notes": [],
|
|
2556
|
+
"hash": "ca4b8485ce868105e2fd099ffbcacf26f2f28109",
|
|
2557
|
+
"gitTags": " (origin/fix/editable-html-plugin-schema)",
|
|
2558
|
+
"committerDate": "2019-09-05 14:44:12 +0300",
|
|
2559
|
+
"isTagged": true,
|
|
2560
|
+
"tag": "@pie-lib/editable-html@7.10.24"
|
|
2561
|
+
},
|
|
2562
|
+
{
|
|
2563
|
+
"type": "fix",
|
|
2564
|
+
"scope": null,
|
|
2565
|
+
"subject": "Prevent crashing if prevText is null [PIE-150]",
|
|
2566
|
+
"merge": null,
|
|
2567
|
+
"header": "fix: Prevent crashing if prevText is null [PIE-150]",
|
|
2568
|
+
"body": null,
|
|
2569
|
+
"footer": null,
|
|
2570
|
+
"notes": [],
|
|
2571
|
+
"hash": "873e1f89d415a9b1a3cf39cf0d75c22a730a2cba",
|
|
2572
|
+
"gitTags": " (origin/fix/pie-150, fix/pie-150)",
|
|
2573
|
+
"committerDate": "2019-11-05 10:49:37 +0000",
|
|
2574
|
+
"isTagged": true,
|
|
2575
|
+
"tag": "@pie-lib/editable-html@7.10.26"
|
|
2576
|
+
},
|
|
2577
|
+
{
|
|
2578
|
+
"type": "fix",
|
|
2579
|
+
"scope": null,
|
|
2580
|
+
"subject": "5590: Force the image to keep its shape (IBX rendering of images in MC answer choices stretches them vertically (or squeezes them horizontally), causing distortion that invalidates some items)",
|
|
2581
|
+
"merge": null,
|
|
2582
|
+
"header": "fix: 5590: Force the image to keep its shape (IBX rendering of images in MC answer choices stretches them vertically (or squeezes them horizontally), causing distortion that invalidates some items)",
|
|
2583
|
+
"body": null,
|
|
2584
|
+
"footer": null,
|
|
2585
|
+
"notes": [],
|
|
2586
|
+
"hash": "63f54fddbed0da2a827cb907df4d767aea83d29b",
|
|
2587
|
+
"gitTags": " (origin/andreea/ch5590/ibx-rendering-of-images-in-mc-answer-choices)",
|
|
2588
|
+
"committerDate": "2020-02-05 08:39:09 +0200",
|
|
2589
|
+
"isTagged": true,
|
|
2590
|
+
"tag": "@pie-lib/editable-html@7.10.39"
|
|
2591
|
+
},
|
|
2592
|
+
{
|
|
2593
|
+
"type": "fix",
|
|
2594
|
+
"scope": null,
|
|
2595
|
+
"subject": "6656: Vertical alignment issue with Image Delete button.",
|
|
2596
|
+
"merge": null,
|
|
2597
|
+
"header": "fix: 6656: Vertical alignment issue with Image Delete button.",
|
|
2598
|
+
"body": null,
|
|
2599
|
+
"footer": null,
|
|
2600
|
+
"notes": [],
|
|
2601
|
+
"hash": "c99e6c5f405d234d8f409b155e197fb635c40bee",
|
|
2602
|
+
"gitTags": "",
|
|
2603
|
+
"committerDate": "2020-02-18 09:00:24 +0200",
|
|
2604
|
+
"isTagged": true,
|
|
2605
|
+
"tag": "@pie-lib/editable-html@7.10.43"
|
|
2606
|
+
},
|
|
2607
|
+
{
|
|
2608
|
+
"type": "feat",
|
|
2609
|
+
"scope": null,
|
|
2610
|
+
"subject": "bump @pie-framework/mathquill@^1.1.0",
|
|
2611
|
+
"merge": null,
|
|
2612
|
+
"header": "feat: bump @pie-framework/mathquill@^1.1.0",
|
|
2613
|
+
"body": null,
|
|
2614
|
+
"footer": null,
|
|
2615
|
+
"notes": [],
|
|
2616
|
+
"hash": "31dbed85c9c37ee0712be722ca22904daf988d22",
|
|
2617
|
+
"gitTags": " (origin/feat/mathquill-bump)",
|
|
2618
|
+
"committerDate": "2020-03-06 12:54:56 +0000",
|
|
2619
|
+
"isTagged": true,
|
|
2620
|
+
"tag": "@pie-lib/editable-html@7.11.0"
|
|
2621
|
+
},
|
|
2622
|
+
{
|
|
2623
|
+
"type": "feat",
|
|
2624
|
+
"scope": null,
|
|
2625
|
+
"subject": "bump @pie-framework/mathquill@^1.0.0",
|
|
2626
|
+
"merge": null,
|
|
2627
|
+
"header": "feat: bump @pie-framework/mathquill@^1.0.0",
|
|
2628
|
+
"body": null,
|
|
2629
|
+
"footer": null,
|
|
2630
|
+
"notes": [],
|
|
2631
|
+
"hash": "d43c5c582b36756633bff5c94d695cd6f85b51ea",
|
|
2632
|
+
"gitTags": "",
|
|
2633
|
+
"committerDate": "2020-03-06 10:34:40 +0000",
|
|
2634
|
+
"isTagged": true,
|
|
2635
|
+
"tag": "@pie-lib/editable-html@7.11.0"
|
|
2636
|
+
},
|
|
2637
|
+
{
|
|
2638
|
+
"type": "fix",
|
|
2639
|
+
"scope": null,
|
|
2640
|
+
"subject": "add module prop to package.json",
|
|
2641
|
+
"merge": null,
|
|
2642
|
+
"header": "fix: add module prop to package.json",
|
|
2643
|
+
"body": null,
|
|
2644
|
+
"footer": null,
|
|
2645
|
+
"notes": [],
|
|
2646
|
+
"hash": "d20c9ca00b2b156b46ea9f59714aaef1e05e7753",
|
|
2647
|
+
"gitTags": "",
|
|
2648
|
+
"committerDate": "2020-03-30 13:01:09 +0100",
|
|
2649
|
+
"isTagged": true,
|
|
2650
|
+
"tag": "@pie-lib/editable-html@7.11.2"
|
|
2651
|
+
},
|
|
2652
|
+
{
|
|
2653
|
+
"type": "fix",
|
|
2654
|
+
"scope": null,
|
|
2655
|
+
"subject": "correct module path",
|
|
2656
|
+
"merge": null,
|
|
2657
|
+
"header": "fix: correct module path",
|
|
2658
|
+
"body": null,
|
|
2659
|
+
"footer": null,
|
|
2660
|
+
"notes": [],
|
|
2661
|
+
"hash": "15ac0a379c763683ccb407187f9476a1036436ab",
|
|
2662
|
+
"gitTags": "",
|
|
2663
|
+
"committerDate": "2020-03-31 11:47:15 +0100",
|
|
2664
|
+
"isTagged": true,
|
|
2665
|
+
"tag": "@pie-lib/editable-html@7.11.10"
|
|
2666
|
+
},
|
|
2667
|
+
{
|
|
2668
|
+
"type": "feat",
|
|
2669
|
+
"scope": "math",
|
|
2670
|
+
"subject": "made sure that math is clickable inside table [ch3518]",
|
|
2671
|
+
"merge": null,
|
|
2672
|
+
"header": "feat(math): made sure that math is clickable inside table [ch3518]",
|
|
2673
|
+
"body": null,
|
|
2674
|
+
"footer": null,
|
|
2675
|
+
"notes": [],
|
|
2676
|
+
"hash": "23185dda2b1206f4a88b1f83127e87b2e93b8b7e",
|
|
2677
|
+
"gitTags": "",
|
|
2678
|
+
"committerDate": "2020-04-03 15:18:14 +0300",
|
|
2679
|
+
"isTagged": true,
|
|
2680
|
+
"tag": "@pie-lib/editable-html@7.12.0"
|
|
2681
|
+
},
|
|
2682
|
+
{
|
|
2683
|
+
"type": "fix",
|
|
2684
|
+
"scope": null,
|
|
2685
|
+
"subject": "PD-69: A legacy multi-part item consisting of two equation response interactions appears with no response areas",
|
|
2686
|
+
"merge": null,
|
|
2687
|
+
"header": "fix: PD-69: A legacy multi-part item consisting of two equation response interactions appears with no response areas",
|
|
2688
|
+
"body": null,
|
|
2689
|
+
"footer": null,
|
|
2690
|
+
"notes": [],
|
|
2691
|
+
"hash": "fff4ec7f97c691cd4f03604b64d3c0ad1bc9d96d",
|
|
2692
|
+
"gitTags": " (origin/fix/PD-69-no-resdered-response-area)",
|
|
2693
|
+
"committerDate": "2020-04-28 16:19:52 +0300",
|
|
2694
|
+
"isTagged": true,
|
|
2695
|
+
"tag": "@pie-lib/editable-html@7.12.6"
|
|
2696
|
+
},
|
|
2697
|
+
{
|
|
2698
|
+
"type": "fix",
|
|
2699
|
+
"scope": null,
|
|
2700
|
+
"subject": "table borders not visible.",
|
|
2701
|
+
"merge": null,
|
|
2702
|
+
"header": "fix: table borders not visible.",
|
|
2703
|
+
"body": null,
|
|
2704
|
+
"footer": null,
|
|
2705
|
+
"notes": [],
|
|
2706
|
+
"hash": "31500c4004b1b02bc01a34e66d599c37daabebd0",
|
|
2707
|
+
"gitTags": " (origin/fix/table-not-visible)",
|
|
2708
|
+
"committerDate": "2020-05-14 14:42:11 +0300",
|
|
2709
|
+
"isTagged": true,
|
|
2710
|
+
"tag": "@pie-lib/editable-html@7.12.9"
|
|
2711
|
+
},
|
|
2712
|
+
{
|
|
2713
|
+
"type": "feat",
|
|
2714
|
+
"scope": "editable-html",
|
|
2715
|
+
"subject": "color theme support added",
|
|
2716
|
+
"merge": null,
|
|
2717
|
+
"header": "feat(editable-html): color theme support added",
|
|
2718
|
+
"body": null,
|
|
2719
|
+
"footer": null,
|
|
2720
|
+
"notes": [],
|
|
2721
|
+
"hash": "d7e32fd9aeb03eda08264840289c74e155304983",
|
|
2722
|
+
"gitTags": "",
|
|
2723
|
+
"committerDate": "2020-09-21 12:51:02 +0300",
|
|
2724
|
+
"isTagged": true,
|
|
2725
|
+
"tag": "@pie-lib/editable-html@7.13.0"
|
|
2726
|
+
},
|
|
2727
|
+
{
|
|
2728
|
+
"type": "feat",
|
|
2729
|
+
"scope": "editable-html",
|
|
2730
|
+
"subject": "initial commit for color treatment",
|
|
2731
|
+
"merge": null,
|
|
2732
|
+
"header": "feat(editable-html): initial commit for color treatment",
|
|
2733
|
+
"body": null,
|
|
2734
|
+
"footer": null,
|
|
2735
|
+
"notes": [],
|
|
2736
|
+
"hash": "970c4d1cad4973cc8c9a0417c8ef83c4b12d82e7",
|
|
2737
|
+
"gitTags": "",
|
|
2738
|
+
"committerDate": "2020-09-18 17:23:59 +0300",
|
|
2739
|
+
"isTagged": true,
|
|
2740
|
+
"tag": "@pie-lib/editable-html@7.13.0"
|
|
2741
|
+
},
|
|
2742
|
+
{
|
|
2743
|
+
"type": "fix",
|
|
2744
|
+
"scope": null,
|
|
2745
|
+
"subject": "missing dependency",
|
|
2746
|
+
"merge": null,
|
|
2747
|
+
"header": "fix: missing dependency",
|
|
2748
|
+
"body": null,
|
|
2749
|
+
"footer": null,
|
|
2750
|
+
"notes": [],
|
|
2751
|
+
"hash": "86b18d21c6c5d36fa19541ae75b419e05de46b80",
|
|
2752
|
+
"gitTags": " (develop)",
|
|
2753
|
+
"committerDate": "2020-10-30 21:56:52 +0000",
|
|
2754
|
+
"isTagged": true,
|
|
2755
|
+
"tag": "@pie-lib/editable-html@7.13.5"
|
|
2756
|
+
},
|
|
2757
|
+
{
|
|
2758
|
+
"type": "feat",
|
|
2759
|
+
"scope": "media",
|
|
2760
|
+
"subject": "fixed design and some warnings",
|
|
2761
|
+
"merge": null,
|
|
2762
|
+
"header": "feat(media): fixed design and some warnings",
|
|
2763
|
+
"body": null,
|
|
2764
|
+
"footer": null,
|
|
2765
|
+
"notes": [],
|
|
2766
|
+
"hash": "df7d84dde15de95dedd71d14e3235bc9b2b4c62a",
|
|
2767
|
+
"gitTags": "",
|
|
2768
|
+
"committerDate": "2020-11-03 15:58:49 +0200",
|
|
2769
|
+
"isTagged": true,
|
|
2770
|
+
"tag": "@pie-lib/editable-html@7.14.0"
|
|
2771
|
+
},
|
|
2772
|
+
{
|
|
2773
|
+
"type": "feat",
|
|
2774
|
+
"scope": "media",
|
|
2775
|
+
"subject": "made sure width and height are used, and toolbar is relative positioned",
|
|
2776
|
+
"merge": null,
|
|
2777
|
+
"header": "feat(media): made sure width and height are used, and toolbar is relative positioned",
|
|
2778
|
+
"body": null,
|
|
2779
|
+
"footer": null,
|
|
2780
|
+
"notes": [],
|
|
2781
|
+
"hash": "9061067370e70dd7e3b4c51aba5a4df2ef6eca5a",
|
|
2782
|
+
"gitTags": "",
|
|
2783
|
+
"committerDate": "2020-10-27 15:14:57 +0200",
|
|
2784
|
+
"isTagged": true,
|
|
2785
|
+
"tag": "@pie-lib/editable-html@7.14.0"
|
|
2786
|
+
},
|
|
2787
|
+
{
|
|
2788
|
+
"type": "feat",
|
|
2789
|
+
"scope": "media",
|
|
2790
|
+
"subject": "implemented editing functionality plus some error some more handlng",
|
|
2791
|
+
"merge": null,
|
|
2792
|
+
"header": "feat(media): implemented editing functionality plus some error some more handlng",
|
|
2793
|
+
"body": null,
|
|
2794
|
+
"footer": null,
|
|
2795
|
+
"notes": [],
|
|
2796
|
+
"hash": "66732a35e4fad00abe33b81bfca5d555317fc5fb",
|
|
2797
|
+
"gitTags": "",
|
|
2798
|
+
"committerDate": "2020-10-21 16:26:35 +0300",
|
|
2799
|
+
"isTagged": true,
|
|
2800
|
+
"tag": "@pie-lib/editable-html@7.14.0"
|
|
2801
|
+
},
|
|
2802
|
+
{
|
|
2803
|
+
"type": "feat",
|
|
2804
|
+
"scope": "media",
|
|
2805
|
+
"subject": "implemented some error handling and fixed a couple of bugs with inserting the media embed [pd501]",
|
|
2806
|
+
"merge": null,
|
|
2807
|
+
"header": "feat(media): implemented some error handling and fixed a couple of bugs with inserting the media embed [pd501]",
|
|
2808
|
+
"body": null,
|
|
2809
|
+
"footer": null,
|
|
2810
|
+
"notes": [],
|
|
2811
|
+
"hash": "1616ba2a0606a5379ba07f77d233ca3861802f6d",
|
|
2812
|
+
"gitTags": "",
|
|
2813
|
+
"committerDate": "2020-10-12 16:49:36 +0300",
|
|
2814
|
+
"isTagged": true,
|
|
2815
|
+
"tag": "@pie-lib/editable-html@7.14.0"
|
|
2816
|
+
},
|
|
2817
|
+
{
|
|
2818
|
+
"type": "fix",
|
|
2819
|
+
"scope": null,
|
|
2820
|
+
"subject": "Added fix for text wrapping into next line and also font style is overrided by parent styling",
|
|
2821
|
+
"merge": null,
|
|
2822
|
+
"header": "fix: Added fix for text wrapping into next line and also font style is overrided by parent styling",
|
|
2823
|
+
"body": null,
|
|
2824
|
+
"footer": null,
|
|
2825
|
+
"notes": [],
|
|
2826
|
+
"hash": "60ff10f52ea9f54382169ea0a2e383685fc1a059",
|
|
2827
|
+
"gitTags": "",
|
|
2828
|
+
"committerDate": "2020-11-18 20:35:55 +0530",
|
|
2829
|
+
"isTagged": true,
|
|
2830
|
+
"tag": "@pie-lib/editable-html@7.15.0"
|
|
2831
|
+
},
|
|
2832
|
+
{
|
|
2833
|
+
"type": "feat",
|
|
2834
|
+
"scope": "editable-html",
|
|
2835
|
+
"subject": "add better math keypad support - PD-355",
|
|
2836
|
+
"merge": null,
|
|
2837
|
+
"header": "feat(editable-html): add better math keypad support - PD-355",
|
|
2838
|
+
"body": null,
|
|
2839
|
+
"footer": null,
|
|
2840
|
+
"notes": [],
|
|
2841
|
+
"hash": "bc4e5861bcaba4097013ff50ec4b4859c73ebd80",
|
|
2842
|
+
"gitTags": "",
|
|
2843
|
+
"committerDate": "2020-11-16 13:50:10 +0200",
|
|
2844
|
+
"isTagged": true,
|
|
2845
|
+
"tag": "@pie-lib/editable-html@7.15.0"
|
|
2846
|
+
},
|
|
2847
|
+
{
|
|
2848
|
+
"type": "fix",
|
|
2849
|
+
"scope": null,
|
|
2850
|
+
"subject": "Due to resize of window, editor text gets reverted to previous state value. PD-356",
|
|
2851
|
+
"merge": null,
|
|
2852
|
+
"header": "fix: Due to resize of window, editor text gets reverted to previous state value. PD-356",
|
|
2853
|
+
"body": null,
|
|
2854
|
+
"footer": null,
|
|
2855
|
+
"notes": [],
|
|
2856
|
+
"hash": "c7108293d4394026789bf8940dad41afdfd0632c",
|
|
2857
|
+
"gitTags": "",
|
|
2858
|
+
"committerDate": "2020-11-10 12:56:14 +0530",
|
|
2859
|
+
"isTagged": true,
|
|
2860
|
+
"tag": "@pie-lib/editable-html@7.15.0"
|
|
2861
|
+
},
|
|
2862
|
+
{
|
|
2863
|
+
"type": "fix",
|
|
2864
|
+
"scope": null,
|
|
2865
|
+
"subject": "Due to resize of window, editor text gets reverted to previous state value. PD-356",
|
|
2866
|
+
"merge": null,
|
|
2867
|
+
"header": "fix: Due to resize of window, editor text gets reverted to previous state value. PD-356",
|
|
2868
|
+
"body": null,
|
|
2869
|
+
"footer": null,
|
|
2870
|
+
"notes": [],
|
|
2871
|
+
"hash": "9f6b9885a98743fd9fbd2b1d27711a0887036203",
|
|
2872
|
+
"gitTags": "",
|
|
2873
|
+
"committerDate": "2020-11-10 12:52:02 +0530",
|
|
2874
|
+
"isTagged": true,
|
|
2875
|
+
"tag": "@pie-lib/editable-html@7.15.0"
|
|
2876
|
+
},
|
|
2877
|
+
{
|
|
2878
|
+
"type": "feat",
|
|
2879
|
+
"scope": "editable-html",
|
|
2880
|
+
"subject": "remove Code plugin - PD-463",
|
|
2881
|
+
"merge": null,
|
|
2882
|
+
"header": "feat(editable-html): remove Code plugin - PD-463",
|
|
2883
|
+
"body": null,
|
|
2884
|
+
"footer": null,
|
|
2885
|
+
"notes": [],
|
|
2886
|
+
"hash": "d830231bfed94c3fa246e86d20a44be401130ddf",
|
|
2887
|
+
"gitTags": " (origin/feat/PD-463)",
|
|
2888
|
+
"committerDate": "2021-01-14 13:40:27 +0200",
|
|
2889
|
+
"isTagged": true,
|
|
2890
|
+
"tag": "@pie-lib/editable-html@7.16.0"
|
|
2891
|
+
},
|
|
2892
|
+
{
|
|
2893
|
+
"type": "fix",
|
|
2894
|
+
"scope": null,
|
|
2895
|
+
"subject": "demo",
|
|
2896
|
+
"merge": null,
|
|
2897
|
+
"header": "fix: demo",
|
|
2898
|
+
"body": null,
|
|
2899
|
+
"footer": null,
|
|
2900
|
+
"notes": [],
|
|
2901
|
+
"hash": "affa1194d31bee2f0f80c9988d04a7447a84e3fd",
|
|
2902
|
+
"gitTags": "",
|
|
2903
|
+
"committerDate": "2021-02-15 15:36:46 +0000",
|
|
2904
|
+
"isTagged": true,
|
|
2905
|
+
"tag": "@pie-lib/editable-html@7.16.8"
|
|
2906
|
+
},
|
|
2907
|
+
{
|
|
2908
|
+
"type": "fix",
|
|
2909
|
+
"scope": "editable-html",
|
|
2910
|
+
"subject": "add delete button for response area PD-778",
|
|
2911
|
+
"merge": null,
|
|
2912
|
+
"header": "fix(editable-html): add delete button for response area PD-778",
|
|
2913
|
+
"body": null,
|
|
2914
|
+
"footer": null,
|
|
2915
|
+
"notes": [],
|
|
2916
|
+
"hash": "234ba061a5208b9195553bfe5cfc5a9ae49fa6d5",
|
|
2917
|
+
"gitTags": "",
|
|
2918
|
+
"committerDate": "2021-02-26 17:41:11 +0200",
|
|
2919
|
+
"isTagged": true,
|
|
2920
|
+
"tag": "@pie-lib/editable-html@7.16.9"
|
|
2921
|
+
},
|
|
2922
|
+
{
|
|
2923
|
+
"type": "fix",
|
|
2924
|
+
"scope": "editable-html",
|
|
2925
|
+
"subject": "add min and max height to fix PD-694",
|
|
2926
|
+
"merge": null,
|
|
2927
|
+
"header": "fix(editable-html): add min and max height to fix PD-694",
|
|
2928
|
+
"body": null,
|
|
2929
|
+
"footer": null,
|
|
2930
|
+
"notes": [],
|
|
2931
|
+
"hash": "955db39747dbbb5c7a23eb01d1071fffe6f6ee2b",
|
|
2932
|
+
"gitTags": "",
|
|
2933
|
+
"committerDate": "2021-02-26 10:37:55 +0200",
|
|
2934
|
+
"isTagged": true,
|
|
2935
|
+
"tag": "@pie-lib/editable-html@7.16.9"
|
|
2936
|
+
},
|
|
2937
|
+
{
|
|
2938
|
+
"type": "fix",
|
|
2939
|
+
"scope": "editable-html",
|
|
2940
|
+
"subject": "custom key fix for math keypad - PD-388",
|
|
2941
|
+
"merge": null,
|
|
2942
|
+
"header": "fix(editable-html): custom key fix for math keypad - PD-388",
|
|
2943
|
+
"body": null,
|
|
2944
|
+
"footer": null,
|
|
2945
|
+
"notes": [],
|
|
2946
|
+
"hash": "adba7f0735eb4c4bc05b6bda9072fafcfe21e71a",
|
|
2947
|
+
"gitTags": " (origin/fix/PD-388-fix-custom-keys)",
|
|
2948
|
+
"committerDate": "2021-03-19 18:21:28 +0200",
|
|
2949
|
+
"isTagged": true,
|
|
2950
|
+
"tag": "@pie-lib/editable-html@7.16.14"
|
|
2951
|
+
},
|
|
2952
|
+
{
|
|
2953
|
+
"type": "fix",
|
|
2954
|
+
"scope": "table",
|
|
2955
|
+
"subject": "made sure table block is not the latest node in the document [PD-341]",
|
|
2956
|
+
"merge": null,
|
|
2957
|
+
"header": "fix(table): made sure table block is not the latest node in the document [PD-341]",
|
|
2958
|
+
"body": null,
|
|
2959
|
+
"footer": null,
|
|
2960
|
+
"notes": [],
|
|
2961
|
+
"hash": "90bb47aa4f24540198cd7fabd674de99db332e83",
|
|
2962
|
+
"gitTags": " (origin/feat/PD-341-table-last-element-issues)",
|
|
2963
|
+
"committerDate": "2021-06-24 12:52:20 +0300",
|
|
2964
|
+
"isTagged": true,
|
|
2965
|
+
"tag": "@pie-lib/editable-html@7.16.17"
|
|
2966
|
+
},
|
|
2967
|
+
{
|
|
2968
|
+
"type": "fix",
|
|
2969
|
+
"scope": "editable-html",
|
|
2970
|
+
"subject": "insert video should not accept audio and vice versa PD-832",
|
|
2971
|
+
"merge": null,
|
|
2972
|
+
"header": "fix(editable-html): insert video should not accept audio and vice versa PD-832",
|
|
2973
|
+
"body": null,
|
|
2974
|
+
"footer": null,
|
|
2975
|
+
"notes": [],
|
|
2976
|
+
"hash": "4e1e0a361d3d60acbafd8da5b3e09990bf4ddc47",
|
|
2977
|
+
"gitTags": " (origin/fix/PD-832/editable-html-insert-media)",
|
|
2978
|
+
"committerDate": "2021-05-25 16:08:18 +0300",
|
|
2979
|
+
"isTagged": true,
|
|
2980
|
+
"tag": "@pie-lib/editable-html@7.16.17"
|
|
2981
|
+
},
|
|
2982
|
+
{
|
|
2983
|
+
"type": "fix",
|
|
2984
|
+
"scope": "editable-html",
|
|
2985
|
+
"subject": "Fixed error checking makes it difficult to type a URL - PD-1082",
|
|
2986
|
+
"merge": null,
|
|
2987
|
+
"header": "fix(editable-html): Fixed error checking makes it difficult to type a URL - PD-1082",
|
|
2988
|
+
"body": null,
|
|
2989
|
+
"footer": null,
|
|
2990
|
+
"notes": [],
|
|
2991
|
+
"hash": "42c5ad383e802a338ca046eecb47a664d83a3172",
|
|
2992
|
+
"gitTags": " (origin/fix/PD-1082)",
|
|
2993
|
+
"committerDate": "2021-05-20 13:09:42 +0300",
|
|
2994
|
+
"isTagged": true,
|
|
2995
|
+
"tag": "@pie-lib/editable-html@7.16.17"
|
|
2996
|
+
},
|
|
2997
|
+
{
|
|
2998
|
+
"type": "fix",
|
|
2999
|
+
"scope": "editable-html",
|
|
3000
|
+
"subject": "Text edits will remain when resize window - PD-356",
|
|
3001
|
+
"merge": null,
|
|
3002
|
+
"header": "fix(editable-html): Text edits will remain when resize window - PD-356",
|
|
3003
|
+
"body": null,
|
|
3004
|
+
"footer": null,
|
|
3005
|
+
"notes": [],
|
|
3006
|
+
"hash": "c06caaf389a18f1143098045f68f6fed7403ddfe",
|
|
3007
|
+
"gitTags": "",
|
|
3008
|
+
"committerDate": "2021-05-06 11:13:31 +0300",
|
|
3009
|
+
"isTagged": true,
|
|
3010
|
+
"tag": "@pie-lib/editable-html@7.16.17"
|
|
3011
|
+
},
|
|
3012
|
+
{
|
|
3013
|
+
"type": "fix",
|
|
3014
|
+
"scope": "inline-dropdown",
|
|
3015
|
+
"subject": "Called onBlur on editable-html - PD-294",
|
|
3016
|
+
"merge": null,
|
|
3017
|
+
"header": "fix(inline-dropdown): Called onBlur on editable-html - PD-294",
|
|
3018
|
+
"body": null,
|
|
3019
|
+
"footer": null,
|
|
3020
|
+
"notes": [],
|
|
3021
|
+
"hash": "437ef1d1a1eea1bf8829e6b5ae02103b7a7b7638",
|
|
3022
|
+
"gitTags": " (origin/fix/PD-294-editable-html)",
|
|
3023
|
+
"committerDate": "2021-04-28 10:56:30 +0300",
|
|
3024
|
+
"isTagged": true,
|
|
3025
|
+
"tag": "@pie-lib/editable-html@7.16.17"
|
|
3026
|
+
},
|
|
3027
|
+
{
|
|
3028
|
+
"type": "fix",
|
|
3029
|
+
"scope": "editable-html",
|
|
3030
|
+
"subject": "remove green checkmark next to the delete button on the toolbar PD-1125",
|
|
3031
|
+
"merge": null,
|
|
3032
|
+
"header": "fix(editable-html): remove green checkmark next to the delete button on the toolbar PD-1125",
|
|
3033
|
+
"body": null,
|
|
3034
|
+
"footer": null,
|
|
3035
|
+
"notes": [],
|
|
3036
|
+
"hash": "b2cb463eb6ce64686b0c01f197376b4c8ccf240d",
|
|
3037
|
+
"gitTags": " (origin/fix/PD-1125/remove-checkmark-from-toolbar)",
|
|
3038
|
+
"committerDate": "2021-04-23 11:26:48 +0300",
|
|
3039
|
+
"isTagged": true,
|
|
3040
|
+
"tag": "@pie-lib/editable-html@7.16.17"
|
|
3041
|
+
},
|
|
3042
|
+
{
|
|
3043
|
+
"type": "fix",
|
|
3044
|
+
"scope": "multi-trait-rubric",
|
|
3045
|
+
"subject": "Added right and left alignment for the toolbar",
|
|
3046
|
+
"merge": null,
|
|
3047
|
+
"header": "fix(multi-trait-rubric): Added right and left alignment for the toolbar",
|
|
3048
|
+
"body": null,
|
|
3049
|
+
"footer": null,
|
|
3050
|
+
"notes": [],
|
|
3051
|
+
"hash": "f3def8b5ff63e9cd7c31fad194fe8f6bd7e0b491",
|
|
3052
|
+
"gitTags": " (origin/fix/PD-1106)",
|
|
3053
|
+
"committerDate": "2021-04-20 18:08:11 +0300",
|
|
3054
|
+
"isTagged": true,
|
|
3055
|
+
"tag": "@pie-lib/editable-html@7.16.17"
|
|
3056
|
+
},
|
|
3057
|
+
{
|
|
3058
|
+
"type": "fix",
|
|
3059
|
+
"scope": "editable-html",
|
|
3060
|
+
"subject": "add refs for editors, fix propTypes warnings for PD-1230",
|
|
3061
|
+
"merge": null,
|
|
3062
|
+
"header": "fix(editable-html): add refs for editors, fix propTypes warnings for PD-1230",
|
|
3063
|
+
"body": null,
|
|
3064
|
+
"footer": null,
|
|
3065
|
+
"notes": [],
|
|
3066
|
+
"hash": "c6e3a2abc105d2c08ecc12b1b4c7c089f857d966",
|
|
3067
|
+
"gitTags": " (origin/fix/PD-1230)",
|
|
3068
|
+
"committerDate": "2021-07-14 13:54:44 +0300",
|
|
3069
|
+
"isTagged": true,
|
|
3070
|
+
"tag": "@pie-lib/editable-html@7.17.0"
|
|
3071
|
+
},
|
|
3072
|
+
{
|
|
3073
|
+
"type": "feat",
|
|
3074
|
+
"scope": "editable-html",
|
|
3075
|
+
"subject": "add prop that allows editable-html fields to be validated PD-601",
|
|
3076
|
+
"merge": null,
|
|
3077
|
+
"header": "feat(editable-html): add prop that allows editable-html fields to be validated PD-601",
|
|
3078
|
+
"body": null,
|
|
3079
|
+
"footer": null,
|
|
3080
|
+
"notes": [],
|
|
3081
|
+
"hash": "2fe2b9bd362d4be7b3b0bd5f4c6012f99218a394",
|
|
3082
|
+
"gitTags": " (origin/feat/PD-601/add-validation-editable-html)",
|
|
3083
|
+
"committerDate": "2021-07-07 11:43:21 +0300",
|
|
3084
|
+
"isTagged": true,
|
|
3085
|
+
"tag": "@pie-lib/editable-html@7.17.0"
|
|
3086
|
+
},
|
|
3087
|
+
{
|
|
3088
|
+
"type": "fix",
|
|
3089
|
+
"scope": "editable-html",
|
|
3090
|
+
"subject": "Updated serialization PD-859",
|
|
3091
|
+
"merge": null,
|
|
3092
|
+
"header": "fix(editable-html): Updated serialization PD-859",
|
|
3093
|
+
"body": null,
|
|
3094
|
+
"footer": null,
|
|
3095
|
+
"notes": [],
|
|
3096
|
+
"hash": "5f30897d1a3413339b618e74d3f04db6e9fff470",
|
|
3097
|
+
"gitTags": " (origin/fix/PD-859)",
|
|
3098
|
+
"committerDate": "2021-07-02 16:44:38 +0300",
|
|
3099
|
+
"isTagged": true,
|
|
3100
|
+
"tag": "@pie-lib/editable-html@7.17.0"
|
|
3101
|
+
},
|
|
3102
|
+
{
|
|
3103
|
+
"type": "fix",
|
|
3104
|
+
"scope": "table",
|
|
3105
|
+
"subject": "made sure inserting a table at last position works [PD-1240]",
|
|
3106
|
+
"merge": null,
|
|
3107
|
+
"header": "fix(table): made sure inserting a table at last position works [PD-1240]",
|
|
3108
|
+
"body": null,
|
|
3109
|
+
"footer": null,
|
|
3110
|
+
"notes": [],
|
|
3111
|
+
"hash": "e81ba95d228b5348f513f8d47587148c8666dc3e",
|
|
3112
|
+
"gitTags": " (origin/feat/PD-1240-insert-table-last-works)",
|
|
3113
|
+
"committerDate": "2021-07-27 13:57:09 +0300",
|
|
3114
|
+
"isTagged": true,
|
|
3115
|
+
"tag": "@pie-lib/editable-html@7.17.1"
|
|
3116
|
+
},
|
|
3117
|
+
{
|
|
3118
|
+
"type": "fix",
|
|
3119
|
+
"scope": "paragraph",
|
|
3120
|
+
"subject": "made sure that long words are broken into separate lines regardless if they are in a paragraph or not [PD-194]",
|
|
3121
|
+
"merge": null,
|
|
3122
|
+
"header": "fix(paragraph): made sure that long words are broken into separate lines regardless if they are in a paragraph or not [PD-194]",
|
|
3123
|
+
"body": null,
|
|
3124
|
+
"footer": null,
|
|
3125
|
+
"notes": [],
|
|
3126
|
+
"hash": "df0f97d5c83dc55fc5c745a41c827e6023de92b5",
|
|
3127
|
+
"gitTags": " (origin/feat/PD-194-expand-behaviour)",
|
|
3128
|
+
"committerDate": "2021-07-30 12:06:15 +0300",
|
|
3129
|
+
"isTagged": true,
|
|
3130
|
+
"tag": "@pie-lib/editable-html@7.17.2"
|
|
3131
|
+
},
|
|
3132
|
+
{
|
|
3133
|
+
"type": "fix",
|
|
3134
|
+
"scope": "paragraph",
|
|
3135
|
+
"subject": "made sure the text is broken into separate lines and not expanding [PD-194]",
|
|
3136
|
+
"merge": null,
|
|
3137
|
+
"header": "fix(paragraph): made sure the text is broken into separate lines and not expanding [PD-194]",
|
|
3138
|
+
"body": null,
|
|
3139
|
+
"footer": null,
|
|
3140
|
+
"notes": [],
|
|
3141
|
+
"hash": "35c68078f2412fa3fc03b14b40542f9c9a2e4865",
|
|
3142
|
+
"gitTags": "",
|
|
3143
|
+
"committerDate": "2021-07-30 11:06:51 +0300",
|
|
3144
|
+
"isTagged": true,
|
|
3145
|
+
"tag": "@pie-lib/editable-html@7.17.2"
|
|
3146
|
+
},
|
|
3147
|
+
{
|
|
3148
|
+
"type": "fix",
|
|
3149
|
+
"scope": "editor",
|
|
3150
|
+
"subject": "made sure that if the editor loses focus, the onBlur function is called no matter what [PD-1126]",
|
|
3151
|
+
"merge": null,
|
|
3152
|
+
"header": "fix(editor): made sure that if the editor loses focus, the onBlur function is called no matter what [PD-1126]",
|
|
3153
|
+
"body": null,
|
|
3154
|
+
"footer": null,
|
|
3155
|
+
"notes": [],
|
|
3156
|
+
"hash": "906046c3176d86934a40b0e22c0a4a0166714f4a",
|
|
3157
|
+
"gitTags": "",
|
|
3158
|
+
"committerDate": "2021-08-12 13:40:51 +0300",
|
|
3159
|
+
"isTagged": true,
|
|
3160
|
+
"tag": "@pie-lib/editable-html@7.17.3"
|
|
3161
|
+
},
|
|
3162
|
+
{
|
|
3163
|
+
"type": "fix",
|
|
3164
|
+
"scope": "editor",
|
|
3165
|
+
"subject": "made sure that if the editor loses focus, the onBlur function is called only if the focus is still not inside the dom element [PD-1126]",
|
|
3166
|
+
"merge": null,
|
|
3167
|
+
"header": "fix(editor): made sure that if the editor loses focus, the onBlur function is called only if the focus is still not inside the dom element [PD-1126]",
|
|
3168
|
+
"body": null,
|
|
3169
|
+
"footer": null,
|
|
3170
|
+
"notes": [],
|
|
3171
|
+
"hash": "e74f00a7949ab1ab993fb618d087f6156ab0e67f",
|
|
3172
|
+
"gitTags": " (origin/fix/editable-html-dom-blur)",
|
|
3173
|
+
"committerDate": "2021-09-20 11:10:47 +0300",
|
|
3174
|
+
"isTagged": true,
|
|
3175
|
+
"tag": "@pie-lib/editable-html@7.17.8"
|
|
3176
|
+
},
|
|
3177
|
+
{
|
|
3178
|
+
"type": "fix",
|
|
3179
|
+
"scope": "editor",
|
|
3180
|
+
"subject": "used dom refs in order to check if the editor is still in focus [PD-1126]",
|
|
3181
|
+
"merge": null,
|
|
3182
|
+
"header": "fix(editor): used dom refs in order to check if the editor is still in focus [PD-1126]",
|
|
3183
|
+
"body": null,
|
|
3184
|
+
"footer": null,
|
|
3185
|
+
"notes": [],
|
|
3186
|
+
"hash": "99e0f72de5a208c5760723bad4698b9115ac80e7",
|
|
3187
|
+
"gitTags": " (origin/fix/editable-html-dom-blur-query-fix)",
|
|
3188
|
+
"committerDate": "2021-09-20 13:43:11 +0300",
|
|
3189
|
+
"isTagged": true,
|
|
3190
|
+
"tag": "@pie-lib/editable-html@7.17.9"
|
|
3191
|
+
},
|
|
3192
|
+
{
|
|
3193
|
+
"type": "fix",
|
|
3194
|
+
"scope": "serialization",
|
|
3195
|
+
"subject": "made sure that units are not added to numbered values when they are encountered [PD-722]",
|
|
3196
|
+
"merge": null,
|
|
3197
|
+
"header": "fix(serialization): made sure that units are not added to numbered values when they are encountered [PD-722]",
|
|
3198
|
+
"body": null,
|
|
3199
|
+
"footer": null,
|
|
3200
|
+
"notes": [],
|
|
3201
|
+
"hash": "8d229cf92ce1cf68db194d281803a79c03141d8a",
|
|
3202
|
+
"gitTags": " (origin/fix/PD-722-no-unit-adding)",
|
|
3203
|
+
"committerDate": "2021-09-27 15:01:05 +0300",
|
|
3204
|
+
"isTagged": true,
|
|
3205
|
+
"tag": "@pie-lib/editable-html@7.17.10"
|
|
3206
|
+
},
|
|
3207
|
+
{
|
|
3208
|
+
"type": "fix",
|
|
3209
|
+
"scope": "editor",
|
|
3210
|
+
"subject": "made sure space is added after table even when there is a div wrapper [PD-1614]",
|
|
3211
|
+
"merge": null,
|
|
3212
|
+
"header": "fix(editor): made sure space is added after table even when there is a div wrapper [PD-1614]",
|
|
3213
|
+
"body": null,
|
|
3214
|
+
"footer": null,
|
|
3215
|
+
"notes": [],
|
|
3216
|
+
"hash": "5aa8bd167705a4715b4e9835d6031502ea122980",
|
|
3217
|
+
"gitTags": " (origin/fix/PD-1614-table-space-after)",
|
|
3218
|
+
"committerDate": "2022-02-21 12:39:01 +0200",
|
|
3219
|
+
"isTagged": true,
|
|
3220
|
+
"tag": "@pie-lib/editable-html@7.18.0"
|
|
3221
|
+
},
|
|
3222
|
+
{
|
|
3223
|
+
"type": "feat",
|
|
3224
|
+
"scope": "editor",
|
|
3225
|
+
"subject": "made sure x<y is not removed from the math latex [PD-1475]",
|
|
3226
|
+
"merge": null,
|
|
3227
|
+
"header": "feat(editor): made sure x<y is not removed from the math latex [PD-1475]",
|
|
3228
|
+
"body": null,
|
|
3229
|
+
"footer": null,
|
|
3230
|
+
"notes": [],
|
|
3231
|
+
"hash": "ea94ad06a75c5caae5d2ad18bc68634c99541e0f",
|
|
3232
|
+
"gitTags": " (origin/feat/PD-1475-math-serialization)",
|
|
3233
|
+
"committerDate": "2022-01-28 10:36:25 +0200",
|
|
3234
|
+
"isTagged": true,
|
|
3235
|
+
"tag": "@pie-lib/editable-html@7.18.0"
|
|
3236
|
+
},
|
|
3237
|
+
{
|
|
3238
|
+
"type": "fix",
|
|
3239
|
+
"scope": "editable-html",
|
|
3240
|
+
"subject": "Insert button from video/audio modal can't be pressed if the URL is empty PD-1488",
|
|
3241
|
+
"merge": null,
|
|
3242
|
+
"header": "fix(editable-html): Insert button from video/audio modal can't be pressed if the URL is empty PD-1488",
|
|
3243
|
+
"body": null,
|
|
3244
|
+
"footer": null,
|
|
3245
|
+
"notes": [],
|
|
3246
|
+
"hash": "6c7c1f66c3b916b60c66ce428b9316bfa2d35d1e",
|
|
3247
|
+
"gitTags": " (origin/fix/PD-1488)",
|
|
3248
|
+
"committerDate": "2022-01-19 14:48:55 +0200",
|
|
3249
|
+
"isTagged": true,
|
|
3250
|
+
"tag": "@pie-lib/editable-html@7.18.0"
|
|
3251
|
+
},
|
|
3252
|
+
{
|
|
3253
|
+
"type": "feat",
|
|
3254
|
+
"scope": "editor",
|
|
3255
|
+
"subject": "made sure cursor is visible before and after custom void elements [PD-1474]",
|
|
3256
|
+
"merge": null,
|
|
3257
|
+
"header": "feat(editor): made sure cursor is visible before and after custom void elements [PD-1474]",
|
|
3258
|
+
"body": null,
|
|
3259
|
+
"footer": null,
|
|
3260
|
+
"notes": [],
|
|
3261
|
+
"hash": "189ee2d91dbf40f9ae9fdd49e058a73ba76364ab",
|
|
3262
|
+
"gitTags": " (origin/feat/PD-1474-cursor-and-spacing)",
|
|
3263
|
+
"committerDate": "2022-01-18 14:29:08 +0200",
|
|
3264
|
+
"isTagged": true,
|
|
3265
|
+
"tag": "@pie-lib/editable-html@7.18.0"
|
|
3266
|
+
},
|
|
3267
|
+
{
|
|
3268
|
+
"type": "feat",
|
|
3269
|
+
"scope": "table",
|
|
3270
|
+
"subject": "made sure focus is switched to first cell of the table when adding one [PD-1455]",
|
|
3271
|
+
"merge": null,
|
|
3272
|
+
"header": "feat(table): made sure focus is switched to first cell of the table when adding one [PD-1455]",
|
|
3273
|
+
"body": null,
|
|
3274
|
+
"footer": null,
|
|
3275
|
+
"notes": [],
|
|
3276
|
+
"hash": "907c230457754e35804138afa7de87c25f27241e",
|
|
3277
|
+
"gitTags": "",
|
|
3278
|
+
"committerDate": "2021-12-27 17:10:59 +0200",
|
|
3279
|
+
"isTagged": true,
|
|
3280
|
+
"tag": "@pie-lib/editable-html@7.18.0"
|
|
3281
|
+
},
|
|
3282
|
+
{
|
|
3283
|
+
"type": "feat",
|
|
3284
|
+
"scope": "table",
|
|
3285
|
+
"subject": "made sure default border is 1 for tables [PD-1459]",
|
|
3286
|
+
"merge": null,
|
|
3287
|
+
"header": "feat(table): made sure default border is 1 for tables [PD-1459]",
|
|
3288
|
+
"body": null,
|
|
3289
|
+
"footer": null,
|
|
3290
|
+
"notes": [],
|
|
3291
|
+
"hash": "e8bd0d746ce367499b26883183e1e79babadee4a",
|
|
3292
|
+
"gitTags": "",
|
|
3293
|
+
"committerDate": "2021-12-13 18:01:26 +0200",
|
|
3294
|
+
"isTagged": true,
|
|
3295
|
+
"tag": "@pie-lib/editable-html@7.18.0"
|
|
3296
|
+
},
|
|
3297
|
+
{
|
|
3298
|
+
"type": "fix",
|
|
3299
|
+
"scope": "editable-html",
|
|
3300
|
+
"subject": "fix style for table rendering PD-1459",
|
|
3301
|
+
"merge": null,
|
|
3302
|
+
"header": "fix(editable-html): fix style for table rendering PD-1459",
|
|
3303
|
+
"body": null,
|
|
3304
|
+
"footer": null,
|
|
3305
|
+
"notes": [],
|
|
3306
|
+
"hash": "7c139b59bd45f49b3b57ea8fa3ce6d0136b996c1",
|
|
3307
|
+
"gitTags": "",
|
|
3308
|
+
"committerDate": "2021-12-10 10:26:42 +0200",
|
|
3309
|
+
"isTagged": true,
|
|
3310
|
+
"tag": "@pie-lib/editable-html@7.18.0"
|
|
3311
|
+
},
|
|
3312
|
+
{
|
|
3313
|
+
"type": "feat",
|
|
3314
|
+
"scope": "editable-html",
|
|
3315
|
+
"subject": "drag-in-the-blank visually indicate when response area is selected, hide non-applicable tools PD-1383",
|
|
3316
|
+
"merge": null,
|
|
3317
|
+
"header": "feat(editable-html): drag-in-the-blank visually indicate when response area is selected, hide non-applicable tools PD-1383",
|
|
3318
|
+
"body": null,
|
|
3319
|
+
"footer": null,
|
|
3320
|
+
"notes": [],
|
|
3321
|
+
"hash": "a3b7d0898a1bb3d1c3626f05a4fcdae4371e9f6f",
|
|
3322
|
+
"gitTags": "",
|
|
3323
|
+
"committerDate": "2021-11-12 13:23:37 +0200",
|
|
3324
|
+
"isTagged": true,
|
|
3325
|
+
"tag": "@pie-lib/editable-html@7.18.0"
|
|
3326
|
+
}
|
|
3327
|
+
]
|