- No changes has been made.
- No changes has been made.
- #3297312 Drupal 10 compatibility.
- No changes has been made.
- No changes has been made.
- #3293988: Uncaught TypeError: Cannot read properties of undefined (reading 'remove')
- #3293987: Missing library component.ui.dialog
- Rename variables
title_classes
toclasses
inpage-title.html.twig
. - Fixed
menu.html.twig
which didn't resetattributes
for submenu which leads to duplicated classes and wrong BEM structure. - All base theme templates is now checks for
block
variables definition. This allows to override its value in extended templates without need to rewrite whole template just for it. - Added predefined field templates with different markups and classes (mostly). Check README for more info. This changes nothing until you use that feature.
- Remove JavaScript build scripts.
*.es6.js
files renamed to*.js
. All modern browsers are supporting ES6 syntax now. Drupal core does the same thing, so this is absolutely safe now. - Remove PostCSS build scrips.
*.pcss
files renamed to*.css
. There is absolutely no need into PostCSS build script in the theme at this point. The only thing is actually used from PostCSS was postcss-custom-media. This plugin by default is used in 4 CSS file. - There is no more NodeJS dependencies on theme. The whole process with build step is more complicated than benefits provided by it. This will allow to use theme without any NodeJS at all, fully native everything. Just copy-paste and you are ready, no extra steps!
--form-control-padding
and--form-control-border
moved into:root
section, otherwise these two variables can't be easily overridden.
- No changes has been made.
- Issue #3275268: Fix media queries
in
grid.pcss
.
- No changes has been made.
- Improved
.form-element
withsize
attribute set on mobile devices. - Improved color variables.
- Added more
libraries-override
to reduce amount of unused styles on the page. - Improved system libraries override and added jQuery UI dialog clean styles.
- Added custom AJAX indicator for easier theming.
- Added an empty libraries and attached them in templates which has styles in STARTER theme. Starter theme doesn't has these templates, this means to attach custom libraries for each of them it should be copied and updated, but his is too much work. For that, an empty libraries was attached into them and starter libraries just extends them with their own.
- #3274961 Improved README.
- #3275003 Rename STARTER in package.json?
- Added
libraries-extends
into*.info.yml
file. This replacesSTARTER_preprocess()
implementation. STARTER_preprocess()
implementation was removed.- Remove unnecessary PostCSS dependencies:
postcss-nesting
(used only inbreadcrumb.pcss
andpager.pcss
),postcss-import
(not used at all). - #3274992 Fixed wrong comments.
This is a small release that is mostly equals to 8.x-1.0-alpha21.
- Updated README file.
- Removed STARTER_SCSS. I'm no longer use SCSS for a more than year, I don't want to support 'dead' starter. There is no any reason in it, since the PostCSS does the same and closer to a vanialla CSS. If you still need it, it downs to rename *.pcss to *.scss and replace PostCSS watcher with SASS compiler.
- STARTER_PCSS is now STARTER.
0-alpha7 [2.0.0-alpha6]: https://github.com/Niklan/Glisseo/compare/2.0.0-alpha5...2.0.0-alpha6 [2.0.0-alpha5]: https://github.com/Niklan/Glisseo/compare/2.0.0-alpha4...2.0.0-alpha5 [2.0.0-alpha4]: https://github.com/Niklan/Glisseo/compare/2.0.0-alpha3...2.0.0-alpha4 [2.0.0-alpha3]: https://github.com/Niklan/Glisseo/compare/2.0.0-alpha2...2.0.0-alpha3 [2.0.0-alpha2]: https://github.com/Niklan/Glisseo/compare/2.0.0-alpha1...2.0.0-alpha2 [2.0.0-alpha1]: https://github.com/Niklan/Glisseo/compare/8.x-1.0-alpha21...2.0.x