jaspr_content 0.3.1-dev.0
jaspr_content: ^0.3.1-dev.0 copied to clipboard
Jaspr plugin for content driven sites.
0.3.1-dev.0 #
- Fixed
HtmlParserto treat html files as fragments.
0.3.0 #
-
Breaking:
Page.datanow returns aPageDataMapwith typed getters for the maps stored underpageandsite. It's alsofinalnow and should be modified using thePage.applymethod. -
Breaking: The
dataparameters inPage.newandMemoryPage.newhave been renamed toinitialDatato reflect they don't necessarily specify the final data. -
Breaking:
Headerhas been moved topackage:jaspr_content/components/header.dart. -
Breaking:
Sidebarhas been moved topackage:jaspr_content/components/sidebar.dart. -
Added a new
Markdowncomponent for directly rendering markdown content from aString. -
Added support for
sitemap: falsein 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
GithubButtoncomponent toGitHubButton. -
Fixed
GitHubButtonnot linking to the correct repository. -
Renamed the
GithubLoaderroute loader toGitHubLoader. -
Breaking: Made
GitHubPageSourceprivate. -
Fixed subfolders in
Contentare not recognized on Windows.
0.2.0 #
-
Breaking: Changed
MemoryPage.builderto accept aBuildContextinstead of aPageparameter. -
Adding or removing content files will now properly update the routes.
-
Support
.ymlin addition to.yamlfor data files. -
Fixed specifying the
layoutname in frontmatter. -
Fixed
ContentTheme.noneto not apply any styles. -
Fixed typo with
keepSuffixPatternparameter inFilesystemLoaderandGithubLoader.
0.1.1 #
jasprupgraded to0.19.0jaspr_routerupgraded to0.7.0
0.1.0 #
- Initial version.