Releases: nicomollet/stormbringer
Releases · nicomollet/stormbringer
0.9.2
0.9.1
- Tweak - Gravity Forms: overflow hidden prevented select dropdowns to display fully
Full Changelog: 0.9.0...0.9.1
0.9.0
- Tweak - WooCommerce avoid error "Attempt to read property post_type on null" by avoiding usage of is_product is pre_get_posts
0.8.9
- Tweak - Images: alignment on images (picture tag)
- Fix - Unparenthesized
a ? b : c ? d : e
is deprecated. Use either(a ? b : c) ? d : e
ora ? b : (c ? d : e)
depreciation
0.8.8
- Fix - Update markdown-it and modernizr vulnerable versions
- Fix - Update vulnerable packages
0.8.7
- Tweak - Update CDNJS library versions
0.8.6
- Navbar: Disable show on goingup on WooCommerce Checkout and when page content has a form (Gravity Forms or not)
- Gravity Forms: refactoring, and disable JS in footer since it is now default to true in the plugin
0.8.5
- Images: align center even with webp images (picture, figure tags)
0.8.4
- Update CSS styles
0.8.3
- Update dependencies