Releases: HubSpot/cms-theme-boilerplate
Releases · HubSpot/cms-theme-boilerplate
Boilerplate v3.14.1
🚀 Updates blog index to use the new React BlogPosts module
- The original blog_listing module is now deprecated. Learn more here.
🚀 Adds new context specific late escaping filters to improve XSS security
- Late escaping with context specific filters ensures that escaping does not interfere with other logic use cases, in the code it is clear that the string is escaped at output, and any changes further up in the logic will not open up the same vulnerabilities in the future.
Additional information on applied filters can be found here:
https://developers.hubspot.com/docs/cms/hubl/filters#escape-html
https://developers.hubspot.com/docs/cms/hubl/filters#escape-attr
https://developers.hubspot.com/docs/cms/hubl/filters#escape-url
https://developers.hubspot.com/docs/cms/hubl/filters#escape-js
https://developers.hubspot.com/docs/cms/hubl/filters#sanitize-html
v3.14.0
- 🚀 updates icon set on the following modules:
social_follow
modulepricing_card
module
- 🚀 swaps twitter bird logo out for twitter X logo on
social_follow
module.
Boilerplate v3.13.1
Bug Fixes
- 🐛 : #487 Adds CTA support for button module.
Boilerplate v3.13.0
Feature Enhancements
- 🚀 #484 Add support for Language Switcher v1
Boilerplate v3.12.1
Bug Fixes
- 🐛 #483 Connects h5 to inherit from secondary font color
Boilerplate v3.12.0
Feature Enhancements
- 🚀 #481 Add
alternate_names
to theme fields.json
Boilerplate v3.11.0
Feature Enhancements
- 🚀 #479 Switched favicon to reference brand settings
Boilerplate v3.10.0
Boilerplate v3.9.0
Boilerplate v3.8.1
This is a maintenance release removing an unused screenshot image to reduce overall file size.
Bug Fixes
- 🐛 #459 Drops a large unnecessary image to get the theme in compliance with HubSpot's size standards.