Skip to content

Commit

Permalink
0.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldrapper committed Mar 8, 2024
1 parent 16ff5af commit 04654ec
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "morphlex",
"version": "0.0.11",
"version": "0.0.12",
"author": "Joel Drapper",
"license": "MIT",
"type": "module",
Expand Down

0 comments on commit 04654ec

Please sign in to comment.