jaspr_content 0.4.3
jaspr_content: ^0.4.3 copied to clipboard
Jaspr plugin for content driven sites.
0.4.3 #
- Added a new
FileTreecomponent for rendering file tree structures. - Enable adding a header based on the current page to
MarkdownOutput. - Fixed
TableOfContentsExtensionto correctly find headers in nested elements. - Update
package:mustache_templateconstraint to^2.0.2. This version adds support for emojis in templates, no longer requiring a dependency override.
0.4.2 #
- Fix
FilesystemLoadernot recognizing file changes on Linux. - Fix the default
PageSourcestripping dots (.) from file names when loaded.
0.4.1 #
jasprupgraded to0.21.1jaspr_routerupgraded to0.7.3
0.4.0 #
- The
LiquidTemplateEngineis no longerconst. - Fixed resolution of partial files in
LiquidTemplateEngine. - Skip adding a
<style>element for an emptyContentTheme. - 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.
