@stackch/angular-richtext-editor 1.1.0 → 1.1.1
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/README.md +0 -31
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -105,35 +105,4 @@ Customize a few strings:
|
|
|
105
105
|
cfg = { i18n: { boldTitle: 'Strong', colorsTitle: 'Palette' } };
|
|
106
106
|
```
|
|
107
107
|
|
|
108
|
-
## Development
|
|
109
|
-
|
|
110
|
-
Build the library:
|
|
111
|
-
|
|
112
|
-
```bash
|
|
113
|
-
ng build stackch-richtext-editor
|
|
114
|
-
```
|
|
115
|
-
|
|
116
|
-
Run tests:
|
|
117
|
-
|
|
118
|
-
```bash
|
|
119
|
-
ng test stackch-richtext-editor
|
|
120
|
-
```
|
|
121
|
-
|
|
122
|
-
## Publish to npm
|
|
123
|
-
|
|
124
|
-
1) Bump version in `projects/stackch-richtext-editor/package.json`
|
|
125
|
-
|
|
126
|
-
2) Build the library:
|
|
127
|
-
|
|
128
|
-
```bash
|
|
129
|
-
ng build stackch-richtext-editor
|
|
130
|
-
```
|
|
131
|
-
|
|
132
|
-
3) Publish from the dist folder:
|
|
133
|
-
|
|
134
|
-
```bash
|
|
135
|
-
cd dist/stackch-richtext-editor
|
|
136
|
-
npm publish --access public
|
|
137
|
-
```
|
|
138
|
-
|
|
139
108
|
For localized documentation (DE/FR/IT), see the repository README files.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@stackch/angular-richtext-editor",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "Lightweight Angular rich text editor (standalone) with a reusable toolbar: fonts, sizes, colors, lists, alignment, links.",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^20.3.4",
|