Releases: websublime/sublime-sdk
@websublime/ws-sublime@0.1.1
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/ws-globals@0.4.0
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/ws-essential@0.5.0
- @websublime/ws-sublime@0.1.1
@websublime/ws-essential@0.5.0
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/ws-sublime@0.1.1
@websublime/ws-sublime@0.1.0
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/ws-globals@0.3.1
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/ws-essential@0.4.2
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/ws-essential@0.4.1
Patch Changes
- #23
0016032
Thanks @miguelramos! - Update readme file
@websublime/ws-globals@0.3.0
Minor Changes
- #10
4865444
Thanks @miguelramos! - Persistence link and asyn initializations
@websublime/ws-essential@0.4.0
Minor Changes
- #10
4865444
Thanks @miguelramos! - Persistence link and asyn initializations
@websublime/ws-globals@0.2.0
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.