1.8.4 (2024-10-21)
1.8.3 (2024-10-07)
1.8.2 (2023-07-16)
1.8.1 (2023-01-04)
- update gitignore to avoid publish config files (71fb1ae)
1.8.0 (2023-01-03)
1.7.3 (2022-08-19)
- bump version in buckram.scss (781bca0)
1.7.2 (2022-08-11)
- don't publish .github to NPM (c272287)
- Update semantic selectors to match Pressbooks changes #887
- Add variables for new contributor feature
- Fix max-width for center-aligned images: #851
- 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
Fix positioning for images without captions: #788
- Bump ws to 6.2.2: #787
- Bump color-string to 1.5.5: #789
- 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
- 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
- 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
- Fix color variable for Table of Contents part title: #559
- 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
- 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
- Center interactive content fallback images: #497