Skip to content

Releases: websublime/sublime-sdk

@websublime/ws-sublime@0.1.1

09 Nov 11:11
9d03ea4
Compare
Choose a tag to compare

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

09 Nov 11:11
9d03ea4
Compare
Choose a tag to compare

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

09 Nov 11:11
9d03ea4
Compare
Choose a tag to compare

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

08 Nov 23:55
70ca9fb
Compare
Choose a tag to compare

Minor Changes

  • #25 1671a3b Thanks @miguelramos! - Sublime global context

    Instead 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

08 Nov 23:55
70ca9fb
Compare
Choose a tag to compare

Patch Changes

  • #25 1671a3b Thanks @miguelramos! - Sublime global context

    Instead 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

08 Nov 23:55
70ca9fb
Compare
Choose a tag to compare

Patch Changes

  • #25 1671a3b Thanks @miguelramos! - Sublime global context

    Instead 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

21 Oct 23:16
bb6f003
Compare
Choose a tag to compare

Patch Changes

@websublime/ws-globals@0.3.0

11 Oct 16:59
1459b9b
Compare
Choose a tag to compare

Minor Changes

@websublime/ws-essential@0.4.0

11 Oct 16:59
1459b9b
Compare
Choose a tag to compare

Minor Changes

@websublime/ws-globals@0.2.0

22 Sep 22:40
fd1edff
Compare
Choose a tag to compare

Minor Changes

  • #5 aa0ce9a Thanks @miguelramos! - Globals

    Globals are two essential store links Environment and Registry. Environment to provide config/options and registry for particular components data.