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

@likec4/generators

Package Overview
Dependencies
Maintainers
1
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@likec4/generators - npm Package Versions

1
10

0.51.0

Diff

Changelog

Source

0.51.0 (2023-12-05)

🚀 Features

  • language-server: tolerant parser, exclude only erroneous elements (previously ignored whole document) (2c9c456)

Bug Fixes

  • graph: improve compound layouts (feec3b3)
  • graph: correct relationship predicate (eba2be6)
  • generators: indent in mermaid (6d27249)
  • deps: bump vitest to 1.0.1 (0666acd)
  • deps: update dependency jotai to ^2.6.0 (62e46f2)
davydkov
published 0.50.0 •

Changelog

Source

0.50.0 (2023-12-01)

🚀 Features

  • diagrams: navigate button (44d2182)
  • likec4: display other formats (c2f5823)
  • likec4: copy-to-clipboard button (ee444ac)
  • likec4: display diagram links (c4932e7)
  • likec4: show overlay on validation error (6f1c36f)

Bug Fixes

  • layouts: background color for compounds in dot (773c1ae)
  • deps: update dependency type-fest to ^4.8.2 (75c54fa)
  • docs: show correct dot in playground (9e20da9)
  • graph: sort graph nodes considering implicit edges (a1e33a4)
  • layouts: improve graph layout (e71abfe)
  • graph: removeRedundantImplicitEdges (a6420dc)
davydkov
published 0.49.0 •

Changelog

Source

0.49.0 (2023-11-23)

🚀 Features

Bug Fixes

  • codegen: incorrect dot is generated (fddade6)
  • vscode: extension lifecycle (correct "dispose") (ecedcd6)
davydkov
published 0.48.0 •

Changelog

Source

0.48.0 (2023-11-21)

Bug Fixes

  • deps: update dependency playwright-core to ^1.40.0 (#466) (ac979d4)
  • likec4: import statements and error handling in code (efb0797)
  • lsp: semantic tokens overlap (f4b9c00)
  • vscode: init workspace for web (88b043d)
davydkov
published 0.47.0 •

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)
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