Skip to content

Releases: threadlabs-studio/looma

Looma v0.1.13 Candidate

Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Sep 01:46
77d0662

Release qualification compiles and executes the exact public consumer
fixture against the packed facade before npm publication. The fixture uses the
typed heading-1 Lucide key, so icon-contract drift is caught before immutable
package bytes reach the registry. Its Tiptap core, PM, and Vue dependencies are
also aligned on the same supported 2.27 line for a complete SSR consumer graph.

Looma v0.1.11 Candidate

Pre-release

Choose a tag to compare

@github-actions github-actions released this 04 Sep 22:57
4897141

Empty body cells expose reliable column-resize handles in the turnkey Vue
editor and the standalone Looma table extension. Tiptap's structural cell
minimum matches Looma's rendered 112px minimum, and its inward boundary probe
stays inside empty cells so a direct hover can begin a real column drag.

Looma v0.1.9 Candidate

Pre-release

Choose a tag to compare

@github-actions github-actions released this 04 Sep 20:37
afd889b

The Vue Sidebar adapter declares its custom-element-owned light-DOM resize
handle as an expected hydration difference. Nuxt and other server-rendered Vue
applications can use the resizable sidebar without false hydration mismatch
errors while retaining the pointer, keyboard, and persistent-width behavior
introduced in 0.1.8.

Looma v0.1.6 Candidate

Pre-release

Choose a tag to compare

@github-actions github-actions released this 04 Sep 05:43
0c7c692

Table editing keeps structural and appearance controls available during cell
selections. The table toolbar exposes cell backgrounds and explicit merge/split
actions, row-boundary hover reveals insertion controls, column boundaries retain
drag resizing, and final paragraphs no longer add trailing space inside cells.

Vue consumers can use LoomaEditor as a complete editor whose formatting,
slash-command, upload, focus, and table-control behavior is owned by Looma.
Existing Tiptap editors can adopt the same table behavior independently through
LoomaTableKit or getLoomaTableExtensions(). All editor controls resolve through
Looma semantic tokens so host theme overrides style the entire editor consistently.

All workspace packages and repository fixtures share the release version so
build and test output cannot misleadingly report an older internal version.

Looma v0.1.5 Candidate

Pre-release

Choose a tag to compare

@github-actions github-actions released this 04 Sep 02:15
2fcb72c

Measured ui-center surfaces retain horizontal auto margins after Looma's
light-DOM reset, so they center inside wider parents instead of sticking to the
inline-start edge.

Looma v0.1.1 Candidate

Pre-release

Choose a tag to compare

@matthew-dean matthew-dean released this 03 Sep 01:01
2914985

Looma Release 1 publishes one installable package with the same supported
subpaths introduced in 0.1.0. The editor dependency contract is corrected so
the concrete Tiptap extensions used by Looma's preset ship inside the editor subpath;
consumers provide only their compatible Tiptap core or framework lifecycle
package. The protected release proof also runs its external SSR consumer on the
declared Node 20 runtime.

0.1.0 reached npm during the first publication rehearsal but failed the clean
public-consumer gate. It is superseded by this Candidate and is not a supported
Release 1 artifact.