@pie-element/complex-rubric 3.8.4-next.9 → 5.0.1-esmbeta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +42 -0
- package/configure/CHANGELOG.md +16 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/CHANGELOG.json +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/CHANGELOG.md +2472 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/LICENSE.md +5 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/README.md +55 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/CHANGELOG.json +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/CHANGELOG.md +2314 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/common.js +584 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/common.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/defaults.js +152 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/defaults.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/index.js +223 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/main.js +546 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/main.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/modals.js +361 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/modals.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/scale.js +556 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/scale.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/trait.js +380 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/trait.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/traitsHeader.js +296 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/traitsHeader.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/utils.js +118 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/lib/utils.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/configure/package.json +21 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/controller/CHANGELOG.json +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/controller/CHANGELOG.md +1555 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/defaults.js +19 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/defaults.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/index.js +215 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/utils.js +13 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/controller/lib/utils.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/controller/package.json +14 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/docs/config-schema.json +1628 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/docs/config-schema.json.md +1202 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/docs/demo/config.js +8 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/docs/demo/generate.js +117 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/docs/demo/index.html +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/docs/demo/session.js +6 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/docs/pie-schema.json +861 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/docs/pie-schema.json.md +614 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/esm/configure.css +847 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/esm/configure.js +5058 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/esm/configure.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/esm/controller.css +847 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/esm/controller.js +176 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/esm/controller.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/esm/element.css +847 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/esm/element.js +858 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/esm/element.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/lib/index.js +91 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/lib/main.js +164 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/lib/main.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/lib/scale.js +330 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/lib/scale.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/lib/trait.js +103 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/lib/trait.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/CHANGELOG.json +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/CHANGELOG.md +1026 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/NEXT.CHANGELOG.json +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/esm/index.js +1616 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/esm/index.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/lib/append-css-rules.js +88 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/lib/append-css-rules.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/lib/assets/enableAudioAutoplayImage.js +9 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/lib/assets/enableAudioAutoplayImage.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/lib/collapsible/index.js +135 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/lib/collapsible/index.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/lib/color.js +344 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/lib/color.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/lib/feedback.js +150 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/lib/feedback.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/lib/has-media.js +27 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/lib/has-media.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/lib/has-text.js +28 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/lib/has-text.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/lib/html-and-math.js +74 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/lib/html-and-math.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/lib/index.js +136 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/lib/input-container.js +60 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/lib/input-container.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/lib/preview-layout.js +145 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/lib/preview-layout.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/lib/preview-prompt.js +321 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/lib/preview-prompt.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/lib/purpose.js +28 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/lib/purpose.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/lib/readable.js +28 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/lib/readable.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/lib/response-indicators.js +151 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/lib/response-indicators.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/lib/ui-layout.js +122 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/lib/ui-layout.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/lib/withUndoReset.js +181 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/lib/withUndoReset.js.map +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/package.json +40 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/src/__tests__/__snapshots__/html-and-math.test.js.snap +11 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/src/__tests__/__snapshots__/preview-prompt.test.jsx.snap +37 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/src/__tests__/__snapshots__/purpose.test.jsx.snap +42 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/src/__tests__/__snapshots__/readable.test.jsx.snap +64 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/src/__tests__/__snapshots__/response-indicators.test.jsx.snap +27 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/src/__tests__/color.test.js +12 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/src/__tests__/has-media.test.js +20 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/src/__tests__/has-text.test.js +21 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/src/__tests__/html-and-math.test.js +24 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/src/__tests__/preview-prompt.test.jsx +56 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/src/__tests__/purpose.test.jsx +47 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/src/__tests__/readable.test.jsx +64 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/src/__tests__/response-indicators.test.jsx +16 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/src/__tests__/ui-layout.test.jsx +34 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/src/__tests__/withUndoReset.test.jsx +254 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/src/append-css-rules.js +51 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/src/assets/enableAudioAutoplayImage.js +1 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/src/collapsible/__tests__/__snapshots__/index.test.jsx.snap +18 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/src/collapsible/__tests__/index.test.jsx +13 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/src/collapsible/index.jsx +64 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/src/color.js +121 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/src/feedback.jsx +99 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/src/has-media.js +16 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/src/has-text.js +18 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/src/html-and-math.js +21 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/src/index.js +35 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/src/input-container.jsx +41 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/src/preview-layout.jsx +95 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/src/preview-prompt.jsx +254 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/src/purpose.jsx +17 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/src/readable.jsx +19 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/src/response-indicators.jsx +89 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/src/ui-layout.jsx +66 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/node_modules/@pie-lib/render-ui/src/withUndoReset.jsx +116 -0
- package/configure/node_modules/@pie-element/multi-trait-rubric/package.json +42 -0
- package/configure/node_modules/@pie-element/rubric/CHANGELOG.json +257 -0
- package/configure/node_modules/@pie-element/rubric/CHANGELOG.md +2755 -0
- package/configure/node_modules/@pie-element/rubric/LICENSE.md +5 -0
- package/configure/node_modules/@pie-element/rubric/README.md +3 -0
- package/configure/node_modules/@pie-element/rubric/configure/CHANGELOG.json +197 -0
- package/configure/node_modules/@pie-element/rubric/configure/CHANGELOG.md +2522 -0
- package/configure/node_modules/@pie-element/rubric/configure/lib/defaults.js +68 -0
- package/configure/node_modules/@pie-element/rubric/configure/lib/defaults.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/lib/index.js +197 -0
- package/configure/node_modules/@pie-element/rubric/configure/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/lib/main.js +162 -0
- package/configure/node_modules/@pie-element/rubric/configure/lib/main.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/lib/pie-toolbox-rubric/authoring.js +573 -0
- package/configure/node_modules/@pie-element/rubric/configure/lib/pie-toolbox-rubric/authoring.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/lib/pie-toolbox-rubric/index.js +24 -0
- package/configure/node_modules/@pie-element/rubric/configure/lib/pie-toolbox-rubric/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/lib/pie-toolbox-rubric/point-menu.js +172 -0
- package/configure/node_modules/@pie-element/rubric/configure/lib/pie-toolbox-rubric/point-menu.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/CHANGELOG.json +32 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/CHANGELOG.md +2198 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/NEXT.CHANGELOG.json +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/esm/index.js +3808 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/esm/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/alert-dialog.js +75 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/alert-dialog.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/checkbox.js +99 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/checkbox.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/choice-configuration/feedback-menu.js +164 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/choice-configuration/feedback-menu.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/choice-configuration/index.js +445 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/choice-configuration/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/choice-utils.js +54 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/choice-utils.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/feedback-config/feedback-selector.js +195 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/feedback-config/feedback-selector.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/feedback-config/group.js +75 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/feedback-config/group.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/feedback-config/index.js +189 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/feedback-config/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/form-section.js +46 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/form-section.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/help.js +147 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/help.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/index.js +216 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/input.js +139 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/input.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/inputs.js +139 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/inputs.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/langs.js +179 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/langs.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/layout/config-layout.js +143 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/layout/config-layout.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/layout/index.js +24 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/layout/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/layout/layout-contents.js +191 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/layout/layout-contents.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/layout/settings-box.js +86 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/layout/settings-box.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/mui-box/index.js +79 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/mui-box/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/number-text-field-custom.js +458 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/number-text-field-custom.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/number-text-field.js +267 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/number-text-field.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/radio-with-label.js +49 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/radio-with-label.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/settings/display-size.js +77 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/settings/display-size.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/settings/index.js +143 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/settings/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/settings/panel.js +463 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/settings/panel.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/settings/settings-radio-label.js +53 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/settings/settings-radio-label.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/settings/toggle.js +74 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/settings/toggle.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/tabs/index.js +110 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/tabs/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/tags-input/index.js +198 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/tags-input/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/two-choice.js +180 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/two-choice.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/with-stateful-model.js +84 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/lib/with-stateful-model.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/package.json +40 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/__tests__/__snapshots__/langs.test.jsx.snap +32 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/__tests__/__snapshots__/settings-panel.test.js.snap +115 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/__tests__/__snapshots__/two-choice.test.js.snap +171 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/__tests__/choice-utils.test.js +12 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/__tests__/langs.test.jsx +37 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/__tests__/number-text-field.test.jsx +148 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/__tests__/settings-panel.test.js +204 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/__tests__/two-choice.test.js +24 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/alert-dialog.jsx +56 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/checkbox.jsx +73 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/choice-configuration/__tests__/__snapshots__/feedback-menu.test.jsx.snap +51 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/choice-configuration/__tests__/__snapshots__/index.test.jsx.snap +519 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/choice-configuration/__tests__/feedback-menu.test.jsx +10 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/choice-configuration/__tests__/index.test.jsx +92 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/choice-configuration/feedback-menu.jsx +90 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/choice-configuration/index.jsx +365 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/choice-utils.js +30 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/feedback-config/__tests__/__snapshots__/feedback-config.test.jsx.snap +27 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/feedback-config/__tests__/__snapshots__/feedback-selector.test.jsx.snap +38 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/feedback-config/__tests__/feedback-config.test.jsx +71 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/feedback-config/__tests__/feedback-selector.test.jsx +60 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/feedback-config/feedback-selector.jsx +122 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/feedback-config/group.jsx +52 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/feedback-config/index.jsx +112 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/form-section.jsx +23 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/help.jsx +87 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/index.js +55 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/input.jsx +72 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/inputs.jsx +98 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/langs.jsx +111 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/layout/__tests__/__snapshots__/config.layout.test.jsx.snap +59 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/layout/__tests__/config.layout.test.jsx +42 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/layout/__tests__/layout-content.test.jsx +3 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/layout/config-layout.jsx +75 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/layout/index.js +4 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/layout/layout-contents.jsx +118 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/layout/settings-box.jsx +35 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/mui-box/index.jsx +64 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/number-text-field-custom.jsx +337 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/number-text-field.jsx +202 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/radio-with-label.jsx +22 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/settings/display-size.jsx +52 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/settings/index.js +83 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/settings/panel.jsx +328 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/settings/settings-radio-label.jsx +24 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/settings/toggle.jsx +49 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/tabs/index.jsx +47 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/tags-input/__tests__/__snapshots__/index.test.jsx.snap +170 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/tags-input/__tests__/index.test.jsx +62 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/tags-input/index.jsx +119 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/two-choice.jsx +94 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/config-ui/src/with-stateful-model.jsx +36 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/CHANGELOG.json +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/CHANGELOG.md +709 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/NEXT.CHANGELOG.json +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/esm/index.js +525 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/esm/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/lib/choice.js +129 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/lib/choice.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/lib/drag-in-the-blank-dp.js +35 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/lib/drag-in-the-blank-dp.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/lib/drag-type.js +15 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/lib/drag-type.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/lib/droppable-placeholder.js +82 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/lib/droppable-placeholder.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/lib/ica-dp.js +37 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/lib/ica-dp.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/lib/index.js +89 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/lib/match-list-dp.js +37 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/lib/match-list-dp.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/lib/placeholder.js +153 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/lib/placeholder.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/lib/preview-component.js +194 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/lib/preview-component.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/lib/swap.js +25 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/lib/swap.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/lib/uid-context.js +40 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/lib/uid-context.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/lib/with-drag-context.js +59 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/lib/with-drag-context.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/package.json +34 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/src/__tests__/__snapshots__/placeholder.test.jsx.snap +68 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/src/__tests__/placeholder.test.jsx +48 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/src/__tests__/uid-context.test.jsx +21 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/src/choice.jsx +76 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/src/drag-in-the-blank-dp.jsx +19 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/src/drag-type.js +7 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/src/droppable-placeholder.jsx +38 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/src/ica-dp.jsx +23 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/src/index.js +23 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/src/match-list-dp.jsx +23 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/src/placeholder.jsx +145 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/src/preview-component.jsx +153 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/src/swap.js +14 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/src/uid-context.js +13 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/drag/src/with-drag-context.js +32 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/CHANGELOG.json +32 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/CHANGELOG.md +2224 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/NEXT.CHANGELOG.json +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/esm/index.js +9998 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/esm/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/block-tags.js +25 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/block-tags.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/constants.js +16 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/constants.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/editor.js +1356 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/editor.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/index.js +269 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/parse-html.js +16 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/parse-html.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/characters/custom-popper.js +73 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/characters/custom-popper.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/characters/index.js +305 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/characters/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/characters/utils.js +381 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/characters/utils.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/css/icons/index.js +37 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/css/icons/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/css/index.js +397 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/css/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/customPlugin/index.js +114 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/customPlugin/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/html/icons/index.js +38 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/html/icons/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/html/index.js +80 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/html/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/image/alt-dialog.js +129 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/image/alt-dialog.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/image/component.js +419 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/image/component.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/image/image-toolbar.js +177 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/image/image-toolbar.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/image/index.js +263 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/image/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/image/insert-image-handler.js +161 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/image/insert-image-handler.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/index.js +402 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/list/index.js +334 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/list/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/math/index.js +454 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/math/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/media/index.js +387 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/media/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/media/media-dialog.js +709 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/media/media-dialog.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/media/media-toolbar.js +101 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/media/media-toolbar.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/media/media-wrapper.js +93 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/media/media-wrapper.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/rendering/index.js +46 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/rendering/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/drag-in-the-blank/choice.js +289 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/drag-in-the-blank/choice.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/drag-in-the-blank/index.js +97 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/drag-in-the-blank/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/explicit-constructed-response/index.js +57 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/explicit-constructed-response/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/icons/index.js +95 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/icons/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/index.js +341 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/inline-dropdown/index.js +75 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/inline-dropdown/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/math-templated/index.js +130 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/math-templated/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/utils.js +125 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/respArea/utils.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/table/CustomTablePlugin.js +133 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/table/CustomTablePlugin.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/table/icons/index.js +69 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/table/icons/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/table/index.js +483 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/table/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/table/table-toolbar.js +187 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/table/table-toolbar.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/textAlign/icons/index.js +226 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/textAlign/icons/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/textAlign/index.js +34 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/textAlign/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/default-toolbar.js +229 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/default-toolbar.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/done-button.js +53 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/done-button.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/editor-and-toolbar.js +286 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/editor-and-toolbar.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/index.js +34 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/toolbar-buttons.js +194 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/toolbar-buttons.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/toolbar.js +376 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/toolbar/toolbar.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/utils.js +62 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/plugins/utils.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/serialization.js +677 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/serialization.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/shared/alert-dialog.js +75 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/theme.js +9 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/lib/theme.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/package.json +60 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/__tests__/editor.test.jsx +363 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/__tests__/serialization.test.js +291 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/__tests__/utils.js +36 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/block-tags.js +17 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/constants.js +7 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/editor.jsx +1197 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/index.jsx +162 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/parse-html.js +8 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/README.md +27 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/characters/custom-popper.js +48 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/characters/index.jsx +284 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/characters/utils.js +447 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/css/icons/index.jsx +17 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/css/index.jsx +346 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/customPlugin/index.jsx +85 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/html/icons/index.jsx +19 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/html/index.jsx +72 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/image/__tests__/__snapshots__/component.test.jsx.snap +51 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/image/__tests__/__snapshots__/image-toolbar-logic.test.jsx.snap +27 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/image/__tests__/__snapshots__/image-toolbar.test.jsx.snap +44 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/image/__tests__/component.test.jsx +41 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/image/__tests__/image-toolbar-logic.test.jsx +42 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/image/__tests__/image-toolbar.test.jsx +11 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/image/__tests__/index.test.js +95 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/image/__tests__/insert-image-handler.test.js +113 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/image/__tests__/mock-change.js +15 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/image/alt-dialog.jsx +82 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/image/component.jsx +343 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/image/image-toolbar.jsx +100 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/image/index.jsx +227 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/image/insert-image-handler.js +117 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/index.jsx +360 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/list/__tests__/index.test.js +54 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/list/index.jsx +305 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/math/__tests__/__snapshots__/index.test.jsx.snap +48 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/math/__tests__/index.test.jsx +245 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/math/index.jsx +379 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/media/__tests__/index.test.js +75 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/media/index.jsx +325 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/media/media-dialog.js +624 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/media/media-toolbar.jsx +56 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/media/media-wrapper.jsx +43 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/rendering/index.js +31 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/respArea/drag-in-the-blank/choice.jsx +215 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/respArea/drag-in-the-blank/index.jsx +76 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/respArea/explicit-constructed-response/index.jsx +48 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/respArea/icons/index.jsx +71 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/respArea/index.jsx +299 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/respArea/inline-dropdown/index.jsx +70 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/respArea/math-templated/index.jsx +104 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/respArea/utils.jsx +90 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/table/CustomTablePlugin.js +113 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/table/__tests__/__snapshots__/table-toolbar.test.jsx.snap +44 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/table/__tests__/index.test.jsx +401 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/table/__tests__/table-toolbar.test.jsx +42 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/table/icons/index.jsx +53 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/table/index.jsx +427 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/table/table-toolbar.jsx +136 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/textAlign/icons/index.jsx +139 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/textAlign/index.jsx +23 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/toolbar/__tests__/__snapshots__/default-toolbar.test.jsx.snap +923 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/toolbar/__tests__/__snapshots__/editor-and-toolbar.test.jsx.snap +20 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/toolbar/__tests__/__snapshots__/toolbar-buttons.test.jsx.snap +36 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/toolbar/__tests__/__snapshots__/toolbar.test.jsx.snap +46 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/toolbar/__tests__/default-toolbar.test.jsx +94 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/toolbar/__tests__/editor-and-toolbar.test.jsx +37 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/toolbar/__tests__/toolbar-buttons.test.jsx +51 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/toolbar/__tests__/toolbar.test.jsx +106 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/toolbar/default-toolbar.jsx +206 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/toolbar/done-button.jsx +38 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/toolbar/editor-and-toolbar.jsx +257 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/toolbar/index.jsx +23 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/toolbar/toolbar-buttons.jsx +138 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/toolbar/toolbar.jsx +338 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/plugins/utils.js +31 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/serialization.jsx +621 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/editable-html/src/theme.js +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/icons/CHANGELOG.json +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/icons/CHANGELOG.md +539 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/icons/NEXT.CHANGELOG.json +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/icons/esm/index.js +1153 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/icons/esm/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/icons/lib/correct-icon.js +89 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/icons/lib/correct-icon.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/icons/lib/correct-response-icon.js +153 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/icons/lib/correct-response-icon.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/icons/lib/icon-base.js +206 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/icons/lib/icon-base.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/icons/lib/icon-root.js +130 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/icons/lib/icon-root.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/icons/lib/incorrect-icon.js +92 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/icons/lib/incorrect-icon.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/icons/lib/index.js +72 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/icons/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/icons/lib/instructions-icon.js +229 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/icons/lib/instructions-icon.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/icons/lib/learn-more-icon.js +145 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/icons/lib/learn-more-icon.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/icons/lib/nothing-submitted-icon.js +183 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/icons/lib/nothing-submitted-icon.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/icons/lib/partially-correct-icon.js +82 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/icons/lib/partially-correct-icon.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/icons/lib/show-rationale-icon.js +206 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/icons/lib/show-rationale-icon.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/icons/lib/sized.js +41 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/icons/lib/sized.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/icons/package.json +35 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/icons/src/__tests__/index.test.js +3 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/icons/src/correct-icon.jsx +64 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/icons/src/correct-response-icon.jsx +121 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/icons/src/icon-base.jsx +158 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/icons/src/icon-root.jsx +76 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/icons/src/incorrect-icon.jsx +61 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/icons/src/index.js +19 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/icons/src/instructions-icon.jsx +189 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/icons/src/learn-more-icon.jsx +107 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/icons/src/nothing-submitted-icon.jsx +130 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/icons/src/partially-correct-icon.jsx +49 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/icons/src/show-rationale-icon.jsx +152 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/icons/src/sized.jsx +25 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/CHANGELOG.json +17 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/CHANGELOG.md +1077 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/NEXT.CHANGELOG.json +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/esm/index.js +2134 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/esm/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/horizontal-keypad.js +124 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/horizontal-keypad.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/index.js +76 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keypad/index.js +512 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keypad/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keypad/keys-layout.js +34 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keypad/keys-layout.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/basic-operators.js +41 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/basic-operators.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/chars.js +17 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/chars.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/comparison.js +49 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/comparison.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/constants.js +43 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/constants.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/digits.js +53 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/digits.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/edit.js +17 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/edit.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/exponent.js +36 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/exponent.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/fractions.js +34 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/fractions.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/geometry.js +169 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/geometry.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/grades.js +295 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/grades.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/index.js +54 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/log.js +32 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/log.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/logic.js +23 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/logic.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/matrices.js +23 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/matrices.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/misc.js +74 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/misc.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/navigation.js +25 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/navigation.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/operators.js +18 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/operators.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/statistics.js +47 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/statistics.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/sub-sup.js +23 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/sub-sup.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/trigonometry.js +53 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/trigonometry.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/utils.js +120 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/utils.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/vars.js +29 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/keys/vars.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/math-input.js +192 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/math-input.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/mq/common-mq-styles.js +110 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/mq/common-mq-styles.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/mq/custom-elements.js +23 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/mq/custom-elements.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/mq/index.js +32 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/mq/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/mq/input.js +247 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/mq/input.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/mq/static.js +356 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/mq/static.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/shared/constants.js +16 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/updateSpans.js +23 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/lib/updateSpans.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/package.json +35 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/src/__tests__/__snapshots__/math-input-test.jsx.snap +152 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/src/__tests__/math-input-test.jsx +85 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/src/horizontal-keypad.jsx +69 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/src/index.jsx +18 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/src/keypad/__tests__/__snapshots__/index.test.jsx.snap +193 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/src/keypad/__tests__/index.test.jsx +24 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/src/keypad/__tests__/keys-layout.test.js +15 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/src/keypad/index.jsx +450 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/src/keypad/keys-layout.js +17 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/src/keys/__tests__/utils.test.js +57 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/src/keys/basic-operators.js +32 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/src/keys/chars.js +5 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/src/keys/comparison.js +28 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/src/keys/constants.js +35 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/src/keys/digits.js +40 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/src/keys/edit.js +3 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/src/keys/exponent.js +28 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/src/keys/fractions.js +26 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/src/keys/geometry.js +144 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/src/keys/grades.js +367 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/src/keys/index.js +21 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/src/keys/log.js +22 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/src/keys/logic.js +15 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/src/keys/matrices.js +15 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/src/keys/misc.js +65 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/src/keys/navigation.js +8 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/src/keys/operators.js +10 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/src/keys/statistics.js +38 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/src/keys/sub-sup.js +15 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/src/keys/trigonometry.js +15 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/src/keys/utils.js +71 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/src/keys/vars.js +19 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/src/math-input.jsx +128 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/src/mq/__tests__/__snapshots__/input.test.jsx.snap +9 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/src/mq/__tests__/input.test.jsx +92 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/src/mq/__tests__/static.test.jsx +57 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/src/mq/common-mq-styles.js +105 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/src/mq/custom-elements.js +11 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/src/mq/index.js +5 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/src/mq/input.jsx +176 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/src/mq/static.jsx +285 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-input/src/updateSpans.js +15 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-rendering/CHANGELOG.json +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-rendering/CHANGELOG.md +775 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-rendering/NEXT.CHANGELOG.json +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-rendering/esm/index.js +690 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-rendering/esm/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-rendering/lib/index.js +38 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-rendering/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-rendering/lib/mml-to-latex.js +15 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-rendering/lib/mml-to-latex.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-rendering/lib/mstack/chtml.js +296 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-rendering/lib/mstack/chtml.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-rendering/lib/mstack/index.js +23 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-rendering/lib/mstack/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-rendering/lib/mstack/mml.js +109 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-rendering/lib/mstack/mml.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-rendering/lib/normalization.js +95 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-rendering/lib/normalization.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-rendering/lib/render-math.js +438 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-rendering/lib/render-math.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-rendering/package.json +28 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-rendering/src/__tests__/mml-to-latex.test.js +14 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-rendering/src/__tests__/normalization.test.js +50 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-rendering/src/__tests__/render-math.test.js +155 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-rendering/src/index.js +5 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-rendering/src/mml-to-latex.js +2 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-rendering/src/mstack/__tests__/__snapshots__/chtml.test.js.snap +9 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-rendering/src/mstack/__tests__/chtml.test.js +104 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-rendering/src/mstack/chtml.js +220 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-rendering/src/mstack/index.js +13 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-rendering/src/mstack/mml.js +24 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-rendering/src/normalization.js +69 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-rendering/src/render-math.js +387 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-toolbar/CHANGELOG.json +17 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-toolbar/CHANGELOG.md +940 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-toolbar/NEXT.CHANGELOG.json +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-toolbar/esm/index.js +1410 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-toolbar/esm/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-toolbar/lib/done-button.js +68 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-toolbar/lib/done-button.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-toolbar/lib/editor-and-pad.js +575 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-toolbar/lib/editor-and-pad.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-toolbar/lib/index.js +287 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-toolbar/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-toolbar/lib/math-preview.js +240 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-toolbar/lib/math-preview.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-toolbar/lib/utils.js +21 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-toolbar/lib/utils.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-toolbar/package.json +46 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-toolbar/src/__tests__/__snapshots__/editor-and-pad.test.js.snap +31 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-toolbar/src/__tests__/__snapshots__/index.test.js.snap +30 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-toolbar/src/__tests__/__snapshots__/math-preview.test.js.snap +23 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-toolbar/src/__tests__/editor-and-pad.test.js +25 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-toolbar/src/__tests__/index.test.js +28 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-toolbar/src/__tests__/math-preview.test.js +31 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-toolbar/src/done-button.jsx +47 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-toolbar/src/editor-and-pad.jsx +499 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-toolbar/src/index.jsx +224 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-toolbar/src/math-preview.jsx +179 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/math-toolbar/src/utils.js +11 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/CHANGELOG.json +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/CHANGELOG.md +1026 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/NEXT.CHANGELOG.json +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/esm/index.js +1616 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/esm/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/lib/append-css-rules.js +88 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/lib/append-css-rules.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/lib/assets/enableAudioAutoplayImage.js +9 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/lib/assets/enableAudioAutoplayImage.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/lib/collapsible/index.js +135 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/lib/collapsible/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/lib/color.js +344 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/lib/color.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/lib/feedback.js +150 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/lib/feedback.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/lib/has-media.js +27 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/lib/has-media.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/lib/has-text.js +28 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/lib/has-text.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/lib/html-and-math.js +74 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/lib/html-and-math.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/lib/index.js +136 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/lib/input-container.js +60 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/lib/input-container.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/lib/preview-layout.js +145 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/lib/preview-layout.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/lib/preview-prompt.js +321 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/lib/preview-prompt.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/lib/purpose.js +28 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/lib/purpose.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/lib/readable.js +28 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/lib/readable.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/lib/response-indicators.js +151 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/lib/response-indicators.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/lib/ui-layout.js +122 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/lib/ui-layout.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/lib/withUndoReset.js +181 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/lib/withUndoReset.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/package.json +40 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/src/__tests__/__snapshots__/html-and-math.test.js.snap +11 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/src/__tests__/__snapshots__/preview-prompt.test.jsx.snap +37 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/src/__tests__/__snapshots__/purpose.test.jsx.snap +42 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/src/__tests__/__snapshots__/readable.test.jsx.snap +64 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/src/__tests__/__snapshots__/response-indicators.test.jsx.snap +27 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/src/__tests__/color.test.js +12 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/src/__tests__/has-media.test.js +20 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/src/__tests__/has-text.test.js +21 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/src/__tests__/html-and-math.test.js +24 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/src/__tests__/preview-prompt.test.jsx +56 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/src/__tests__/purpose.test.jsx +47 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/src/__tests__/readable.test.jsx +64 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/src/__tests__/response-indicators.test.jsx +16 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/src/__tests__/ui-layout.test.jsx +34 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/src/__tests__/withUndoReset.test.jsx +254 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/src/append-css-rules.js +51 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/src/assets/enableAudioAutoplayImage.js +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/src/collapsible/__tests__/__snapshots__/index.test.jsx.snap +18 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/src/collapsible/__tests__/index.test.jsx +13 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/src/collapsible/index.jsx +64 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/src/color.js +121 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/src/feedback.jsx +99 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/src/has-media.js +16 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/src/has-text.js +18 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/src/html-and-math.js +21 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/src/index.js +35 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/src/input-container.jsx +41 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/src/preview-layout.jsx +95 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/src/preview-prompt.jsx +254 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/src/purpose.jsx +17 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/src/readable.jsx +19 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/src/response-indicators.jsx +89 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/src/ui-layout.jsx +66 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/render-ui/src/withUndoReset.jsx +116 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/test-utils/CHANGELOG.json +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/test-utils/CHANGELOG.md +410 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/test-utils/NEXT.CHANGELOG.json +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/test-utils/esm/index.js +39 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/test-utils/esm/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/test-utils/lib/index.js +40 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/test-utils/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/test-utils/package.json +25 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/test-utils/src/__tests__/index.test.js +45 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/@pie-lib/test-utils/src/index.js +18 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/slate-dev-environment/Readme.md +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/slate-dev-environment/dist/slate-dev-environment.js +287 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/slate-dev-environment/dist/slate-dev-environment.min.js +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/slate-dev-environment/lib/slate-dev-environment.es.js +264 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/slate-dev-environment/lib/slate-dev-environment.es.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/slate-dev-environment/lib/slate-dev-environment.js +282 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/slate-dev-environment/lib/slate-dev-environment.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/configure/node_modules/slate-dev-environment/package.json +21 -0
- package/configure/node_modules/@pie-element/rubric/configure/package.json +20 -0
- package/configure/node_modules/@pie-element/rubric/configure/src/__tests__/index.test.jsx +178 -0
- package/configure/node_modules/@pie-element/rubric/configure/src/defaults.js +42 -0
- package/configure/node_modules/@pie-element/rubric/configure/src/index.js +129 -0
- package/configure/node_modules/@pie-element/rubric/configure/src/main.jsx +89 -0
- package/configure/node_modules/@pie-element/rubric/configure/src/pie-toolbox-rubric/authoring.jsx +449 -0
- package/configure/node_modules/@pie-element/rubric/configure/src/pie-toolbox-rubric/index.js +9 -0
- package/configure/node_modules/@pie-element/rubric/configure/src/pie-toolbox-rubric/point-menu.jsx +94 -0
- package/configure/node_modules/@pie-element/rubric/controller/CHANGELOG.json +17 -0
- package/configure/node_modules/@pie-element/rubric/controller/CHANGELOG.md +1548 -0
- package/configure/node_modules/@pie-element/rubric/controller/lib/defaults.js +16 -0
- package/configure/node_modules/@pie-element/rubric/controller/lib/defaults.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/controller/lib/index.js +59 -0
- package/configure/node_modules/@pie-element/rubric/controller/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/controller/package.json +12 -0
- package/configure/node_modules/@pie-element/rubric/controller/src/__tests__/index.test.js +33 -0
- package/configure/node_modules/@pie-element/rubric/controller/src/defaults.js +8 -0
- package/configure/node_modules/@pie-element/rubric/controller/src/index.js +41 -0
- package/configure/node_modules/@pie-element/rubric/docs/config-schema.json +712 -0
- package/configure/node_modules/@pie-element/rubric/docs/config-schema.json.md +532 -0
- package/configure/node_modules/@pie-element/rubric/docs/demo/config.js +8 -0
- package/configure/node_modules/@pie-element/rubric/docs/demo/generate.js +8 -0
- package/configure/node_modules/@pie-element/rubric/docs/demo/index.html +2 -0
- package/configure/node_modules/@pie-element/rubric/docs/pie-schema.json +391 -0
- package/configure/node_modules/@pie-element/rubric/docs/pie-schema.json.md +281 -0
- package/configure/node_modules/@pie-element/rubric/esm/configure.css +847 -0
- package/configure/node_modules/@pie-element/rubric/esm/configure.js +12334 -0
- package/configure/node_modules/@pie-element/rubric/esm/configure.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/esm/controller.css +847 -0
- package/configure/node_modules/@pie-element/rubric/esm/controller.js +68 -0
- package/configure/node_modules/@pie-element/rubric/esm/controller.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/esm/element.css +847 -0
- package/configure/node_modules/@pie-element/rubric/esm/element.js +263 -0
- package/configure/node_modules/@pie-element/rubric/esm/element.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/esm/print.css +847 -0
- package/configure/node_modules/@pie-element/rubric/esm/print.js +298 -0
- package/configure/node_modules/@pie-element/rubric/esm/print.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/lib/index.js +94 -0
- package/configure/node_modules/@pie-element/rubric/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/lib/main.js +270 -0
- package/configure/node_modules/@pie-element/rubric/lib/main.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/lib/print.js +114 -0
- package/configure/node_modules/@pie-element/rubric/lib/print.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/module/configure.js +1 -0
- package/configure/node_modules/@pie-element/rubric/module/controller.js +113 -0
- package/configure/node_modules/@pie-element/rubric/module/demo.js +33 -0
- package/configure/node_modules/@pie-element/rubric/module/element.js +1 -0
- package/configure/node_modules/@pie-element/rubric/module/index.html +21 -0
- package/configure/node_modules/@pie-element/rubric/module/manifest.json +10 -0
- package/configure/node_modules/@pie-element/rubric/module/print-demo.js +71 -0
- package/configure/node_modules/@pie-element/rubric/module/print.html +18 -0
- package/configure/node_modules/@pie-element/rubric/module/print.js +1 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/CHANGELOG.json +1 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/CHANGELOG.md +1026 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/NEXT.CHANGELOG.json +1 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/esm/index.js +1616 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/esm/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/lib/append-css-rules.js +88 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/lib/append-css-rules.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/lib/assets/enableAudioAutoplayImage.js +9 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/lib/assets/enableAudioAutoplayImage.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/lib/collapsible/index.js +135 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/lib/collapsible/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/lib/color.js +344 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/lib/color.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/lib/feedback.js +150 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/lib/feedback.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/lib/has-media.js +27 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/lib/has-media.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/lib/has-text.js +28 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/lib/has-text.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/lib/html-and-math.js +74 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/lib/html-and-math.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/lib/index.js +136 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/lib/input-container.js +60 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/lib/input-container.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/lib/preview-layout.js +145 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/lib/preview-layout.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/lib/preview-prompt.js +321 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/lib/preview-prompt.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/lib/purpose.js +28 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/lib/purpose.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/lib/readable.js +28 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/lib/readable.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/lib/response-indicators.js +151 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/lib/response-indicators.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/lib/ui-layout.js +122 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/lib/ui-layout.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/lib/withUndoReset.js +181 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/lib/withUndoReset.js.map +1 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/package.json +40 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/src/__tests__/__snapshots__/html-and-math.test.js.snap +11 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/src/__tests__/__snapshots__/preview-prompt.test.jsx.snap +37 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/src/__tests__/__snapshots__/purpose.test.jsx.snap +42 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/src/__tests__/__snapshots__/readable.test.jsx.snap +64 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/src/__tests__/__snapshots__/response-indicators.test.jsx.snap +27 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/src/__tests__/color.test.js +12 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/src/__tests__/has-media.test.js +20 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/src/__tests__/has-text.test.js +21 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/src/__tests__/html-and-math.test.js +24 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/src/__tests__/preview-prompt.test.jsx +56 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/src/__tests__/purpose.test.jsx +47 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/src/__tests__/readable.test.jsx +64 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/src/__tests__/response-indicators.test.jsx +16 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/src/__tests__/ui-layout.test.jsx +34 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/src/__tests__/withUndoReset.test.jsx +254 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/src/append-css-rules.js +51 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/src/assets/enableAudioAutoplayImage.js +1 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/src/collapsible/__tests__/__snapshots__/index.test.jsx.snap +18 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/src/collapsible/__tests__/index.test.jsx +13 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/src/collapsible/index.jsx +64 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/src/color.js +121 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/src/feedback.jsx +99 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/src/has-media.js +16 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/src/has-text.js +18 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/src/html-and-math.js +21 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/src/index.js +35 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/src/input-container.jsx +41 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/src/preview-layout.jsx +95 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/src/preview-prompt.jsx +254 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/src/purpose.jsx +17 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/src/readable.jsx +19 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/src/response-indicators.jsx +89 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/src/ui-layout.jsx +66 -0
- package/configure/node_modules/@pie-element/rubric/node_modules/@pie-lib/render-ui/src/withUndoReset.jsx +116 -0
- package/configure/node_modules/@pie-element/rubric/package.json +45 -0
- package/configure/node_modules/@pie-element/rubric/src/__tests__/__snapshots__/rubric-view.test.jsx.snap +1815 -0
- package/configure/node_modules/@pie-element/rubric/src/__tests__/rubric-view.test.jsx +49 -0
- package/configure/node_modules/@pie-element/rubric/src/index.js +37 -0
- package/configure/node_modules/@pie-element/rubric/src/main.jsx +219 -0
- package/configure/node_modules/@pie-element/rubric/src/print.js +63 -0
- package/configure/node_modules/@pie-lib/icons/CHANGELOG.json +1 -0
- package/configure/node_modules/@pie-lib/icons/CHANGELOG.md +539 -0
- package/configure/node_modules/@pie-lib/icons/NEXT.CHANGELOG.json +1 -0
- package/configure/node_modules/@pie-lib/icons/esm/index.js +1153 -0
- package/configure/node_modules/@pie-lib/icons/esm/index.js.map +1 -0
- package/configure/node_modules/@pie-lib/icons/lib/correct-icon.js +89 -0
- package/configure/node_modules/@pie-lib/icons/lib/correct-icon.js.map +1 -0
- package/configure/node_modules/@pie-lib/icons/lib/correct-response-icon.js +153 -0
- package/configure/node_modules/@pie-lib/icons/lib/correct-response-icon.js.map +1 -0
- package/configure/node_modules/@pie-lib/icons/lib/icon-base.js +206 -0
- package/configure/node_modules/@pie-lib/icons/lib/icon-base.js.map +1 -0
- package/configure/node_modules/@pie-lib/icons/lib/icon-root.js +130 -0
- package/configure/node_modules/@pie-lib/icons/lib/icon-root.js.map +1 -0
- package/configure/node_modules/@pie-lib/icons/lib/incorrect-icon.js +92 -0
- package/configure/node_modules/@pie-lib/icons/lib/incorrect-icon.js.map +1 -0
- package/configure/node_modules/@pie-lib/icons/lib/index.js +72 -0
- package/configure/node_modules/@pie-lib/icons/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-lib/icons/lib/instructions-icon.js +229 -0
- package/configure/node_modules/@pie-lib/icons/lib/instructions-icon.js.map +1 -0
- package/configure/node_modules/@pie-lib/icons/lib/learn-more-icon.js +145 -0
- package/configure/node_modules/@pie-lib/icons/lib/learn-more-icon.js.map +1 -0
- package/configure/node_modules/@pie-lib/icons/lib/nothing-submitted-icon.js +183 -0
- package/configure/node_modules/@pie-lib/icons/lib/nothing-submitted-icon.js.map +1 -0
- package/configure/node_modules/@pie-lib/icons/lib/partially-correct-icon.js +82 -0
- package/configure/node_modules/@pie-lib/icons/lib/partially-correct-icon.js.map +1 -0
- package/configure/node_modules/@pie-lib/icons/lib/show-rationale-icon.js +206 -0
- package/configure/node_modules/@pie-lib/icons/lib/show-rationale-icon.js.map +1 -0
- package/configure/node_modules/@pie-lib/icons/lib/sized.js +41 -0
- package/configure/node_modules/@pie-lib/icons/lib/sized.js.map +1 -0
- package/configure/node_modules/@pie-lib/icons/package.json +35 -0
- package/configure/node_modules/@pie-lib/icons/src/__tests__/index.test.js +3 -0
- package/configure/node_modules/@pie-lib/icons/src/correct-icon.jsx +64 -0
- package/configure/node_modules/@pie-lib/icons/src/correct-response-icon.jsx +121 -0
- package/configure/node_modules/@pie-lib/icons/src/icon-base.jsx +158 -0
- package/configure/node_modules/@pie-lib/icons/src/icon-root.jsx +76 -0
- package/configure/node_modules/@pie-lib/icons/src/incorrect-icon.jsx +61 -0
- package/configure/node_modules/@pie-lib/icons/src/index.js +19 -0
- package/configure/node_modules/@pie-lib/icons/src/instructions-icon.jsx +189 -0
- package/configure/node_modules/@pie-lib/icons/src/learn-more-icon.jsx +107 -0
- package/configure/node_modules/@pie-lib/icons/src/nothing-submitted-icon.jsx +130 -0
- package/configure/node_modules/@pie-lib/icons/src/partially-correct-icon.jsx +49 -0
- package/configure/node_modules/@pie-lib/icons/src/show-rationale-icon.jsx +152 -0
- package/configure/node_modules/@pie-lib/icons/src/sized.jsx +25 -0
- package/configure/node_modules/@pie-lib/math-rendering/CHANGELOG.json +1 -0
- package/configure/node_modules/@pie-lib/math-rendering/CHANGELOG.md +775 -0
- package/configure/node_modules/@pie-lib/math-rendering/NEXT.CHANGELOG.json +1 -0
- package/configure/node_modules/@pie-lib/math-rendering/esm/index.js +690 -0
- package/configure/node_modules/@pie-lib/math-rendering/esm/index.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-rendering/lib/index.js +38 -0
- package/configure/node_modules/@pie-lib/math-rendering/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-rendering/lib/mml-to-latex.js +15 -0
- package/configure/node_modules/@pie-lib/math-rendering/lib/mml-to-latex.js.map +1 -0
- package/configure/node_modules/@pie-lib/math-rendering/lib/mstack/chtml.js +296 -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 +109 -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 +95 -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 +438 -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 +28 -0
- package/configure/node_modules/@pie-lib/math-rendering/src/__tests__/mml-to-latex.test.js +14 -0
- package/configure/node_modules/@pie-lib/math-rendering/src/__tests__/normalization.test.js +50 -0
- package/configure/node_modules/@pie-lib/math-rendering/src/__tests__/render-math.test.js +155 -0
- package/configure/node_modules/@pie-lib/math-rendering/src/index.js +5 -0
- package/configure/node_modules/@pie-lib/math-rendering/src/mml-to-latex.js +2 -0
- package/configure/node_modules/@pie-lib/math-rendering/src/mstack/__tests__/__snapshots__/chtml.test.js.snap +9 -0
- package/configure/node_modules/@pie-lib/math-rendering/src/mstack/__tests__/chtml.test.js +104 -0
- package/configure/node_modules/@pie-lib/math-rendering/src/mstack/chtml.js +220 -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 +387 -0
- package/configure/node_modules/@pie-lib/test-utils/CHANGELOG.json +1 -0
- package/configure/node_modules/@pie-lib/test-utils/CHANGELOG.md +410 -0
- package/configure/node_modules/@pie-lib/test-utils/NEXT.CHANGELOG.json +1 -0
- package/configure/node_modules/@pie-lib/test-utils/esm/index.js +39 -0
- package/configure/node_modules/@pie-lib/test-utils/esm/index.js.map +1 -0
- package/configure/node_modules/@pie-lib/test-utils/lib/index.js +40 -0
- package/configure/node_modules/@pie-lib/test-utils/lib/index.js.map +1 -0
- package/configure/node_modules/@pie-lib/test-utils/package.json +25 -0
- package/configure/node_modules/@pie-lib/test-utils/src/__tests__/index.test.js +45 -0
- package/configure/node_modules/@pie-lib/test-utils/src/index.js +18 -0
- package/configure/package.json +6 -6
- package/controller/CHANGELOG.md +16 -0
- package/controller/package.json +1 -1
- package/esm/configure.js +42455 -0
- package/esm/configure.js.map +1 -0
- package/esm/controller.js +281 -0
- package/esm/controller.js.map +1 -0
- package/esm/element.js +179 -0
- package/esm/element.js.map +1 -0
- package/esm/package.json +4 -0
- package/esm/print.js +163 -0
- package/esm/print.js.map +1 -0
- package/module/configure.js +1 -1
- package/module/element.js +1 -1
- package/module/index.html +1 -1
- package/module/manifest.json +1 -1
- package/module/print.html +1 -1
- package/module/print.js +1 -1
- package/package.json +24 -6
|
@@ -0,0 +1,2224 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
# [11.17.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.1.1...@pie-lib/editable-html@11.17.0) (2025-09-25)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* fixed pie-lib/icons import [PD-5126] ([dcb506c](https://github.com/pie-framework/pie-lib/commit/dcb506c914a177f6d88bf73247a023bfe71dac1f))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* split pie-toolbox into multiple packages [PD-5126] ([7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
# [11.16.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.15.0...@pie-lib/editable-html@11.16.0) (2025-09-18)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
# [11.15.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.14.0...@pie-lib/editable-html@11.15.0) (2025-09-18)
|
|
31
|
+
|
|
32
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
# [11.14.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.1.1...@pie-lib/editable-html@11.14.0) (2025-09-18)
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
### Bug Fixes
|
|
42
|
+
|
|
43
|
+
* fixed pie-lib/icons import [PD-5126] ([dcb506c](https://github.com/pie-framework/pie-lib/commit/dcb506c914a177f6d88bf73247a023bfe71dac1f))
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
### Features
|
|
47
|
+
|
|
48
|
+
* split pie-toolbox into multiple packages [PD-5126] ([7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2))
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
# [11.13.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.12.0...@pie-lib/editable-html@11.13.0) (2025-09-17)
|
|
55
|
+
|
|
56
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
# [11.12.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.11.0...@pie-lib/editable-html@11.12.0) (2025-09-17)
|
|
63
|
+
|
|
64
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
# [11.11.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.10.1...@pie-lib/editable-html@11.11.0) (2025-09-17)
|
|
71
|
+
|
|
72
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
## [11.10.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.1.1...@pie-lib/editable-html@11.10.1) (2025-08-11)
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
### Bug Fixes
|
|
82
|
+
|
|
83
|
+
* fixed pie-lib/icons import [PD-5126] ([dcb506c](https://github.com/pie-framework/pie-lib/commit/dcb506c914a177f6d88bf73247a023bfe71dac1f))
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
### Features
|
|
87
|
+
|
|
88
|
+
* split pie-toolbox into multiple packages [PD-5126] ([7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2))
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
# [11.10.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.1.1...@pie-lib/editable-html@11.10.0) (2025-08-07)
|
|
95
|
+
|
|
96
|
+
### Features
|
|
97
|
+
|
|
98
|
+
- split pie-toolbox into multiple packages [PD-5126](<[7d55a25](https://github.com/pie-framework/pie-lib/commit/7d55a2552d084cd3d0d5c00dc77411b2ced2f5e2)>)
|
|
99
|
+
|
|
100
|
+
# [11.9.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.1.1...@pie-lib/editable-html@11.9.0) (2025-07-31)
|
|
101
|
+
|
|
102
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
103
|
+
|
|
104
|
+
# [11.8.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.1.1...@pie-lib/editable-html@11.8.0) (2025-07-31)
|
|
105
|
+
|
|
106
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
107
|
+
|
|
108
|
+
# [11.7.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.1.1...@pie-lib/editable-html@11.7.0) (2025-07-31)
|
|
109
|
+
|
|
110
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
111
|
+
|
|
112
|
+
# [11.6.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.1.1...@pie-lib/editable-html@11.6.0) (2025-07-31)
|
|
113
|
+
|
|
114
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
115
|
+
|
|
116
|
+
# [11.5.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.1.1...@pie-lib/editable-html@11.5.0) (2025-07-31)
|
|
117
|
+
|
|
118
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
119
|
+
|
|
120
|
+
# [11.4.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.1.1...@pie-lib/editable-html@11.4.0) (2025-07-31)
|
|
121
|
+
|
|
122
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
123
|
+
|
|
124
|
+
# [11.6.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.1.1...@pie-lib/editable-html@11.6.0) (2025-07-31)
|
|
125
|
+
|
|
126
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
127
|
+
|
|
128
|
+
# [11.5.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.1.1...@pie-lib/editable-html@11.5.0) (2025-07-31)
|
|
129
|
+
|
|
130
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
131
|
+
|
|
132
|
+
# [11.4.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.1.1...@pie-lib/editable-html@11.4.0) (2025-07-31)
|
|
133
|
+
|
|
134
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
135
|
+
|
|
136
|
+
# [11.5.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.1.1...@pie-lib/editable-html@11.5.0) (2025-07-31)
|
|
137
|
+
|
|
138
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
139
|
+
|
|
140
|
+
# [11.4.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.1.1...@pie-lib/editable-html@11.4.0) (2025-07-31)
|
|
141
|
+
|
|
142
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
143
|
+
|
|
144
|
+
# [11.3.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.1.1...@pie-lib/editable-html@11.3.0) (2025-07-31)
|
|
145
|
+
|
|
146
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
147
|
+
|
|
148
|
+
# [11.3.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.1.1...@pie-lib/editable-html@11.3.0) (2025-07-31)
|
|
149
|
+
|
|
150
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
151
|
+
|
|
152
|
+
# [11.4.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.1.1...@pie-lib/editable-html@11.4.0) (2025-07-31)
|
|
153
|
+
|
|
154
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
155
|
+
|
|
156
|
+
# [11.3.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.1.1...@pie-lib/editable-html@11.3.0) (2025-07-31)
|
|
157
|
+
|
|
158
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
159
|
+
|
|
160
|
+
# [11.2.0-beta.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.1.1...@pie-lib/editable-html@11.2.0-beta.8) (2025-07-25)
|
|
161
|
+
|
|
162
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
163
|
+
|
|
164
|
+
# [11.2.0-beta.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.1.1...@pie-lib/editable-html@11.2.0-beta.7) (2025-07-25)
|
|
165
|
+
|
|
166
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
167
|
+
|
|
168
|
+
# [11.2.0-beta.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.1.1...@pie-lib/editable-html@11.2.0-beta.7) (2025-07-25)
|
|
169
|
+
|
|
170
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
171
|
+
|
|
172
|
+
# [11.2.0-beta.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.1.1...@pie-lib/editable-html@11.2.0-beta.6) (2025-07-25)
|
|
173
|
+
|
|
174
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
175
|
+
|
|
176
|
+
# [11.2.0-beta.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.1.1...@pie-lib/editable-html@11.2.0-beta.6) (2025-07-25)
|
|
177
|
+
|
|
178
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
179
|
+
|
|
180
|
+
# [11.2.0-beta.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.1.1...@pie-lib/editable-html@11.2.0-beta.5) (2025-07-25)
|
|
181
|
+
|
|
182
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
183
|
+
|
|
184
|
+
# [11.2.0-beta.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.1.1...@pie-lib/editable-html@11.2.0-beta.5) (2025-07-25)
|
|
185
|
+
|
|
186
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
187
|
+
|
|
188
|
+
# [11.2.0-beta.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.1.1...@pie-lib/editable-html@11.2.0-beta.4) (2025-07-25)
|
|
189
|
+
|
|
190
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
191
|
+
|
|
192
|
+
# [11.2.0-beta.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.1.1...@pie-lib/editable-html@11.2.0-beta.3) (2025-07-25)
|
|
193
|
+
|
|
194
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
195
|
+
|
|
196
|
+
# [11.2.0-beta.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.1.1...@pie-lib/editable-html@11.2.0-beta.4) (2025-07-23)
|
|
197
|
+
|
|
198
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
199
|
+
|
|
200
|
+
# [11.2.0-beta.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.1.1...@pie-lib/editable-html@11.2.0-beta.3) (2025-07-23)
|
|
201
|
+
|
|
202
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
203
|
+
|
|
204
|
+
# [11.2.0-beta.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.1.1...@pie-lib/editable-html@11.2.0-beta.3) (2025-07-20)
|
|
205
|
+
|
|
206
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
207
|
+
|
|
208
|
+
# [11.2.0-beta.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.1.1...@pie-lib/editable-html@11.2.0-beta.2) (2025-07-20)
|
|
209
|
+
|
|
210
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
211
|
+
|
|
212
|
+
# [11.2.0-beta.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.1.1...@pie-lib/editable-html@11.2.0-beta.1) (2025-07-20)
|
|
213
|
+
|
|
214
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
215
|
+
|
|
216
|
+
# [11.2.0-beta.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.1.1...@pie-lib/editable-html@11.2.0-beta.2) (2025-07-20)
|
|
217
|
+
|
|
218
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
219
|
+
|
|
220
|
+
# [11.2.0-beta.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.1.1...@pie-lib/editable-html@11.2.0-beta.1) (2025-07-20)
|
|
221
|
+
|
|
222
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
223
|
+
|
|
224
|
+
# [11.2.0-beta.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.1.1...@pie-lib/editable-html@11.2.0-beta.1) (2025-07-20)
|
|
225
|
+
|
|
226
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
227
|
+
|
|
228
|
+
# [11.2.0-beta.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.1.1...@pie-lib/editable-html@11.2.0-beta.0) (2025-07-20)
|
|
229
|
+
|
|
230
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
231
|
+
|
|
232
|
+
# [11.3.0-beta.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.1.1...@pie-lib/editable-html@11.3.0-beta.0) (2025-07-15)
|
|
233
|
+
|
|
234
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
235
|
+
|
|
236
|
+
# [11.2.0-beta.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.1.1...@pie-lib/editable-html@11.2.0-beta.0) (2025-07-15)
|
|
237
|
+
|
|
238
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
239
|
+
|
|
240
|
+
# [11.1.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.0.9...@pie-lib/editable-html@11.1.0) (2023-10-16)
|
|
241
|
+
|
|
242
|
+
### Bug Fixes
|
|
243
|
+
|
|
244
|
+
- made sure editor is waiting for image and sound upload before finishes editing PD-2950 ([41b9407](https://github.com/pie-framework/pie-lib/commit/41b94078da7c50ce8d36fdc67bda83a44e0bff9b))
|
|
245
|
+
|
|
246
|
+
### Features
|
|
247
|
+
|
|
248
|
+
- made sure editor is waiting for image and sound upload before finishes editing PD-2950 ([#948](https://github.com/pie-framework/pie-lib/issues/948)) ([bd16707](https://github.com/pie-framework/pie-lib/commit/bd16707f13f824dfe2c2db7f395e58fa25eb2ffb))
|
|
249
|
+
|
|
250
|
+
## [11.0.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.0.8...@pie-lib/editable-html@11.0.9) (2023-10-16)
|
|
251
|
+
|
|
252
|
+
### Bug Fixes
|
|
253
|
+
|
|
254
|
+
- **editable-html:** add clarifying comments for HTML mode edit tracking PD-2765 ([3870a4d](https://github.com/pie-framework/pie-lib/commit/3870a4d9b2e618ae6f32e6d20713978c4d791b14))
|
|
255
|
+
- **editable-html:** hide DoneButton on active htmlMode PD-2765 ([636a302](https://github.com/pie-framework/pie-lib/commit/636a302ab81016b2de8a16b1e6d96923d25b0592))
|
|
256
|
+
- **editable-html:** Prevent infinite loop in componentDidUpdate by refining isEdited state check PD-2765 ([e858ad0](https://github.com/pie-framework/pie-lib/commit/e858ad030e444b6be1ea57e950e6aa3462b5f60d))
|
|
257
|
+
- **editable-html:** Remove body overflow set by Material-UI and disable dialog scroll lock PD-3233 ([8ab4bde](https://github.com/pie-framework/pie-lib/commit/8ab4bde07fa411ef3cb31794309213bde541b6eb))
|
|
258
|
+
|
|
259
|
+
## [11.0.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.0.7...@pie-lib/editable-html@11.0.8) (2023-10-03)
|
|
260
|
+
|
|
261
|
+
### Bug Fixes
|
|
262
|
+
|
|
263
|
+
- revert to pie-lib/math-rendering that what working ([25660ea](https://github.com/pie-framework/pie-lib/commit/25660ea6595e800a71c5494bd3bb9eecd3609a5a))
|
|
264
|
+
|
|
265
|
+
## [11.0.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.0.6...@pie-lib/editable-html@11.0.7) (2023-10-01)
|
|
266
|
+
|
|
267
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
268
|
+
|
|
269
|
+
## [11.0.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.0.5...@pie-lib/editable-html@11.0.6) (2023-09-27)
|
|
270
|
+
|
|
271
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
272
|
+
|
|
273
|
+
## [11.0.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.0.4...@pie-lib/editable-html@11.0.5) (2023-09-27)
|
|
274
|
+
|
|
275
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
276
|
+
|
|
277
|
+
## [11.0.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.0.3...@pie-lib/editable-html@11.0.4) (2023-09-27)
|
|
278
|
+
|
|
279
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
280
|
+
|
|
281
|
+
## [11.0.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.0.2...@pie-lib/editable-html@11.0.3) (2023-09-26)
|
|
282
|
+
|
|
283
|
+
### Bug Fixes
|
|
284
|
+
|
|
285
|
+
- **charting:** adjust icon for the drag handle PD-2790 ([fe670d7](https://github.com/pie-framework/pie-lib/commit/fe670d7a04f44da5c93dadbeec41b753ce50f9f6))
|
|
286
|
+
|
|
287
|
+
## [11.0.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.0.1...@pie-lib/editable-html@11.0.2) (2023-09-25)
|
|
288
|
+
|
|
289
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
290
|
+
|
|
291
|
+
## [11.0.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@11.0.0...@pie-lib/editable-html@11.0.1) (2023-09-20)
|
|
292
|
+
|
|
293
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
294
|
+
|
|
295
|
+
# [11.0.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@10.0.7...@pie-lib/editable-html@11.0.0) (2023-09-20)
|
|
296
|
+
|
|
297
|
+
### Bug Fixes
|
|
298
|
+
|
|
299
|
+
- update mathml-to-latex version ([1d101d2](https://github.com/pie-framework/pie-lib/commit/1d101d22298bd480a5aec638e4c9708d5aa52ce4))
|
|
300
|
+
|
|
301
|
+
### BREAKING CHANGES
|
|
302
|
+
|
|
303
|
+
- updated mathml-to-latex version.
|
|
304
|
+
|
|
305
|
+
## [10.0.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@10.0.6...@pie-lib/editable-html@10.0.7) (2023-09-18)
|
|
306
|
+
|
|
307
|
+
### Bug Fixes
|
|
308
|
+
|
|
309
|
+
- use the mathMl resulted no matter if new latex is not identical; added a function to fix the round branckets issue ([61eeaed](https://github.com/pie-framework/pie-lib/commit/61eeaedc240bc247842a0164c07e58a8d8d792c9))
|
|
310
|
+
- **editable-html:** Disable HTML mode in player & retain html mode on alert dialog cancel PD-2765 ([4c56092](https://github.com/pie-framework/pie-lib/commit/4c56092bc66ebde1571b42419c563c580c68b927))
|
|
311
|
+
|
|
312
|
+
## [10.0.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@10.0.5...@pie-lib/editable-html@10.0.6) (2023-09-14)
|
|
313
|
+
|
|
314
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
315
|
+
|
|
316
|
+
## [10.0.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@10.0.4...@pie-lib/editable-html@10.0.5) (2023-09-14)
|
|
317
|
+
|
|
318
|
+
### Bug Fixes
|
|
319
|
+
|
|
320
|
+
- sanity check ([88e9afd](https://github.com/pie-framework/pie-lib/commit/88e9afd40b0aada05eb55284e00c7d918f029f08))
|
|
321
|
+
|
|
322
|
+
## [10.0.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@10.0.3...@pie-lib/editable-html@10.0.4) (2023-09-14)
|
|
323
|
+
|
|
324
|
+
### Bug Fixes
|
|
325
|
+
|
|
326
|
+
- import reduceMultipleBrs, add more details into console message PD-3167 ([5adcc05](https://github.com/pie-framework/pie-lib/commit/5adcc054e1bd5a71809827484d368d172a1255d3))
|
|
327
|
+
|
|
328
|
+
## [10.0.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@10.0.2...@pie-lib/editable-html@10.0.3) (2023-09-05)
|
|
329
|
+
|
|
330
|
+
### Bug Fixes
|
|
331
|
+
|
|
332
|
+
- make HTML disabled by default PD-2765 ([82bd362](https://github.com/pie-framework/pie-lib/commit/82bd36240205b8e0e31043cc8559267de0d5dc30))
|
|
333
|
+
|
|
334
|
+
## [10.0.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@10.0.1...@pie-lib/editable-html@10.0.2) (2023-09-02)
|
|
335
|
+
|
|
336
|
+
### Bug Fixes
|
|
337
|
+
|
|
338
|
+
- made sure div blocks are not present at the same level as paragraph ones PD-3051 ([f597969](https://github.com/pie-framework/pie-lib/commit/f59796980ad87323b401543fb3963edcea3775c6))
|
|
339
|
+
|
|
340
|
+
## [10.0.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@10.0.0...@pie-lib/editable-html@10.0.1) (2023-09-02)
|
|
341
|
+
|
|
342
|
+
### Bug Fixes
|
|
343
|
+
|
|
344
|
+
- made sure multiple nodes are wrapped in a block, in order for slate to handle it properly PD-3051 ([fd6ed48](https://github.com/pie-framework/pie-lib/commit/fd6ed48070979cd34bc64403228b728394a8afed))
|
|
345
|
+
|
|
346
|
+
# [10.0.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.7.8...@pie-lib/editable-html@10.0.0) (2023-08-30)
|
|
347
|
+
|
|
348
|
+
### Bug Fixes
|
|
349
|
+
|
|
350
|
+
- **editable-html:** Update 'isEdited' state to accurately track changes made in HTML mode PD-2765 ([913543e](https://github.com/pie-framework/pie-lib/commit/913543ec75302da3de0b86efc48c62bb06f92515))
|
|
351
|
+
|
|
352
|
+
### Features
|
|
353
|
+
|
|
354
|
+
- **editable-html:** display warning dialog conditional on edits in HTML mode PD-2765 ([58d66d5](https://github.com/pie-framework/pie-lib/commit/58d66d57668a8288f32e3e6ed78cf97a61f58b17))
|
|
355
|
+
- **editable-html:** display warning dialog upon exiting html mode PD-2765 ([8fd9fb9](https://github.com/pie-framework/pie-lib/commit/8fd9fb964f681d261e22ec09aa8b8e6def2f7744))
|
|
356
|
+
- **editable-html:** implement toggle functionality for for switching between WYSIWYG and plain text HTML editors PD-2765 ([d44a549](https://github.com/pie-framework/pie-lib/commit/d44a549dcd4bb117c71a1f90bd7bc8eeb6a82a5e))
|
|
357
|
+
- **editable-html:** implement toggle functionality for switching between WYSIWYG and plain text HTML editors PD-2765 ([6541a85](https://github.com/pie-framework/pie-lib/commit/6541a85dd430d4d7c81fe3960a37e597f29a0ec2))
|
|
358
|
+
- **editable-html:** only show relevant toolbar buttons in HTML mode PD-2765 ([ed36dcb](https://github.com/pie-framework/pie-lib/commit/ed36dcb9a95f3d990da967f65e942922b60e42e6))
|
|
359
|
+
- **editable-html:** revise state handling for isHtmlMode and isEdited to accurately display choices in response area when toggling between html mode and rich text editor ([c800a22](https://github.com/pie-framework/pie-lib/commit/c800a22e323e863bae691e07b2b80774997ba0ea))
|
|
360
|
+
- **editable-html:** revise state handling for isHtmlMode and isEdited to accurately display choices in response area when toggling between html mode and rich text editor ([6daf84e](https://github.com/pie-framework/pie-lib/commit/6daf84e9692df368f7aa6866a33368941312872e))
|
|
361
|
+
|
|
362
|
+
### BREAKING CHANGES
|
|
363
|
+
|
|
364
|
+
- **editable-html:** add a button to the editable-html editor that changes the field from using a WYSIWYG editor to using a plaintext editor that displays the raw HTML and allows it to be edited.
|
|
365
|
+
|
|
366
|
+
## [9.7.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.7.7...@pie-lib/editable-html@9.7.8) (2023-08-21)
|
|
367
|
+
|
|
368
|
+
### Bug Fixes
|
|
369
|
+
|
|
370
|
+
- revert revert changes made for PD-3051 because they were causing PD-3119 ([371111c](https://github.com/pie-framework/pie-lib/commit/371111c26e0b0f886724f72ea67df0da3febef74))
|
|
371
|
+
|
|
372
|
+
## [9.7.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.7.6...@pie-lib/editable-html@9.7.7) (2023-08-21)
|
|
373
|
+
|
|
374
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
375
|
+
|
|
376
|
+
## [9.7.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.7.5...@pie-lib/editable-html@9.7.6) (2023-08-15)
|
|
377
|
+
|
|
378
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
379
|
+
|
|
380
|
+
## [9.7.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.7.4...@pie-lib/editable-html@9.7.5) (2023-08-07)
|
|
381
|
+
|
|
382
|
+
### Bug Fixes
|
|
383
|
+
|
|
384
|
+
- made sure content is wrapped in a paragraph in order for slate to handle it properly PD-3051 ([4e3f756](https://github.com/pie-framework/pie-lib/commit/4e3f756bc783cae3b67762cacfacc09d32828918))
|
|
385
|
+
|
|
386
|
+
## [9.7.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.7.3...@pie-lib/editable-html@9.7.4) (2023-07-31)
|
|
387
|
+
|
|
388
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
389
|
+
|
|
390
|
+
## [9.7.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.7.2...@pie-lib/editable-html@9.7.3) (2023-07-24)
|
|
391
|
+
|
|
392
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
393
|
+
|
|
394
|
+
## [9.7.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.7.1...@pie-lib/editable-html@9.7.2) (2023-07-04)
|
|
395
|
+
|
|
396
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
397
|
+
|
|
398
|
+
## [9.7.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.7.0...@pie-lib/editable-html@9.7.1) (2023-06-24)
|
|
399
|
+
|
|
400
|
+
### Bug Fixes
|
|
401
|
+
|
|
402
|
+
- made sure mathMlOptions are editable live [PD-2150](<[31ce3d3](https://github.com/pie-framework/pie-lib/commit/31ce3d3536788021b912895c611f972aa87161b0)>)
|
|
403
|
+
|
|
404
|
+
# [9.7.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.6.6...@pie-lib/editable-html@9.7.0) (2023-06-23)
|
|
405
|
+
|
|
406
|
+
### Features
|
|
407
|
+
|
|
408
|
+
- **editable-html:** make error class important to avoid overwriting ([37af2fc](https://github.com/pie-framework/pie-lib/commit/37af2fc862f3e5d0dfd0b1ad42fbd462d98bac89))
|
|
409
|
+
|
|
410
|
+
## [9.6.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.6.5...@pie-lib/editable-html@9.6.6) (2023-06-13)
|
|
411
|
+
|
|
412
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
413
|
+
|
|
414
|
+
## [9.6.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.6.4...@pie-lib/editable-html@9.6.5) (2023-06-12)
|
|
415
|
+
|
|
416
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
417
|
+
|
|
418
|
+
## [9.6.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.6.3...@pie-lib/editable-html@9.6.4) (2023-06-12)
|
|
419
|
+
|
|
420
|
+
### Bug Fixes
|
|
421
|
+
|
|
422
|
+
- rerun serialization if mathml options are provided, added tests as well PD-2150 ([530af87](https://github.com/pie-framework/pie-lib/commit/530af87026010325124b70a47fd18e4a0d06cedb))
|
|
423
|
+
- use mmlToLatex if mathMlOptions.mmlEditing is true; check if conversions work properly, otherwise, don't make them PD-2150 ([b78650c](https://github.com/pie-framework/pie-lib/commit/b78650c89693e4b4010950d6abdbaf6a0a0db18c))
|
|
424
|
+
|
|
425
|
+
## [9.6.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.6.2...@pie-lib/editable-html@9.6.3) (2023-06-05)
|
|
426
|
+
|
|
427
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
428
|
+
|
|
429
|
+
## [9.6.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.6.1...@pie-lib/editable-html@9.6.2) (2023-05-22)
|
|
430
|
+
|
|
431
|
+
### Bug Fixes
|
|
432
|
+
|
|
433
|
+
- made sure insert special and spanish characters take a max width of 500px PD-1914 ([93379c1](https://github.com/pie-framework/pie-lib/commit/93379c1dfe739905f29c93dfb5065734207087d2))
|
|
434
|
+
|
|
435
|
+
## [9.6.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.6.0...@pie-lib/editable-html@9.6.1) (2023-05-12)
|
|
436
|
+
|
|
437
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
438
|
+
|
|
439
|
+
# [9.6.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.5.26...@pie-lib/editable-html@9.6.0) (2023-05-11)
|
|
440
|
+
|
|
441
|
+
### Features
|
|
442
|
+
|
|
443
|
+
- save file in Image Handler in order to be used for imageSupport in pie-player-components PD-2707 ([a94cbf9](https://github.com/pie-framework/pie-lib/commit/a94cbf9e575955ea530eaca77e9f8a9f088c49dd))
|
|
444
|
+
|
|
445
|
+
## [9.5.26](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.5.25...@pie-lib/editable-html@9.5.26) (2023-05-02)
|
|
446
|
+
|
|
447
|
+
### Bug Fixes
|
|
448
|
+
|
|
449
|
+
- **math-toolbar:** add white background for spanish and special characters done button PD-2119 ([3c1dd82](https://github.com/pie-framework/pie-lib/commit/3c1dd82f7d3f21651d3e5f87d5d543ad4a0907bf))
|
|
450
|
+
|
|
451
|
+
## [9.5.25](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.5.24...@pie-lib/editable-html@9.5.25) (2023-05-01)
|
|
452
|
+
|
|
453
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
454
|
+
|
|
455
|
+
## [9.5.24](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.5.23...@pie-lib/editable-html@9.5.24) (2023-04-25)
|
|
456
|
+
|
|
457
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
458
|
+
|
|
459
|
+
## [9.5.23](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.5.22...@pie-lib/editable-html@9.5.23) (2023-04-19)
|
|
460
|
+
|
|
461
|
+
### Bug Fixes
|
|
462
|
+
|
|
463
|
+
- **eslint:** fix eslint problems-PD-2732 ([9eb9976](https://github.com/pie-framework/pie-lib/commit/9eb9976749753da86e1057a07bd2cfc65bf64ae4))
|
|
464
|
+
|
|
465
|
+
## [9.5.22](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.5.21...@pie-lib/editable-html@9.5.22) (2023-04-14)
|
|
466
|
+
|
|
467
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
468
|
+
|
|
469
|
+
## [9.5.21](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.5.20...@pie-lib/editable-html@9.5.21) (2023-04-14)
|
|
470
|
+
|
|
471
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
472
|
+
|
|
473
|
+
## [9.5.20](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.5.19...@pie-lib/editable-html@9.5.20) (2023-04-07)
|
|
474
|
+
|
|
475
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
476
|
+
|
|
477
|
+
## [9.5.19](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.5.18...@pie-lib/editable-html@9.5.19) (2023-04-03)
|
|
478
|
+
|
|
479
|
+
### Bug Fixes
|
|
480
|
+
|
|
481
|
+
- **editable-html:** focus on empty choice-PD-1805 ([3497742](https://github.com/pie-framework/pie-lib/commit/34977426bfd4db1a5c6869bc275ffbbe30ad3131))
|
|
482
|
+
|
|
483
|
+
## [9.5.18](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.5.17...@pie-lib/editable-html@9.5.18) (2023-03-27)
|
|
484
|
+
|
|
485
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
486
|
+
|
|
487
|
+
## [9.5.17](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.5.16...@pie-lib/editable-html@9.5.17) (2023-03-20)
|
|
488
|
+
|
|
489
|
+
### Bug Fixes
|
|
490
|
+
|
|
491
|
+
- **editable-html:** tweak placement of the character toolbar if parent is scrollable PD-2175 ([11daa2e](https://github.com/pie-framework/pie-lib/commit/11daa2ea984ad5fef849a612ffcd4e53dd6af7b1))
|
|
492
|
+
|
|
493
|
+
## [9.5.16](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.5.15...@pie-lib/editable-html@9.5.16) (2023-03-13)
|
|
494
|
+
|
|
495
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
496
|
+
|
|
497
|
+
## [9.5.15](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.5.13...@pie-lib/editable-html@9.5.15) (2023-02-28)
|
|
498
|
+
|
|
499
|
+
### Bug Fixes
|
|
500
|
+
|
|
501
|
+
- version bump ([d9280a9](https://github.com/pie-framework/pie-lib/commit/d9280a9aeddab459b6d84ecdbeb62814e1eee965))
|
|
502
|
+
|
|
503
|
+
## [9.5.13](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.5.12...@pie-lib/editable-html@9.5.13) (2023-02-28)
|
|
504
|
+
|
|
505
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
506
|
+
|
|
507
|
+
## [9.5.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.5.10...@pie-lib/editable-html@9.5.12) (2023-01-31)
|
|
508
|
+
|
|
509
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
510
|
+
|
|
511
|
+
## [9.5.10](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.5.9...@pie-lib/editable-html@9.5.10) (2023-01-31)
|
|
512
|
+
|
|
513
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
514
|
+
|
|
515
|
+
## [9.5.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.5.8...@pie-lib/editable-html@9.5.9) (2023-01-31)
|
|
516
|
+
|
|
517
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
518
|
+
|
|
519
|
+
## [9.5.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.5.7...@pie-lib/editable-html@9.5.8) (2023-01-31)
|
|
520
|
+
|
|
521
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
522
|
+
|
|
523
|
+
## [9.5.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.5.5...@pie-lib/editable-html@9.5.7) (2023-01-31)
|
|
524
|
+
|
|
525
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
526
|
+
|
|
527
|
+
## [9.5.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.5.3...@pie-lib/editable-html@9.5.5) (2023-01-31)
|
|
528
|
+
|
|
529
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
530
|
+
|
|
531
|
+
## [9.5.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.5.1...@pie-lib/editable-html@9.5.3) (2023-01-31)
|
|
532
|
+
|
|
533
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
534
|
+
|
|
535
|
+
## [9.5.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.5.0...@pie-lib/editable-html@9.5.1) (2023-01-31)
|
|
536
|
+
|
|
537
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
538
|
+
|
|
539
|
+
# [9.5.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.4.1...@pie-lib/editable-html@9.5.0) (2023-01-16)
|
|
540
|
+
|
|
541
|
+
### Features
|
|
542
|
+
|
|
543
|
+
- added theme naming support + cleanup ([72d562d](https://github.com/pie-framework/pie-lib/commit/72d562d509e5d31d883690eb455a9afea6bf54fc))
|
|
544
|
+
|
|
545
|
+
## [9.4.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.4.0...@pie-lib/editable-html@9.4.1) (2023-01-04)
|
|
546
|
+
|
|
547
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
548
|
+
|
|
549
|
+
# [9.4.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.3.0...@pie-lib/editable-html@9.4.0) (2023-01-03)
|
|
550
|
+
|
|
551
|
+
### Bug Fixes
|
|
552
|
+
|
|
553
|
+
- add param to createToolbarOpts ([b80af8a](https://github.com/pie-framework/pie-lib/commit/b80af8ad0a7381a14ba935b7ee121133ab99f765))
|
|
554
|
+
- revert changes to yarn lock that are causing build issues ([390d28c](https://github.com/pie-framework/pie-lib/commit/390d28c479452d58978984c961ed56716f156f91))
|
|
555
|
+
|
|
556
|
+
### Features
|
|
557
|
+
|
|
558
|
+
- **editable-html:** add error PD-2417 ([b53fb99](https://github.com/pie-framework/pie-lib/commit/b53fb993c27ee7058b3d4c0722b1c582592bbec4))
|
|
559
|
+
|
|
560
|
+
# [9.3.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.2.9...@pie-lib/editable-html@9.3.0) (2022-12-19)
|
|
561
|
+
|
|
562
|
+
### Bug Fixes
|
|
563
|
+
|
|
564
|
+
- **editable-html:** fix spellCheck functionality on mobile devices for extended-text-entry player PD-2144 ([bb70090](https://github.com/pie-framework/pie-lib/commit/bb7009076da301a063754f3fb3b09c800bfae262))
|
|
565
|
+
|
|
566
|
+
### Features
|
|
567
|
+
|
|
568
|
+
- **editable-html:** select text at focus-PD-1971 ([f7c7bce](https://github.com/pie-framework/pie-lib/commit/f7c7bce8abc72aa3aa3b3c7adbf281ea34253d35))
|
|
569
|
+
|
|
570
|
+
## [9.2.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.2.8...@pie-lib/editable-html@9.2.9) (2022-12-06)
|
|
571
|
+
|
|
572
|
+
### Bug Fixes
|
|
573
|
+
|
|
574
|
+
- **editable-html:** close image toolbar after insertion of alt text to prevent blocked state PD-2083 ([76be3dd](https://github.com/pie-framework/pie-lib/commit/76be3dd3ef9c1c314c131d39bfdb99b2c7f076d4))
|
|
575
|
+
|
|
576
|
+
## [9.2.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.2.7...@pie-lib/editable-html@9.2.8) (2022-11-29)
|
|
577
|
+
|
|
578
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
579
|
+
|
|
580
|
+
## [9.2.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.2.6...@pie-lib/editable-html@9.2.7) (2022-11-23)
|
|
581
|
+
|
|
582
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
583
|
+
|
|
584
|
+
## [9.2.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.2.5...@pie-lib/editable-html@9.2.6) (2022-11-23)
|
|
585
|
+
|
|
586
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
587
|
+
|
|
588
|
+
## [9.2.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.2.4...@pie-lib/editable-html@9.2.5) (2022-11-17)
|
|
589
|
+
|
|
590
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
591
|
+
|
|
592
|
+
## [9.2.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.2.3...@pie-lib/editable-html@9.2.4) (2022-11-14)
|
|
593
|
+
|
|
594
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
595
|
+
|
|
596
|
+
## [9.2.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.2.2...@pie-lib/editable-html@9.2.3) (2022-10-31)
|
|
597
|
+
|
|
598
|
+
### Bug Fixes
|
|
599
|
+
|
|
600
|
+
- **editable-html:** increase helper text font size in alt dialog PD-2087 ([013cecb](https://github.com/pie-framework/pie-lib/commit/013cecbae73b5b8b6199aa814feb34d9627ed26f))
|
|
601
|
+
- **editable-html:** send autoWidth property to toolbar to fix PD-2129 ([f001ddb](https://github.com/pie-framework/pie-lib/commit/f001ddbf51bd8a2b3294603811351b26587bfc0b))
|
|
602
|
+
|
|
603
|
+
## [9.2.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.2.1...@pie-lib/editable-html@9.2.2) (2022-09-29)
|
|
604
|
+
|
|
605
|
+
### Bug Fixes
|
|
606
|
+
|
|
607
|
+
- **editable-html:** handle use case were there no child in audio tag ([dbc5410](https://github.com/pie-framework/pie-lib/commit/dbc54109fbe7201aea5ea6d5a6226f8ce9c797a0))
|
|
608
|
+
|
|
609
|
+
### Reverts
|
|
610
|
+
|
|
611
|
+
- Revert "PD-1886 updated slate js version" ([0069bc8](https://github.com/pie-framework/pie-lib/commit/0069bc829175194e663a9601f284a31d7285d7eb))
|
|
612
|
+
|
|
613
|
+
## [9.2.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.2.0...@pie-lib/editable-html@9.2.1) (2022-09-28)
|
|
614
|
+
|
|
615
|
+
### Bug Fixes
|
|
616
|
+
|
|
617
|
+
- fire add image method when copy-paste image is used ([23d525e](https://github.com/pie-framework/pie-lib/commit/23d525efda2d41a8bfd603460b4cc4fda5d2a184))
|
|
618
|
+
|
|
619
|
+
# [9.2.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.1.6...@pie-lib/editable-html@9.2.0) (2022-09-28)
|
|
620
|
+
|
|
621
|
+
### Bug Fixes
|
|
622
|
+
|
|
623
|
+
- **editable-html, graphing:** Add support to remove scrollbar from editable-html and removed scrollbar from graphing labels PD-1968 ([d04a0d3](https://github.com/pie-framework/pie-lib/commit/d04a0d3bc66d4b861f60b24198301459c15bd151))
|
|
624
|
+
|
|
625
|
+
### Features
|
|
626
|
+
|
|
627
|
+
- add upload logic in pie lib (wip) PD-23-updated ([c666f68](https://github.com/pie-framework/pie-lib/commit/c666f68682bf4e9746cea3d7e18c1b1e1948131d))
|
|
628
|
+
- add upload logic in pie lib (wip) PD-23-updated ([0ece29e](https://github.com/pie-framework/pie-lib/commit/0ece29e256ee7d7c84202d1be97244e7d4b70411))
|
|
629
|
+
- hide edit uploaded sound in editable-html for now ([88882e6](https://github.com/pie-framework/pie-lib/commit/88882e6704f5f5f889328666a9b0fe03554339cd))
|
|
630
|
+
- UI improvements and bit of cleanup for PD-23-updated ([37e88e8](https://github.com/pie-framework/pie-lib/commit/37e88e8fb04698eadb805c26b5ee2c57cc0b51a8))
|
|
631
|
+
- **editable-html:** allow audio file upload (editable-html & rendering logic) ([f5df32d](https://github.com/pie-framework/pie-lib/commit/f5df32d1e53859435556f866e8727fef077896d4))
|
|
632
|
+
- **editable-html:** allow audio file upload (modal logic) ([f57cff1](https://github.com/pie-framework/pie-lib/commit/f57cff12d861d1182ab2fa84c8ce2a89f144b222))
|
|
633
|
+
- **editable-html:** finalize audio upload implementation (it works via new prop `pieApi: { token, host }`) PD-23 ([4fa7389](https://github.com/pie-framework/pie-lib/commit/4fa7389e5a6eff8b58c9d893424f82197b574f02))
|
|
634
|
+
- **graphing, plot:** moved graphing labels to plot package + fixed math input + added support for labels rotation PD-1962 ([a85ec39](https://github.com/pie-framework/pie-lib/commit/a85ec3911dd1f6bc89e4eb20a19ef8f957deebf1))
|
|
635
|
+
|
|
636
|
+
## [9.1.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.1.5...@pie-lib/editable-html@9.1.6) (2022-09-14)
|
|
637
|
+
|
|
638
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
639
|
+
|
|
640
|
+
## [9.1.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.1.4...@pie-lib/editable-html@9.1.5) (2022-08-30)
|
|
641
|
+
|
|
642
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
643
|
+
|
|
644
|
+
## [9.1.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.1.3...@pie-lib/editable-html@9.1.4) (2022-08-29)
|
|
645
|
+
|
|
646
|
+
### Bug Fixes
|
|
647
|
+
|
|
648
|
+
- revert defaults to empty ([d7905be](https://github.com/pie-framework/pie-lib/commit/d7905be52adcda0af2ae92ec537b02beb1313439))
|
|
649
|
+
|
|
650
|
+
## [9.1.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.1.2...@pie-lib/editable-html@9.1.3) (2022-08-29)
|
|
651
|
+
|
|
652
|
+
### Bug Fixes
|
|
653
|
+
|
|
654
|
+
- **plugins:** can scroll on insert character toolbar, toolbar closes when not focused, not closing automatically on insert ([cc203db](https://github.com/pie-framework/pie-lib/commit/cc203dbb534f4989a0c2d840e4e83ed53fda15e5))
|
|
655
|
+
|
|
656
|
+
## [9.1.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.1.1...@pie-lib/editable-html@9.1.2) (2022-08-15)
|
|
657
|
+
|
|
658
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
659
|
+
|
|
660
|
+
## [9.1.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.1.0...@pie-lib/editable-html@9.1.1) (2022-08-08)
|
|
661
|
+
|
|
662
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
663
|
+
|
|
664
|
+
# [9.1.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.0.5...@pie-lib/editable-html@9.1.0) (2022-08-01)
|
|
665
|
+
|
|
666
|
+
### Features
|
|
667
|
+
|
|
668
|
+
- **graphing, editable-html, plot:** Added the ability to edit/center title and lables PD-1605 PD-1690 ([dd18f92](https://github.com/pie-framework/pie-lib/commit/dd18f92e19d8be98917cd4f19eb7211122d2b7fb))
|
|
669
|
+
|
|
670
|
+
## [9.0.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.0.4...@pie-lib/editable-html@9.0.5) (2022-08-01)
|
|
671
|
+
|
|
672
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
673
|
+
|
|
674
|
+
## [9.0.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.0.3...@pie-lib/editable-html@9.0.4) (2022-07-22)
|
|
675
|
+
|
|
676
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
677
|
+
|
|
678
|
+
## [9.0.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.0.2...@pie-lib/editable-html@9.0.3) (2022-07-19)
|
|
679
|
+
|
|
680
|
+
### Bug Fixes
|
|
681
|
+
|
|
682
|
+
- **editable-html:** fix paste text PD-1899 ([a1e8477](https://github.com/pie-framework/pie-lib/commit/a1e847763ceb14912592fcdf20317fb9a309a912))
|
|
683
|
+
|
|
684
|
+
## [9.0.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.0.1...@pie-lib/editable-html@9.0.2) (2022-07-19)
|
|
685
|
+
|
|
686
|
+
### Bug Fixes
|
|
687
|
+
|
|
688
|
+
- bump mathquill to 1.1.3 ([48b84c5](https://github.com/pie-framework/pie-lib/commit/48b84c534cbf519e172a80d18a48b26eda3cf7e6))
|
|
689
|
+
|
|
690
|
+
## [9.0.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@9.0.0...@pie-lib/editable-html@9.0.1) (2022-07-18)
|
|
691
|
+
|
|
692
|
+
### Reverts
|
|
693
|
+
|
|
694
|
+
- Revert "feat(editable-html): Make editable-html style inline with mathjax: font, radical, exponential, italicize variables PD-1521" ([c07213c](https://github.com/pie-framework/pie-lib/commit/c07213c627609a47089f9cfec1e16366fc5dcfd3))
|
|
695
|
+
|
|
696
|
+
# [9.0.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@8.1.2...@pie-lib/editable-html@9.0.0) (2022-07-18)
|
|
697
|
+
|
|
698
|
+
### Bug Fixes
|
|
699
|
+
|
|
700
|
+
- **editable-html:** add another sanity checks ([d872981](https://github.com/pie-framework/pie-lib/commit/d87298124408b55d75d42598c0272294a0881043))
|
|
701
|
+
- **editable-html:** add sanity check for drop / paste file - sentry ([d27d252](https://github.com/pie-framework/pie-lib/commit/d27d2522d0567333e0af1ce49a3793ebc44ef032))
|
|
702
|
+
- **editable-html:** add sanity check in respArea - toolbar ([1e4c9f2](https://github.com/pie-framework/pie-lib/commit/1e4c9f21be612409deee08cca6790f019f5d01d3))
|
|
703
|
+
- **editable-html:** potential fix - sanity check for node key in table - sentry ([f417c72](https://github.com/pie-framework/pie-lib/commit/f417c724c49e50e8c3c514b46b42f5d410da2942))
|
|
704
|
+
- code tweaks ([a390dcb](https://github.com/pie-framework/pie-lib/commit/a390dcbe22e9d37776b91071ec1502bbad59ff2a))
|
|
705
|
+
- duplicate image issue ([924a4df](https://github.com/pie-framework/pie-lib/commit/924a4df45cf9f1601704dd48c2a757dd02e2e7a3))
|
|
706
|
+
- tests ([41caca9](https://github.com/pie-framework/pie-lib/commit/41caca9855aa8099f5cb7286cc6660dd20d5c622))
|
|
707
|
+
|
|
708
|
+
### Features
|
|
709
|
+
|
|
710
|
+
- **characters:** special character accents span 2 rows, added border for visibility [PD-1462](<[c60b0bc](https://github.com/pie-framework/pie-lib/commit/c60b0bc8ff45cc01f53bc752fd5dd64da623f6be)>)
|
|
711
|
+
- **editable-html:** add image alignment buttons ([a076a41](https://github.com/pie-framework/pie-lib/commit/a076a4193c82dc552bd21de7a8f928d8481e73e6))
|
|
712
|
+
- **editable-html:** BREAKING CHANGE add image alignment buttons in image toolbar PD-1802 ([bcb59e5](https://github.com/pie-framework/pie-lib/commit/bcb59e5737fe61560fac8de01276baf187888048))
|
|
713
|
+
- **editable-html:** image resize functionality PD-1801. BREAKING CHANGE removed percent buttons from image toolbar ([1d5c33d](https://github.com/pie-framework/pie-lib/commit/1d5c33d4bcd224fa1b38310d7f0f21fba0888f12))
|
|
714
|
+
- **editable-html:** Make editable-html style inline with mathjax: font, radical, exponential, italicize variables PD-1521 ([20752ad](https://github.com/pie-framework/pie-lib/commit/20752ad453880da881bc0a2880c6ef9a10b9589d))
|
|
715
|
+
- **editable-html, render-ui:** wrap up PD-1802 ([e10babf](https://github.com/pie-framework/pie-lib/commit/e10babf2e80aed67c856e9e021e37072e3df33fb))
|
|
716
|
+
- **editor:** added insert spanish and special characters as default [PD-1883](<[26655ec](https://github.com/pie-framework/pie-lib/commit/26655ec87cb4b8a82357e88b62faad3fdc7c296a)>)
|
|
717
|
+
|
|
718
|
+
### BREAKING CHANGES
|
|
719
|
+
|
|
720
|
+
- **editable-html:** Added new buttons in image toolbar.
|
|
721
|
+
The buttons control image horizontal alignment.
|
|
722
|
+
|
|
723
|
+
## [8.1.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@8.1.1...@pie-lib/editable-html@8.1.2) (2022-06-28)
|
|
724
|
+
|
|
725
|
+
### Bug Fixes
|
|
726
|
+
|
|
727
|
+
- running locally does not work ([ce2d09a](https://github.com/pie-framework/pie-lib/commit/ce2d09a3556937aea4a1c8075a2dbc7c1131fd5f))
|
|
728
|
+
|
|
729
|
+
## [8.1.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@8.1.0...@pie-lib/editable-html@8.1.1) (2022-06-28)
|
|
730
|
+
|
|
731
|
+
### Bug Fixes
|
|
732
|
+
|
|
733
|
+
- running locally does not work ([e2fbb74](https://github.com/pie-framework/pie-lib/commit/e2fbb74c79bbb2ad6e9af447af51687391d89ad3))
|
|
734
|
+
- **editable-html:** fix image remove ([0f446b3](https://github.com/pie-framework/pie-lib/commit/0f446b38d93fec1548b9ff5c73cc48f2f10d9397))
|
|
735
|
+
|
|
736
|
+
# [8.1.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@8.0.0...@pie-lib/editable-html@8.1.0) (2022-06-27)
|
|
737
|
+
|
|
738
|
+
### Features
|
|
739
|
+
|
|
740
|
+
- **editable-html:** allow drop & paste images PD-581 ([f7ec0d4](https://github.com/pie-framework/pie-lib/commit/f7ec0d4578ededc095422356471fb5e9f2b29af9))
|
|
741
|
+
|
|
742
|
+
# [8.0.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.22.6...@pie-lib/editable-html@8.0.0) (2022-06-27)
|
|
743
|
+
|
|
744
|
+
### Features
|
|
745
|
+
|
|
746
|
+
- **editable-html:** Added characters limit support PD-1681 ([9e7f6ad](https://github.com/pie-framework/pie-lib/commit/9e7f6add3f846d32265990aca98dfb5b4847bb95))
|
|
747
|
+
- **editable-html:** image resize functionality PD-1801 ([6f46903](https://github.com/pie-framework/pie-lib/commit/6f46903acdf791716263be33abe49235572421ad))
|
|
748
|
+
- **plugins:** added special characters adding capabilities [PD-1462](<[b9f41e1](https://github.com/pie-framework/pie-lib/commit/b9f41e11f44df140a66145d0b04558ca2b0ea48e)>)
|
|
749
|
+
|
|
750
|
+
### BREAKING CHANGES
|
|
751
|
+
|
|
752
|
+
- **editable-html:** Removed the percent buttons from editable-html image button. Added resize functionality.
|
|
753
|
+
|
|
754
|
+
## [7.22.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.22.5...@pie-lib/editable-html@7.22.6) (2022-06-13)
|
|
755
|
+
|
|
756
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
757
|
+
|
|
758
|
+
## [7.22.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.22.4...@pie-lib/editable-html@7.22.5) (2022-05-30)
|
|
759
|
+
|
|
760
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
761
|
+
|
|
762
|
+
## [7.22.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.22.3...@pie-lib/editable-html@7.22.4) (2022-05-24)
|
|
763
|
+
|
|
764
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
765
|
+
|
|
766
|
+
## [7.22.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.22.2...@pie-lib/editable-html@7.22.3) (2022-05-10)
|
|
767
|
+
|
|
768
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
769
|
+
|
|
770
|
+
## [7.22.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.22.1...@pie-lib/editable-html@7.22.2) (2022-05-09)
|
|
771
|
+
|
|
772
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
773
|
+
|
|
774
|
+
## [7.22.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.22.0...@pie-lib/editable-html@7.22.1) (2022-05-03)
|
|
775
|
+
|
|
776
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
777
|
+
|
|
778
|
+
# [7.22.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.21.0...@pie-lib/editable-html@7.22.0) (2022-05-03)
|
|
779
|
+
|
|
780
|
+
### Bug Fixes
|
|
781
|
+
|
|
782
|
+
- use error as a function ([c767c8b](https://github.com/pie-framework/pie-lib/commit/c767c8bdc5ace6006e86862704a26095fa4b16f6))
|
|
783
|
+
|
|
784
|
+
### Features
|
|
785
|
+
|
|
786
|
+
- PD-1707 ([9762d1f](https://github.com/pie-framework/pie-lib/commit/9762d1f4ac1bd615db4f03dfd06809010213052d))
|
|
787
|
+
- PD-1707 show validation errors in ecr ([bb7e95c](https://github.com/pie-framework/pie-lib/commit/bb7e95c824ae802452720856ad1117aa21c5766f))
|
|
788
|
+
|
|
789
|
+
# [7.21.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.20.0...@pie-lib/editable-html@7.21.0) (2022-04-28)
|
|
790
|
+
|
|
791
|
+
### Features
|
|
792
|
+
|
|
793
|
+
- **editable-html:** disabled add response area button when maxResponseArea value is reached PD-1699 ([9c28e5b](https://github.com/pie-framework/pie-lib/commit/9c28e5b1702995a497e8528038a1b9e71b72c84f))
|
|
794
|
+
- **editable-html:** PD-1707 add validation ui/ux to responses areas in ecr ([7381c58](https://github.com/pie-framework/pie-lib/commit/7381c581e9f1099f48f8cfbe307f23dbd8776773))
|
|
795
|
+
|
|
796
|
+
# [7.20.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.19.3...@pie-lib/editable-html@7.20.0) (2022-04-12)
|
|
797
|
+
|
|
798
|
+
### Bug Fixes
|
|
799
|
+
|
|
800
|
+
- **editable-html:** Removed overflow property that prevent body content from scrolling after closing dialog PD-1659 ([da2dc24](https://github.com/pie-framework/pie-lib/commit/da2dc2421448fa56d83369a043d864a568b1f886))
|
|
801
|
+
- **list:** fixed list in list issues [PD-1229](<[46dcec0](https://github.com/pie-framework/pie-lib/commit/46dcec0e20fc2d09969c45fd75426f647931ec08)>)
|
|
802
|
+
|
|
803
|
+
### Features
|
|
804
|
+
|
|
805
|
+
- **config-ui, editable-html:** add ui/ux validation for choices and editable html fields ([d40148f](https://github.com/pie-framework/pie-lib/commit/d40148f0f4b1232ce1506867a7424aa56e26c5ec))
|
|
806
|
+
|
|
807
|
+
## [7.19.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.19.2...@pie-lib/editable-html@7.19.3) (2022-03-21)
|
|
808
|
+
|
|
809
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
810
|
+
|
|
811
|
+
## [7.19.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.19.1...@pie-lib/editable-html@7.19.2) (2022-03-08)
|
|
812
|
+
|
|
813
|
+
### Bug Fixes
|
|
814
|
+
|
|
815
|
+
- **editable-html:** Added default values for responseAreaProps ([b49a919](https://github.com/pie-framework/pie-lib/commit/b49a919b4d5e336cb2a82e4e7926d72372369d3c))
|
|
816
|
+
|
|
817
|
+
## [7.19.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.19.0...@pie-lib/editable-html@7.19.1) (2022-03-07)
|
|
818
|
+
|
|
819
|
+
### Bug Fixes
|
|
820
|
+
|
|
821
|
+
- **editable-html:** Called onHandleAreaChange only for delete ([ad1c8aa](https://github.com/pie-framework/pie-lib/commit/ad1c8aa83eef71bd8201cb55ec21513c008f77a6))
|
|
822
|
+
|
|
823
|
+
# [7.19.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.18.0...@pie-lib/editable-html@7.19.0) (2022-03-07)
|
|
824
|
+
|
|
825
|
+
### Features
|
|
826
|
+
|
|
827
|
+
- **editor:** added func callback property, called when the resp area els nr is changed in the markup [PD-1592](<[d35feee](https://github.com/pie-framework/pie-lib/commit/d35feee5c68c13375963aa5cad25b2ef6ffc39f3)>)
|
|
828
|
+
|
|
829
|
+
# [7.18.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.17.19...@pie-lib/editable-html@7.18.0) (2022-02-21)
|
|
830
|
+
|
|
831
|
+
### Bug Fixes
|
|
832
|
+
|
|
833
|
+
- **editable-html:** fix style for table rendering PD-1459 ([7c139b5](https://github.com/pie-framework/pie-lib/commit/7c139b5))
|
|
834
|
+
- **editable-html:** Insert button from video/audio modal can't be pressed if the URL is empty PD-1488 ([6c7c1f6](https://github.com/pie-framework/pie-lib/commit/6c7c1f6))
|
|
835
|
+
- **editor:** made sure space is added after table even when there is a div wrapper [PD-1614](<[5aa8bd1](https://github.com/pie-framework/pie-lib/commit/5aa8bd1)>)
|
|
836
|
+
|
|
837
|
+
### Features
|
|
838
|
+
|
|
839
|
+
- **editable-html:** drag-in-the-blank visually indicate when response area is selected, hide non-applicable tools PD-1383 ([a3b7d08](https://github.com/pie-framework/pie-lib/commit/a3b7d08))
|
|
840
|
+
- **editor:** made sure cursor is visible before and after custom void elements [PD-1474](<[189ee2d](https://github.com/pie-framework/pie-lib/commit/189ee2d)>)
|
|
841
|
+
- **editor:** made sure x<y is not removed from the math latex [PD-1475](<[ea94ad0](https://github.com/pie-framework/pie-lib/commit/ea94ad0)>)
|
|
842
|
+
- **table:** made sure default border is 1 for tables [PD-1459](<[e8bd0d7](https://github.com/pie-framework/pie-lib/commit/e8bd0d7)>)
|
|
843
|
+
- **table:** made sure focus is switched to first cell of the table when adding one [PD-1455](<[907c230](https://github.com/pie-framework/pie-lib/commit/907c230)>)
|
|
844
|
+
|
|
845
|
+
## [7.17.19](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.17.18...@pie-lib/editable-html@7.17.19) (2022-02-21)
|
|
846
|
+
|
|
847
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
848
|
+
|
|
849
|
+
## [7.17.18](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.17.17...@pie-lib/editable-html@7.17.18) (2022-02-04)
|
|
850
|
+
|
|
851
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
852
|
+
|
|
853
|
+
## [7.17.17](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.17.16...@pie-lib/editable-html@7.17.17) (2022-02-03)
|
|
854
|
+
|
|
855
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
856
|
+
|
|
857
|
+
## [7.17.16](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.17.15...@pie-lib/editable-html@7.17.16) (2022-01-24)
|
|
858
|
+
|
|
859
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
860
|
+
|
|
861
|
+
## [7.17.15](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.17.14...@pie-lib/editable-html@7.17.15) (2022-01-10)
|
|
862
|
+
|
|
863
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
864
|
+
|
|
865
|
+
## [7.17.14](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.17.13...@pie-lib/editable-html@7.17.14) (2021-12-22)
|
|
866
|
+
|
|
867
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
868
|
+
|
|
869
|
+
## [7.17.13](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.17.12...@pie-lib/editable-html@7.17.13) (2021-12-13)
|
|
870
|
+
|
|
871
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
872
|
+
|
|
873
|
+
## [7.17.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.17.11...@pie-lib/editable-html@7.17.12) (2021-11-29)
|
|
874
|
+
|
|
875
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
876
|
+
|
|
877
|
+
## [7.17.11](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.17.10...@pie-lib/editable-html@7.17.11) (2021-10-04)
|
|
878
|
+
|
|
879
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
880
|
+
|
|
881
|
+
## [7.17.10](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.17.9...@pie-lib/editable-html@7.17.10) (2021-10-04)
|
|
882
|
+
|
|
883
|
+
### Bug Fixes
|
|
884
|
+
|
|
885
|
+
- **serialization:** made sure that units are not added to numbered values when they are encountered [PD-722](<[8d229cf](https://github.com/pie-framework/pie-lib/commit/8d229cf)>)
|
|
886
|
+
|
|
887
|
+
## [7.17.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.17.8...@pie-lib/editable-html@7.17.9) (2021-09-20)
|
|
888
|
+
|
|
889
|
+
### Bug Fixes
|
|
890
|
+
|
|
891
|
+
- **editor:** used dom refs in order to check if the editor is still in focus [PD-1126](<[99e0f72](https://github.com/pie-framework/pie-lib/commit/99e0f72)>)
|
|
892
|
+
|
|
893
|
+
## [7.17.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.17.7...@pie-lib/editable-html@7.17.8) (2021-09-20)
|
|
894
|
+
|
|
895
|
+
### Bug Fixes
|
|
896
|
+
|
|
897
|
+
- **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](<[e74f00a](https://github.com/pie-framework/pie-lib/commit/e74f00a)>)
|
|
898
|
+
|
|
899
|
+
## [7.17.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.17.6...@pie-lib/editable-html@7.17.7) (2021-09-20)
|
|
900
|
+
|
|
901
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
902
|
+
|
|
903
|
+
## [7.17.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.17.5...@pie-lib/editable-html@7.17.6) (2021-09-16)
|
|
904
|
+
|
|
905
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
906
|
+
|
|
907
|
+
## [7.17.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.17.4...@pie-lib/editable-html@7.17.5) (2021-09-08)
|
|
908
|
+
|
|
909
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
910
|
+
|
|
911
|
+
## [7.17.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.17.3...@pie-lib/editable-html@7.17.4) (2021-09-08)
|
|
912
|
+
|
|
913
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
914
|
+
|
|
915
|
+
## [7.17.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.17.2...@pie-lib/editable-html@7.17.3) (2021-08-30)
|
|
916
|
+
|
|
917
|
+
### Bug Fixes
|
|
918
|
+
|
|
919
|
+
- **editor:** made sure that if the editor loses focus, the onBlur function is called no matter what [PD-1126](<[906046c](https://github.com/pie-framework/pie-lib/commit/906046c)>)
|
|
920
|
+
|
|
921
|
+
## [7.17.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.17.1...@pie-lib/editable-html@7.17.2) (2021-08-04)
|
|
922
|
+
|
|
923
|
+
### Bug Fixes
|
|
924
|
+
|
|
925
|
+
- **paragraph:** made sure that long words are broken into separate lines regardless if they are in a paragraph or not [PD-194](<[df0f97d](https://github.com/pie-framework/pie-lib/commit/df0f97d)>)
|
|
926
|
+
- **paragraph:** made sure the text is broken into separate lines and not expanding [PD-194](<[35c6807](https://github.com/pie-framework/pie-lib/commit/35c6807)>)
|
|
927
|
+
|
|
928
|
+
## [7.17.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.17.0...@pie-lib/editable-html@7.17.1) (2021-07-27)
|
|
929
|
+
|
|
930
|
+
### Bug Fixes
|
|
931
|
+
|
|
932
|
+
- **table:** made sure inserting a table at last position works [PD-1240](<[e81ba95](https://github.com/pie-framework/pie-lib/commit/e81ba95)>)
|
|
933
|
+
|
|
934
|
+
# [7.17.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.16.19...@pie-lib/editable-html@7.17.0) (2021-07-23)
|
|
935
|
+
|
|
936
|
+
### Bug Fixes
|
|
937
|
+
|
|
938
|
+
- **editable-html:** add refs for editors, fix propTypes warnings for PD-1230 ([c6e3a2a](https://github.com/pie-framework/pie-lib/commit/c6e3a2a))
|
|
939
|
+
- **editable-html:** Updated serialization PD-859 ([5f30897](https://github.com/pie-framework/pie-lib/commit/5f30897))
|
|
940
|
+
|
|
941
|
+
### Features
|
|
942
|
+
|
|
943
|
+
- **editable-html:** add prop that allows editable-html fields to be validated PD-601 ([2fe2b9b](https://github.com/pie-framework/pie-lib/commit/2fe2b9b))
|
|
944
|
+
|
|
945
|
+
## [7.16.19](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.16.17...@pie-lib/editable-html@7.16.19) (2021-06-25)
|
|
946
|
+
|
|
947
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
948
|
+
|
|
949
|
+
## [7.16.17](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.16.16...@pie-lib/editable-html@7.16.17) (2021-06-25)
|
|
950
|
+
|
|
951
|
+
### Bug Fixes
|
|
952
|
+
|
|
953
|
+
- **editable-html:** Fixed error checking makes it difficult to type a URL - PD-1082 ([42c5ad3](https://github.com/pie-framework/pie-lib/commit/42c5ad3))
|
|
954
|
+
- **editable-html:** insert video should not accept audio and vice versa PD-832 ([4e1e0a3](https://github.com/pie-framework/pie-lib/commit/4e1e0a3))
|
|
955
|
+
- **editable-html:** remove green checkmark next to the delete button on the toolbar PD-1125 ([b2cb463](https://github.com/pie-framework/pie-lib/commit/b2cb463))
|
|
956
|
+
- **editable-html:** Text edits will remain when resize window - PD-356 ([c06caaf](https://github.com/pie-framework/pie-lib/commit/c06caaf))
|
|
957
|
+
- **inline-dropdown:** Called onBlur on editable-html - PD-294 ([437ef1d](https://github.com/pie-framework/pie-lib/commit/437ef1d))
|
|
958
|
+
- **multi-trait-rubric:** Added right and left alignment for the toolbar ([f3def8b](https://github.com/pie-framework/pie-lib/commit/f3def8b))
|
|
959
|
+
- **table:** made sure table block is not the latest node in the document [PD-341](<[90bb47a](https://github.com/pie-framework/pie-lib/commit/90bb47a)>)
|
|
960
|
+
|
|
961
|
+
## [7.16.16](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.16.15...@pie-lib/editable-html@7.16.16) (2021-04-06)
|
|
962
|
+
|
|
963
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
964
|
+
|
|
965
|
+
## [7.16.15](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.16.14...@pie-lib/editable-html@7.16.15) (2021-04-02)
|
|
966
|
+
|
|
967
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
968
|
+
|
|
969
|
+
## [7.16.14](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.16.13...@pie-lib/editable-html@7.16.14) (2021-03-22)
|
|
970
|
+
|
|
971
|
+
### Bug Fixes
|
|
972
|
+
|
|
973
|
+
- **editable-html:** custom key fix for math keypad - PD-388 ([adba7f0](https://github.com/pie-framework/pie-lib/commit/adba7f0))
|
|
974
|
+
|
|
975
|
+
## [7.16.13](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.16.12...@pie-lib/editable-html@7.16.13) (2021-03-15)
|
|
976
|
+
|
|
977
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
978
|
+
|
|
979
|
+
## [7.16.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.16.11...@pie-lib/editable-html@7.16.12) (2021-03-03)
|
|
980
|
+
|
|
981
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
982
|
+
|
|
983
|
+
## [7.16.11](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.16.10...@pie-lib/editable-html@7.16.11) (2021-03-02)
|
|
984
|
+
|
|
985
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
986
|
+
|
|
987
|
+
## [7.16.10](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.16.9...@pie-lib/editable-html@7.16.10) (2021-03-01)
|
|
988
|
+
|
|
989
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
990
|
+
|
|
991
|
+
## [7.16.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.16.8...@pie-lib/editable-html@7.16.9) (2021-03-01)
|
|
992
|
+
|
|
993
|
+
### Bug Fixes
|
|
994
|
+
|
|
995
|
+
- **editable-html:** add delete button for response area PD-778 ([234ba06](https://github.com/pie-framework/pie-lib/commit/234ba06))
|
|
996
|
+
- **editable-html:** add min and max height to fix PD-694 ([955db39](https://github.com/pie-framework/pie-lib/commit/955db39))
|
|
997
|
+
|
|
998
|
+
## [7.16.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.16.7...@pie-lib/editable-html@7.16.8) (2021-02-15)
|
|
999
|
+
|
|
1000
|
+
### Bug Fixes
|
|
1001
|
+
|
|
1002
|
+
- demo ([affa119](https://github.com/pie-framework/pie-lib/commit/affa119))
|
|
1003
|
+
|
|
1004
|
+
## [7.16.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.16.5...@pie-lib/editable-html@7.16.7) (2021-02-15)
|
|
1005
|
+
|
|
1006
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1007
|
+
|
|
1008
|
+
## [7.16.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.16.4...@pie-lib/editable-html@7.16.5) (2021-02-15)
|
|
1009
|
+
|
|
1010
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1011
|
+
|
|
1012
|
+
## [7.16.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.16.3...@pie-lib/editable-html@7.16.4) (2021-02-04)
|
|
1013
|
+
|
|
1014
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1015
|
+
|
|
1016
|
+
## [7.16.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.16.2...@pie-lib/editable-html@7.16.3) (2021-02-01)
|
|
1017
|
+
|
|
1018
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1019
|
+
|
|
1020
|
+
## [7.16.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.16.1...@pie-lib/editable-html@7.16.2) (2021-01-28)
|
|
1021
|
+
|
|
1022
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1023
|
+
|
|
1024
|
+
## [7.16.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.16.0...@pie-lib/editable-html@7.16.1) (2021-01-28)
|
|
1025
|
+
|
|
1026
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1027
|
+
|
|
1028
|
+
# [7.16.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.15.0...@pie-lib/editable-html@7.16.0) (2021-01-25)
|
|
1029
|
+
|
|
1030
|
+
### Features
|
|
1031
|
+
|
|
1032
|
+
- **editable-html:** remove Code plugin - PD-463 ([d830231](https://github.com/pie-framework/pie-lib/commit/d830231))
|
|
1033
|
+
|
|
1034
|
+
# [7.15.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.14.1...@pie-lib/editable-html@7.15.0) (2021-01-11)
|
|
1035
|
+
|
|
1036
|
+
### Bug Fixes
|
|
1037
|
+
|
|
1038
|
+
- Added fix for text wrapping into next line and also font style is overrided by parent styling ([60ff10f](https://github.com/pie-framework/pie-lib/commit/60ff10f))
|
|
1039
|
+
- Due to resize of window, editor text gets reverted to previous state value. PD-356 ([c710829](https://github.com/pie-framework/pie-lib/commit/c710829))
|
|
1040
|
+
- Due to resize of window, editor text gets reverted to previous state value. PD-356 ([9f6b988](https://github.com/pie-framework/pie-lib/commit/9f6b988))
|
|
1041
|
+
|
|
1042
|
+
### Features
|
|
1043
|
+
|
|
1044
|
+
- **editable-html:** add better math keypad support - PD-355 ([bc4e586](https://github.com/pie-framework/pie-lib/commit/bc4e586))
|
|
1045
|
+
|
|
1046
|
+
## [7.14.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.14.0...@pie-lib/editable-html@7.14.1) (2020-11-09)
|
|
1047
|
+
|
|
1048
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1049
|
+
|
|
1050
|
+
# [7.14.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.13.5...@pie-lib/editable-html@7.14.0) (2020-11-07)
|
|
1051
|
+
|
|
1052
|
+
### Features
|
|
1053
|
+
|
|
1054
|
+
- **media:** fixed design and some warnings ([df7d84d](https://github.com/pie-framework/pie-lib/commit/df7d84d))
|
|
1055
|
+
- **media:** implemented editing functionality plus some error some more handlng ([66732a3](https://github.com/pie-framework/pie-lib/commit/66732a3))
|
|
1056
|
+
- **media:** implemented some error handling and fixed a couple of bugs with inserting the media embed [pd501](<[1616ba2](https://github.com/pie-framework/pie-lib/commit/1616ba2)>)
|
|
1057
|
+
- **media:** made sure width and height are used, and toolbar is relative positioned ([9061067](https://github.com/pie-framework/pie-lib/commit/9061067))
|
|
1058
|
+
|
|
1059
|
+
## [7.13.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.13.4...@pie-lib/editable-html@7.13.5) (2020-10-30)
|
|
1060
|
+
|
|
1061
|
+
### Bug Fixes
|
|
1062
|
+
|
|
1063
|
+
- missing dependency ([86b18d2](https://github.com/pie-framework/pie-lib/commit/86b18d2))
|
|
1064
|
+
|
|
1065
|
+
## [7.13.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.13.3...@pie-lib/editable-html@7.13.4) (2020-10-28)
|
|
1066
|
+
|
|
1067
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1068
|
+
|
|
1069
|
+
## [7.13.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.13.2...@pie-lib/editable-html@7.13.3) (2020-10-26)
|
|
1070
|
+
|
|
1071
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1072
|
+
|
|
1073
|
+
## [7.13.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.13.1...@pie-lib/editable-html@7.13.2) (2020-10-26)
|
|
1074
|
+
|
|
1075
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1076
|
+
|
|
1077
|
+
## [7.13.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.13.0...@pie-lib/editable-html@7.13.1) (2020-10-19)
|
|
1078
|
+
|
|
1079
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1080
|
+
|
|
1081
|
+
# [7.13.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.12.12...@pie-lib/editable-html@7.13.0) (2020-10-07)
|
|
1082
|
+
|
|
1083
|
+
### Features
|
|
1084
|
+
|
|
1085
|
+
- **editable-html:** color theme support added ([d7e32fd](https://github.com/pie-framework/pie-lib/commit/d7e32fd))
|
|
1086
|
+
- **editable-html:** initial commit for color treatment ([970c4d1](https://github.com/pie-framework/pie-lib/commit/970c4d1))
|
|
1087
|
+
|
|
1088
|
+
## [7.12.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.12.11...@pie-lib/editable-html@7.12.12) (2020-09-18)
|
|
1089
|
+
|
|
1090
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1091
|
+
|
|
1092
|
+
## [7.12.11](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.12.10...@pie-lib/editable-html@7.12.11) (2020-08-11)
|
|
1093
|
+
|
|
1094
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1095
|
+
|
|
1096
|
+
## [7.12.10](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.12.9...@pie-lib/editable-html@7.12.10) (2020-06-05)
|
|
1097
|
+
|
|
1098
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1099
|
+
|
|
1100
|
+
## [7.12.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.12.8...@pie-lib/editable-html@7.12.9) (2020-05-15)
|
|
1101
|
+
|
|
1102
|
+
### Bug Fixes
|
|
1103
|
+
|
|
1104
|
+
- table borders not visible. ([31500c4](https://github.com/pie-framework/pie-lib/commit/31500c4))
|
|
1105
|
+
|
|
1106
|
+
## [7.12.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.12.7...@pie-lib/editable-html@7.12.8) (2020-05-06)
|
|
1107
|
+
|
|
1108
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1109
|
+
|
|
1110
|
+
## [7.12.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.12.6...@pie-lib/editable-html@7.12.7) (2020-05-05)
|
|
1111
|
+
|
|
1112
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1113
|
+
|
|
1114
|
+
## [7.12.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.12.5...@pie-lib/editable-html@7.12.6) (2020-04-28)
|
|
1115
|
+
|
|
1116
|
+
### Bug Fixes
|
|
1117
|
+
|
|
1118
|
+
- PD-69: A legacy multi-part item consisting of two equation response interactions appears with no response areas ([fff4ec7](https://github.com/pie-framework/pie-lib/commit/fff4ec7))
|
|
1119
|
+
|
|
1120
|
+
## [7.12.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.12.4...@pie-lib/editable-html@7.12.5) (2020-04-28)
|
|
1121
|
+
|
|
1122
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1123
|
+
|
|
1124
|
+
## [7.12.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.12.3...@pie-lib/editable-html@7.12.4) (2020-04-27)
|
|
1125
|
+
|
|
1126
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1127
|
+
|
|
1128
|
+
## [7.12.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.12.2...@pie-lib/editable-html@7.12.3) (2020-04-21)
|
|
1129
|
+
|
|
1130
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1131
|
+
|
|
1132
|
+
## [7.12.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.12.1...@pie-lib/editable-html@7.12.2) (2020-04-14)
|
|
1133
|
+
|
|
1134
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1135
|
+
|
|
1136
|
+
## [7.12.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.12.0...@pie-lib/editable-html@7.12.1) (2020-04-10)
|
|
1137
|
+
|
|
1138
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1139
|
+
|
|
1140
|
+
# [7.12.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.11.12...@pie-lib/editable-html@7.12.0) (2020-04-08)
|
|
1141
|
+
|
|
1142
|
+
### Features
|
|
1143
|
+
|
|
1144
|
+
- **math:** made sure that math is clickable inside table [ch3518](<[23185dd](https://github.com/pie-framework/pie-lib/commit/23185dd)>)
|
|
1145
|
+
|
|
1146
|
+
## [7.11.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.11.11...@pie-lib/editable-html@7.11.12) (2020-03-31)
|
|
1147
|
+
|
|
1148
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1149
|
+
|
|
1150
|
+
## [7.11.11](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.11.10...@pie-lib/editable-html@7.11.11) (2020-03-31)
|
|
1151
|
+
|
|
1152
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1153
|
+
|
|
1154
|
+
## [7.11.10](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.11.9...@pie-lib/editable-html@7.11.10) (2020-03-31)
|
|
1155
|
+
|
|
1156
|
+
### Bug Fixes
|
|
1157
|
+
|
|
1158
|
+
- correct module path ([15ac0a3](https://github.com/pie-framework/pie-lib/commit/15ac0a3))
|
|
1159
|
+
|
|
1160
|
+
## [7.11.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.11.8...@pie-lib/editable-html@7.11.9) (2020-03-31)
|
|
1161
|
+
|
|
1162
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1163
|
+
|
|
1164
|
+
## [7.11.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.11.7...@pie-lib/editable-html@7.11.8) (2020-03-30)
|
|
1165
|
+
|
|
1166
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1167
|
+
|
|
1168
|
+
## [7.11.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.11.6...@pie-lib/editable-html@7.11.7) (2020-03-30)
|
|
1169
|
+
|
|
1170
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1171
|
+
|
|
1172
|
+
## [7.11.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.11.5...@pie-lib/editable-html@7.11.6) (2020-03-30)
|
|
1173
|
+
|
|
1174
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1175
|
+
|
|
1176
|
+
## [7.11.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.11.4...@pie-lib/editable-html@7.11.5) (2020-03-30)
|
|
1177
|
+
|
|
1178
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1179
|
+
|
|
1180
|
+
## [7.11.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.11.3...@pie-lib/editable-html@7.11.4) (2020-03-30)
|
|
1181
|
+
|
|
1182
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1183
|
+
|
|
1184
|
+
## [7.11.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.11.2...@pie-lib/editable-html@7.11.3) (2020-03-30)
|
|
1185
|
+
|
|
1186
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1187
|
+
|
|
1188
|
+
## [7.11.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.11.1...@pie-lib/editable-html@7.11.2) (2020-03-30)
|
|
1189
|
+
|
|
1190
|
+
### Bug Fixes
|
|
1191
|
+
|
|
1192
|
+
- add module prop to package.json ([d20c9ca](https://github.com/pie-framework/pie-lib/commit/d20c9ca))
|
|
1193
|
+
|
|
1194
|
+
## [7.11.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.11.0...@pie-lib/editable-html@7.11.1) (2020-03-18)
|
|
1195
|
+
|
|
1196
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1197
|
+
|
|
1198
|
+
# [7.11.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.10.44...@pie-lib/editable-html@7.11.0) (2020-03-06)
|
|
1199
|
+
|
|
1200
|
+
### Features
|
|
1201
|
+
|
|
1202
|
+
- bump @pie-framework/mathquill@^1.0.0 ([d43c5c5](https://github.com/pie-framework/pie-lib/commit/d43c5c5))
|
|
1203
|
+
- bump @pie-framework/mathquill@^1.1.0 ([31dbed8](https://github.com/pie-framework/pie-lib/commit/31dbed8))
|
|
1204
|
+
|
|
1205
|
+
## [7.10.44](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.10.43...@pie-lib/editable-html@7.10.44) (2020-02-25)
|
|
1206
|
+
|
|
1207
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1208
|
+
|
|
1209
|
+
## [7.10.43](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.10.42...@pie-lib/editable-html@7.10.43) (2020-02-18)
|
|
1210
|
+
|
|
1211
|
+
### Bug Fixes
|
|
1212
|
+
|
|
1213
|
+
- 6656: Vertical alignment issue with Image Delete button. ([c99e6c5](https://github.com/pie-framework/pie-lib/commit/c99e6c5))
|
|
1214
|
+
|
|
1215
|
+
## [7.10.42](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.10.41...@pie-lib/editable-html@7.10.42) (2020-02-15)
|
|
1216
|
+
|
|
1217
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1218
|
+
|
|
1219
|
+
## [7.10.41](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.10.40...@pie-lib/editable-html@7.10.41) (2020-02-14)
|
|
1220
|
+
|
|
1221
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1222
|
+
|
|
1223
|
+
## [7.10.40](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.10.39...@pie-lib/editable-html@7.10.40) (2020-02-11)
|
|
1224
|
+
|
|
1225
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1226
|
+
|
|
1227
|
+
## [7.10.39](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.10.38...@pie-lib/editable-html@7.10.39) (2020-02-05)
|
|
1228
|
+
|
|
1229
|
+
### Bug Fixes
|
|
1230
|
+
|
|
1231
|
+
- 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) ([63f54fd](https://github.com/pie-framework/pie-lib/commit/63f54fd))
|
|
1232
|
+
|
|
1233
|
+
## [7.10.38](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.10.37...@pie-lib/editable-html@7.10.38) (2020-01-27)
|
|
1234
|
+
|
|
1235
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1236
|
+
|
|
1237
|
+
## [7.10.37](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.10.36...@pie-lib/editable-html@7.10.37) (2019-12-19)
|
|
1238
|
+
|
|
1239
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1240
|
+
|
|
1241
|
+
## [7.10.36](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.10.35...@pie-lib/editable-html@7.10.36) (2019-12-18)
|
|
1242
|
+
|
|
1243
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1244
|
+
|
|
1245
|
+
## [7.10.35](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.10.34...@pie-lib/editable-html@7.10.35) (2019-12-18)
|
|
1246
|
+
|
|
1247
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1248
|
+
|
|
1249
|
+
## [7.10.34](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.10.33...@pie-lib/editable-html@7.10.34) (2019-12-13)
|
|
1250
|
+
|
|
1251
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1252
|
+
|
|
1253
|
+
## [7.10.33](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.10.32...@pie-lib/editable-html@7.10.33) (2019-12-13)
|
|
1254
|
+
|
|
1255
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1256
|
+
|
|
1257
|
+
## [7.10.32](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.10.30...@pie-lib/editable-html@7.10.32) (2019-12-12)
|
|
1258
|
+
|
|
1259
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1260
|
+
|
|
1261
|
+
## [7.10.31](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.10.30...@pie-lib/editable-html@7.10.31) (2019-12-12)
|
|
1262
|
+
|
|
1263
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1264
|
+
|
|
1265
|
+
## [7.10.30](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.10.29...@pie-lib/editable-html@7.10.30) (2019-12-10)
|
|
1266
|
+
|
|
1267
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1268
|
+
|
|
1269
|
+
## [7.10.29](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.10.28...@pie-lib/editable-html@7.10.29) (2019-12-10)
|
|
1270
|
+
|
|
1271
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1272
|
+
|
|
1273
|
+
## [7.10.28](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.10.27...@pie-lib/editable-html@7.10.28) (2019-12-09)
|
|
1274
|
+
|
|
1275
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1276
|
+
|
|
1277
|
+
## [7.10.27](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.10.26...@pie-lib/editable-html@7.10.27) (2019-11-05)
|
|
1278
|
+
|
|
1279
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1280
|
+
|
|
1281
|
+
## [7.10.26](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.10.25...@pie-lib/editable-html@7.10.26) (2019-11-05)
|
|
1282
|
+
|
|
1283
|
+
### Bug Fixes
|
|
1284
|
+
|
|
1285
|
+
- Prevent crashing if prevText is null [PIE-150](<[873e1f8](https://github.com/pie-framework/pie-lib/commit/873e1f8)>)
|
|
1286
|
+
|
|
1287
|
+
## [7.10.25](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.10.24...@pie-lib/editable-html@7.10.25) (2019-10-08)
|
|
1288
|
+
|
|
1289
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1290
|
+
|
|
1291
|
+
## [7.10.24](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.10.23...@pie-lib/editable-html@7.10.24) (2019-09-27)
|
|
1292
|
+
|
|
1293
|
+
### Bug Fixes
|
|
1294
|
+
|
|
1295
|
+
- **editable-html:** fix outdated plugin validation schema ([ca4b848](https://github.com/pie-framework/pie-lib/commit/ca4b848))
|
|
1296
|
+
- **toolbar:** fixed delete image button not working [ch4162](<[9518a4e](https://github.com/pie-framework/pie-lib/commit/9518a4e)>)
|
|
1297
|
+
|
|
1298
|
+
## [7.10.23](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.10.22...@pie-lib/editable-html@7.10.23) (2019-08-21)
|
|
1299
|
+
|
|
1300
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1301
|
+
|
|
1302
|
+
## [7.10.22](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.10.21...@pie-lib/editable-html@7.10.22) (2019-08-21)
|
|
1303
|
+
|
|
1304
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1305
|
+
|
|
1306
|
+
## [7.10.21](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.10.20...@pie-lib/editable-html@7.10.21) (2019-08-19)
|
|
1307
|
+
|
|
1308
|
+
### Bug Fixes
|
|
1309
|
+
|
|
1310
|
+
- **serialization:** fixed the issue with having more than a few new lines on after another [ch1530](<[323bc32](https://github.com/pie-framework/pie-lib/commit/323bc32)>)
|
|
1311
|
+
|
|
1312
|
+
## [7.10.20](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.10.19...@pie-lib/editable-html@7.10.20) (2019-08-16)
|
|
1313
|
+
|
|
1314
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1315
|
+
|
|
1316
|
+
## [7.10.19](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.10.18...@pie-lib/editable-html@7.10.19) (2019-08-16)
|
|
1317
|
+
|
|
1318
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1319
|
+
|
|
1320
|
+
## [7.10.18](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.10.17...@pie-lib/editable-html@7.10.18) (2019-08-16)
|
|
1321
|
+
|
|
1322
|
+
### Bug Fixes
|
|
1323
|
+
|
|
1324
|
+
- don't format to html / emit in constructor ([ac5c6f8](https://github.com/pie-framework/pie-lib/commit/ac5c6f8))
|
|
1325
|
+
|
|
1326
|
+
## [7.10.17](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.10.16...@pie-lib/editable-html@7.10.17) (2019-08-08)
|
|
1327
|
+
|
|
1328
|
+
### Bug Fixes
|
|
1329
|
+
|
|
1330
|
+
- **resparea:** moved the button for the response area functionality [ch1738](<[b3ffe68](https://github.com/pie-framework/pie-lib/commit/b3ffe68)>)
|
|
1331
|
+
|
|
1332
|
+
## [7.10.16](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.10.13...@pie-lib/editable-html@7.10.16) (2019-07-25)
|
|
1333
|
+
|
|
1334
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1335
|
+
|
|
1336
|
+
## [7.10.13](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.10.12...@pie-lib/editable-html@7.10.13) (2019-07-25)
|
|
1337
|
+
|
|
1338
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1339
|
+
|
|
1340
|
+
## [7.10.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.10.11...@pie-lib/editable-html@7.10.12) (2019-07-19)
|
|
1341
|
+
|
|
1342
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1343
|
+
|
|
1344
|
+
## [7.10.11](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.10.10...@pie-lib/editable-html@7.10.11) (2019-07-17)
|
|
1345
|
+
|
|
1346
|
+
### Bug Fixes
|
|
1347
|
+
|
|
1348
|
+
- keypadMode not updating ([5d72bee](https://github.com/pie-framework/pie-lib/commit/5d72bee))
|
|
1349
|
+
|
|
1350
|
+
## [7.10.10](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.10.9...@pie-lib/editable-html@7.10.10) (2019-07-16)
|
|
1351
|
+
|
|
1352
|
+
### Bug Fixes
|
|
1353
|
+
|
|
1354
|
+
- add scroll feature when content exceeds 500px in height ([d7ddc01](https://github.com/pie-framework/pie-lib/commit/d7ddc01))
|
|
1355
|
+
- render degrees as expected ([87402e1](https://github.com/pie-framework/pie-lib/commit/87402e1))
|
|
1356
|
+
|
|
1357
|
+
## [7.10.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.10.8...@pie-lib/editable-html@7.10.9) (2019-07-13)
|
|
1358
|
+
|
|
1359
|
+
### Bug Fixes
|
|
1360
|
+
|
|
1361
|
+
- **editor:** added a way of saving the editable content when the user blures the component [ch2363], [ch1912], [ch2565], [ch2557], fixed some math rendering issue ([d4cdc6a](https://github.com/pie-framework/pie-lib/commit/d4cdc6a))
|
|
1362
|
+
|
|
1363
|
+
## [7.10.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.10.7...@pie-lib/editable-html@7.10.8) (2019-07-12)
|
|
1364
|
+
|
|
1365
|
+
### Bug Fixes
|
|
1366
|
+
|
|
1367
|
+
- **editor:** changed the style for the drag-in-the-blank choice and removed unnecessary statement [ch1915](<[649de6d](https://github.com/pie-framework/pie-lib/commit/649de6d)>)
|
|
1368
|
+
|
|
1369
|
+
## [7.10.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.10.6...@pie-lib/editable-html@7.10.7) (2019-07-12)
|
|
1370
|
+
|
|
1371
|
+
### Bug Fixes
|
|
1372
|
+
|
|
1373
|
+
- **editor:** added serialization for other elements in order to grab the styles for them [ch1915], [ch1935](<[2e09533](https://github.com/pie-framework/pie-lib/commit/2e09533)>)
|
|
1374
|
+
|
|
1375
|
+
## [7.10.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.10.5...@pie-lib/editable-html@7.10.6) (2019-07-12)
|
|
1376
|
+
|
|
1377
|
+
### Bug Fixes
|
|
1378
|
+
|
|
1379
|
+
- **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 ([489b926](https://github.com/pie-framework/pie-lib/commit/489b926))
|
|
1380
|
+
|
|
1381
|
+
## [7.10.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.10.4...@pie-lib/editable-html@7.10.5) (2019-07-11)
|
|
1382
|
+
|
|
1383
|
+
### Bug Fixes
|
|
1384
|
+
|
|
1385
|
+
- **editor:** added possibility to hide the done button and added a onKeyDown prop [ch2489](<[45bda8c](https://github.com/pie-framework/pie-lib/commit/45bda8c)>)
|
|
1386
|
+
|
|
1387
|
+
## [7.10.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.10.3...@pie-lib/editable-html@7.10.4) (2019-07-08)
|
|
1388
|
+
|
|
1389
|
+
### Bug Fixes
|
|
1390
|
+
|
|
1391
|
+
- save math changes when editor is re-focused ([7674a86](https://github.com/pie-framework/pie-lib/commit/7674a86))
|
|
1392
|
+
|
|
1393
|
+
## [7.10.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.10.1...@pie-lib/editable-html@7.10.3) (2019-07-08)
|
|
1394
|
+
|
|
1395
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1396
|
+
|
|
1397
|
+
## [7.10.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.10.0...@pie-lib/editable-html@7.10.1) (2019-07-08)
|
|
1398
|
+
|
|
1399
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1400
|
+
|
|
1401
|
+
# [7.10.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.9.0...@pie-lib/editable-html@7.10.0) (2019-07-07)
|
|
1402
|
+
|
|
1403
|
+
### Features
|
|
1404
|
+
|
|
1405
|
+
- **serialization:** removed the space after the response area, rendered some items from the legacy content [ch2464], [ch1915], [ch1935](<[8836f3a](https://github.com/pie-framework/pie-lib/commit/8836f3a)>)
|
|
1406
|
+
|
|
1407
|
+
# [7.9.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.8.0...@pie-lib/editable-html@7.9.0) (2019-07-06)
|
|
1408
|
+
|
|
1409
|
+
### Features
|
|
1410
|
+
|
|
1411
|
+
- Ability to change keypadMode using props.pluginProps.math.getMode ([179df1c](https://github.com/pie-framework/pie-lib/commit/179df1c))
|
|
1412
|
+
- Ability to change keypadMode using props.pluginProps.math.keypadMode ([cbf3e17](https://github.com/pie-framework/pie-lib/commit/cbf3e17))
|
|
1413
|
+
|
|
1414
|
+
# [7.8.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.7.9...@pie-lib/editable-html@7.8.0) (2019-07-06)
|
|
1415
|
+
|
|
1416
|
+
### Features
|
|
1417
|
+
|
|
1418
|
+
- **editor:** exposed mathProps prop to provide a way of changing the keypadmode for the math toolbar [ch2178](<[8b339dd](https://github.com/pie-framework/pie-lib/commit/8b339dd)>)
|
|
1419
|
+
|
|
1420
|
+
## [7.7.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.7.8...@pie-lib/editable-html@7.7.9) (2019-07-05)
|
|
1421
|
+
|
|
1422
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1423
|
+
|
|
1424
|
+
## [7.7.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.7.7...@pie-lib/editable-html@7.7.8) (2019-07-04)
|
|
1425
|
+
|
|
1426
|
+
### Bug Fixes
|
|
1427
|
+
|
|
1428
|
+
- **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 ([adeb618](https://github.com/pie-framework/pie-lib/commit/adeb618))
|
|
1429
|
+
|
|
1430
|
+
## [7.7.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.7.6...@pie-lib/editable-html@7.7.7) (2019-07-03)
|
|
1431
|
+
|
|
1432
|
+
### Bug Fixes
|
|
1433
|
+
|
|
1434
|
+
- **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 ([e67d56e](https://github.com/pie-framework/pie-lib/commit/e67d56e))
|
|
1435
|
+
|
|
1436
|
+
## [7.7.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.7.5...@pie-lib/editable-html@7.7.6) (2019-07-02)
|
|
1437
|
+
|
|
1438
|
+
### Bug Fixes
|
|
1439
|
+
|
|
1440
|
+
- **editor:** added sanity check for editor reference in editor ([274d8fd](https://github.com/pie-framework/pie-lib/commit/274d8fd))
|
|
1441
|
+
|
|
1442
|
+
## [7.7.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.7.4...@pie-lib/editable-html@7.7.5) (2019-07-02)
|
|
1443
|
+
|
|
1444
|
+
### Bug Fixes
|
|
1445
|
+
|
|
1446
|
+
- **editor:** changed setTimeout to a promise resolve statement ([c66d50f](https://github.com/pie-framework/pie-lib/commit/c66d50f))
|
|
1447
|
+
- **tests:** added back the commented tests ([7d2cf81](https://github.com/pie-framework/pie-lib/commit/7d2cf81))
|
|
1448
|
+
|
|
1449
|
+
## [7.7.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.7.3...@pie-lib/editable-html@7.7.4) (2019-07-02)
|
|
1450
|
+
|
|
1451
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1452
|
+
|
|
1453
|
+
## [7.7.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.7.2...@pie-lib/editable-html@7.7.3) (2019-06-28)
|
|
1454
|
+
|
|
1455
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1456
|
+
|
|
1457
|
+
## [7.7.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.7.1...@pie-lib/editable-html@7.7.2) (2019-06-28)
|
|
1458
|
+
|
|
1459
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1460
|
+
|
|
1461
|
+
## [7.7.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.7.0...@pie-lib/editable-html@7.7.1) (2019-06-17)
|
|
1462
|
+
|
|
1463
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1464
|
+
|
|
1465
|
+
# [7.7.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.6.1...@pie-lib/editable-html@7.7.0) (2019-06-12)
|
|
1466
|
+
|
|
1467
|
+
### Bug Fixes
|
|
1468
|
+
|
|
1469
|
+
- **drag-in-the-blank:** made it possible to drop choices in newly created response areas ([ba5d2e9](https://github.com/pie-framework/pie-lib/commit/ba5d2e9))
|
|
1470
|
+
|
|
1471
|
+
### Features
|
|
1472
|
+
|
|
1473
|
+
- version bumps ([23eb54f](https://github.com/pie-framework/pie-lib/commit/23eb54f))
|
|
1474
|
+
|
|
1475
|
+
## [7.6.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.6.0...@pie-lib/editable-html@7.6.1) (2019-06-06)
|
|
1476
|
+
|
|
1477
|
+
### Bug Fixes
|
|
1478
|
+
|
|
1479
|
+
- **drag-in-the-blank:** made it possible to drop choices in newly created response areas ([0a8568f](https://github.com/pie-framework/pie-lib/commit/0a8568f))
|
|
1480
|
+
|
|
1481
|
+
# [7.6.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.5.6...@pie-lib/editable-html@7.6.0) (2019-06-05)
|
|
1482
|
+
|
|
1483
|
+
### Bug Fixes
|
|
1484
|
+
|
|
1485
|
+
- **response-area:** fixed a bug that made it impossible to add a response-area ([9c7a54b](https://github.com/pie-framework/pie-lib/commit/9c7a54b))
|
|
1486
|
+
|
|
1487
|
+
### Features
|
|
1488
|
+
|
|
1489
|
+
- **response-area:** added response area to the editable-html packages ([bc7af2b](https://github.com/pie-framework/pie-lib/commit/bc7af2b))
|
|
1490
|
+
- **response-area:** changes to make the response-areas work ([1c15fcd](https://github.com/pie-framework/pie-lib/commit/1c15fcd))
|
|
1491
|
+
- **response-area:** commiting some changes in order for the packages to be published ([395358d](https://github.com/pie-framework/pie-lib/commit/395358d))
|
|
1492
|
+
- **response-area:** made some changes in order to be able to handle all 3 of the new elements ([480073e](https://github.com/pie-framework/pie-lib/commit/480073e))
|
|
1493
|
+
|
|
1494
|
+
## [7.5.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.5.5...@pie-lib/editable-html@7.5.6) (2019-05-22)
|
|
1495
|
+
|
|
1496
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1497
|
+
|
|
1498
|
+
## [7.5.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.5.4...@pie-lib/editable-html@7.5.5) (2019-05-22)
|
|
1499
|
+
|
|
1500
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1501
|
+
|
|
1502
|
+
## [7.5.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.5.3...@pie-lib/editable-html@7.5.4) (2019-05-15)
|
|
1503
|
+
|
|
1504
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1505
|
+
|
|
1506
|
+
## [7.5.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.5.2...@pie-lib/editable-html@7.5.3) (2019-05-14)
|
|
1507
|
+
|
|
1508
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1509
|
+
|
|
1510
|
+
## [7.5.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.5.1...@pie-lib/editable-html@7.5.2) (2019-05-09)
|
|
1511
|
+
|
|
1512
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1513
|
+
|
|
1514
|
+
## [7.5.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.5.0...@pie-lib/editable-html@7.5.1) (2019-05-08)
|
|
1515
|
+
|
|
1516
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1517
|
+
|
|
1518
|
+
# [7.5.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.4.1...@pie-lib/editable-html@7.5.0) (2019-05-03)
|
|
1519
|
+
|
|
1520
|
+
### Features
|
|
1521
|
+
|
|
1522
|
+
- **editable-html:** add onFocus prop support ([e7c471b](https://github.com/pie-framework/pie-lib/commit/e7c471b))
|
|
1523
|
+
|
|
1524
|
+
## [7.4.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.4.0...@pie-lib/editable-html@7.4.1) (2019-05-03)
|
|
1525
|
+
|
|
1526
|
+
### Bug Fixes
|
|
1527
|
+
|
|
1528
|
+
- **toolbar:** fixed the issue that was caused by importing a button from a different file ([ec08f12](https://github.com/pie-framework/pie-lib/commit/ec08f12))
|
|
1529
|
+
|
|
1530
|
+
# [7.4.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.3.8...@pie-lib/editable-html@7.4.0) (2019-05-02)
|
|
1531
|
+
|
|
1532
|
+
### Features
|
|
1533
|
+
|
|
1534
|
+
- **mask-markup:** merging with the develop branch ([0153c1a](https://github.com/pie-framework/pie-lib/commit/0153c1a))
|
|
1535
|
+
|
|
1536
|
+
## [7.3.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.3.7...@pie-lib/editable-html@7.3.8) (2019-05-01)
|
|
1537
|
+
|
|
1538
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1539
|
+
|
|
1540
|
+
## [7.3.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.3.6...@pie-lib/editable-html@7.3.7) (2019-04-24)
|
|
1541
|
+
|
|
1542
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1543
|
+
|
|
1544
|
+
## [7.3.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.3.5...@pie-lib/editable-html@7.3.6) (2019-04-23)
|
|
1545
|
+
|
|
1546
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1547
|
+
|
|
1548
|
+
## [7.3.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.3.4...@pie-lib/editable-html@7.3.5) (2019-04-17)
|
|
1549
|
+
|
|
1550
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1551
|
+
|
|
1552
|
+
## [7.3.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.3.3...@pie-lib/editable-html@7.3.4) (2019-04-12)
|
|
1553
|
+
|
|
1554
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1555
|
+
|
|
1556
|
+
## [7.3.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.3.2...@pie-lib/editable-html@7.3.3) (2019-04-12)
|
|
1557
|
+
|
|
1558
|
+
### Bug Fixes
|
|
1559
|
+
|
|
1560
|
+
- add author ([10ef4db](https://github.com/pie-framework/pie-lib/commit/10ef4db))
|
|
1561
|
+
|
|
1562
|
+
## [7.3.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.3.1...@pie-lib/editable-html@7.3.2) (2019-04-11)
|
|
1563
|
+
|
|
1564
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1565
|
+
|
|
1566
|
+
## [7.3.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.3.0...@pie-lib/editable-html@7.3.1) (2019-04-10)
|
|
1567
|
+
|
|
1568
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1569
|
+
|
|
1570
|
+
# [7.3.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.2.1...@pie-lib/editable-html@7.3.0) (2019-04-05)
|
|
1571
|
+
|
|
1572
|
+
### Features
|
|
1573
|
+
|
|
1574
|
+
- add new prop 'pluginProps' ([f73a2a2](https://github.com/pie-framework/pie-lib/commit/f73a2a2))
|
|
1575
|
+
|
|
1576
|
+
## [7.2.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.2.0...@pie-lib/editable-html@7.2.1) (2019-04-04)
|
|
1577
|
+
|
|
1578
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1579
|
+
|
|
1580
|
+
# [7.2.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.1.18...@pie-lib/editable-html@7.2.0) (2019-04-04)
|
|
1581
|
+
|
|
1582
|
+
### Bug Fixes
|
|
1583
|
+
|
|
1584
|
+
- move mathquill to devDependency ([9466018](https://github.com/pie-framework/pie-lib/commit/9466018))
|
|
1585
|
+
- **extended-text-entry:** Fixed dimensions issue (width & height) were not changing properly. ([6521760](https://github.com/pie-framework/pie-lib/commit/6521760))
|
|
1586
|
+
|
|
1587
|
+
### Features
|
|
1588
|
+
|
|
1589
|
+
- use [@pie-framework](https://github.com/pie-framework)/mathquill - our fork with extras ([7fc47a7](https://github.com/pie-framework/pie-lib/commit/7fc47a7))
|
|
1590
|
+
|
|
1591
|
+
## [7.1.18](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.1.17...@pie-lib/editable-html@7.1.18) (2019-03-26)
|
|
1592
|
+
|
|
1593
|
+
### Bug Fixes
|
|
1594
|
+
|
|
1595
|
+
- **extended-text-entry:** Fixed dimensions issue (width & height) were not changing properly. ([8183203](https://github.com/pie-framework/pie-lib/commit/8183203))
|
|
1596
|
+
|
|
1597
|
+
## [7.1.17](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.1.16...@pie-lib/editable-html@7.1.17) (2019-03-15)
|
|
1598
|
+
|
|
1599
|
+
### Bug Fixes
|
|
1600
|
+
|
|
1601
|
+
- rm child prepack in favour of root prepack ([381d8d6](https://github.com/pie-framework/pie-lib/commit/381d8d6))
|
|
1602
|
+
|
|
1603
|
+
## [7.1.16](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.1.15...@pie-lib/editable-html@7.1.16) (2019-03-14)
|
|
1604
|
+
|
|
1605
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1606
|
+
|
|
1607
|
+
## [7.1.15](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.1.14...@pie-lib/editable-html@7.1.15) (2019-03-14)
|
|
1608
|
+
|
|
1609
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1610
|
+
|
|
1611
|
+
## [7.1.14](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.1.13...@pie-lib/editable-html@7.1.14) (2019-03-14)
|
|
1612
|
+
|
|
1613
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1614
|
+
|
|
1615
|
+
## [7.1.13](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.1.12...@pie-lib/editable-html@7.1.13) (2019-03-14)
|
|
1616
|
+
|
|
1617
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1618
|
+
|
|
1619
|
+
## [7.1.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.1.11...@pie-lib/editable-html@7.1.12) (2019-03-13)
|
|
1620
|
+
|
|
1621
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1622
|
+
|
|
1623
|
+
## [7.1.11](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.1.10...@pie-lib/editable-html@7.1.11) (2019-03-13)
|
|
1624
|
+
|
|
1625
|
+
### Bug Fixes
|
|
1626
|
+
|
|
1627
|
+
- ignore node_modules ([900ab7c](https://github.com/pie-framework/pie-lib/commit/900ab7c))
|
|
1628
|
+
|
|
1629
|
+
## [7.1.10](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.1.9...@pie-lib/editable-html@7.1.10) (2019-03-13)
|
|
1630
|
+
|
|
1631
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1632
|
+
|
|
1633
|
+
## [7.1.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.1.7...@pie-lib/editable-html@7.1.9) (2019-03-12)
|
|
1634
|
+
|
|
1635
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1636
|
+
|
|
1637
|
+
## [7.1.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.1.6...@pie-lib/editable-html@7.1.7) (2019-03-12)
|
|
1638
|
+
|
|
1639
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1640
|
+
|
|
1641
|
+
## [7.1.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.1.5...@pie-lib/editable-html@7.1.6) (2019-03-11)
|
|
1642
|
+
|
|
1643
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1644
|
+
|
|
1645
|
+
## [7.1.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.1.4...@pie-lib/editable-html@7.1.5) (2019-03-11)
|
|
1646
|
+
|
|
1647
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1648
|
+
|
|
1649
|
+
## [7.1.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.1.3...@pie-lib/editable-html@7.1.4) (2019-02-20)
|
|
1650
|
+
|
|
1651
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1652
|
+
|
|
1653
|
+
## [7.1.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.1.1...@pie-lib/editable-html@7.1.3) (2019-02-17)
|
|
1654
|
+
|
|
1655
|
+
### Bug Fixes
|
|
1656
|
+
|
|
1657
|
+
- force version bump ([dd057a5](https://github.com/pie-framework/pie-lib/commit/dd057a5))
|
|
1658
|
+
|
|
1659
|
+
## [7.1.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.1.0...@pie-lib/editable-html@7.1.1) (2019-02-17)
|
|
1660
|
+
|
|
1661
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1662
|
+
|
|
1663
|
+
# [7.1.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.0.3...@pie-lib/editable-html@7.1.0) (2019-02-15)
|
|
1664
|
+
|
|
1665
|
+
### Features
|
|
1666
|
+
|
|
1667
|
+
- **editable-html:** changed the editable-html design for the new elements ([1aad62f](https://github.com/pie-framework/pie-lib/commit/1aad62f))
|
|
1668
|
+
|
|
1669
|
+
## [7.0.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.0.2...@pie-lib/editable-html@7.0.3) (2019-02-13)
|
|
1670
|
+
|
|
1671
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1672
|
+
|
|
1673
|
+
## [7.0.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.0.1...@pie-lib/editable-html@7.0.2) (2019-02-11)
|
|
1674
|
+
|
|
1675
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1676
|
+
|
|
1677
|
+
## [7.0.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@7.0.0...@pie-lib/editable-html@7.0.1) (2019-02-11)
|
|
1678
|
+
|
|
1679
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1680
|
+
|
|
1681
|
+
# [7.0.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@6.16.3...@pie-lib/editable-html@7.0.0) (2019-02-11)
|
|
1682
|
+
|
|
1683
|
+
### Features
|
|
1684
|
+
|
|
1685
|
+
- new ui + layout ([2f6fdba](https://github.com/pie-framework/pie-lib/commit/2f6fdba))
|
|
1686
|
+
|
|
1687
|
+
### BREAKING CHANGES
|
|
1688
|
+
|
|
1689
|
+
- - The ui is quite different now
|
|
1690
|
+
- Some of the old components are gone (except for HorizontalKeypad which
|
|
1691
|
+
is retained for backward compatibility).
|
|
1692
|
+
|
|
1693
|
+
## [6.16.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@6.16.2...@pie-lib/editable-html@6.16.3) (2019-02-05)
|
|
1694
|
+
|
|
1695
|
+
### Bug Fixes
|
|
1696
|
+
|
|
1697
|
+
- version bump ([caaf960](https://github.com/pie-framework/pie-lib/commit/caaf960))
|
|
1698
|
+
|
|
1699
|
+
## [6.16.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@6.16.1...@pie-lib/editable-html@6.16.2) (2019-02-05)
|
|
1700
|
+
|
|
1701
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1702
|
+
|
|
1703
|
+
## [6.16.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@6.16.0...@pie-lib/editable-html@6.16.1) (2019-01-30)
|
|
1704
|
+
|
|
1705
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1706
|
+
|
|
1707
|
+
# [6.16.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@6.15.0...@pie-lib/editable-html@6.16.0) (2019-01-30)
|
|
1708
|
+
|
|
1709
|
+
### Features
|
|
1710
|
+
|
|
1711
|
+
- libs version bump ([d905a83](https://github.com/pie-framework/pie-lib/commit/d905a83))
|
|
1712
|
+
|
|
1713
|
+
<a name="6.15.0"></a>
|
|
1714
|
+
|
|
1715
|
+
# [6.15.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@6.13.5...@pie-lib/editable-html@6.15.0) (2019-01-10)
|
|
1716
|
+
|
|
1717
|
+
### Bug Fixes
|
|
1718
|
+
|
|
1719
|
+
- **editable-html:** bumping editable-html version ([79e6b40](https://github.com/pie-framework/pie-lib/commit/79e6b40))
|
|
1720
|
+
|
|
1721
|
+
<a name="6.13.8"></a>
|
|
1722
|
+
|
|
1723
|
+
## 6.13.8 (2019-01-08)
|
|
1724
|
+
|
|
1725
|
+
<a name="6.13.7"></a>
|
|
1726
|
+
|
|
1727
|
+
## 6.13.7 (2019-01-08)
|
|
1728
|
+
|
|
1729
|
+
<a name="6.13.6"></a>
|
|
1730
|
+
|
|
1731
|
+
## 6.13.6 (2019-01-08)
|
|
1732
|
+
|
|
1733
|
+
### Bug Fixes
|
|
1734
|
+
|
|
1735
|
+
- **editable-html:** finally fixed the test ([1cc454e](https://github.com/pie-framework/pie-lib/commit/1cc454e))
|
|
1736
|
+
- **editable-html:** fixed some tests ([2916509](https://github.com/pie-framework/pie-lib/commit/2916509))
|
|
1737
|
+
- **editable-html:** fixed some tests ([b9bfcd7](https://github.com/pie-framework/pie-lib/commit/b9bfcd7))
|
|
1738
|
+
- **editable-html:** fixed test ([db0e05c](https://github.com/pie-framework/pie-lib/commit/db0e05c))
|
|
1739
|
+
- **editable-html:** fixed the syntax error ([0d82f87](https://github.com/pie-framework/pie-lib/commit/0d82f87))
|
|
1740
|
+
- **editable-html:** made it possible for the editable-html component to recognize lists inside a table cell ([59a02b7](https://github.com/pie-framework/pie-lib/commit/59a02b7))
|
|
1741
|
+
- **editable-html:** removed the wrap and unwrap functions and used those from the math-rendering package ([bce1077](https://github.com/pie-framework/pie-lib/commit/bce1077))
|
|
1742
|
+
- **editable-html:** updated the math rendering package ([cdd08f7](https://github.com/pie-framework/pie-lib/commit/cdd08f7))
|
|
1743
|
+
- **editable-html:** updated the math-rendering package ([1c38c0b](https://github.com/pie-framework/pie-lib/commit/1c38c0b))
|
|
1744
|
+
|
|
1745
|
+
### Features
|
|
1746
|
+
|
|
1747
|
+
- **config-ui:** added a layout component in order to be used by all elements to be rendered ([5bf1bbc](https://github.com/pie-framework/pie-lib/commit/5bf1bbc))
|
|
1748
|
+
|
|
1749
|
+
<a name="6.13.2"></a>
|
|
1750
|
+
|
|
1751
|
+
## [6.13.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@6.13.1...@pie-lib/editable-html@6.13.2) (2018-12-04)
|
|
1752
|
+
|
|
1753
|
+
### Bug Fixes
|
|
1754
|
+
|
|
1755
|
+
- **editable-html:** increased the initial width of the table cell ([0f4bf9f](https://github.com/pie-framework/pie-lib/commit/0f4bf9f))
|
|
1756
|
+
|
|
1757
|
+
<a name="6.13.1"></a>
|
|
1758
|
+
|
|
1759
|
+
## [6.13.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@6.13.0...@pie-lib/editable-html@6.13.1) (2018-11-27)
|
|
1760
|
+
|
|
1761
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1762
|
+
|
|
1763
|
+
<a name="6.13.0"></a>
|
|
1764
|
+
|
|
1765
|
+
# [6.13.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@6.12.0...@pie-lib/editable-html@6.13.0) (2018-11-27)
|
|
1766
|
+
|
|
1767
|
+
### Features
|
|
1768
|
+
|
|
1769
|
+
- **math-toolbar:** changed from ssh to https for the mathquill forked repo ([7364008](https://github.com/pie-framework/pie-lib/commit/7364008))
|
|
1770
|
+
|
|
1771
|
+
<a name="6.12.0"></a>
|
|
1772
|
+
|
|
1773
|
+
# [6.12.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@6.11.0...@pie-lib/editable-html@6.12.0) (2018-11-27)
|
|
1774
|
+
|
|
1775
|
+
### Features
|
|
1776
|
+
|
|
1777
|
+
- **math-input:** added some new symbols to the math-input ([56062aa](https://github.com/pie-framework/pie-lib/commit/56062aa))
|
|
1778
|
+
|
|
1779
|
+
<a name="6.11.0"></a>
|
|
1780
|
+
|
|
1781
|
+
# [6.11.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@6.10.2...@pie-lib/editable-html@6.11.0) (2018-11-23)
|
|
1782
|
+
|
|
1783
|
+
### Bug Fixes
|
|
1784
|
+
|
|
1785
|
+
- sort tests ([f6d78e3](https://github.com/pie-framework/pie-lib/commit/f6d78e3))
|
|
1786
|
+
|
|
1787
|
+
### Features
|
|
1788
|
+
|
|
1789
|
+
- **math-toolbar:** broke apart editable-html math toolbar into a separate package ([72c5a79](https://github.com/pie-framework/pie-lib/commit/72c5a79))
|
|
1790
|
+
- **math-toolbar:** fix editable-html broken test ([da6022a](https://github.com/pie-framework/pie-lib/commit/da6022a))
|
|
1791
|
+
|
|
1792
|
+
<a name="6.10.2"></a>
|
|
1793
|
+
|
|
1794
|
+
## [6.10.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@6.10.1...@pie-lib/editable-html@6.10.2) (2018-11-13)
|
|
1795
|
+
|
|
1796
|
+
### Bug Fixes
|
|
1797
|
+
|
|
1798
|
+
- **editable-html:** fixed the issue of expanding inputs ([ad972d3](https://github.com/pie-framework/pie-lib/commit/ad972d3))
|
|
1799
|
+
|
|
1800
|
+
<a name="6.10.1"></a>
|
|
1801
|
+
|
|
1802
|
+
## [6.10.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@6.10.0...@pie-lib/editable-html@6.10.1) (2018-11-12)
|
|
1803
|
+
|
|
1804
|
+
### Bug Fixes
|
|
1805
|
+
|
|
1806
|
+
- **added-dependencies-where-needed:** fixed missing dependencies ([7c28bd3](https://github.com/pie-framework/pie-lib/commit/7c28bd3))
|
|
1807
|
+
|
|
1808
|
+
<a name="6.10.0"></a>
|
|
1809
|
+
|
|
1810
|
+
# [6.10.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@6.9.0...@pie-lib/editable-html@6.10.0) (2018-11-09)
|
|
1811
|
+
|
|
1812
|
+
### Features
|
|
1813
|
+
|
|
1814
|
+
- **editable-html:** add raw latex to math plugin created span ([afe2981](https://github.com/pie-framework/pie-lib/commit/afe2981))
|
|
1815
|
+
|
|
1816
|
+
<a name="6.9.0"></a>
|
|
1817
|
+
|
|
1818
|
+
# [6.9.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@6.8.0...@pie-lib/editable-html@6.9.0) (2018-11-05)
|
|
1819
|
+
|
|
1820
|
+
### Bug Fixes
|
|
1821
|
+
|
|
1822
|
+
- **focus-before-image:** added a withoutNormalization to fix the issue of adding multiple spaces ([21c8b13](https://github.com/pie-framework/pie-lib/commit/21c8b13))
|
|
1823
|
+
- **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 ([f562dcf](https://github.com/pie-framework/pie-lib/commit/f562dcf))
|
|
1824
|
+
- **focus-before-image:** optimized the normalize function ([8172de2](https://github.com/pie-framework/pie-lib/commit/8172de2))
|
|
1825
|
+
- **focus-before-image:** used the normalizeNode hook to make the changes ([c0eacc3](https://github.com/pie-framework/pie-lib/commit/c0eacc3))
|
|
1826
|
+
|
|
1827
|
+
### Features
|
|
1828
|
+
|
|
1829
|
+
- **editable-html:** added a test for the normalizeNode function ([4e81020](https://github.com/pie-framework/pie-lib/commit/4e81020))
|
|
1830
|
+
|
|
1831
|
+
<a name="6.8.0"></a>
|
|
1832
|
+
|
|
1833
|
+
# [6.8.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@6.7.6...@pie-lib/editable-html@6.8.0) (2018-11-02)
|
|
1834
|
+
|
|
1835
|
+
### Features
|
|
1836
|
+
|
|
1837
|
+
- **image-support-tables:** added image support to the table plugin ([88196d2](https://github.com/pie-framework/pie-lib/commit/88196d2))
|
|
1838
|
+
- **math-support-tables:** added math support to the table plugin ([0010443](https://github.com/pie-framework/pie-lib/commit/0010443))
|
|
1839
|
+
- **plugins-support-for-tables:** made the requested changes and fixed the tests ([132e35c](https://github.com/pie-framework/pie-lib/commit/132e35c))
|
|
1840
|
+
|
|
1841
|
+
<a name="6.7.6"></a>
|
|
1842
|
+
|
|
1843
|
+
## [6.7.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@6.7.5...@pie-lib/editable-html@6.7.6) (2018-10-30)
|
|
1844
|
+
|
|
1845
|
+
### Bug Fixes
|
|
1846
|
+
|
|
1847
|
+
- **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 ([2c2e571](https://github.com/pie-framework/pie-lib/commit/2c2e571))
|
|
1848
|
+
- **focus-inside-text-issue:** fixed a test ([5676c82](https://github.com/pie-framework/pie-lib/commit/5676c82))
|
|
1849
|
+
|
|
1850
|
+
<a name="6.7.5"></a>
|
|
1851
|
+
|
|
1852
|
+
## [6.7.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@6.7.4...@pie-lib/editable-html@6.7.5) (2018-10-19)
|
|
1853
|
+
|
|
1854
|
+
### Bug Fixes
|
|
1855
|
+
|
|
1856
|
+
- **ch468:** added disableunderline prop for the editable-html component ([0886417](https://github.com/pie-framework/pie-lib/commit/0886417))
|
|
1857
|
+
|
|
1858
|
+
<a name="6.7.4"></a>
|
|
1859
|
+
|
|
1860
|
+
## [6.7.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@6.7.3...@pie-lib/editable-html@6.7.4) (2018-10-02)
|
|
1861
|
+
|
|
1862
|
+
### Bug Fixes
|
|
1863
|
+
|
|
1864
|
+
- **editablehtml:** fixed auto resizing ([0f8cdd3](https://github.com/pie-framework/pie-lib/commit/0f8cdd3))
|
|
1865
|
+
|
|
1866
|
+
<a name="6.7.3"></a>
|
|
1867
|
+
|
|
1868
|
+
## [6.7.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@6.7.0...@pie-lib/editable-html@6.7.3) (2018-09-25)
|
|
1869
|
+
|
|
1870
|
+
### Bug Fixes
|
|
1871
|
+
|
|
1872
|
+
- rollback slate version, keep slate-soft-break ([fd37c73](https://github.com/pie-framework/pie-lib/commit/fd37c73))
|
|
1873
|
+
|
|
1874
|
+
<a name="6.7.0"></a>
|
|
1875
|
+
|
|
1876
|
+
# [6.7.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@6.6.7...@pie-lib/editable-html@6.7.0) (2018-09-19)
|
|
1877
|
+
|
|
1878
|
+
### Features
|
|
1879
|
+
|
|
1880
|
+
- **editable-html:** added slate plugin for soft linebreaks ([11637bc](https://github.com/pie-framework/pie-lib/commit/11637bc))
|
|
1881
|
+
|
|
1882
|
+
<a name="6.6.7"></a>
|
|
1883
|
+
|
|
1884
|
+
## [6.6.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@6.6.6...@pie-lib/editable-html@6.6.7) (2018-09-13)
|
|
1885
|
+
|
|
1886
|
+
### Bug Fixes
|
|
1887
|
+
|
|
1888
|
+
- reduce package size ([e2b0baa](https://github.com/pie-framework/pie-lib/commit/e2b0baa))
|
|
1889
|
+
|
|
1890
|
+
<a name="6.6.6"></a>
|
|
1891
|
+
|
|
1892
|
+
## [6.6.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@6.6.5...@pie-lib/editable-html@6.6.6) (2018-09-12)
|
|
1893
|
+
|
|
1894
|
+
### Bug Fixes
|
|
1895
|
+
|
|
1896
|
+
- githead ([3e485e0](https://github.com/pie-framework/pie-lib/commit/3e485e0))
|
|
1897
|
+
- rm githead ([a1523aa](https://github.com/pie-framework/pie-lib/commit/a1523aa))
|
|
1898
|
+
|
|
1899
|
+
<a name="6.6.5"></a>
|
|
1900
|
+
|
|
1901
|
+
## [6.6.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@6.6.3...@pie-lib/editable-html@6.6.5) (2018-09-12)
|
|
1902
|
+
|
|
1903
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1904
|
+
|
|
1905
|
+
<a name="6.6.4"></a>
|
|
1906
|
+
|
|
1907
|
+
## [6.6.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@6.6.3...@pie-lib/editable-html@6.6.4) (2018-09-12)
|
|
1908
|
+
|
|
1909
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
1910
|
+
|
|
1911
|
+
<a name="6.6.3"></a>
|
|
1912
|
+
|
|
1913
|
+
## [6.6.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@6.6.2...@pie-lib/editable-html@6.6.3) (2018-08-29)
|
|
1914
|
+
|
|
1915
|
+
### Bug Fixes
|
|
1916
|
+
|
|
1917
|
+
- serialize - remove empty text nodes after DomParse ([8b6df96](https://github.com/pie-framework/pie-lib/commit/8b6df96))
|
|
1918
|
+
|
|
1919
|
+
<a name="6.6.2"></a>
|
|
1920
|
+
|
|
1921
|
+
## [6.6.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@6.6.1...@pie-lib/editable-html@6.6.2) (2018-08-28)
|
|
1922
|
+
|
|
1923
|
+
### Bug Fixes
|
|
1924
|
+
|
|
1925
|
+
- strip \displaystyle from latex ([9de575c](https://github.com/pie-framework/pie-lib/commit/9de575c))
|
|
1926
|
+
|
|
1927
|
+
<a name="6.6.1"></a>
|
|
1928
|
+
|
|
1929
|
+
## [6.6.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@6.6.0...@pie-lib/editable-html@6.6.1) (2018-08-17)
|
|
1930
|
+
|
|
1931
|
+
### Bug Fixes
|
|
1932
|
+
|
|
1933
|
+
- rm unused imports ([e8691b8](https://github.com/pie-framework/pie-lib/commit/e8691b8))
|
|
1934
|
+
|
|
1935
|
+
<a name="6.6.0"></a>
|
|
1936
|
+
|
|
1937
|
+
# [6.6.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@6.5.0...@pie-lib/editable-html@6.6.0) (2018-08-17)
|
|
1938
|
+
|
|
1939
|
+
### Bug Fixes
|
|
1940
|
+
|
|
1941
|
+
- **table:** add support for more attributes ([0c3aeb4](https://github.com/pie-framework/pie-lib/commit/0c3aeb4))
|
|
1942
|
+
|
|
1943
|
+
### Features
|
|
1944
|
+
|
|
1945
|
+
- **table:** add toolbar border toggle button to toolbar ([7b2add3](https://github.com/pie-framework/pie-lib/commit/7b2add3))
|
|
1946
|
+
|
|
1947
|
+
<a name="6.5.0"></a>
|
|
1948
|
+
|
|
1949
|
+
# [6.5.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@6.4.0...@pie-lib/editable-html@6.5.0) (2018-08-09)
|
|
1950
|
+
|
|
1951
|
+
### Features
|
|
1952
|
+
|
|
1953
|
+
- **editable-html:** add basic table support ([637a93a](https://github.com/pie-framework/pie-lib/commit/637a93a))
|
|
1954
|
+
|
|
1955
|
+
<a name="6.4.0"></a>
|
|
1956
|
+
|
|
1957
|
+
# [6.4.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@6.3.0...@pie-lib/editable-html@6.4.0) (2018-08-08)
|
|
1958
|
+
|
|
1959
|
+
### Features
|
|
1960
|
+
|
|
1961
|
+
- **math:** add support for \$ latex character ([0569f14](https://github.com/pie-framework/pie-lib/commit/0569f14))
|
|
1962
|
+
|
|
1963
|
+
<a name="6.3.0"></a>
|
|
1964
|
+
|
|
1965
|
+
# [6.3.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@6.2.5...@pie-lib/editable-html@6.3.0) (2018-08-06)
|
|
1966
|
+
|
|
1967
|
+
### Features
|
|
1968
|
+
|
|
1969
|
+
- **editable-html:** added autoWidthToolbar for editable-html ([a5103f5](https://github.com/pie-framework/pie-lib/commit/a5103f5))
|
|
1970
|
+
|
|
1971
|
+
<a name="6.2.5"></a>
|
|
1972
|
+
|
|
1973
|
+
## [6.2.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@6.2.4...@pie-lib/editable-html@6.2.5) (2018-08-03)
|
|
1974
|
+
|
|
1975
|
+
### Bug Fixes
|
|
1976
|
+
|
|
1977
|
+
- make images inline instead of block so they render correctly. ([e02fec0](https://github.com/pie-framework/pie-lib/commit/e02fec0))
|
|
1978
|
+
|
|
1979
|
+
<a name="6.2.4"></a>
|
|
1980
|
+
|
|
1981
|
+
## [6.2.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@6.2.3...@pie-lib/editable-html@6.2.4) (2018-08-02)
|
|
1982
|
+
|
|
1983
|
+
### Bug Fixes
|
|
1984
|
+
|
|
1985
|
+
- **math:** prevent mathquill re-render if math is unchanged. Closes [#47](https://github.com/pie-framework/pie-lib/issues/47). ([5e7b0fd](https://github.com/pie-framework/pie-lib/commit/5e7b0fd))
|
|
1986
|
+
|
|
1987
|
+
<a name="6.2.3"></a>
|
|
1988
|
+
|
|
1989
|
+
## [6.2.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@6.2.2...@pie-lib/editable-html@6.2.3) (2018-08-01)
|
|
1990
|
+
|
|
1991
|
+
### Bug Fixes
|
|
1992
|
+
|
|
1993
|
+
- **editable-html:** fix image plugin done button ([40bb2e5](https://github.com/pie-framework/pie-lib/commit/40bb2e5))
|
|
1994
|
+
|
|
1995
|
+
<a name="6.2.2"></a>
|
|
1996
|
+
|
|
1997
|
+
## [6.2.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@6.2.1...@pie-lib/editable-html@6.2.2) (2018-07-27)
|
|
1998
|
+
|
|
1999
|
+
### Bug Fixes
|
|
2000
|
+
|
|
2001
|
+
- debounce 'onInputEdit' to prevent componentLifecycle overflow ([f1081ce](https://github.com/pie-framework/pie-lib/commit/f1081ce))
|
|
2002
|
+
|
|
2003
|
+
<a name="6.2.1"></a>
|
|
2004
|
+
|
|
2005
|
+
## [6.2.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@6.2.0...@pie-lib/editable-html@6.2.1) (2018-07-27)
|
|
2006
|
+
|
|
2007
|
+
### Bug Fixes
|
|
2008
|
+
|
|
2009
|
+
- **math:** emit latex wrapped in brackets ([0ef0a75](https://github.com/pie-framework/pie-lib/commit/0ef0a75))
|
|
2010
|
+
|
|
2011
|
+
<a name="6.2.0"></a>
|
|
2012
|
+
|
|
2013
|
+
# [6.2.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@6.1.1...@pie-lib/editable-html@6.2.0) (2018-07-25)
|
|
2014
|
+
|
|
2015
|
+
### Features
|
|
2016
|
+
|
|
2017
|
+
- Update toolbar api to provide better separation between react components and slate and move math editing to toolbar to simplify ui ([b694a29](https://github.com/pie-framework/pie-lib/commit/b694a29))
|
|
2018
|
+
|
|
2019
|
+
<a name="6.1.1"></a>
|
|
2020
|
+
|
|
2021
|
+
## [6.1.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@6.1.0...@pie-lib/editable-html@6.1.1) (2018-05-28)
|
|
2022
|
+
|
|
2023
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
2024
|
+
|
|
2025
|
+
<a name="6.0.1"></a>
|
|
2026
|
+
|
|
2027
|
+
## [6.0.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@6.0.0...@pie-lib/editable-html@6.0.1) (2018-05-16)
|
|
2028
|
+
|
|
2029
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
2030
|
+
|
|
2031
|
+
<a name="5.1.0"></a>
|
|
2032
|
+
|
|
2033
|
+
# [5.1.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@5.0.13...@pie-lib/editable-html@5.1.0) (2018-05-16)
|
|
2034
|
+
|
|
2035
|
+
### Features
|
|
2036
|
+
|
|
2037
|
+
- upgrade material-ui -> [@material-ui](https://github.com/material-ui)/core@^1.0.0-rc.1 ([017ef63](https://github.com/pie-framework/pie-lib/commit/017ef63))
|
|
2038
|
+
|
|
2039
|
+
<a name="5.0.13"></a>
|
|
2040
|
+
|
|
2041
|
+
## [5.0.13](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@5.0.12...@pie-lib/editable-html@5.0.13) (2018-05-09)
|
|
2042
|
+
|
|
2043
|
+
### Bug Fixes
|
|
2044
|
+
|
|
2045
|
+
- **lint:** automatic lint fixes ([7c9a2a4](https://github.com/pie-framework/pie-lib/commit/7c9a2a4))
|
|
2046
|
+
- **lint:** lint fixes ([f059583](https://github.com/pie-framework/pie-lib/commit/f059583))
|
|
2047
|
+
|
|
2048
|
+
<a name="5.0.12"></a>
|
|
2049
|
+
|
|
2050
|
+
## [5.0.12](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@5.0.11...@pie-lib/editable-html@5.0.12) (2018-04-30)
|
|
2051
|
+
|
|
2052
|
+
### Bug Fixes
|
|
2053
|
+
|
|
2054
|
+
- **dependencies:** set material-ui version to ^1.0.0-beta.44 ([6fd66bc](https://github.com/pie-framework/pie-lib/commit/6fd66bc))
|
|
2055
|
+
|
|
2056
|
+
<a name="5.0.11"></a>
|
|
2057
|
+
|
|
2058
|
+
## [5.0.11](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@5.0.10...@pie-lib/editable-html@5.0.11) (2018-04-30)
|
|
2059
|
+
|
|
2060
|
+
### Bug Fixes
|
|
2061
|
+
|
|
2062
|
+
- **dependencies:** roll back material-ui ([5167d1f](https://github.com/pie-framework/pie-lib/commit/5167d1f))
|
|
2063
|
+
|
|
2064
|
+
<a name="5.0.10"></a>
|
|
2065
|
+
|
|
2066
|
+
## [5.0.10](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@5.0.9...@pie-lib/editable-html@5.0.10) (2018-04-30)
|
|
2067
|
+
|
|
2068
|
+
### Bug Fixes
|
|
2069
|
+
|
|
2070
|
+
- **dependencies:** lock material-ui to 1.0.0-beta.44 ([60df8e6](https://github.com/pie-framework/pie-lib/commit/60df8e6))
|
|
2071
|
+
|
|
2072
|
+
<a name="5.0.9"></a>
|
|
2073
|
+
|
|
2074
|
+
## [5.0.9](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@5.0.8...@pie-lib/editable-html@5.0.9) (2018-04-30)
|
|
2075
|
+
|
|
2076
|
+
### Bug Fixes
|
|
2077
|
+
|
|
2078
|
+
- **dependencies:** lock material-ui to 1.0.0-beta.43 ([2a3e087](https://github.com/pie-framework/pie-lib/commit/2a3e087))
|
|
2079
|
+
- **dependencies:** upgrade material-ui ([b94b50e](https://github.com/pie-framework/pie-lib/commit/b94b50e))
|
|
2080
|
+
|
|
2081
|
+
<a name="5.0.8"></a>
|
|
2082
|
+
|
|
2083
|
+
## [5.0.8](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@5.0.7...@pie-lib/editable-html@5.0.8) (2018-04-24)
|
|
2084
|
+
|
|
2085
|
+
### Bug Fixes
|
|
2086
|
+
|
|
2087
|
+
- **editor:** pass in className ([60b2c65](https://github.com/pie-framework/pie-lib/commit/60b2c65))
|
|
2088
|
+
|
|
2089
|
+
<a name="5.0.7"></a>
|
|
2090
|
+
|
|
2091
|
+
## [5.0.7](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@5.0.6...@pie-lib/editable-html@5.0.7) (2018-04-24)
|
|
2092
|
+
|
|
2093
|
+
### Bug Fixes
|
|
2094
|
+
|
|
2095
|
+
- **MarkButton:** change mark type to string ([e9b1ef2](https://github.com/pie-framework/pie-lib/commit/e9b1ef2))
|
|
2096
|
+
|
|
2097
|
+
<a name="5.0.6"></a>
|
|
2098
|
+
|
|
2099
|
+
## [5.0.6](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@5.0.5...@pie-lib/editable-html@5.0.6) (2018-04-24)
|
|
2100
|
+
|
|
2101
|
+
### Bug Fixes
|
|
2102
|
+
|
|
2103
|
+
- **lint:** lint fixes ([e30b47a](https://github.com/pie-framework/pie-lib/commit/e30b47a))
|
|
2104
|
+
|
|
2105
|
+
<a name="5.0.5"></a>
|
|
2106
|
+
|
|
2107
|
+
## [5.0.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@5.0.4...@pie-lib/editable-html@5.0.5) (2018-04-24)
|
|
2108
|
+
|
|
2109
|
+
### Bug Fixes
|
|
2110
|
+
|
|
2111
|
+
- **dependencies:** version bump ([dd82caf](https://github.com/pie-framework/pie-lib/commit/dd82caf))
|
|
2112
|
+
|
|
2113
|
+
<a name="5.0.4"></a>
|
|
2114
|
+
|
|
2115
|
+
## [5.0.4](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@5.0.3...@pie-lib/editable-html@5.0.4) (2018-04-24)
|
|
2116
|
+
|
|
2117
|
+
### Bug Fixes
|
|
2118
|
+
|
|
2119
|
+
- **dependencies:** bump slate-edit-list to 0.11.3 ([e82adc7](https://github.com/pie-framework/pie-lib/commit/e82adc7))
|
|
2120
|
+
- **image:** fix up image plugin ([c7229eb](https://github.com/pie-framework/pie-lib/commit/c7229eb)), closes [#4](https://github.com/pie-framework/pie-lib/issues/4)
|
|
2121
|
+
|
|
2122
|
+
<a name="5.0.3"></a>
|
|
2123
|
+
|
|
2124
|
+
## [5.0.3](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@5.0.2...@pie-lib/editable-html@5.0.3) (2018-04-20)
|
|
2125
|
+
|
|
2126
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
2127
|
+
|
|
2128
|
+
<a name="5.0.2"></a>
|
|
2129
|
+
|
|
2130
|
+
## [5.0.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@5.0.1...@pie-lib/editable-html@5.0.2) (2018-04-20)
|
|
2131
|
+
|
|
2132
|
+
### Bug Fixes
|
|
2133
|
+
|
|
2134
|
+
- **test:** normalize tests ([b86b3d9](https://github.com/pie-framework/pie-lib/commit/b86b3d9))
|
|
2135
|
+
|
|
2136
|
+
<a name="5.0.1"></a>
|
|
2137
|
+
|
|
2138
|
+
## [5.0.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@5.0.0...@pie-lib/editable-html@5.0.1) (2018-04-19)
|
|
2139
|
+
|
|
2140
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
2141
|
+
|
|
2142
|
+
<a name="4.0.2"></a>
|
|
2143
|
+
|
|
2144
|
+
## [4.0.2](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@4.0.1...@pie-lib/editable-html@4.0.2) (2018-04-16)
|
|
2145
|
+
|
|
2146
|
+
### Bug Fixes
|
|
2147
|
+
|
|
2148
|
+
- **dependencies:** update dependencies ([8a5c1b2](https://github.com/pie-framework/pie-lib/commit/8a5c1b2))
|
|
2149
|
+
- **serialization:** fix serialization ([9191bb6](https://github.com/pie-framework/pie-lib/commit/9191bb6))
|
|
2150
|
+
|
|
2151
|
+
<a name="4.0.1"></a>
|
|
2152
|
+
|
|
2153
|
+
## [4.0.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@3.1.1...@pie-lib/editable-html@4.0.1) (2018-04-16)
|
|
2154
|
+
|
|
2155
|
+
### Bug Fixes
|
|
2156
|
+
|
|
2157
|
+
- **dependencies:** version bump react and material-ui ([05d72cf](https://github.com/pie-framework/pie-lib/commit/05d72cf))
|
|
2158
|
+
- **font:** set Roboto as font ([d142ce9](https://github.com/pie-framework/pie-lib/commit/d142ce9))
|
|
2159
|
+
|
|
2160
|
+
<a name="3.1.1"></a>
|
|
2161
|
+
|
|
2162
|
+
## [3.1.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@3.1.0...@pie-lib/editable-html@3.1.1) (2018-04-13)
|
|
2163
|
+
|
|
2164
|
+
### Bug Fixes
|
|
2165
|
+
|
|
2166
|
+
- **serializtion:** bump slate dependencies to fix serialization issues ([af11784](https://github.com/pie-framework/pie-lib/commit/af11784))
|
|
2167
|
+
|
|
2168
|
+
<a name="3.1.0"></a>
|
|
2169
|
+
|
|
2170
|
+
# [3.1.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@3.0.1...@pie-lib/editable-html@3.1.0) (2018-04-12)
|
|
2171
|
+
|
|
2172
|
+
### Features
|
|
2173
|
+
|
|
2174
|
+
- **ui:** polish disabled state, polish sizing logic ([9be2757](https://github.com/pie-framework/pie-lib/commit/9be2757))
|
|
2175
|
+
|
|
2176
|
+
<a name="3.0.1"></a>
|
|
2177
|
+
|
|
2178
|
+
## [3.0.1](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@3.0.0...@pie-lib/editable-html@3.0.1) (2018-04-05)
|
|
2179
|
+
|
|
2180
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
2181
|
+
|
|
2182
|
+
<a name="3.0.0"></a>
|
|
2183
|
+
|
|
2184
|
+
# [3.0.0](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@2.2.5...@pie-lib/editable-html@3.0.0) (2018-04-02)
|
|
2185
|
+
|
|
2186
|
+
### Bug Fixes
|
|
2187
|
+
|
|
2188
|
+
- **EditableHtml:** wrap the Editor with a component that checks markup against value ([57b7dda](https://github.com/pie-framework/pie-lib/commit/57b7dda))
|
|
2189
|
+
- **Editor:** use `object` instead of `kind` w/ slate@0.33.0 ([3bb0cca](https://github.com/pie-framework/pie-lib/commit/3bb0cca))
|
|
2190
|
+
- **list:** use logic from 'slate-edit-list' ([d0be5fe](https://github.com/pie-framework/pie-lib/commit/d0be5fe))
|
|
2191
|
+
- **types:** fix type checking ([a088983](https://github.com/pie-framework/pie-lib/commit/a088983))
|
|
2192
|
+
|
|
2193
|
+
### Features
|
|
2194
|
+
|
|
2195
|
+
- **bulleted-list:** add new plugin, add activePlugins prop, export DEFAULT_PLUGINS. ([6268832](https://github.com/pie-framework/pie-lib/commit/6268832))
|
|
2196
|
+
- **EditableHtml:** export `Editor` ([c3e53fe](https://github.com/pie-framework/pie-lib/commit/c3e53fe))
|
|
2197
|
+
|
|
2198
|
+
### BREAKING CHANGES
|
|
2199
|
+
|
|
2200
|
+
- **Editor:** 'math' and 'image' plugins have been disabled pending fixes.
|
|
2201
|
+
|
|
2202
|
+
<a name="2.2.5"></a>
|
|
2203
|
+
|
|
2204
|
+
## [2.2.5](https://github.com/pie-framework/pie-lib/compare/@pie-lib/editable-html@2.2.4...@pie-lib/editable-html@2.2.5) (2018-03-28)
|
|
2205
|
+
|
|
2206
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
2207
|
+
|
|
2208
|
+
<a name="2.2.4"></a>
|
|
2209
|
+
|
|
2210
|
+
## 2.2.4 (2018-03-06)
|
|
2211
|
+
|
|
2212
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
2213
|
+
|
|
2214
|
+
<a name="2.2.3"></a>
|
|
2215
|
+
|
|
2216
|
+
## 2.2.3 (2018-03-06)
|
|
2217
|
+
|
|
2218
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|
|
2219
|
+
|
|
2220
|
+
<a name="2.2.2"></a>
|
|
2221
|
+
|
|
2222
|
+
## 2.2.2 (2018-03-06)
|
|
2223
|
+
|
|
2224
|
+
**Note:** Version bump only for package @pie-lib/editable-html
|