Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

v0.3.0

Compare
Choose a tag to compare
@aidenybai aidenybai released this 27 Nov 03:58
· 909 commits to master since this release
8d2579e
  • fix: directive manager tests 1185463
  • refactor: restructure file structure and directives ec674a5
  • fix: l-model 2d6961c
  • docs: add table of contents to vdom readme 1357e6c
  • feat: revamp vdom docs e8e96f4
  • fix: h not assigning directives if set thru selector fd3252f
  • feat: add render function 527bb69
  • test: cover use and init in index.ts ddf9f04
  • test: add additional niche tests 733bac1
  • test: make mock events for model 39473ca
  • feat: add support for handleArray observer 317d58b
  • refactor: some refactors to make it a little more readable 541d10f
  • npm: added exports and sideeffects 4aad83c
  • build: side effects for umd and iife only 71d9839
  • chore: formatted bf13d98
  • test: added tests for compiling with children e91e8e1
  • chore: formatted ade8aba
  • test: added test for compile throwing an error 0db6f11
  • test: add selector and compile key in directive d74cac4
  • feat: spread directives in h 0adfc5b
  • fix: mounting should occur after component registration 665cd7b
  • chore: cleanup 7dc8ba1
  • test: added tests for comp function fa61208
  • refactor: use enum for vnode types 9e869de
  • test: test for trimming classname 7cae8ef
  • feat: dont override all props cb6e3d5
  • test: added test for string as children h function 5c5daee
  • feat: allow string for children in h function 4823ddd
  • test: added test for setting children h functino 564deb8
  • test: added tests for adding a component 9df85ce
  • build: don't emit types for spec files b1303b2
  • refactor: export Lucia.component function for cleaner syntax 83c5187
  • Merge branch 'master' of https://github.com/aidenybai/lucia 694a3f2
  • feat: create custom components 72fa4a9
  • test: test for default value of view for App class 8cae269
  • Merge branch 'master' of https://github.com/aidenybai/lucia 7dd69df
  • feat: remove with in computation 7f6a628
  • fix: fix 94120d4
  • chore: formatted 0365328
  • test: tests for callbacks of events c03b6ba
  • chore: format c037008
  • test: more tests for html directive d6d274a
  • fix(l-html): fix bug where it throws a reference error e7c278e
  • docs: initialize vdom README bc8c2ed
  • fix: spec file fd570db
  • fix: kofi key definition c8e530c
  • docs: add ko-fi 4c754e8
  • feat: content type for joining dddc6b6
  • fix: fix h to handle specific props not being set 97f13df
  • feat: add support for selector parsing 51ce5a6
  • refactor: refactor vnode to be more concise bb2f881
  • test: add test for createApp b89cad2
  • test(vdom): add tests for compile, observer, and patch 5a67ef8
  • perf: add shallow mounting da0460c
  • feat: allow nested Lucia apps d506e6e
  • fix: max call stack for model 6af0d84

v0.2.2...v0.3.0