New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@likec4/core

Package Overview
Dependencies
Maintainers
1
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@likec4/core - npm Package Versions

1
13

0.47.0

Diff

Changelog

Source

0.47.0 (2023-11-18)

Custom navigation and links between views:

view view2 {
  include *
  include cloud.backend with {
    // navigate to 'view3' on click
    navigateTo view3
  }
}

view view3 {
  include *
  include cloud.backend with {
    // the same element, but navigate back to 'view2'
    navigateTo view2
  }
}

🚀 Features

  • lsp: custom navigation (dc428ee)
  • vscode: add WorkspaceSymbolProvider (f333a24)

Bug Fixes

  • cli: output version (4e06953)
  • deps: update dependency @radix-ui/themes to ^2.0.1 (8c6802f)
  • deps: update dependency jotai to ^2.5.1 (4bb2362)
  • deps: update dependency nanostores to ^0.9.5 (748554c)
  • deps: update dependency type-fest to ^4.7.1 (cadebe0)
  • layouts: improve edge weights (21f55cb)
  • layouts: set minlen=0instead of constraint=false for better layout (ccad492)
  • lsp: allow reserved words as ID (12636d5)
  • lsp: make extended element resolvable inside its body (6c3b009)
davydkov
published 0.46.1 •

Changelog

Source

0.46.1 (2023-11-14)

Bug Fixes

  • cli: return optimizeDeps in serve (d8e065f)
davydkov
published 0.46.0 •

Changelog

Source

0.46.0 (2023-11-11)

With the Langium update to version 2.1.2, the code completions in VSCode have significantly improved.

🚀 Features

  • core: add depth field to compound nodes (fe3083a)
  • diagrams: backgroung pattern (c2bc83b)
  • graph: sorting of relationships (bd8d694)
  • lsp: any order of top-level statements (#445) (154844c)
  • vscode: display error message on failed parse (789958f)

Bug Fixes

  • core: hierarchical sorting of relationships (6325e0e)
  • deps: update dependency remeda to ^1.29.0 (1ec9348)
  • deps: update langium to 2.1.2 (#423) (ba17f44)
  • graph: do not add element if it exists implicitly (27b5d7d)
  • graph: left-align for edge labels (7e7dea8)
  • likec4: improve transparent background for emded (174f296)
  • lsp: onBuildPhase should be in async context (2a7f0cb)
davydkov
published 0.45.0 •

Changelog

Source

0.45.0 (2023-11-04)

🚀 Features

  • likec4: dedicated page for export with transparent background (e992144)

Bug Fixes

  • likec4: don't emptyOutDir on second run (9d58f39)
  • diagrams: absolute position for FullscreenDiagram (29741f1)
  • diagrams: adjust label positions (afdad65)
  • diagrams: correct node label positions (500f53d)
  • diagrams: smooth animation (ad054ce)
  • docs: css classes for embedded diagram (9a0418a)
  • layouts: strict align for node and edge labels (813fd10)
  • vscode: git changes were parsed too, that led to duplicate entries (04d1a7f)
davydkov
published 0.44.1 •

Changelog

Source

0.44.1 (2023-11-02)

Bug Fixes

  • cli: vite ports and export output (36e0f68)
  • deps: update dependency konva to ^9.2.3 (b02301b)
davydkov
published 0.44.0 •

Changelog

Source

0.44.0 (2023-10-30)

Features

  • diagrams: add icon to elements to indicate they include a sub-view #361 (8fd1a2e)
davydkov
published 0.43.1 •

Changelog

Source

0.43.1 (2023-10-29)

Bug Fixes

  • diagrams: better timing for edge onhover (2dec801)
  • vscode: do not fail if source file was removed (96e15ff)
davydkov
published 0.43.0 •

Changelog

Source

0.43.0 (2023-10-29)

🚀 Features

  • diagrams: highlight elements of the hovered edge (7e65b0e)

Bug Fixes

  • language: add validation for incoming and outgoing expressions (b31c1f1)
davydkov
published 0.42.2 •

Changelog

Source

0.42.2 (2023-10-28)

Bug Fixes

  • graph: handle -> .. -> expressions (c7fb33e)
  • layouts: haveNoOtherEdges condition should be only for root (095c4ac)
davydkov
published 0.42.1 •

Changelog

Source

0.42.1 (2023-10-26)

Bug Fixes

  • cli: wrong vite entrypoint when embeded (4f43536)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc