Changelog
Introduction
SlideWire follows semantic versioning. Patch releases usually focus on targeted fixes and polish, while minor and major releases may introduce new features or broader changes.
If you need the full release history, including pull requests and comparisons, you may also review the GitHub releases page.
v1.4.1
v1.4.1 is a focused patch release that improves the default presentation styling for standalone Markdown slides.
- Fixed the default typography and list styling for Markdown-backed slides so headings, paragraphs, and bullets render more like Blade-authored slides.
For the complete comparison, see the v1.4.0...v1.4.1 release diff.
v1.4.0
v1.4.0 is a feature release that gives SlideWire more flexible authoring workflows for teams that want to build decks outside a single Blade file.
- Added support for standalone Markdown presentations with deck frontmatter, per-slide frontmatter, slide separators, and highlighted code blocks.
- Added support for composed presentation directories so decks may combine ordered Blade and Markdown slide parts.
- Updated
make:slidewireso you may scaffold Markdown decks or multi-file presentations from the command line.
For the complete comparison, see the v1.3.2...v1.4.0 release diff.
v1.3.2
v1.3.2 is a focused patch release that restores compatibility with Laravel's config caching when SlideWire uses DTO-based configuration.
- Fixed DTO config serialization so
php artisan config:cachecan successfully cache SlideWire configuration values.
For the complete comparison, see the v1.3.1...v1.3.2 release diff.
v1.3.1
v1.3.1 is a focused patch release that restores support for the media split layout in the package guidance and component surface.
- Added support for the media split layout as a documented first-party component again.
For the complete comparison, see the v1.3.0...v1.3.1 release diff.
v1.3.0
v1.3.0 is a feature release that adds a first-party set of presentation-ready UI components for modern SlideWire decks.
- Added first-party UI components for panels, title slides, split layouts, timelines, steps, and agendas.
- Added per-instance
fontoverrides to thetextcomponent so decks can mix configured presentation fonts without custom inline styles.
For the complete comparison, see the v1.2.0...v1.3.0 release diff.
v1.2.0
v1.2.0 is a feature release that improves navigation for fragment-heavy presentations and makes the mobile viewing experience smoother.
- Added fragment-aware navigation so moving between slides respects fragment state.
- Improved mobile scrolling behavior for presentations on smaller screens.
- Included the first community contribution to SlideWire from @bpotmalnik.
For the complete comparison, see the v1.1.0...v1.2.0 release diff.
v1.1.0
v1.1.0 is a feature release that expands SlideWire's presentation building blocks with new content components.
- Added a
textcomponent for semantic headings, paragraphs, inline text, vertical layouts, and component-level animations. - Added an
imagecomponent that preserves the native image API while supporting the same animation contract.
For the complete comparison, see the v1.0.1...v1.1.0 release diff.
v1.0.1
v1.0.1 is a focused patch release that improves presentation behavior on smaller screens.
- Fixed slide overflow on smaller screens.
For the complete comparison, see the v1.0.0...v1.0.1 release diff.