Skip to content

Releases: efemkay/obsidian-modular-css-layout

Performance update due to overuse of CSS has()

25 Jan 02:17
Compare
Choose a tag to compare

Fixes

Multi Column

  • code cleanup (including -small -medium -large)
  • improve css performance related to #67 on float but require cssclass use again

Gallery Cards

  • performance improvement related to #67 by reducing image gallery has() scope, focusing on editing view

Small Bug Fixes on flex height in MC callout and GH #50

03 Nov 01:58
Compare
Choose a tag to compare

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

19 Oct 13:32
Compare
Choose a tag to compare

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
  • 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

10 Sep 03:49
Compare
Choose a tag to compare

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

30 Jul 02:41
Compare
Choose a tag to compare

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

06 Jul 01:20
Compare
Choose a tag to compare

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

24 Jun 14:23
Compare
Choose a tag to compare

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

0.9.2 Fixes on List Column bullets, List Card spacing and GC Float Image

27 May 10:17
Compare
Choose a tag to compare

Fixes

Multi Column

  • fixed MC List Card mistakenly affect non List Card bullet list padding
  • fixed MC List Column bullets not properly aligned (related to #26)

Gallery Cards

  • fixed div width for float image also affecting normal image embed (related to #36)

0.9.1 - Fixes on Fixed Width option, List Grid and List Column

03 Apr 13:22
Compare
Choose a tag to compare

Fixes

Multi Column

  • fixed MC "fixed center" option not properly coded
  • fixed MC List Grid previous not support sublist
  • fixed MC List Column margin top for first column

0.9.0 - Supported :has(), Improved Float Callout and Fixed Width MCC

01 Apr 07:43
Compare
Choose a tag to compare

Features

Multi Column

  • Improved: List Column/Grid/Card fully supported using :has() - no longer require Contextual Typography plugin
  • Improved: Float Callout now no longer has weird editing experience
  • New: Added fixed width option to multi-column callout - useful for dashboard using icons
  • Fixed: Support minimal "Outlined" Callout style (GH issue #30)
  • Refined: Added option to adjust margin (via Style Settings) for Float Callout with different adjustment for live preview and reading view
  • Refined: Option to hide SNW block reference for images in Multi Column

Gallery Cards

  • New: Image Float for (left/right) positioning with margin control (via Style Settings)

Documentation

  • Updated documentation structure for Multi Column to list by features (to allow more discoverability). Other sections will follow suit