@standardnotes/rich-text 1.8.6

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/.babelrc ADDED
@@ -0,0 +1,3 @@
1
+ {
2
+ "presets": [ "@babel/preset-env" ]
3
+ }
package/.eslintignore ADDED
@@ -0,0 +1,5 @@
1
+ node_modules/**
2
+ **/*.css
3
+ **/*.html
4
+ dist/**
5
+ webpack.*
package/.eslintrc ADDED
@@ -0,0 +1,15 @@
1
+ {
2
+ "parser": "@babel/eslint-parser",
3
+ "extends": [
4
+ "@standardnotes/eslint-config-extensions"
5
+ ],
6
+ "env": {
7
+ "browser": true,
8
+ "es6": true
9
+ },
10
+ "globals": {
11
+ "$": true,
12
+ "ComponentRelay": true,
13
+ "Stylekit": true
14
+ }
15
+ }
package/CHANGELOG.md ADDED
@@ -0,0 +1,92 @@
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
+ ## [1.8.6](https://github.com/standardnotes/plugins/compare/@standardnotes/rich-text@1.8.5...@standardnotes/rich-text@1.8.6) (2022-11-04)
7
+
8
+ **Note:** Version bump only for package @standardnotes/rich-text
9
+
10
+ ## [1.8.5](https://github.com/standardnotes/plugins/compare/@standardnotes/rich-text@1.8.4...@standardnotes/rich-text@1.8.5) (2022-11-04)
11
+
12
+ **Note:** Version bump only for package @standardnotes/rich-text
13
+
14
+ ## [1.8.4](https://github.com/standardnotes/plugins/compare/@standardnotes/rich-text@1.8.3...@standardnotes/rich-text@1.8.4) (2022-11-04)
15
+
16
+ **Note:** Version bump only for package @standardnotes/rich-text
17
+
18
+ ## [1.8.3](https://github.com/standardnotes/plugins/compare/@standardnotes/rich-text@1.8.2...@standardnotes/rich-text@1.8.3) (2022-11-04)
19
+
20
+ **Note:** Version bump only for package @standardnotes/rich-text
21
+
22
+ ## [1.8.2](https://github.com/standardnotes/plugins/compare/@standardnotes/rich-text@1.8.1...@standardnotes/rich-text@1.8.2) (2022-11-04)
23
+
24
+ **Note:** Version bump only for package @standardnotes/rich-text
25
+
26
+ ## [1.8.1](https://github.com/standardnotes/plugins/compare/@standardnotes/rich-text@1.8.0...@standardnotes/rich-text@1.8.1) (2022-11-04)
27
+
28
+ **Note:** Version bump only for package @standardnotes/rich-text
29
+
30
+ # 1.8.0 (2022-11-04)
31
+
32
+ ### Features
33
+
34
+ * add core plugins ([b607787](https://github.com/standardnotes/plugins/commit/b60778762306f5647cb715102eab23083b266718))
35
+
36
+ ## [1.7.1](https://github.com/standardnotes/app/compare/@standardnotes/rich-text@1.7.0...@standardnotes/rich-text@1.7.1) (2022-07-13)
37
+
38
+ **Note:** Version bump only for package @standardnotes/rich-text
39
+
40
+ # [1.7.0](https://github.com/standardnotes/app/compare/@standardnotes/rich-text@1.6.6...@standardnotes/rich-text@1.7.0) (2022-06-29)
41
+
42
+ ### Features
43
+
44
+ * deprecated editors ([#1166](https://github.com/standardnotes/app/issues/1166)) ([60ca415](https://github.com/standardnotes/app/commit/60ca4150446f9a14bb6a31416686c6d07a7d0cd9))
45
+
46
+ ## [1.6.6](https://github.com/standardnotes/app/compare/@standardnotes/rich-text@1.6.6-alpha.0...@standardnotes/rich-text@1.6.6) (2022-06-22)
47
+
48
+ **Note:** Version bump only for package @standardnotes/rich-text
49
+
50
+ ## [1.6.6-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/rich-text@1.6.5...@standardnotes/rich-text@1.6.6-alpha.0) (2022-06-22)
51
+
52
+ ### Bug Fixes
53
+
54
+ * components scripts ([#1136](https://github.com/standardnotes/app/issues/1136)) ([e80b4d0](https://github.com/standardnotes/app/commit/e80b4d0ffad495c758b593c30e1c4c754dda9b7e))
55
+
56
+ ## [1.6.5](https://github.com/standardnotes/app/compare/@standardnotes/rich-text@1.6.5-alpha.0...@standardnotes/rich-text@1.6.5) (2022-06-18)
57
+
58
+ **Note:** Version bump only for package @standardnotes/rich-text
59
+
60
+ ## [1.6.5-alpha.0](https://github.com/standardnotes/app/compare/@standardnotes/rich-text@1.6.4...@standardnotes/rich-text@1.6.5-alpha.0) (2022-06-18)
61
+
62
+ ### Bug Fixes
63
+
64
+ * plus editor icons ([#1120](https://github.com/standardnotes/app/issues/1120)) ([ba65948](https://github.com/standardnotes/app/commit/ba65948364a3fca7bfa5005c56802102c73ccd99))
65
+
66
+ ## 1.6.4 (2022-06-16)
67
+
68
+ **Note:** Version bump only for package @standardnotes/rich-text
69
+
70
+ ## 1.6.3 (2022-06-16)
71
+
72
+ **Note:** Version bump only for package @standardnotes/rich-text
73
+
74
+ ## [1.6.2](https://github.com/standardnotes/app/compare/@standardnotes/rich-text@1.6.2-alpha.3...@standardnotes/rich-text@1.6.2) (2022-06-16)
75
+
76
+ **Note:** Version bump only for package @standardnotes/rich-text
77
+
78
+ ## [1.6.2-alpha.3](https://github.com/standardnotes/app/compare/@standardnotes/rich-text@1.6.2-alpha.2...@standardnotes/rich-text@1.6.2-alpha.3) (2022-06-16)
79
+
80
+ **Note:** Version bump only for package @standardnotes/rich-text
81
+
82
+ ## 1.6.2-alpha.2 (2022-06-16)
83
+
84
+ **Note:** Version bump only for package @standardnotes/rich-text
85
+
86
+ ## 1.6.2-alpha.1 (2022-06-16)
87
+
88
+ **Note:** Version bump only for package @standardnotes/rich-text
89
+
90
+ ## 1.6.2-alpha.0 (2022-06-15)
91
+
92
+ **Note:** Version bump only for package @standardnotes/rich-text