From 04654eca767cd3c61cfe26714d7e41bd360b770f Mon Sep 17 00:00:00 2001 From: Joel Drapper Date: Fri, 8 Mar 2024 15:28:08 +0000 Subject: [PATCH] 0.0.12 --- README.md | 7 ------- package.json | 2 +- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index e413c20..ab81779 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,6 @@ Morphlex is a tiny, safe, optimal DOM morphing library written in TypeScript. -> [!WARNING] -> Morphlex is currently in development and it not yet ready for production use. - ## ID Sets Inspired by Idiomorph, Morphlex uses ID Sets to match nodes with deeply nested identified elements. @@ -13,10 +10,6 @@ Inspired by Idiomorph, Morphlex uses ID Sets to match nodes with deeply nested i Morphlex will give priority to sensitive elements such as iframes, media players, and form inputs, forcing less sensitive elements to move around them. This works in any direction even if the sensitive element is deeply nested. -## Streaming morph [WIP] - -Because the Morphlex algorithm works depth-first, sequentially through reference DOM, it should be able to consume a stream of reference nodes, morphing the target DOM in real-time. This feature is not yet implemented. - ## Usage ```javascript diff --git a/package.json b/package.json index a77c930..4de361b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "morphlex", - "version": "0.0.11", + "version": "0.0.12", "author": "Joel Drapper", "license": "MIT", "type": "module",