Releases: websublime/sublime-sdk
@websublime/[email protected]
Patch Changes
- #27
16125ac
Thanks @miguelramos! - Packages ws-essential and ws-globals will now use Sublime context as global entry point. Sublime context documented
@websublime/[email protected]
Minor Changes
- #27
16125ac
Thanks @miguelramos! - Packages ws-essential and ws-globals will now use Sublime context as global entry point. Sublime context documented
Patch Changes
- Updated dependencies [
16125ac
]:- @websublime/[email protected]
- @websublime/[email protected]
@websublime/[email protected]
Minor Changes
- #27
16125ac
Thanks @miguelramos! - Packages ws-essential and ws-globals will now use Sublime context as global entry point. Sublime context documented
Patch Changes
- Updated dependencies [
16125ac
]:- @websublime/[email protected]
@websublime/[email protected]
Minor Changes
-
#25
1671a3b
Thanks @miguelramos! - Sublime global contextInstead of using window as reference for some shared features, was created a global close context under
the name Sublime. So any setting or instance can now be shared thru the Sublime global API.
@websublime/[email protected]
Patch Changes
-
#25
1671a3b
Thanks @miguelramos! - Sublime global contextInstead of using window as reference for some shared features, was created a global close context under
the name Sublime. So any setting or instance can now be shared thru the Sublime global API.
@websublime/[email protected]
Patch Changes
-
#25
1671a3b
Thanks @miguelramos! - Sublime global contextInstead of using window as reference for some shared features, was created a global close context under
the name Sublime. So any setting or instance can now be shared thru the Sublime global API.
@websublime/[email protected]
Patch Changes
- #23
0016032
Thanks @miguelramos! - Update readme file
@websublime/[email protected]
Minor Changes
- #10
4865444
Thanks @miguelramos! - Persistence link and asyn initializations
@websublime/[email protected]
Minor Changes
- #10
4865444
Thanks @miguelramos! - Persistence link and asyn initializations
@websublime/[email protected]
Minor Changes
-
#5
aa0ce9a
Thanks @miguelramos! - GlobalsGlobals are two essential store links Environment and Registry. Environment to provide config/options and registry for particular components data.