3.0.0 (2024-05-07)
Out of an abundance of caution, making a major version bump, since there was
some internal refactoring of the Strophe files to remove circular
dependencies. So certain deep imports used by integrators might no longer work.
Instead of deep imports, everything should be imported from strophe.js
.
For example:
import { Strophe, $build, stx } from strophe.js;