Commit Graph

58 Commits (89f0fb00e6f6d92f3935f9cd4310b5ff56ebce2d)

Author SHA1 Message Date
Conduitry 8e5c7ed21e removeObjectKey API tweak
9 years ago
Conduitry 25a26613b3 remove the component references in the export that we will be referring to directly
9 years ago
Conduitry 77321f8356 remove `namespace` key from generated code
9 years ago
Conduitry cede99d68b use direct references to components that have been imported
9 years ago
Conduitry 8f6499a9dd alas poor typo
9 years ago
Conduitry 331a1a2bb2 nicer way of generating aliases for non-helper functions
9 years ago
Conduitry e25d4e752c deconflict non-helper functions and variables (#388)
9 years ago
Rich Harris 7b057e4fc2 implement bind:group for checkbox inputs (#312)
9 years ago
Rich Harris 6a4c3e46b3 add shared prototype
9 years ago
Rich Harris 06f89d1d96 dev warnings for bad arguments to component.observe (#369), and component.on("teardown") (#365)
9 years ago
Rich-Harris 9b6e3e75a3 Merge branch 'master' into dev-helpers
9 years ago
Rich-Harris ca9643495e revert to previous addCss behaviour (#372)
9 years ago
Conduitry de042daed3 initial support for dev versions of shared helpers
9 years ago
Rich Harris d0c0155f14 alternative approach to #331
9 years ago
Tim Hall 9b2e78aea4 Remove ES2015 let from css block
9 years ago
Rich Harris cf4842778b Merge pull request #339 from sveltejs/gh-337-deconflict-helpers-with-shared-false
9 years ago
Conduitry b2cc48bc07 typecheck argument in _set when in dev mode
9 years ago
Conduitry 4cbf4e07b6 deconflict helpers when not using shared helpers
9 years ago
Rich-Harris 0f60242bb9 self-references (#51)
9 years ago
Cristian Necula 2bc8a7ebef generators/dom: add styles to the root component's document
9 years ago
Rich Harris ee5e8e8afa merge master -> gh-177
9 years ago
Rich Harris d172b2a2c1 throw in dev mode if options.target is absent (#177)
9 years ago
Rich Harris 0e1d4c4bc7 throw error in dev mode for missing bound properties (#249)
9 years ago
Rich Harris a8d19839cd Merge pull request #320 from sveltejs/gh-13
9 years ago
Rich Harris d61b1927b2 add development warnings for missing data properties with dev: true (#13)
9 years ago
Rich Harris 1736498bde add component.destroy() as alias of component.teardown(), to align with ondestroy
9 years ago
Rich Harris 16e3574bfb warn on onrender/onteardown, replace with oncreate/ondestroy (#40)
9 years ago
Rich Harris 6d662136e8 prevent duplicate imports (#308)
9 years ago
Rich Harris 2165f08839 format function parameters
9 years ago
Rich Harris 98d9cdbea7 allow each blocks to introduce reserved words as contexts (#222)
9 years ago
Rich Harris a861043a7b only alias imports if necessary
9 years ago
Rich Harris 76663f98a3 prevent imported names from conflicting with built-in shared helpers (#222)
9 years ago
Rich Harris eb95fd1ebb use css-tree to generate CSS AST and walk it
9 years ago
Rich-Harris d727ab48d0 use temporary variable when determining whether to update text tag
9 years ago
Rich Harris 593b8706ce dont trigger bindings for torn-down components (#277)
9 years ago
Rich Harris 11e613e7d0 handle default paramters in computed values (fixes #274)
9 years ago
Rich Harris 3235b2c35a always flush render hooks, even if initiator is a nested component (#263)
9 years ago
Conduitry cdb4a3568d use empty comments as anchors
9 years ago
Rich Harris 45cea1fab5 make yield renderer names globally unique (#231)
9 years ago
Conduitry c44fbe9f0a properly escape sharedPath in generated import statement
9 years ago
Rich-Harris 3905683e64 allow custom path for helpers (#218)
9 years ago
Rich-Harris ccba20bac9 non-standalone mode (#9)
9 years ago
Rich-Harris 7da9a23349 put component methods on prototype
9 years ago
Rich-Harris c1e82f69e3 single underscore for component private properties
9 years ago
Rich-Harris 7dd129a357 make inter-component root and yield options _private
9 years ago
Rich-Harris ef933ae93b remove _mount indirection
9 years ago
Rich-Harris 9d37ae4f4b move methods out of constructor
9 years ago
Rich-Harris a16704fbf0 use helpers for DOM operations
9 years ago
Rich-Harris d0ffb64eba naive implementation of keyed updates (#81)
9 years ago
Rich-Harris 443d7d825a use DomGenerator subclass, instead of events
9 years ago