Skip to content

Releases: madrilene/eleventy-excellent

v3.5.0

23 Sep 08:26
Compare
Choose a tag to compare
  • Update dependencies 429467a
  • Bundle styleguide.css and table.css for styleguide.njk template b6021ba
  • Bundle post.css and footnotes.css for post.njk layout 97953b9
  • Include body font in OG image b0f8ddd
  • Fix: Close the class attribute in main navigation - Thanks to @beartrack cc642ab

Motivation for moving style sheets

The moved style sheets are scoped to only certain templates and layouts, and they can be conditionally loaded only where needed. How do I decide whether a stylesheet should be conditionally loaded or globally available: tag.css is used by various templates, components and a layout, so I don't want to manually include it everywhere. Right now, table.css is only needed in one blog post and styleguide.njk, so I decided to load it conditionally.

Full Changelog: v3.4.2...v3.5.0

v3.4.0

18 Sep 11:34
Compare
Choose a tag to compare

(Potentially) breaking changes

Added

  • Streamlined CSS file for main navigation in src/assets/css/global/blocks/nav-main.css replacing separate state-specific styles in src/assets/css/bundle.

Removed

  • CSS files that handled the main navigation for mobile CSS without JS, drawer CSS, and desktop independently.

Other changes

  • Minor adjustments to src/assets/scripts/bundle/nav-drawer.js.
  • Added 2XS size token to src/_data/designTokens/spacing.json

v3.1.0

06 Jun 15:31
Compare
Choose a tag to compare

Full Changelog: v3.0.0...v3.1.0

Eleventy Excellent 3.0

03 Jun 10:12
Compare
Choose a tag to compare

Release notes posted on the blog: https://eleventy-excellent.netlify.app/blog/eleventy-excellent-30/
Full Changelog: https://github.com/madrilene/eleventy-excellent/commits/v3.0.0

What has changed:

  • ESM with Eleventy 3.0
  • New Font: Inclusive Sans
  • Revamped Config Structure
  • New Filters
  • SVG Handling Update
  • CSS Overhaul
  • JavaScript Updates
  • Improved Organization

What's been contributed:

New Contributors

Eleventy Excellent 2.0

30 Jan 18:09
Compare
Choose a tag to compare

Release notes posted on the blog: https://eleventy-excellent.netlify.app/blog/eleventy-excellent-20/
A "docs" page that explains some features: https://eleventy-excellent.netlify.app/get-started/
Full Changelog: https://github.com/madrilene/eleventy-excellent/commits/v2.0.0

New features:

  • better structure and naming
  • tags
  • pagination
  • carbon.txt
  • dark and light mode
  • gallery demo
  • Countless small code improvements, everywhere

Contributors