PackageTrack
Sign in Get early access

jaspr_content

Jaspr plugin for content driven sites.

0.5.4 7.6K downloads/mo #3314 most downloaded on pub.dev schultek/jaspr

What this package is like to depend on

Last release 20 days ago

04 Aug 2026

Release timing varies

gaps range from 8 days to 3 months

Nearly every release is documented

notes for 15 of 16 stable releases

1 version withdrawn

withdrawn after publishing

1 years old

20 releases · first in 2025

15 releases in the last 12 months

see the full history below

Release timeline

20 releases · May 2025 to Aug 2026
2026
Release Pre-release Withdrawn

Releases

latest 20
  1. 0.5.4 04 Aug 2026
    Release notes

    The following packages have been updated:
    jaspr_test : 0.23.2 -> 0.23.3
    jaspr : 0.23.2 -> 0.23.3
    jaspr_builder : 0.23.2 -> 0.23.3
    jaspr_router : 0.8.3 -> 0.9.0
    jaspr_cli : 0.23.2 -> 0.23.3
    jaspr_content : 0.5.3+1 -> 0.5.4
    dart_quotes : 0.1.12 -> 0.1.13 (No Changelog)
    dart_quotes_server : 0.1.12 -> 0.1.13 (No Changelog)
    fluttercon : 0.0.13 -> 0.0.14 (No Changelog)
    website : 0.1.8 -> 0.1.9 (No Changelog)

    Open source →
    Release notes
    • Invalidate dependents of deleted partials while serving.
    Open source →
  2. 0.5.3 14 Jul 2026
    Release notes
    • Added FileIcon component.
    Open source →
  3. 0.5.3+1 14 Jul 2026

    Nothing published for this version

  4. 0.5.2 17 Apr 2026
    Release notes
    • Fixed running templating multiple times for the same page when reloading or using secondary outputs.
    Open source →
  5. 0.5.1 19 Mar 2026
    Release notes
    • Fixed eager page loading exhausting file descriptors on macOS when building sites with a large number of file-sourced pages.
    Open source →
  6. 0.5.0 16 Feb 2026
    Release notes
    • New AssetManager class for handling content assets. Assets like images, videos, etc. can be co-located with the content and referenced by their relative path from a page.

      • Asset paths are resolved across Markdown files, page data and components using context.resolveAsset('some/asset.png').
      • Only used assets are copied to the build output.
      • Assets can be hashed and otherwise transformed (e.g. resized) during build by using AssetTransformers.
    • Added filterExtensions parameter to FilesystemLoader, which allows filtering for specific file extensions. This can be used when co-locating assets and data files with the content to prevent them from being treated as pages.

    • Breaking FilesystemDataLoader now ignores files it cannot parse (non json or yaml files), instead of returning a String.

    • Breaking: RouteLoaderBase now accepts a generic type parameter for specifying the respective PageSource subclass.

    • Breaking: Page.path is now always in posix format (using forward slashes), independent of the operating system.

    Open source →
  7. 0.4.5 10 Dec 2025
    Release notes
    • Ensure context.page and context.pages is only called on the server.
    • jaspr upgraded to 0.22.0
    Open source →
  8. 0.4.5-beta.0 01 Dec 2025 pre-release

    Nothing published for this version

  9. 0.4.4 13 Nov 2025
    Release notes
    • Adjust styling of DocsLayout to be more responsive on large screens.
    Open source →
  10. 0.4.3 05 Nov 2025
    Release notes
    • Added a new FileTree component for rendering file tree structures.
    • Enable adding a header based on the current page to MarkdownOutput.
    • Fixed TableOfContentsExtension to correctly find headers in nested elements.
    • Update package:mustache_template constraint to ^2.0.2. This version adds support for emojis in templates, no longer requiring a dependency override.
    Open source →
  11. 0.4.2 14 Oct 2025
    Release notes
    • Fix FilesystemLoader not recognizing file changes on Linux.
    • Fix the default PageSource stripping dots (.) from file names when loaded.
    Open source →
  12. 0.4.1 13 Sep 2025
    Release notes
    • jaspr upgraded to 0.21.1
    • jaspr_router upgraded to 0.7.3
    Open source →
  13. 0.4.0 13 Sep 2025
    Release notes
    • The LiquidTemplateEngine is no longer const.
    • Fixed resolution of partial files in LiquidTemplateEngine.
    • Skip adding a <style> element for an empty ContentTheme.
    • Fixed HtmlParser to treat html files as fragments.
    Open source →
  14. 0.3.1-dev.1 03 Sep 2025 pre-release

    Nothing published for this version

  15. 0.3.1-dev.0 02 Sep 2025 pre-release

    Nothing published for this version

  16. 0.3.0 19 Jul 2025
    Release notes
    • Breaking: Page.data now returns a PageDataMap with typed getters for the maps stored under page and site. It's also final now and should be modified using the Page.apply method.

    • Breaking: The data parameters in Page.new and MemoryPage.new have been renamed to initialData to reflect they don't necessarily specify the final data.

    • Breaking: Header has been moved to package:jaspr_content/components/header.dart.

    • Breaking: Sidebar has been moved to package:jaspr_content/components/sidebar.dart.

    • Added a new Markdown component for directly rendering markdown content from a String.

    • Added support for sitemap: false in the page data to exclude pages from the sitemap.

    • Ignores files and folders in the content directory starting with . (in addition to _).

    • Require Dart 3.6 or later to match the other Jaspr packages.

    • Renamed the GithubButton component to GitHubButton.

    • Fixed GitHubButton not linking to the correct repository.

    • Renamed the GithubLoader route loader to GitHubLoader.

    • Breaking: Made GitHubPageSource private.

    • Fixed subfolders in Content are not recognized on Windows.

    Open source →
  17. 0.2.1 19 Jul 2025 withdrawn

    Nothing published for this version

  18. 0.2.0 19 Jun 2025
    Release notes
    • Breaking: Changed MemoryPage.builder to accept a BuildContext instead of a Page parameter.

    • Adding or removing content files will now properly update the routes.

    • Support .yml in addition to .yaml for data files.

    • Fixed specifying the layout name in frontmatter.

    • Fixed ContentTheme.none to not apply any styles.

    • Fixed typo with keepSuffixPattern parameter in FilesystemLoader and GithubLoader.

    Open source →
  19. 0.1.1 14 May 2025
    Release notes
    • jaspr upgraded to 0.19.0
    • jaspr_router upgraded to 0.7.0
    Open source →
  20. 0.1.0 13 May 2025
    Release notes
    • Initial version.
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive