Skip to content

Latest commit

 

History

History
133 lines (84 loc) · 5.77 KB

CHANGELOG.md

File metadata and controls

133 lines (84 loc) · 5.77 KB

Changelog

1.8.2 (2023-07-16)

Bug Fixes

1.8.1 (2023-01-04)

Bug Fixes

  • update gitignore to avoid publish config files (71fb1ae)

1.8.0 (2023-01-03)

Features

  • make Buckram compatible with latest SCSSPHP (#304) (eb087ca)

Bug Fixes

  • unset content on blank pages instead of using an empty string (#305) (e9063fb)

1.7.3 (2022-08-19)

Bug Fixes

  • bump version in buckram.scss (781bca0)

1.7.2 (2022-08-11)

Bug Fixes

  • don't publish .github to NPM (c272287)

1.7.1 (2022-08-11)

Bug Fixes

  • resolve issues with extending compound selectors (#275) (4b2f2bb)

1.7.0

Minor changes

  • Update semantic selectors to match Pressbooks changes #887

Dependencies

  • Bump puppeteer to 11.0.0 #890
  • Bump mocha to 9.1.3 #882
  • Bump nth-check to 2.0.1 #893

1.6.0

Minor changes

  • Add variables for new contributor feature

Patches

  • Fix max-width for center-aligned images: #851

Dependencies

  • Bump puppeteer to 10.4.0: #864
  • Bump mocha to 9.1.1: #846
  • Bump pixelmatch to 5.2.1: #810
  • Bump urijs to 1.19.7: #819
  • Bump chai to 4.3.4: #807
  • Bump sassdoc to 2.7.3: #804

1.5.3

Patches

Fix positioning for images without captions: #788

Dependencies

  • Bump ws to 6.2.2: #787
  • Bump color-string to 1.5.5: #789

1.5.2

Dependencies

  • Bump ua-parser-js to 0.7.28: #766
  • Bump urijs to 1.19.6: #760
  • Bump dot-prop to 4.2.1: #759
  • Bump http-proxy to 1.18.1: #758
  • Bump ini to 1.3.8: #757
  • Bump lodash to 4.17.21: #761

1.5.1

Patches

  • Color can be "initial", which is incompatible with border shorthand syntax
  • Center image in table td using CSS (td img.aligncenter)
  • Kindle limits usage of the display:none property for content blocks beyond 10000 characters. If the display:none property is applied to a content block that is bigger than 10000 characters, KindleGen returns an error. Fix is to use less display:none, and hope it affects fewer characters.
  • Fix: $image-caption-text-color is often a map

1.5.0

Minor Changes

  • Add Full Grid and Full Grid Landscape table options: #575
  • Add overflow-wrap: normal; to table of contents chapter number to prevent wrapping:#574
  • Add img.mathjax CSS: #566
  • Add .landscape class to add landscape option for large tables that overflow: #563

Patches

  • Fix color variable for Table of Contents part title: #559

1.4.0

Minor Changes

  • Add $section-author-text-indent variable: #501
  • Add color variable for <dt> elements: #502
  • Add $title-publisher-float and $title-publisher-city-float variables: #503
  • Add $footote-font-family variable and update $footnote-font-weight: #544

Patches

  • Fix td border variable functionality: #504
  • Remove running content from blank pages on post introduction front matter: #522
  • Add 'if-map-get' to dt-color variable to fix parse error: #528
  • Fix: MOBI Table of Contents cannot be clicked: #543
  • Fix: Footnotes in headers inherit header styles: #544 #546 #547

1.3.3

Patches

  • Center interactive content fallback images: #497