@eqproject/eqp-attachments 2.0.3 → 2.0.5
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 +3 -0
- package/esm2020/lib/eqp-attachments.component.mjs +21 -23
- package/fesm2015/eqproject-eqp-attachments.mjs +20 -22
- package/fesm2015/eqproject-eqp-attachments.mjs.map +1 -1
- package/fesm2020/eqproject-eqp-attachments.mjs +20 -22
- package/fesm2020/eqproject-eqp-attachments.mjs.map +1 -1
- package/lib/eqp-attachments.component.d.ts +1 -3
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -146,6 +146,9 @@ export class AppModule {}
|
|
|
146
146
|
##### Notes
|
|
147
147
|
To make this examples work you need to replace the FileDataBase64 property value with a complete base64 string.
|
|
148
148
|
|
|
149
|
+
##### Breaking changes from the 2.0.3 version
|
|
150
|
+
File upload modal has been removed. So when using ViewChild, use addFile() function instead of openModalAddAttachment().
|
|
151
|
+
|
|
149
152
|
|
|
150
153
|
CASE 1: Single attachment
|
|
151
154
|
```html
|