question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Breaking change on v4.8.*

See original GitHub issue

This is my live website. Now it’s fine because I’ve fixed docsify’s version on 4.7.1. However, if I change to 4.8.* several issues occur:

  • The background custom color is ignored
  • The style of the button disappears
  • The sidebar links break

I’ve already compared my index.html with the latest template and it looks fine. I have no idea what causes that. Examples below.

4.7.1 (ok): screenshot 2018-11-02 at 17 20 19

4.8.0 (not ok): screenshot 2018-11-02 at 17 20 08

4.8.0 (broken sidebar): screenshot 2018-11-02 at 17 35 56

Thoughts?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:17 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
dialexcommented, Sep 20, 2019

@timaschew , as of the latest version (4.9.4) what is the proper way to set background colour use a gradient?

It used to be like this

![color](linear-gradient(to left bottom, #F0FD37 0%, #ACF260 100%))

But then 4.8.0 broke it. As a workaround we could (and still can on 4.9.4) use:

<p><img data-origin="linear-gradient(to left bottom, #F0FD37 0%, #ACF260 100%)" alt="color"></p>

Do we still need to use that workaround? Or is there a markdown way to do it? I don’t see that feature listed in the official doc anymore.

0reactions
stale[bot]commented, Feb 4, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Breaking Changes · microsoft/TypeScript Wiki - GitHub
These changes list where implementation differs between versions as the spec and compiler are simplified and inconsistencies are corrected. For ...
Read more >
Announcing TypeScript 4.8 - Microsoft Developer Blogs
These breaks are now detailed in our Correctness Fixes and Breaking ... These changes affect how intersection and union types work, and are ......
Read more >
Changelog - Cypress Documentation
This change aligns Cypress' cookie rules with the browser cookie rules. ... Read our Migration Guide which explains the breaking changes in more...
Read more >
Versions | Docs | Twitter Developer Platform
Breaking Changes : Breaking changes are any changes that require developer resources to maintain existing functionality. This includes resources used for ...
Read more >
Breaking changes between Neo4j 1.7 drivers and Neo4j 4.x ...
This chapter describes the breaking changes between Neo4j 1.7 drivers and Neo4j 4.x drivers.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found