Releases: infinum/eightshift-frontend-libs
Releases · infinum/eightshift-frontend-libs
v3.1.1
Fixed
- Wrong namespace in components helpers.
- Removing unnecessary map keys for components style.
- Fixing drawer styles.
- Fixing menu styles.
- Loading z-index from external map.
- Fixing typo translate3D to translate3d.
- Removing display: inline-block;
- Fixing logo styles.
- Fixing broken scroll to top method.
v3.1.0
Added
- Added
.travis.yml
. - Added integration test for setting up a plugin using
npx create-wp-project plugin
. - Added
create-wp-project
tests run in travis. - Added auto detection of React version to eslint config..
- Added footer & header to copy blocks script.
- Added foreground color for icons.
- Added underline-text mixin.
- Added underline mixin.
- Added for-each-attribute mixin.
- Added block manifest registration ability to register blocks in different manifest than global settings.
- Added new alias
EightshiftBlocksSwiperIE
for Swiper slider with IE 11 support. - Added component -
header
. - Added component -
menu
. - Added component -
menu-drawer
. - Added component -
hamburger
. - Added component -
footer
. - Added component -
copyright
. - Added 2 possible modifiers to menu for media-specific display property.
Changed
- Moved all tests from
create-wp-project
toeightshift-frontend-libs
. - Refactoring stories to simpler setup.
- Linting fixes.
- Removed jQuery from scroll-to-top component and carousel.
Removed
- Removed hardcoded media-specific display properties
v3.0.11
v3.0.10
v3.0.9
v3.0.8
v3.0.7
v3.0.6
v3.0.4
v3.0.3
Added
- Added new divider block.
- Added blocksAssetsPathConfig also as a default value in Webpack helper.
- Added assetsPath and outputPath to default values in Webpack helper.
- Added option to not load webpack entrypoint file if it doesn't exist.
Changed
- Changed setup script for boilerplate.
- Changed Webpack overrides key from object to array.
- Changed CleanWebpackPlugin option to fix removing items in watch mode.
- Changed readme and docs.
- Changed documentation.
- Changed setup script new structure.
Moved
- Decoupled normal assets from blocks for extra flexibility.
- Moved all src/blocks/layout/... to src/blocks/components.
- Moved inital blocks setup to a separate folder.