Version 5.4 of @lipemat/js-boilerplate is now available and ready for use. This version focused on enhancing security and using the latest ESLint configurations. Version 12+ of node In response to this security advisory, this package will now require version 12+ of node. Switch to @wordpress/eslint-plugin Previously we were using eslint-config-wordpress as our starting point for the ESLint configuration. With the release of Gutenberg, that configuration has been deprecated in … [Read more...]
Category: Programming (page 4)
WordPress-Libs Version 2.16.0
Version 2.16.0 followed fairly quickly after version 2.15.0 so this post will cover the highlights from both versions. 2.15.0 was all about enhancing/streamlining the meta repo and related mutator trait. Version 2.16.0 adds a long desired persistent method to the memoize trait. Open last used tab after saving CMB2 options page. Now, saving option pages with tabs will bring you back where you left off after saving instead of reloading with the first tab active. Meta repo … [Read more...]
Js-Boilerplate Version 5.2
Version 5.2 of @lipemat/js-boilerplate is now available for public use. Extensions The most exciting feature of this release is the ability to add other packages as extensions. When you find yourself extending this library's configurations in the same way often, you can now create a package for your projects to extend. Extensions override configurations the same way as local overrides. Create a new node package which contains whatever normal modules, types, scripts, etc. you would … [Read more...]
WordPress-Libs Version 2.14.0
This is the 70th release we have done with this library since it became WordPress-Libs. This release was all about working with resources; taking the repetitive requirements from scripts and styles and making them stable and accessible. New Utility Class for working with colors: We're finding more and more the need for translating colors from rgba to hexadecimal or vice versa. This is most often used for adding or removing transparency from a color set somewhere in the admin. For example, … [Read more...]
PostCSS-Boilerplate Version 2.4.0
Version 2.4.0 of @lipemat/postcss-boilerplate is now stable and ready for general use. This release focused on fixing any outstanding bugs as well as introducing the most requested feature. Generate admin.css simultaneously: From the beginning of this library we have received requests to automatically generate an "admin.css" file using "admin.pcss" as the entry point. This has always been the most requested feature. Previously, if you wanted to generate two separate CSS files from the … [Read more...]
Js-Boilerplate Version 5
Without further ado, I present to you Version 5 of @lipemat/js-boilerplate. This is a brand new major version which focuses on clearing out previously existing pain points from version 4 and before. Version 5 is stable and ready for general use. Admin.js Support: Previously, if you wanted to add another entry-point to the app, it was possible by using a config override and specifying your entry there. We have found (especially since the implementation of Gutenberg) that within the … [Read more...]