Version 1.4.0 of use-immer-reactn is now available for general use. This version focused on closing the gap between use-immer and use-immer-reactn. Pass Finished Objects While most of the time when using the useGlobalImmer hook you'll want to pass a callback to take advantage of mutating the draft, sometimes you have a finished object externally and want to replace it. Now the returned updater function supports passing either a callback or a finished object interchangeably: … [Read more...]
Category: Programming (page 2)
WordPress-Libs – Version 3.1.0
Version 3.1.0 of WordPress Libs is now available and ready for general use. This version focused on improving the Actions functionality as well as various enhancements and bug fixes. Introduce add_looping_action on Actions class WordPress supports short circuiting various methods using filters to allow handling the process in an external way. Sometimes you need to call the original API to run your external process. Complications arise when the short circuit is part of original API as … [Read more...]
Taking Privacy Seriously
We spend hundreds of hours each year making sure our systems, customers' information, and customers' identities are protected. While we have always taken our users' privacy seriously, this quarter we decided to take things to a whole new level when it comes to protecting our plugin customers. Cookie Settings Previously we had our cookie policy written within our Privacy Policy. Now it lives on its own page and contains much more information about how we use cookies. We've also added a … [Read more...]
Js-Boilerplate Version 6.3
Version 6.3 of @lipemat/js-boilerplate is now available and ready for use. Over the past month or so there have been a couple minor version updates. This post will cover all changes since version 6.0.0. The main focus of this release was to reduce the reliance on core-js in favor of improved browser targeting and tools to verify which browsers are actually targetted. Reduce Reliance on Core-JS Core JS is a set of polyfills which add support to older browsers for modern code structures … [Read more...]
Mobile Menu Reimagined
As part of our continued quest to bring a one-of-a-kind mobile experience to our users, today we have released our completely redesigned mobile menu. For years we have had a typical accordion style menu for mobile devices, but we just weren't happy, so we came up with something quite a bit different. Footer Bar Viewing the site from a mobile device will automatically remove the header menu in favor of a fixed footer bar containing icons which bring you to the most used sections. We … [Read more...]
WordPress-Libs – Version 3.0.0
Version 3 of WordPress Libs is now stable and ready for general use. This is a major version update with breaking changes so be sure to read on before you update existing projects. You may have noticed that we have not written a release article in a while although a few minor versions have been released. The last few versions were all slowly integrating the new WordPress systems and preparing for version 3. Purpose It has been almost exactly 2 years since version 2 was released. Since … [Read more...]