Releases: nimrod-cohen/nomentor
Release list
v1.1.4 — pause-on-click works with hidden controls
Vimeo and YouTube iframes don't respond to clicks for pause when controls=0. Load player.js / iframe_api on demand and toggle play/pause from the overlay button. Overlay fades during playback; hover brings it back.
v1.1.3 — keep video poster visible behind play overlay
v1.1.2 deferred the iframe src so visitors saw a blank gray box. Load the iframe normally so the poster shows; on click, append autoplay=1 to start playback.
v1.1.2 — Video play overlay when controls hidden; drop unmuted toggle
Centered play-button overlay appears when controls are hidden, since the iframe by itself is unclickable. Click swaps in the src with autoplay=1 — the user gesture lets sound through. Dropped the unmuted autoplay toggle (browsers reliably block it).
v1.1.1 — Video: separate muted + autoplay delay
Autoplay was hard-coupled to muted because that's what browsers actually permit. Now they're separate toggles, plus an optional start delay (seconds). Sound-on autoplay will still be blocked by most browsers, but the user can opt in.
v1.1.0 — Video: hide controls toggle
Toggle in the video properties panel to hide the player chrome. Appends controls=0 to the embed URL (both YouTube and Vimeo). Clicking the video still plays/pauses natively.
v1.0.0 — Properties panel grouped into foldable sections
Element + container properties now live under five foldable groups: Content, Layout, Style, Effects, Advanced. Effects starts collapsed; the rest start expanded. Open/closed state persists across element selections in the session.
v0.12.4 — fix video collapsing to zero width
Video outer wrapper used margin-inline:auto to center under maxWidth, but that disables align-items:stretch on flex-column parents (rows/cells), collapsing the wrapper to zero width. Declare width:100% explicitly.
v0.12.3 — fix image double-class + malformed customCss
Image renderer was emitting two class attributes (browsers drop the second). And customCss segments without a 'prop: value' shape were being dumped raw into style, producing invalid HTML that swallowed adjacent valid rules.
v0.12.2 — Effects section collapsed by default
Effects section starts collapsed. Toggle persists across element selections within the session.
v0.12.1 — fold + per-effect speed
Effects panel folds. Each selected effect gets a speed slider (CSS-var-driven). Log scale with snap-to-1 detent. Entrance effects replay in the canvas on change so you can preview your configured speed.