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: uiwjs/react-markdown-preview
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.3.0
Choose a base ref
...
head repository: uiwjs/react-markdown-preview
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.3.1
Choose a head ref
  • 10 commits
  • 2 files changed
  • 3 contributors

Commits on Aug 28, 2021

  1. Copy the full SHA
    5105ad9 View commit details

Commits on Aug 29, 2021

  1. chore(deps): update dependency @uiw/react-github-corners to v1.5.1 (#113

    )
    
    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Aug 29, 2021
    Copy the full SHA
    0b75084 View commit details
  2. Copy the full SHA
    6e1860f View commit details

Commits on Sep 8, 2021

  1. chore(deps): update dependency tsbb to v3.1.3 (#112)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Sep 8, 2021
    Copy the full SHA
    a98a7cc View commit details
  2. chore(deps): update dependency @types/react to v17.0.20 (#116)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Sep 8, 2021
    Copy the full SHA
    1ef9b74 View commit details
  3. fix(deps): update dependency rehype-rewrite to v2 (#114)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Sep 8, 2021
    Copy the full SHA
    bab67e6 View commit details
  4. chore(deps): update dependency tsbb to v3.1.4 (#117)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Sep 8, 2021
    Copy the full SHA
    f98be98 View commit details
  5. fix(deps): update dependency @babel/runtime to v7.15.4 (#115)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Sep 8, 2021
    Copy the full SHA
    558b574 View commit details
  6. chore(deps): update dependency compile-less-cli to v1.8.8 (#106)

    Co-authored-by: Renovate Bot <bot@renovateapp.com>
    renovate[bot] and renovate-bot authored Sep 8, 2021
    Copy the full SHA
    995c6d6 View commit details
  7. released v3.3.1

    jaywcjlove committed Sep 8, 2021
    Copy the full SHA
    2dfc979 View commit details
Showing with 12 additions and 10 deletions.
  1. +5 −3 .github/workflows/ci.yml
  2. +7 −7 package.json
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and Deploy react-markdown-preview
name: Build and Deploy
on:
push:
branches:
@@ -14,6 +14,7 @@ jobs:

- run: npm install
- run: npm run build
- run: npm run doc

- run: npm install @jsdevtools/npm-publish -g
- run: npm-publish --token="${{ secrets.NPM_TOKEN }}" ./package.json
@@ -27,7 +28,7 @@ jobs:

- name: Generate Changelog
id: changelog
uses: jaywcjlove/changelog-generator@v1.4.2
uses: jaywcjlove/changelog-generator@v1.4.3
with:
token: ${{ secrets.GITHUB_TOKEN }}
head-ref: ${{steps.create_tag.outputs.version}}
@@ -50,10 +51,11 @@ jobs:
body: |
[![](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@uiw/react-markdown-preview@${{steps.create_tag.outputs.versionNumber}}/file/README.md) [![npm bundle size](https://img.shields.io/bundlephobia/minzip/@uiw/react-markdown-preview)](https://bundlephobia.com/result?p=@uiw/react-markdown-preview@${{steps.create_tag.outputs.versionNumber}})
```bash
```shell
npm i @uiw/react-markdown-preview@${{steps.create_tag.outputs.versionNumber}}
```
${{ steps.changelog.outputs.compareurl }}
${{ steps.changelog.outputs.changelog }}
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-markdown-preview",
"version": "3.3.0",
"version": "3.3.1",
"description": "React component preview markdown text in web browser. The minimal amount of CSS to replicate the GitHub Markdown style.",
"homepage": "https://uiwjs.github.io/react-markdown-preview",
"main": "lib/index.js",
@@ -38,30 +38,30 @@
"react-dom": ">=16.8.0"
},
"dependencies": {
"@babel/runtime": "7.15.3",
"@babel/runtime": "7.15.4",
"@mapbox/rehype-prism": "0.7.0",
"rehype-autolink-headings": "6.1.0",
"rehype-raw": "6.1.0",
"rehype-slug": "5.0.0",
"rehype-rewrite": "1.0.2",
"rehype-rewrite": "2.0.0",
"remark-gfm": "2.0.0",
"react-markdown": "7.0.1"
},
"devDependencies": {
"@kkt/less-modules": "6.11.0",
"@kkt/raw-modules": "6.11.0",
"@kkt/scope-plugin-options": "6.11.0",
"@types/react": "17.0.19",
"@types/react": "17.0.20",
"@types/react-dom": "17.0.9",
"@uiw/react-codesandbox": "1.1.0",
"@uiw/react-github-corners": "1.4.0",
"@uiw/react-github-corners": "1.5.1",
"@uiw/react-shields": "1.1.1",
"@uiw/reset.css": "1.0.5",
"compile-less-cli": "1.8.1",
"compile-less-cli": "1.8.8",
"kkt": "6.11.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"tsbb": "3.0.0"
"tsbb": "3.1.4"
},
"eslintConfig": {
"extends": "react-app"