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

fix(deps): update dependency @slidev/cli to ^0.49.0 #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 16, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@slidev/cli (source) ^0.43.0 -> ^0.49.0 age adoption passing confidence

Release Notes

slidevjs/slidev (@​slidev/cli)

v0.49.29

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.49.28

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.49.27

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.49.26

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.49.25

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.49.24

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.49.23

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.49.22

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.49.21

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.49.20

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.49.19

Compare Source

   🚀 Features
    View changes on GitHub

v0.49.18

Compare Source

   🚀 Features
    View changes on GitHub

v0.49.17

Compare Source

   ✨ Highlights
  • Visit our brand new docs at https://sli.dev! It has a huge improvement in readability.
  • Relative path inside slides content like ![alt](./assets/img.png) is now supported.
   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.49.16

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.49.15

Compare Source

No significant changes

    View changes on GitHub

v0.49.13

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.49.12

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.49.11

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.49.10

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.49.9

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.49.8

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.49.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.49.6

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.49.5

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.49.4

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.49.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.49.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.49.1

Compare Source

No significant changes

    View changes on GitHub

v0.49.0

Compare Source

   🚀 Features
   🐞 Bug Fixes
   🏎 Performance
    View changes on GitHub

v0.48.9

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.48.8

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.48.7

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.48.6

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.48.5

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.48.4

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.48.3

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.48.2

Compare Source

   🚀 Features
   🐞 Bug Fixes
    View changes on GitHub

v0.48.1

Compare Source

   🐞 Bug Fixes
    View changes on GitHub

v0.48.0

Compare Source

💡 Highlights

Slidev v0.48.0 is one of the biggest changes and improvements released since it launched. Huge thanks to our new team member @​KermanX, who pushed a lot of aspects of Slidev and made a lot of cool new features.

🎩 Shiki Magic Move

Shiki Magic Move allows you to do morphing animation between codes, making it smoother to compare code changes in your slides

Screen.Recording.2024-03-10.at.15.53.03.mov

Learn more at https://sli.dev/guide/syntax#shiki-magic-move

✍️ v-mark Rough Notation

We also integrated Rough Notation to Slidev, making it easier to highlight and notation sections you might want to emphasize.

Screen.Recording.2024-02-24.at.17.29.05.mov

Learn more at https://sli.dev/guide/animations#rough-markers

🧑‍💻 Runable Monaco Editor

Monaco Editor integrations get refreshed! It is much more performant and robust. In addition, we also introduced the Runnable Monaco that you can edit and execute the code in your slide:

Screen.Recording.2024-03-07.at.23.11.59.mov

Learn more at https://sli.dev/guide/syntax#monaco-editor

📋 New Overview View

We introduced a new /overview screen for you to review all your slides and notes together:

Screen.Recording.2024-03-08.at.00.45.53.mov

Learn more at https://sli.dev/guide/overview

👆 Clicks Sliders

We introduced the click sliders in both the Overview and Presenter views so that you can quickly see the clicks you have for each slide by dragging them to preview each click.

Screen.Recording.2024-03-10.at.15.24.37.mov
📝 Notes Markers

To make your notes (that might be long) in sync with the progress of your presentation, we introduced that [click] marker to separate your notes into sections so you can follow your notes more easily as you go forward:

Screen.Recording.2024-03-10.at.15.37.23.mov

Learn more at https://sli.dev/guide/syntax#click-markers

🔍 Slide Zooming

You can now have a zooming option for each slide via frontmatter to resize the canvas:

---
zoom: 1.5
---

Your content

Learn more at https://github.com/slidevjs/slidev/pull/1322

🚨 Breaking Changes

Click System Rework

See #​1279. This would give the v-click system a much more reliable behavior and better API to work with. It shouldn't affect most usages unless you are using programmatic conditional heavily — try going through your slides after the upgrade to make sure. You should be good to go!

Monaco Editor Rework

See #​1330. At the very beginning, Slidev integrated Monaco Editor in an iframe because of the limitation of hover positioning with scaled slides. @​KermanX took a deep look and figured out a solid way to make Monaco aware of the current scaling of the slide. Now, Monaco Editors will directly render in the DOM without iframe - this gives us a much more efficient and robust Monaco experience.

Meanwhile, since this approach makes Monaco components, if you don't use Monaco, it will not ship into your production bundle, and you don't need to turn Monaco on and off anymore explicitly. In that case, Monaco support is on by default for both dev and build now.

We also have a new runnable Monaco Editor that can serve as REPL in your presentation, check the docs for more.

Internal Refactorings

If you are using direct import from @slidev/client/**, those might break because we took a huge internal refactor to make the code base future-pro


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link

cloudflare-workers-and-pages bot commented Nov 16, 2023

Deploying python with  Cloudflare Pages  Cloudflare Pages

Latest commit: 2776b23
Status:🚫  Build failed.

View logs

@renovate renovate bot changed the title fix(deps): update dependency @slidev/cli to ^0.44.0 fix(deps): update dependency @slidev/cli to ^0.45.0 Dec 4, 2023
@renovate renovate bot force-pushed the renovate/slidev-cli-0.x branch 2 times, most recently from 8817110 to c527e09 Compare December 13, 2023 15:23
@renovate renovate bot changed the title fix(deps): update dependency @slidev/cli to ^0.45.0 fix(deps): update dependency @slidev/cli to ^0.46.0 Dec 13, 2023
@renovate renovate bot changed the title fix(deps): update dependency @slidev/cli to ^0.46.0 fix(deps): update dependency @slidev/cli to ^0.47.0 Feb 2, 2024
@renovate renovate bot changed the title fix(deps): update dependency @slidev/cli to ^0.47.0 fix(deps): update dependency @slidev/cli to ^0.48.0 Mar 10, 2024
@renovate renovate bot force-pushed the renovate/slidev-cli-0.x branch from e952984 to 4ad6f40 Compare March 10, 2024 16:02
@renovate renovate bot force-pushed the renovate/slidev-cli-0.x branch from 4ad6f40 to 2776b23 Compare May 10, 2024 16:28
@renovate renovate bot changed the title fix(deps): update dependency @slidev/cli to ^0.48.0 fix(deps): update dependency @slidev/cli to ^0.49.0 May 10, 2024
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.

0 participants