@limetech/lime-elements 37.66.1 → 37.67.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.
Files changed (23) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/dist/cjs/limel-prosemirror-adapter.cjs.entry.js +1471 -9
  3. package/dist/cjs/limel-prosemirror-adapter.cjs.entry.js.map +1 -1
  4. package/dist/cjs/limel-text-editor.cjs.entry.js.map +1 -1
  5. package/dist/collection/components/text-editor/prosemirror-adapter/plugins/table-plugin.js +27 -0
  6. package/dist/collection/components/text-editor/prosemirror-adapter/plugins/table-plugin.js.map +1 -0
  7. package/dist/collection/components/text-editor/prosemirror-adapter/prosemirror-adapter.js +5 -0
  8. package/dist/collection/components/text-editor/prosemirror-adapter/prosemirror-adapter.js.map +1 -1
  9. package/dist/collection/components/text-editor/text-editor.js +1 -0
  10. package/dist/collection/components/text-editor/text-editor.js.map +1 -1
  11. package/dist/esm/limel-prosemirror-adapter.entry.js +1471 -9
  12. package/dist/esm/limel-prosemirror-adapter.entry.js.map +1 -1
  13. package/dist/esm/limel-text-editor.entry.js.map +1 -1
  14. package/dist/lime-elements/lime-elements.esm.js +1 -1
  15. package/dist/lime-elements/p-8d388c5c.entry.js.map +1 -1
  16. package/dist/lime-elements/p-fbaa1b19.entry.js +2 -0
  17. package/dist/lime-elements/p-fbaa1b19.entry.js.map +1 -0
  18. package/dist/types/components/text-editor/prosemirror-adapter/plugins/table-plugin.d.ts +4 -0
  19. package/dist/types/components/text-editor/text-editor.d.ts +1 -0
  20. package/dist/types/components.d.ts +4 -0
  21. package/package.json +2 -1
  22. package/dist/lime-elements/p-975f1ee3.entry.js +0 -2
  23. package/dist/lime-elements/p-975f1ee3.entry.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,18 @@
1
+ ## [37.67.0](https://github.com/Lundalogik/lime-elements/compare/v37.66.1...v37.67.0) (2024-11-15)
2
+
3
+
4
+ ### Features
5
+
6
+
7
+ * **text-editor tables:** add basic plugin for parsing tables ([e36577d](https://github.com/Lundalogik/lime-elements/commit/e36577d5c8d89b92279ae119135a317910ea2a98))
8
+ * **text-editor tables:** fix example component ([9b4d5a0](https://github.com/Lundalogik/lime-elements/commit/9b4d5a04b0c0944cde94baf00599b62ecbb0211a))
9
+ * **text-editor tables:** set enableTables true if contentType is html ([8a2f54b](https://github.com/Lundalogik/lime-elements/commit/8a2f54b7df4f11e49495bf0ac63b57293f6a2fa6))
10
+
11
+ ### Bug Fixes
12
+
13
+
14
+ * **text-editor tables:** put repeated code in single function ([7f8a6ae](https://github.com/Lundalogik/lime-elements/commit/7f8a6ae921663aa27ee24bf62c7cff95e1f0cc50))
15
+
1
16
  ## [37.66.1](https://github.com/Lundalogik/lime-elements/compare/v37.66.0...v37.66.1) (2024-11-14)
2
17
 
3
18