-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[MDX] Migration to gatsby-plugin-mdx v4 (requires migration to MDX v2) #4532
Commits on Jul 6, 2023
-
prep for testing mdx fix comparison
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 04dee31 - Browse repository at this point
Copy the full SHA 04dee31View commit details -
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5d7e9e6 - Browse repository at this point
Copy the full SHA 5d7e9e6View commit details
Commits on Jul 7, 2023
-
update root-wrapper with mdx shortcodes
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5f935d7 - Browse repository at this point
Copy the full SHA 5f935d7View commit details -
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 507a5a8 - Browse repository at this point
Copy the full SHA 507a5a8View commit details -
remove shortcode imports from mdx files
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 061eadd - Browse repository at this point
Copy the full SHA 061eaddView commit details -
move styles to main folder for use with shortcodes
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 598a27b - Browse repository at this point
Copy the full SHA 598a27bView commit details -
clear eslint warnings for no-unused-vars
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 91f3455 - Browse repository at this point
Copy the full SHA 91f3455View commit details -
add and removed plugins for migration to MDXv2
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d600d4b - Browse repository at this point
Copy the full SHA d600d4bView commit details -
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4089305 - Browse repository at this point
Copy the full SHA 4089305View commit details -
update style attributes to be jsx compatible
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 774db7b - Browse repository at this point
Copy the full SHA 774db7bView commit details -
update mdx files to clear mdx eslint warnings
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b74d75f - Browse repository at this point
Copy the full SHA b74d75fView commit details -
resolve undefined string by moving empty template
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2bd7317 - Browse repository at this point
Copy the full SHA 2bd7317View commit details -
replace MDXRenderer, body with children per mdxv2
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9034cdb - Browse repository at this point
Copy the full SHA 9034cdbView commit details -
import children props to templates per mdxv2
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for deeb248 - Browse repository at this point
Copy the full SHA deeb248View commit details -
workaround to add responsive SVG to mdxv2
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a5351e7 - Browse repository at this point
Copy the full SHA a5351e7View commit details -
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3590795 - Browse repository at this point
Copy the full SHA 3590795View commit details -
clear mdxv2 error for div tag on table
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6fa8b6b - Browse repository at this point
Copy the full SHA 6fa8b6bView commit details -
added contentfilepath to templates and queries
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3c78fd2 - Browse repository at this point
Copy the full SHA 3c78fd2View commit details -
added eslint for mdx files for mdxv2 compatibility
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for af7f48e - Browse repository at this point
Copy the full SHA af7f48eView commit details -
replace html with excerpt in feeds per mdxv2 guide
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 5ad6aea - Browse repository at this point
Copy the full SHA 5ad6aeaView commit details -
remove mdxrenderer per gatsby mdx2 migration guide
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 656602a - Browse repository at this point
Copy the full SHA 656602aView commit details -
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a910882 - Browse repository at this point
Copy the full SHA a910882View commit details -
fix for heap memory OOM issue, see comments
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 310e47c - Browse repository at this point
Copy the full SHA 310e47cView commit details
Commits on Jul 9, 2023
-
feat: env var to turn on ignoreArray for dev build
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a1f1ba3 - Browse repository at this point
Copy the full SHA a1f1ba3View commit details
Commits on Jul 10, 2023
-
fix: add react-markdow to replace mdxrenderer case
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 6c1c165 - Browse repository at this point
Copy the full SHA 6c1c165View commit details -
fix: add rehyperaw plugin for html in md snippets
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 66a8a16 - Browse repository at this point
Copy the full SHA 66a8a16View commit details -
fix: parse mdx body in non-templates with pkgs
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 901887f - Browse repository at this point
Copy the full SHA 901887fView commit details -
fix: update from mdx to markdown for remark use
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4e0a8f8 - Browse repository at this point
Copy the full SHA 4e0a8f8View commit details -
feat: add env var for faster dev prod local builds
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d0a8ae3 - Browse repository at this point
Copy the full SHA d0a8ae3View commit details -
fix: default set dev_amended value to false
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 2a550bc - Browse repository at this point
Copy the full SHA 2a550bcView commit details
Commits on Jul 11, 2023
-
Merge branch 'master' into mdx2-upgrade
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 68f0666 - Browse repository at this point
Copy the full SHA 68f0666View commit details -
fix: add "no-sourcemaps" plugin for dev mem issue
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 78ef967 - Browse repository at this point
Copy the full SHA 78ef967View commit details -
feat: filesystem ignore array for faster dev build
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d7a316c - Browse repository at this point
Copy the full SHA d7a316cView commit details -
feat: add env for faster dev_amended build option
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 42bd0bc - Browse repository at this point
Copy the full SHA 42bd0bcView commit details
Commits on Jul 15, 2023
-
more shortcodes for any components imported to mdx
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 537bfde - Browse repository at this point
Copy the full SHA 537bfdeView commit details -
fix: resize, resave png to reduce webp filesize
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c32fe46 - Browse repository at this point
Copy the full SHA c32fe46View commit details -
fix: update mdx pages to use webp instead of png
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b3db1f6 - Browse repository at this point
Copy the full SHA b3db1f6View commit details -
fix: optimize large files used in mdx
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for af14e6d - Browse repository at this point
Copy the full SHA af14e6dView commit details -
fix: update mdx files to use optimized images/pdfs
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8db58cd - Browse repository at this point
Copy the full SHA 8db58cdView commit details -
fix: clear all setTimeouts, add useTimeout hook
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 54e2de6 - Browse repository at this point
Copy the full SHA 54e2de6View commit details -
fix: clear eventListener and update deprecated ref
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 08ec3ca - Browse repository at this point
Copy the full SHA 08ec3caView commit details -
fix: use loadable, remove lightbox in templates
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a06943e - Browse repository at this point
Copy the full SHA a06943eView commit details -
fix: disable dev amended on default
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 578d7e9 - Browse repository at this point
Copy the full SHA 578d7e9View commit details
Commits on Jul 16, 2023
-
Merge branch 'master' into mdx2-upgrade
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1232630 - Browse repository at this point
Copy the full SHA 1232630View commit details -
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d589e28 - Browse repository at this point
Copy the full SHA d589e28View commit details -
fix: resolve wrong case for "cleanupIds"
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7043b6e - Browse repository at this point
Copy the full SHA 7043b6eView commit details -
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8778b34 - Browse repository at this point
Copy the full SHA 8778b34View commit details -
fix: revert file name with different casing
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f5f1b5c - Browse repository at this point
Copy the full SHA f5f1b5cView commit details -
fix: update mdx and image file name
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7e090e2 - Browse repository at this point
Copy the full SHA 7e090e2View commit details -
Merge branch 'master' into mdx2-upgrade
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b1691f5 - Browse repository at this point
Copy the full SHA b1691f5View commit details -
fix: replace svg with 300dpi webp to reduce file
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for eeeb674 - Browse repository at this point
Copy the full SHA eeeb674View commit details
Commits on Jul 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 3c6d2ec - Browse repository at this point
Copy the full SHA 3c6d2ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for aed8862 - Browse repository at this point
Copy the full SHA aed8862View commit details
Commits on Jul 18, 2023
-
fix: mdxrenderer workaround for dropdown selection
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for d5b431e - Browse repository at this point
Copy the full SHA d5b431eView commit details -
Merge branch 'mdx2-upgrade' of https://github.com/randychilau/layer5 …
…into mdx2-upgrade
Configuration menu - View commit details
-
Copy full SHA for 0e7af13 - Browse repository at this point
Copy the full SHA 0e7af13View commit details -
fix: handle "undefined" for options.length
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 68ba3a7 - Browse repository at this point
Copy the full SHA 68ba3a7View commit details -
fix: add loadable to chunk split files using mdx
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9d94848 - Browse repository at this point
Copy the full SHA 9d94848View commit details -
fix: change to default exports for loadable use
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 3aecb9b - Browse repository at this point
Copy the full SHA 3aecb9bView commit details -
fix: correct folder/file name to replace .md
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 694e5b4 - Browse repository at this point
Copy the full SHA 694e5b4View commit details -
fix: correct date on folder name
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 773057a - Browse repository at this point
Copy the full SHA 773057aView commit details -
fix: use loadable to not auto include app bundle
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4528905 - Browse repository at this point
Copy the full SHA 4528905View commit details -
chore: uninstall gatsby-plugin-no-sourcemaps
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7f7a512 - Browse repository at this point
Copy the full SHA 7f7a512View commit details -
fix: update and cleanup import list
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for b4a5215 - Browse repository at this point
Copy the full SHA b4a5215View commit details -
feat: add build time warning to doc, add nav items
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 8ccd095 - Browse repository at this point
Copy the full SHA 8ccd095View commit details -
Merge 'master' into mdx2-upgrade, resolve conflict
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fecd393 - Browse repository at this point
Copy the full SHA fecd393View commit details -
fix: correct eslint semicolon issue
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for ada7ab0 - Browse repository at this point
Copy the full SHA ada7ab0View commit details
Commits on Jul 19, 2023
-
fix: reinstall gatsby-plugin-no-sourcemaps
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fff2d3b - Browse repository at this point
Copy the full SHA fff2d3bView commit details -
fix: corrections for images and urls
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e3d201f - Browse repository at this point
Copy the full SHA e3d201fView commit details -
feat: add build expecations to CONTRIBUTING.md
Signed-off-by: Randy Lau <randychilau@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 697d013 - Browse repository at this point
Copy the full SHA 697d013View commit details