added clarifications and breaking change

This commit is contained in:
Annika Hannig 2022-11-10 12:01:26 +01:00
parent 0a6155035d
commit 12d66146e8
2 changed files with 16 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Changelog
## 6.0.0 (2022-07-26)
## 6.0.0 (2022-11-10)
* Pure functional react UI!
@ -17,6 +17,15 @@
callback. This should be used to install additional
DOM event listeners for extensions.
So, if you want to inject additional dom nodes into
the UI and used something like:
`document.addEventListener("DOMContentLoaded", function() { ... }`
you now need to use the `Alice.onLayoutReady(function(main) { ... })`
callback.
## 5.1.1 (2022-06-21)
* Improved search query validation.

View File

@ -22,6 +22,12 @@ And checkout the API at:
## Breaking Changes
### 6.0.0
With the new functional react UI, the `DOMContentLoaded` event can no
longer be used for injecting additional content. Please use
`Alice.onLayoutReady(function(main) { ... });` instead.
### 5.1.0
The spelling of "neighbors" is now harmonized. Please update your config and