Releases: eighteen73/pulsar
Releases · eighteen73/pulsar
Version 4.0.0
Version 3.0.0
Features of this latest release include:
- Moved to full block theme architecture
- Added template-part custom block, for loading in PHP template parts
- theme.json is now split into individual files and built when watch or production is ran. See #19
- Added some opinionated default spacing between elements within the post content
- Added a Responsive.php class which handles all of the responsive Alpine goodness for the main menu. See the primary menu for configuration option examples. Menus will now be easier to build (hopefully!)
- Extend the column block to have additional responsive controls. These controls work via toggling classes, so cause no validation errors associated with extending via new attributes.
- Added the option to include assets within custom blocks, and these assets are now built into the dist folder.
- Code has been fully ran through our coding standards and adjusted where needed
Version 2.0.0
The first version of Pulsar after the removal of Tailwind.
Now uses Sass, as well as theme.json css variables.
Version 1.0.0
The original Tailwind enabled version of Pulsar.