Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: CoderLearningCode/vue-simplemde
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: F-loat/vue-simplemde
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 9 commits
  • 10 files changed
  • 3 contributors

Commits on Dec 15, 2021

  1. fix: problems with marked@4.x (F-loat#111)

    The 4.0.0 release of the `marked` package contains a breaking change
    that - guess what - breaks the <VueSimpleMDE> component. The main change
    is that the `marked` package does NOT provide a default export anymore.
    
    For more information please see the [release notes for
    `marked@4.0.0`](https://github.com/markedjs/marked/releases/tag/v4.0.0).
    Also, you might be interested in a [related pull request inside the
    SimpleMDE repo](sparksuite/simplemde-markdown-editor#825).
    
    Co-authored-by: Stanisław Gregor <stanislaw.gregor@movecloser.pl>
    Stanisław Gregor and Stanisław Gregor authored Dec 15, 2021
    Configuration menu
    Copy the full SHA
    8b61003 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Configuration menu
    Copy the full SHA
    fe44925 View commit details
    Browse the repository at this point in the history
  2. v2.0.1

    F-loat committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    c77ceb8 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2022

  1. Configuration menu
    Copy the full SHA
    47d7324 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d87491 View commit details
    Browse the repository at this point in the history
  3. chore: v2.1.0

    F-loat committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    2178e80 View commit details
    Browse the repository at this point in the history
  4. feat: add forceSync props

    F-loat committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    bbf0e1d View commit details
    Browse the repository at this point in the history
  5. chore: v2.1.1

    F-loat committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    953ef9e View commit details
    Browse the repository at this point in the history
  6. docs: forceSync props

    F-loat committed Jun 1, 2022
    Configuration menu
    Copy the full SHA
    aa13466 View commit details
    Browse the repository at this point in the history
Loading