Commit Graph

24 Commits (e6fbf91017f25254aa98eae6fd488a158a49e025)

Author SHA1 Message Date
Rich Harris e6fbf91017 dont trigger bindings for torn-down components (#277)
10 years ago
Rich Harris 606cbc29a7 handle default paramters in computed values (fixes #274)
10 years ago
Rich Harris 98148a925f always flush render hooks, even if initiator is a nested component (#263)
10 years ago
Conduitry 03580ee354 use empty comments as anchors
10 years ago
Rich Harris 8965af378c make yield renderer names globally unique (#231)
10 years ago
Conduitry 0c8f4889fc properly escape sharedPath in generated import statement
10 years ago
Rich-Harris 1a896dbecc allow custom path for helpers (#218)
10 years ago
Rich-Harris e462f910d0 non-standalone mode (#9)
10 years ago
Rich-Harris 27e8406a13 put component methods on prototype
10 years ago
Rich-Harris 7d12d561e8 single underscore for component private properties
10 years ago
Rich-Harris c1c1aff379 make inter-component root and yield options _private
10 years ago
Rich-Harris 1def51b7ec remove _mount indirection
10 years ago
Rich-Harris 978e35ceef move methods out of constructor
10 years ago
Rich-Harris 08331b4f8b use helpers for DOM operations
10 years ago
Rich-Harris 9c66e15bb4 naive implementation of keyed updates (#81)
10 years ago
Rich-Harris 617b598fbb use DomGenerator subclass, instead of events
10 years ago
Rich Harris 4d7784b7e4 tidy up
10 years ago
Rich Harris 63531eadd8 centralise import handling
10 years ago
Rich Harris 9d701fdba5 more refactoring
10 years ago
Rich Harris 136c22245c move createAnchor out of generator
10 years ago
Rich Harris 1e00b145cc more refactoring – sort computations, move addElement and addRenderer out of generator
10 years ago
Rich-Harris 3fd2c60a6b move some code into generator.init
10 years ago
Rich-Harris c7eae0a523 create Generator class
10 years ago
Rich-Harris e1fb11a93a move some files around
10 years ago