github maizzle/framework v2.3.0

latest releases: v4.8.4, v4.8.3, v4.8.2...
3 years ago

Speed improvements

Much faster local development: maizzle serve now only re-compiles the template that was changed/edited. This results in changes being reflected in the browser in under a second.

Hot reload

Maizzle now uses bs-html-injector to 'hot reload' your changes without reloading the browser page. However this currently only works with templates, the following will still trigger a refresh:

  1. editing a Layout

  2. editing a Component

  3. editing tailwind.config.js

  4. using this in a Template (triggers a Layout update):

    <block name="head">
      <style postcss>
        /* custom CSS, eventually with Tailwind directives like @apply */
      </style>
    </block>

Other changes

  • Browsersync will now correctly watch the file you have specified in build.tailwind.config in your config.js
  • updated some dependencies

  • chore: remove funding.yml 6f59fdc
  • fix: gitignore test directories e4478db
  • refactor: browsersync instance a9882b4
  • fix: local dev tailwind compilation 09fffc7
  • refactor: hot reload 7b78094
  • fix: watch user defined tailwind config 6ab6bb9
  • feat: hot reload 8a595e0
  • docs: update readme da98c51

v2.2.0...v2.3.0

Don't miss a new framework release

NewReleases is sending notifications on new releases.