Skip to content

Commit 8db198c

Browse files
Update CHANGELOG
1 parent 7fb9116 commit 8db198c

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,28 @@
1010
- Gutenberg 4.2 compatibility.
1111
- WooCommerce 3.5.1 compatibility.
1212
- WooCommerce Bookings custom styles support.
13-
- Keyboard accessibility improvements.
13+
- Keyboard accessibility improvements for desktop and mobile menus.
1414

1515
### Fix
1616

1717
- Do not output inline CSS for values that have not been customized.
1818
- Stripe gateway checkout styles.
19+
- More precise `em` to `px` conversions for better font smoothing.
20+
- Icon menu alignment for icons of all sizes.
21+
- WooCommerce message button alignment.
22+
- Ensure external WooCommerce products are purchaseable.
23+
- Ensure blockUI library uses accurate background color.
1924

2025
### Tweaks
2126

27+
- Default grid to be 80% page width at extra large device size.
2228
- Better separation of integration CSS.
2329
- Move integration views to main views directory.
2430
- Remove fitvids in favor of Gutenberg responsive embeds.
2531
- Remove offcanvas drawer cache for better dynamic content support.
32+
- More consistent dynamic widget area names ("Page Name Sidebar (Left)")
33+
- Adjust shop sidebar widths to be smaller.
34+
- Grouped product purchase form appearance.
2635

2736
## [1.15.2] - 2018-10-12
2837

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "BigBox",
44
"author": "Spencer Finnell",
55
"description": "Easily manage and scale WooCommerce product catalogs.",
6-
"version": "2.0.0-beta-2",
6+
"version": "2.0.0-beta-3",
77
"license": "GPL-2.0-or-later",
88
"main": "webpack.config.js",
99
"engines": {

0 commit comments

Comments
 (0)