@eqproject/eqp-attachments 2.0.3 → 2.0.4

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 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