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: mdx-js/mdx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.16.6
Choose a base ref
...
head repository: mdx-js/mdx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.16.8
Choose a head ref
  • 16 commits
  • 43 files changed
  • 6 contributors

Commits on Dec 11, 2018

  1. Add explore ast link (#353)

    * Add explore ast link
    
    * Allow html in md because jsx
    
    * Fix `remark-mdx` to support inline jsx
    johno authored Dec 11, 2018
    1

    Verified

    This commit was signed with the committer’s verified signature.
    ljharb Jordan Harband
    Copy the full SHA
    c2a7386 View commit details
  2. 1

    Verified

    This commit was signed with the committer’s verified signature.
    ljharb Jordan Harband
    Copy the full SHA
    3bd75e1 View commit details

Commits on Dec 14, 2018

  1. Update create-react-app docs to use official library (#359)

    * Use mdx.macro for create-react-app example
    
    Closes #358
    
    * Update surrounding documentation
    
    * Fix linting
    
    * Nuke esling config in cra so it doesn't get picked up
    johno authored Dec 14, 2018
    1
    Copy the full SHA
    9cb7c3a View commit details
  2. Add documentation on running tests (#354)

    * add documentation on running tests
    
    * fix whitespace
    
    * Update contributing.md
    
    Co-Authored-By: jonsherrard <jon.sherrard@shortlist.com>
    Jon Sherrard authored and johno committed Dec 14, 2018
    1
    Copy the full SHA
    c13d964 View commit details

Commits on Dec 15, 2018

  1. 2
    Copy the full SHA
    a39860a View commit details

Commits on Dec 21, 2018

  1. Improve inline parsing of JSX (#364)

    This pulls in the remark inline HTML parser so that we can customize it to
    meet JSX-specific syntax needs.
    
    Adds support for:
    - `<>{props.foo}</>`
    - `<span style={{ color: 'tomato' }} />`
    johno authored and timneutkens committed Dec 21, 2018
    1
    Copy the full SHA
    05cdf2f View commit details
  2. Improve default export detection (#362)

    * improve default export detection
    
    * more extensive testing
    jescalan authored and johno committed Dec 21, 2018
    1
    Copy the full SHA
    ad58be3 View commit details

Commits on Dec 26, 2018

  1. FIX: typo (#367)

    signalwerk authored and timneutkens committed Dec 26, 2018
    1
    Copy the full SHA
    b4ad28a View commit details

Commits on Jan 21, 2019

  1. 1
    Copy the full SHA
    cd927f9 View commit details
  2. Retry: Automate canary releases (#376)

    * Add publish script and configuration for ci
    
    * Add travis config to skip cleanup
    leimonio authored and timneutkens committed Jan 21, 2019
    1
    Copy the full SHA
    5a21b96 View commit details

Commits on Jan 24, 2019

  1. Run tag build in bootstrap command (#380)

    * Run tag build in bootstrap command
    
    Closes #377
    
    * Update package.json
    mxstbr authored and johno committed Jan 24, 2019
    1
    Copy the full SHA
    3a9b599 View commit details
  2. Pass exports to Layout (#379)

    * Pass exports to Layout
    
    Closes #378
    
    * Use Object.assign
    mxstbr authored and johno committed Jan 24, 2019
    1
    Copy the full SHA
    3bbef4d View commit details
  3. 1
    Copy the full SHA
    9f3dce2 View commit details
  4. v0.16.7

    johno committed Jan 24, 2019
    1
    Copy the full SHA
    524a662 View commit details
  5. Copy the full SHA
    ef59753 View commit details
  6. v0.16.8

    johno committed Jan 24, 2019
    1
    Copy the full SHA
    05e6b22 View commit details
Loading