Skip to content

Releases: nimrod-cohen/nomentor

v1.1.4 — pause-on-click works with hidden controls

Choose a tag to compare

@nimrod-cohen nimrod-cohen released this 30 May 16:43

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

Choose a tag to compare

@nimrod-cohen nimrod-cohen released this 30 May 16:34

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

Choose a tag to compare

@nimrod-cohen nimrod-cohen released this 30 May 16:29

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

Choose a tag to compare

@nimrod-cohen nimrod-cohen released this 30 May 16:24

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

Choose a tag to compare

@nimrod-cohen nimrod-cohen released this 30 May 16:20

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

Choose a tag to compare

@nimrod-cohen nimrod-cohen released this 30 May 16:12

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

Choose a tag to compare

@nimrod-cohen nimrod-cohen released this 30 May 16:03

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

Choose a tag to compare

@nimrod-cohen nimrod-cohen released this 30 May 15:54

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

Choose a tag to compare

@nimrod-cohen nimrod-cohen released this 30 May 15:44

Effects section starts collapsed. Toggle persists across element selections within the session.

v0.12.1 — fold + per-effect speed

Choose a tag to compare

@nimrod-cohen nimrod-cohen released this 30 May 15:28

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.