Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update versions #135

Merged
merged 1 commit into from
Jan 28, 2024
Merged

chore: update versions #135

merged 1 commit into from
Jan 28, 2024

Conversation

github-actions[bot]
Copy link
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

skott-webapp@2.1.0

Minor Changes

  • #131 777998c Thanks @antoine-coulon! - Add hot application refresh through Server-Sent Events when watch mode is enabled on the backend

skott@0.32.0

Minor Changes

  • #131 777998c Thanks @antoine-coulon! - Add watch mode through --watch cli option that can be used with all display modes:

    • using with --displayMode=webapp (default)

    Changes will fully re-render the graph with its new content. Changes are not atomic yet, meaning that even if only one file is changed, the graph is being re-rendered anyway. Note that this might be improved in the future.

    • using with --displayMode=file-tree or --displayMode=graph

    Changes will clear the terminal and output the new computed graph with other information depending on selected options (--showCircularDependencies etc).

    • using with --displayMode=raw

    Changes will clear the terminal and output the new information depending on selected options (--showCircularDependencies, etc). As usual with raw mode, the graph is not rendered.

    Few breaking changes:

    • using --showCircularDependencies and --showUnusedDependencies together with --displayMode=webapp will throw error. This is because these options were thought to be used in the context of cli output which is not very useful when using the webapp.

    Note that the web application has an option to show circular dependencies without the need for the --showCircularDependencies to be provided. The same for --showUnusedDependencies will be done in the next versions, for now showing unused dependencies is only supported using raw, file-tree or graph display modes.

Patch Changes

  • Updated dependencies [777998c]:
    • skott-webapp@2.1.0

@antoine-coulon antoine-coulon merged commit f489a43 into main Jan 28, 2024
@antoine-coulon antoine-coulon deleted the changeset-release/main branch January 28, 2024 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant