Closed onurkerimov closed 2 years ago
Replaced xoid with version 1.0.0-beta Differences to the unstable version are:
1.0.0-beta
map
use
focus
Stream
Replaced @xoid/react
Added @xoid/lite package
Deprecated @xoid/engine
@xoid/engine
Updated README.md and docs directory.
README.md
docs
Updates all the tests
Updates all the examples
"module": "./esm/index.js"
"module": "./index.esm.js"
@xoid/react
TODO:
Replaced xoid with version
1.0.0-beta
Differences to the unstable version are:map
method with filtering capabilities.use
is only in charge of usables.focus
is added for selector/lens functionality.Stream
type added for a special class of atomsReplaced @xoid/react
Added @xoid/lite package
Deprecated
@xoid/engine
Updated
README.md
anddocs
directory.Updates all the tests
Updates all the examples
Resolved in this release:
"module": "./esm/index.js"
to"module": "./index.esm.js"
- #4@xoid/react
- #3TODO: