- Photo Essay: add tall 2 by 2 image layout and full frame single layouts for photo essay
- Leadin/metabar: add metabardate boolean attribute for showing/hiding publish date (used in BU Prepress)
- IS&T: Always use HTTPS for www.bu.edu/buniverse URLs
- Update JS for Collapsible Control Block to account for .is-closed class being present on pageload.
- Move border styles in Collapsible block to inner child elements instead of block container element.
- Add icons for each block to improve UI and accessibility.
- Add Collapsible Block
- Fixes: #294 Related Stories block displays wrong list of stories in card layout in some cases.
- fix KSS at 3 beta 23 for now to prevent newer versions from installing and breaking build tools on our older node versions.
- Fix bug #291 in Media & Text block caused by Featured Tweet's strip html markup function.
- fix stylesheet loading in WP 5.x. This wasn't noticed earlier as the current implementations of the plugin load the plugin stylesheet via the child theme. This fixes the block styling when BU-Blocks is activated on a Responsive Framework site.
- Photo Essay Block Improvements:
- Puts captions blocks closer to photo essay blocks. fixes: bu-ist/r-editorial#984
- Adds hover effect to photo essay images to denote click-ability. fixes:bu-ist/r-editorial#896
- Official support for WordPress 5.4, including:
- Compatibility for the the listicle block #271
- Compatibility for the Photo Essay block #269
- Compatibility for the BUniverse block #255
- Compabilility for the Button block #256
- Compatibility for the Custom HTML block #257
- Compatibility for the Headline block #258
- Compatibility for the Intro Paragraph block #260
- Compatibility for the Drawer block #261
- Compatibility for the Modal block #262
- Compatibility for the Related Stories block #263
- Compatibility for the Stats block #270
- Compatibility for the Listicle block #271
- Improved parent block selection in editor by adding padding #270
- Fixed issue with templateLock changes upstream that block child blocks from being inserted #270
- Bug Fix: Fixes listicle sidebar sizing https://github.com/bu-ist/r-editorial/issues/783
- Fix Photo essay Modal Keyboard Navigation https://github.com/bu-ist/r-editorial/issues/827
- Leadin Block: fix image caption position for text-over-image style. This moves the caption up below the photo on small device sizes instead of the caption displaying below the hed/dek of the leadin block.
- Add new End of Article paragraph styles. Refactor to manual paragraph style fixes this issue in r-editorial: https://github.com/bu-ist/r-editorial/issues/876
- Intro Paragraph Block Bugs:
- fixes: https://github.com/bu-ist/r-editorial/issues/869
- Fix dropcap rendering bugs
- update SVG output to improve rendering
- fix bugs causing dropcap rendering problems in Responsive Framework (without BU Prepress)
- test deprecation feature of old block markup
- Adds a caching layer for the Related Stories block manual posts option.
- Fix stats block width of small text: #236
- Fix leadin block Admin preview rendering bug: #237
- fixes a bug that prevented photo essay image captions from rendering HTML (bold/italic) properly. HTML was escaped as text.
- fixes: https://github.com/bu-ist/r-editorial/issues/816
- fixes: https://github.com/bu-ist/r-editorial/issues/817
- Adds a media credit field for the background photo on the pullquote block.
- renames the pullquote block "BU Pullquote" to distinguish it from the default WP pullquote block
- Fix a click-through bug with the
pop
style pullquote when the curly quote character div overlaps nearby content preventing clicks on links.pointer-events:none
should be a sufficient fix in all browsers except old IE. - fixes: https://github.com/bu-ist/r-editorial/issues/808
- Adjusts margin on drawer block
- Adjusts alignleft and alignright styles for drawer block
- Adjusts editor styles for drawer block
- Background Component: add styles for opacity directly on image tags added by the Background Component shared in many blocks. Specifically in this case to add opacity support to the Billboard block.
- fixes aggresive crop on photo gallery block in https://github.com/bu-ist/r-editorial/issues/746
- Fixes editor side column classes for photo essay, photos now sized correctly
- Merges long running branch(s) to update plugin codebase to support upgrade to WP 5.x. from Jeremy Felt.
- Fixes error causing posttext,pretext format api formats to appear on all toolbars after update branch changes. #222
- added theme color styles for pull quote block.
- added image opacity styles for pull quote.
- Fix photo essay caption colors in Editor
- Fix button text color when in
<p>
tag #209 - Update headline anchor setting #207
- Only call
onChange
on Background component if it exists as a function #206 - Use post date as pre-formatted in related stories list #205
- Remove unused "Sample" and "Block" blocks #204
- Add Post Type Block Filtering: #199
- Fix editor bugs in Click to tweet Block
- Twitter icons now use Dashicons in Editor and BU Icons on frontend
- Improved editor styles
- Fixed Stat Block light and dark default colors on top circle.
- Added user friendly labels to stat block (Bottom Circle, Top Circle).
- Fixed IE related bugs preventing circle stroke from displaying correctly.
- Background Component Updates
- Add an
onChange
property to allow blocks the opportunity for custom handling. - Fix uploads when an image size is defined.
- Enhance the upload experience by temporarily setting a placeholder while the media is loading.
- Add an
- Fix a JS error when Custom HTML block is first auto-saved.
- Introduce a global
publicationSlug()
component that provides either a publication slug via BU Prepress or a fallback tobu-blocks
in cases where one is expected. - fixes: bu-ist/r-editorial#793 drawer & modal block bug if multiple blocks are on the same page.
- Introduce the
Click to Tweet
format. - Introduce the
Stats
block.
- Allow HTML in Listicle Caption. https://github.com/bu-ist/r-editorial/pull/775
- Fix publication class handling in Leadin block: Fixes part of #160. This was throwing an error and preventing this block and all those after it from loading up if bu-prepress was not activated.
- Initial styles and frontend markup for the Stat Block
- Leadin Block caption and Tag placement fixes when text is aligned on top of image
- Replace AaronHolbrook\Autoload with require statements
- Leadin Block Updates
- Fixed the content ordering to accomidate the image caption.
- Add bottom margin to tag in leadin
- Increase leadin tag bottom margin
- Adjust leadin block prepress tag line height
- Fix sizing of Square Photos in Photo Essay blocks (#161)
- Leadin Block Updates:
- Added an alternate default style (similar to image-to-text and text-to-image but without with any extensive styling.
- Fixed numerous bugs with video positioning, some of the styles where tied to video as loop, but now the autoplay loop function should have no affect no how the video is positioned.
- Added a Video Uncropped option to is-style-text-to-image and is-style-image-to-text, so that the video can work more as content rather than a cinemagraph in these layouts
- See: #159
- Fix Autoplay for videos switch in Background Component
- Adjust font weight of listicle header
- Update escaping in the Leadin and Related Stories blocks to allow for limited (italic and bold) HTML in post titles, heds, and deks
- Add a toggle control for hiding the bottom divider of the Listicle block (bu-ist/r-editorial#584)
Updates the master branch with the currently released codebase in production that had been developed on the #develop branch initially.