summaryrefslogtreecommitdiff
path: root/CHANGELOG.adoc
diff options
context:
space:
mode:
authorDan Allen <dan.j.allen@gmail.com>2019-09-18 23:53:45 -0600
committerDan Allen <dan.j.allen@gmail.com>2019-09-19 00:11:59 -0600
commit231919a8787430d92f8d28156110528cfcb6987b (patch)
tree0789b534345b4ef2b9ac75021988530b9c8fb9a9 /CHANGELOG.adoc
parenta09343e38a09d4511d1aa7393a7e63c795e053b0 (diff)
remove deprecated theme keys for setting table striping colors
* remove table_even_row_background_color and table_odd_row_background_color keys * add missing entry to CHANGELOG for table_body_stripe_background_color theme key * add test for changing table stripe color
Diffstat (limited to 'CHANGELOG.adoc')
-rw-r--r--CHANGELOG.adoc4
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGELOG.adoc b/CHANGELOG.adoc
index bdd5c94b..fec6abcf 100644
--- a/CHANGELOG.adoc
+++ b/CHANGELOG.adoc
@@ -11,6 +11,7 @@ For a detailed view of what has changed, refer to the {uri-repo}/commits/master[
* implement fit=fill for cover, page background, and running content raster (non-SVG) images (#1276)
* add glyphs for built-in characters to bundled monospace font (M+ 1mn) (#1274)
* look for noborder role on image even if other roles are defined
+* remove deprecated table_odd_row_background_color and table_even_row_background_color keys from theme
== 1.5.0.beta.5 (2019-09-13) - @mojavelinux
@@ -280,7 +281,8 @@ For a detailed view of what has changed, refer to the {uri-repo}/commits/master[
* implement start line number for source listing (Rouge) (#752)
* enable "start inline" option when highlighting PHP (#755)
* persuade CodeRay to handle html+ source languages
-* introduce stripes attribute to table to control zebra-striping (#724)
+* introduce stripes attribute to table to control zebra striping (#724)
+* use theme key table_body_stripe_background_color to control color of table stripes (#724)
* allow theme to set style of table border and grid (#766)
* allow theme to set text transform on header cell in table body (#750)
* set top border width of first body row to match bottom border width of header row