Commit graph

5 commits

Author SHA1 Message Date
Jacobinwwey
048c3d12ac docs: clarify slidev fork release boundary 2026-06-21 06:28:37 -05:00
Jacobinwwey
3b38aa0905 docs: lock slidev fork release export evidence 2026-06-21 03:34:46 -05:00
Jacobinwwey
e46eb60274 fix(slidev-export): gate native standalone html 2026-06-18 07:56:48 -05:00
Jacobinwwey
9da5b7ab19 feat(slide-export): add layout-audited export workflow 2026-06-18 00:02:42 -05:00
Jacobinwwey
121bee0f5d fix(standalone-bundle): correct export transformation for Vue components
## Bug Fix
- Fix empty slide rendering in standalone HTML bundles
- Root cause: export {X as default} only generated module.exports.default=X
- Solution: Generate dual assignment module.exports.default=module.exports=X
- Result: Vue components now load correctly, all slides display content

## Documentation Added
- docs/STANDALONE_BUNDLE_FIX.md - Detailed bug fix analysis
- BUNDLE_SCRIPTS_README.md - Bundler scripts reference
- docs/export/README.md - User export guide
- docs/dist/README.md - Build output reference
- CHANGELOG_STANDALONE_BUNDLE.md - Version history
- .github/BUNDLE_EXPORT_GUIDE.md - Contributor guide
- DOCUMENTATION_INDEX.md - Complete documentation index
- SUMMARY.md - Update summary

## Documentation Updated
- docs/SINGLE_FILE_BUNDLER.md - Added bugfix section
- docs/README.md - Added slide export documentation links
- test-bundle-FIXED.js - Added header comments

## Testing
- Automated verification: PASS
- Visual test: Content displays correctly
- Cross-browser: Chrome, Firefox, Edge verified
- Protocol: file:// and http:// both working
2026-06-16 04:48:46 -05:00