Releases: phase2/particle
Releases · phase2/particle
v10.0.0-alpha.0
Pattern Lab Starter becomes Particle. This is the first taste of a massive rewrite of PLS. The following is an incomplete list of changes/features.
- No longer a "Drupal theme"
- Now a collection of apps that live within
./apps
: Pattern Lab, Drupal, Grav ./source
is now where all design system assets go: js, twig, fonts, icons, scss- Bootstrap 4 starting example components and integration
- Webpack used to both bundle assets and serve static, hot-reloading file server from
./dist
- New structure for "demo" folders shown within PL (possibly changing soon)
- Optional pa11y accessibility testing
- Strict linting for js and scss
- Iconfont auto-generation on webpack initial build (unfortunately not live-watching)
- All tools moved locally. No more task dependence on p2-theme-core, which is now locked to Particle v9 forever
Review README.md
for much more detail.
v9 gulp vinyl fix
v9.7.1 Proper github protocol on gulp dep
Visual Regression Testing
v2.3.0 Visual Regression Testing
bug fixes
Bug fixes:
- Bower injecting 1 level too deep
- PL Stylesheet not applying due to missing attribute
Dependency Re-Architecture
Complete overhaul to how assets such as CSS and JS are added to Pattern Lab; moving away from a setup that relies on a Drupal 7 folder and file structure to one that stands alone and is also ready for integration with Drupal 7 or 8.