
Released svelte-lexical v0.5.2: Resize Table Columns
This is a huge release with a lot of bug fixes and several new features for table editing. Features Build...

svelte-lexical: Released version 0.5.1
We’ve just released v0.5.1 of svelte-lexical, featuring important bug fixes and a default theme included in the npm package. The...

Tree-Shaking CSS in a Vite project
Optimizing code delivery is crucial when building modern web applications to ensure faster load times and better performance. One common...

Released svelte-lexical 0.4.2: Column Layout Plugin and Color Picker
Highlights of this release are the Column Layout plugin and the Colour Picker. Column Layout Using Column Layout, content can...

Use TinyMCE rich-text editor in a Svelte app
TinyMCE is one of the most popular rich-text editors for web apps. It offers an open-source community edition as well...

Taking Bun JavaScript runtime for a spin
Bun has made a big splash on reaching version 1.0. It is so much faster than Nodejs and provides enough...

Released svelte-lexical 0.3.1: Upload images
It is a minor release including few bug fixes and minor enhancements. We have to ability to upload images now,...

Released svelte-lexical 0.3.0: Code blocks and link editor
svelte-lexical version 0.3.0 is out with a lot of new features and bug fixes. Now, we can insert code blocks....

Type transformations in TypeScript: Removing functions from a type
TypeScript is often quoted as one of the most loved programming languages (StackOverflow, 2022). I guess, what contributes to it...

Unit testing in Svelte
We are going to set up unit testing in Svelte using Testing Library and Jest. The working version of the...