Skip to content

Releases: ryansolid/ko-jsx

v0.11.0

12 Jan 06:51
Compare
Choose a tag to compare

Many small fixes.
Updates to SSR/Hydration approach.
Fix to TypeScript types

v0.9.0

18 Oct 07:51
Compare
Choose a tag to compare

Big and Breaking Changes for this release:

  • Automatic wrapping of reactive bindings by the compiler
  • Added SVG support
  • Added SSR and Client-Side Hydration

v0.8.0

22 Jul 08:28
Compare
Choose a tag to compare

This release sees the departure of a lot of opinionated constructs I made for Solid. DOM Expressions has been made more generalized and flexible allowing each library to better use it to fit their needs. In so I've return ko-jsx back to its basics, with the opportunity to build upon it. This means only a single memoMap fn method on subscribable to handle lists. The rest is just raw JSX. I've kept the Context API in: createContext, Context.Provide and useContext. The application entry point has been updated to use render.

See a working example here: https://codesandbox.io/s/knockout-jsx-counter-dqtc2

v0.6.1

07 May 11:35
Compare
Choose a tag to compare

Update to new trees-shake-able runtime.