All notable changes to PaperCast will be documented in this file.
0.2.4
This release focuses on quality-of-life improvements to the Playground, fixing visual flashes on load and refining the workspace connection experience!
Fixed
- Fix Workspace Loading Flash: Fixed an issue where the Playground would briefly flash the default test document before loading your saved workspace, ensuring a smooth and immediate entry into your saved work.
Improved
- Improvement MCP Connection Badge: The MCP connection status indicator in the Playground has been redesigned to be less distracting while maintaining clear visibility.
0.2.3
This release introduces an incredibly fluid, multi-touch canvas experience for mobile and trackpad users, making document editing feel like a native application!
Added
- Feature Multi-Touch Gestures: You can now seamlessly pinch-to-zoom on mobile and trackpads!
- Feature Concurrent Pan & Zoom: Panning and zooming simultaneously is now fully supported. As you pinch to zoom, the canvas naturally anchors and shifts based on the midpoint of your fingers, creating a flawless infinite-canvas feel.
Improved
- Improvement Silky Smooth 60FPS: The new gesture engine bypasses heavy React renders and updates the DOM directly during your pinch, guaranteeing a buttery smooth scaling experience with zero lag.
0.2.2
This release fixes a visual layout issue in the Playground to ensure the Workspace Explorer aligns perfectly with the editor's boundaries.
Fixed
- Fix Workspace Sidebar Gap: Fixed an issue where the Workspace Explorer would not expand to fill the entire sidebar width on desktop and mobile screens, leaving an empty visual gap between the explorer and the document canvas.
Improved
- Improvement Mobile UX Polish: Refined the mobile Playground experience by adding smooth slide-in entry animations to the Properties panel and respecting safe-area insets to prevent UI overlap with the iOS Home Indicator.
- Improvement Mobile Back Button Navigation: Opening a panel on mobile now automatically pushes state to your browser history. Pressing the back button gracefully dismisses the top-most panel instead of throwing you out of the playground entirely. Full support for nested overlays included!
0.2.1
This release focuses on solidifying the editor experience, resolving critical mobile interaction bugs, and squashing PDF export errors for a much smoother workflow!
Added
- Feature Custom PDF Naming: You can now give your downloaded PDFs custom filenames right from the export prompt.
- Feature Visual Empty States: Empty containers like Rows and Columns now display a clear visual indicator (diagonal stripes) in the editor, making them easy to spot without showing up in your final print.
Improved
- Improvement Mobile Drag & Drop UX: Drastically improved the mobile playground. Swiping the widget toolbar now scrolls flawlessly without accidentally dragging widgets. Added a dedicated drag handle for precise control.
- Improvement Ghost Dragging UI: Dropping widgets now displays a clean, semi-transparent ghost image instead of a solid block.
Fixed
- Fix LAN Compatibility Crash: Resolved a critical
crash (
crypto.randomUUID is not a function) that occurred when accessing the playground over a local IP network. - Fix PDF Export Empty Text: Fixed an issue where the "Empty" visual placeholder text was incorrectly showing up in exported PDFs. Empty widgets now maintain their size for spacing but are completely invisible in print.
- Fix PDF Export Warnings: Fixed console warnings during PDF generation by properly managing Object URL cleanup lifetimes.
- Fix Type Strictness & Validation: Patched missing schema types and suppressed internal validation memory exhaustion errors during PDF generation.
0.2.0
This massive release supercharges the Table widget, introducing advanced row spanning, dynamic data grouping, and a complete UI overhaul for table configuration!
Added
- Feature Dynamic Cell Merging: Introduced a
powerful new
mergeByconfiguration for columns, allowing intelligent row spanning by grouping identical contiguous data. - Feature Static Rows: You can now build advanced layouts inside tables using fixed Header, Body, and Footer rows independent of mapped data.
- Feature Advanced Table Snippets: Added 5 new complex schema templates to the Template Gallery demonstrating multi-level spanning, nested grouping, and invoice totals.
Improved
- Improvement Property Panel UI: Extracted
table row editors into a clean, reusable
<StaticRowsEditor />and added a seamless<MultiSelectProp />for array configuration, making the builder faster and easier to use. - Improvement Pagination Safety: Upgraded the core pagination engine to ensure dynamic data groups are never severed by a page break.
0.1.2
This release introduces significant enhancements to our documentation layout, a refined Playground experience, and new workflow superpowers!
Added
- Feature Mobile Sidebar Drawer: Implemented a responsive slide-out drawer for seamless navigation on smaller devices.
- Feature Workflow Skills: Added new intelligent code-review workflow tools to streamline the development lifecycle.
Improved
- Improvement Playground UI: Extracted page sizing logic and refactored the Playground toolbar for cleaner, more intuitive document editing.
- Improvement Docs Layout: Upgraded the documentation sidebar and content structure for better readability and easier exploration of snippets and widgets.
0.1.1
This release brings a highly polished, premium UI overhaul to our marketing pages, introducing true Glassmorphism to our dialogs and smart semantic theming.
Improved
- Improvement Changelog Dialog: Upgraded the "What's New" modal with a stunning frosted-glass aesthetic (Glassmorphism), translucent buttons, and dynamic lighting.
- Improvement Early Access Badge: Refined the hero chip to adapt seamlessly to light and dark themes using our semantic design system.
0.1.0
This release introduces a brand new Changelog page to keep you updated on all the latest features, along with a significantly improved mobile navigation experience!
Added
- Feature Changelog Page: A beautifully designed, dedicated page to view all release notes, complete with semantic categorizations.
- Feature Mobile Navbar: A completely redesigned, animated, full-screen mobile menu overlay for a premium navigation experience on smaller devices.
- Feature App Versioning: You can now see the current version of PaperCast seamlessly integrated into the footer and the mobile menu.
Improved
- Improvement Refactored the Marketing Layout to cleanly separate Server Components from the Header Client Component, significantly improving React performance.