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

23
10

1.5.0

Diff

Changelog

Source

1.5.0 (2024-07-12)

Features

  • Customize relationships per view

    include
      // Include elements if they have any relationships
      // and customize these relationships
      cloud.* <-> amazon.* with {
        color red
        line solid
      },
      // or only directed 
      customer -> cloud.*  with {
        // Override label
        title 'Customer uses cloud'
      }
    

Bug Fixes and Improvements

  • diagram: increased labels font size for better readability (f31dc2f)
  • diagram: add css autoprefixer and inject xystore to diagram store (a15644b)
  • diagram: arrow types (86eca4c), closes #755
  • diagram: compound node draggable by title (9c3ff1f)
  • diagram: edge rendering (dbd5a65)
  • diagram: improve edge rendering and label bbox (a8f8d17)
  • edge: remove control point on dbl click (831077b)
  • layout: single relashionships (ebeaeef)
  • layout: update layouts (851ec59)
  • layout: wrap edge label (0f007ff)
  • lsp: clear diagnostics for on rebuild (46206df)
  • lsp: customize <-> relationships (98c8b1f)
  • lsp: semantic token for navigateTo (09b1a11)
  • vscode: update documentSelector if workspaceFolders is empty (9678ed2)
  • webcomponent: improve dynamic view (65c2961)
  • deps: update @xyflow (#807) (2408e16)
  • deps: update dependency @astrojs/starlight to ^0.24.5 (#803) (6cc824a)
  • deps: update dependency astro to ^4.11.5 (#818) (9cc7f44)
  • deps: update dependency astro-og-canvas to ^0.5.3 (#835) (bea7ea7)
  • deps: update dependency starlight-links-validator to ^0.9.1 (eea921b)
  • deps: upgrade monaco-vscode (36be81e)
  • deps: upgrade mantine to 7.11 (23bde17)
  • deps: upgrade typescript to 5.5.2 (dc996c8)
davydkov
published 1.4.0 •

Changelog

Source

1.4.0 (2024-06-28)

🚀 Features

  • vscode: disable experimental editor in vscode preferences (effdef1)
  • cli: use dev server when exporting to png (faster) (9a19db3)
  • diagram: back/forward navigation buttons (4d258ed)
  • react: use html dialog for browser (0981df2)

Bug Fixes

  • deps: upgrade playwright to 1.45.0 (486140b)
  • deps: upgrade vite to 5.3.2 (cf8956f)
  • diagram: disable blur filter in safari (dd14526)
  • diagram: improve rendering in safari (d530d98)
  • playground: switch to vertical layout for better mobile experience (99b6b60)
davydkov
published 1.3.0 •

Changelog

Source

1.3.0 (2024-06-23)

🚀 Features

  • View editor
    Experimental layout editor (drag elements and relationships)
  • dynamic-view: hotkeys navigation (8e36d7b), closes #769
  • lsp: improve symantic highlighting (3968e07)
  • playground: persistent workspace (911c632)

Bug Fixes

  • deps: upgrade langium to 3.1.0 (a309316)
  • diagram: rendering performance (2eef48b)
  • diagram: responsive dynamic view (ad03301)
  • lsp: 0% opacity in specification (bbec0a8)
davydkov
published 1.2.2 •

Changelog

Source

1.2.2 (2024-06-14)

1.2.1 did not fix #765

davydkov
published 1.2.1 •

Changelog

Source

1.2.1 (2024-06-14)

Bug Fixes

davydkov
published 1.2.0 •

Changelog

Source

1.2.0 (2024-06-12)

🚀 Features

Dynamic Views [Experimental]

Describe a particular use-case or scenario, with ad-hoc interactions (without polluting the model).

dynamic view example {
  title 'Dynamic View Example'
  customer -> web 'opens in browser'
  web -> api 'POST request'
  web <- api 'returns JSON'
}

Check example

Bug Fixes

  • diagram: always zoom to 1.0 on container resize (f5b898c)
  • diagram: backdrop in safari (94530ae)
  • diagram: focus in dynamic walkthrough (b4c1752)
  • playground: missing element type (4aad466)
  • playground: unique extension for each playground (8fcfed6)
davydkov
published 1.1.1 •

Changelog

Source

1.1.1 (2024-05-26)

Bug Fixes

  • diagram: viewport transform is not rounded to integers which results in blurry nodes on some resolution (d268344), closes #734

Improvements

davydkov
published 1.1.0 •

Changelog

Source

1.1.0 (2024-05-24)

Features

  • Change opacity and border for compounds background (#723)

    view {
       include some._
    
       style some {
         opacity 20%
         border dashed
       }
    
    }
    

Bug Fixes

  • app: color scheme inheritance (70b5243)
  • playground: show locations (6af55a6)
davydkov
published 1.0.2 •

Changelog

Source

1.0.2 (2024-05-21)

Bug Fixes

  • vscode: preview fails with command likec4:open-preview not found (#724, thanks @4cio)
  • deps: update dependency playwright to v1.44.0 (#713) (dd62f8d)
  • vscode: bundling @hpcc-js/wasm is necessary for the extension to work properly (6904afc)
davydkov
published 1.0.1 •

Changelog

Source

1.0.1 (2024-05-18)

Bug Fixes

  • lsp: correct selection range after changes (42999ef)
  • vscode: correct view column for preview (6a33a48)

Minor

  • download view as png from app (b316dfb)
23
10
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