Releases: efemkay/obsidian-modular-css-layout
Releases · efemkay/obsidian-modular-css-layout
0.10.0 Better MCC width control and new documentation site
Features
Multi Column
- New: More robust width control - fixed, dynamic and percentage width
- Improved: Float Callout margin control now include ability to adjust left/right margin
- Improved: MCC now supports blockquote, paragraph and separate bullet list to "define" a new column. See Examples of sub elements for MC Callout (obsidian-mcl-docs.netlify.app) for more details
Documentation
- New: More atomic documentation site to allow for quicker docs update and cross referencing examples. MCL Documentation (obsidian-mcl-docs.netlify.app)
0.9.10 Minor fixes on Gallery Card and List Card
Performance update due to overuse of CSS has()
Small Bug Fixes on flex height in MC callout and GH #50
Fixes
Multi Column
- fixes on sub-callout becomes flexible height (and introduce option for such)
- introduced
[!multi-column|flex-h]
to allow for flexible height for sub-callouts and sub-element like tables
Gallery Cards
- Re-fixes GH #50 (due to minor regression on existing feature)
0.9.7 Various Bug Fixes on Multi Column and Gallery Cards
Fixes
Multi Column
- GH FR issue #41, #42 and fixed GH issue #35. MC Callout now supports these elements i.e. sub-callout, sub-blockquote, sub-paragraph as immediate children for columns.
- Note this apply only to immediate children of
[multi-column]
callout
- Note this apply only to immediate children of
- GH FR issue #43. MC Callout now supports Multi Column within Multi Column
- GH issue #54 Sub-callout margins defaulted to 0 (since I cannot find theme using box shadow anymore) with gap defaulted to 1em (to ensure most users not significantly affected)
- these settings can be changed via Style Settings plugin
Gallery Cards
- Fixes GH issue #50 i.e. Gallery Card not working with Minimal due to Minimal max-width specificity
Reworked the Wide Views code base
Fixes
Wide Views
- update entire Wide Views code base to leverage on CSS
@container
and making it less disruptive. Require Obsidian installer version 1.1.9 or higher.
Note that there are (1) app version and (2) installer version in Obsidian. The key is to have the installer version updated to 1.1.9 or later by redownloading the installer from Obsidian website
0.9.5 Minor fixes on Minimal Float and Properties padding in Minimal
Fixes
Multi Column & Gallery Cards
- fixes for GH issue #45 on minimal float affecting Minimal theme's own wide table feature as well as Properties (Obsidian 1.4.1) block
Gallery Cards
- fixes Mermaid zoom in Editing View
Improved Support for Minimal
Fixes
Wide Views
- Fixed wide-backlinks not working since Obsidian V1
- Improved support for Minimal V7
Multi Column
- Improved MC Callout compatibility with Minimal v7.0.5 and Blue Topaz v20230704
Gallery Cards
- Improved Float Image for Live Preview editing. For Minimal, you no longer require cssClass "minimal-float" but need to have Style Settings installed.
- Improved Image Gallery especially for use in Live Preview without callout
0.9.3 Fixes on List Column aesthetics and Float Callout not working
Fixes
Multi Column
- add support for List Column for li that's also a header
- fixes on column ruler to apply properly only for List Column on first ul only
- fixes on Float Callout not working due to additional layer of div