You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,28 @@
1
1
# 1.0.0 (2025-12-08)
2
2
3
3
4
+
### Bug Fixes
5
+
6
+
* add check for shared secret ([#108](https://github.com/adobe/da-collab/issues/108)) ([a79731f](https://github.com/adobe/da-collab/commit/a79731f45439376ead2fc4710491d5d955727c2d))
7
+
* add span to known HTML tags ([#101](https://github.com/adobe/da-collab/issues/101)) ([fbf016d](https://github.com/adobe/da-collab/commit/fbf016d89ec041c5102c3dadaebdf3676501f37b))
8
+
* do not empty document if error ([#90](https://github.com/adobe/da-collab/issues/90)) ([a406add](https://github.com/adobe/da-collab/commit/a406adde80b78473be6e4484b9b0bf4a45b0b471))
9
+
* encode HTML brackets ([#100](https://github.com/adobe/da-collab/issues/100)) ([6c5b5fd](https://github.com/adobe/da-collab/commit/6c5b5fd1abca1a77a91d4db0220b722ca4645cd2))
10
+
* encode HTML brackets ([#74](https://github.com/adobe/da-collab/issues/74)) ([015163e](https://github.com/adobe/da-collab/commit/015163efd579c96490461d53a18b312adf1ab08d))
11
+
* keep content if no main found in html ([#85](https://github.com/adobe/da-collab/issues/85)) ([9fd25ac](https://github.com/adobe/da-collab/commit/9fd25ac890efedd9785e14e20043f3655a749f0e))
* ommit stacktraces in error map for non-dev ([#110](https://github.com/adobe/da-collab/issues/110)) ([1f896ac](https://github.com/adobe/da-collab/commit/1f896ac8aadd075566a593a1ab4d8a9d02dc78fe))
14
+
* remove html comments ([#68](https://github.com/adobe/da-collab/issues/68)) ([cf05aae](https://github.com/adobe/da-collab/commit/cf05aae98d5aa84e804b9603df979b7df47c7acf))
* disable stack traces on production ([#109](https://github.com/adobe/da-collab/issues/109)) ([79c40bd](https://github.com/adobe/da-collab/commit/79c40bd2974233ab9f098e15bdf162da14a5a893))
21
+
* Prevent implicit document creation via If-Match header ([#105](https://github.com/adobe/da-collab/issues/105)) ([b33ae65](https://github.com/adobe/da-collab/commit/b33ae65311ea1ad1df394fc6f04cb3f14f387fc9))
22
+
23
+
# 1.0.0 (2025-12-08)
24
+
25
+
4
26
### Bug Fixes
5
27
6
28
* add check for shared secret ([#108](https://github.com/adobe/da-collab/issues/108)) ([a79731f](https://github.com/adobe/da-collab/commit/a79731f45439376ead2fc4710491d5d955727c2d))
0 commit comments