Граф коммитов

  • 8c8a3c4285 Update `renderExtendedTo` reuse test. Russell Bicknell 2017-07-26 15:55:21 -0700
  • a114965fd2 Tests for rendering to the same container with a different TemplateInstance. Russell Bicknell 2017-07-26 15:32:59 -0700
  • 552cc3af65 Revert "Fix issue caused by #6" Russell Bicknell 2017-07-26 15:15:38 -0700
  • e6ff726270 `TemplateResult#renderTo` generates a new `TemplateInstance` if the previous one doesn't have the same `Template`. Russell Bicknell 2017-07-26 14:41:57 -0700
  • edebddd135 Merge pull request #5 from PolymerLabs/extended-omitted-line Justin Fagnani 2017-07-26 11:47:47 -0700
  • fbe6b02012 Fix issue caused by #6 Chris Joel 2017-07-26 11:31:10 -0700
  • 0e3965e926 Add ommitted line in extended. Add test suite. Chris Joel 2017-07-26 11:01:02 -0700
  • ad3d9aebce Move repeate.ts to labs/ Justin Fagnani 2017-07-25 17:04:59 -0700
  • 9808e4c429 v0.3.0 Justin Fagnani 2017-07-25 15:43:22 -0700
  • 7ca60fb6a3 Add renderExtendedTo to lib/labs/ to demonstrate setting properties and event handlers. Justin Fagnani 2017-07-25 15:43:00 -0700
  • d3a4ee3f8f v0.2.6 Justin Fagnani 2017-07-25 10:41:18 -0700
  • e57c608438 Clear remaining items from iterable when updating to a shorter value. Justin Fagnani 2017-07-25 10:40:55 -0700
  • 8680f7bbd2 v0.2.5 Justin Fagnani 2017-07-18 18:20:21 -0700
  • d209406c66 Remove empty text nodes from templates during parsing Justin Fagnani 2017-07-18 18:19:55 -0700
  • 223b61b604 v0.2.4 Justin Fagnani 2017-07-17 13:46:28 -0700
  • 7b0266a40a Fix issue with multiple text parts Justin Fagnani 2017-07-17 13:45:52 -0700
  • 872a3a2157 0.2.3 Justin Fagnani 2017-07-13 15:09:12 -0700
  • 0554f687c4 Add TemplateInstance._createInstance Justin Fagnani 2017-07-13 15:08:56 -0700
  • 7eb0677e65 Add nested array tests Justin Fagnani 2017-07-12 14:24:17 -0700
  • d1c12c4c15 v0.2.2 Justin Fagnani 2017-07-12 14:17:18 -0700
  • 79ea51847c Fix bad management of item markers for array-valued parts. Justin Fagnani 2017-07-12 14:15:42 -0700
  • 292dcdc596 Support attribute names with trailing $ Justin Fagnani 2017-07-09 22:38:03 -0700
  • 1345c60700 Fix bug with text node bindings index calculations Justin Fagnani 2017-07-09 16:02:25 -0700
  • ba2f834282 Add .npmignore to actually publish the lib/ dir Justin Fagnani 2017-07-08 14:24:00 -0700
  • 61b9695d7b 0.2.0 Justin Fagnani 2017-07-08 13:29:29 -0700
  • 0dfdccd352 Add `size` property to Part Justin Fagnani 2017-07-07 23:28:47 -0700
  • 877f8cf1d4 fixup! Fix parsing for multiple attribute expressions on one element Justin Fagnani 2017-07-07 23:28:01 -0700
  • 1d3d0992a4 Move InstancePart test suite out of TemplateResult suite Justin Fagnani 2017-07-07 23:21:10 -0700
  • 35cd4647d6 Fix parsing for multiple attribute expressions on one element Justin Fagnani 2017-07-07 23:18:07 -0700
  • faa1d82e53 Minor README updates. Justin Fagnani 2017-07-06 08:17:47 -0700
  • 370e73ad64 Remove trampolining of thunks so that function values can be set, useful for event handlers / properties. Justin Fagnani 2017-07-06 08:17:37 -0700
  • 686537559c Add typings field to package.json Justin Fagnani 2017-07-06 08:07:19 -0700
  • a80928bd30 Rename InstancePart to NodePart and use in TemplateInstance Justin Fagnani 2017-07-06 00:29:11 -0700
  • ad752d54e1 Remove TemplateResult.renderAt() Justin Fagnani 2017-07-05 17:22:34 -0700
  • 2ddf82eea0 repeat() is mostly working Justin Fagnani 2017-07-05 17:15:31 -0700
  • 3e08cd7e29 Split repeat() tests into separate file Justin Fagnani 2017-07-05 11:46:02 -0700
  • b5f32f7f49 InstancePart: Clean up when setting value to a shorter array than previously. Justin Fagnani 2017-07-05 11:39:47 -0700
  • b67f2e1539 InstancePart: stability when re-rendering templates Justin Fagnani 2017-07-04 18:11:03 -0700
  • c9d6e6e6c9 Add InstancePart Justin Fagnani 2017-07-04 12:35:33 -0700
  • 0df2695928 Add @types/mocha Justin Fagnani 2017-07-04 12:34:18 -0700
  • b4e52b7811 Initial work on repeat() Justin Fagnani 2017-06-30 13:05:10 -0700
  • 4e52e90367 Allow rendering Nodes Justin Fagnani 2017-06-30 19:04:02 -0700
  • c685f9b695 Clean up arrays on re-render Justin Fagnani 2017-06-30 14:18:06 -0700
  • d87ba0257c Reformat API in README Justin Fagnani 2017-06-30 13:08:39 -0700
  • 9d8557ab42 Add Why section to README Justin Fagnani 2017-06-30 13:04:56 -0700
  • edb417a261 More README updates Justin Fagnani 2017-06-30 10:25:08 -0700
  • f8904ddba1 Update package.json Justin Fagnani 2017-06-30 09:56:58 -0700
  • 540a1847da Add Safety as a feature in README Justin Fagnani 2017-06-30 09:52:38 -0700
  • 0708c1ebf0 Add Extensibility as a feature in README Justin Fagnani 2017-06-30 09:46:53 -0700
  • 85379c8677 Add API and Status sections to README Justin Fagnani 2017-06-30 09:37:36 -0700
  • 77a7a0695f Handle iterables rendered to attributes Justin Fagnani 2017-06-30 08:57:29 -0700
  • d6a0ad9931 Add CSS-compatible syntax advantage Justin Fagnani 2017-06-30 03:23:50 -0700
  • 63f96c5a7b Minor README updates Justin Fagnani 2017-06-30 03:03:49 -0700
  • 5e75d1c984 Add test for thunks in attributes Justin Fagnani 2017-06-30 02:47:11 -0700
  • 6093ba0592 Add TemplatePart class with update() method and move updating logic there. Justin Fagnani 2017-06-30 02:46:09 -0700
  • 7a78d6d6fc Save raw attribute names and fix a tree-walk bug. Justin Fagnani 2017-06-29 20:39:47 -0700
  • 9b0836a705 Add Higher-Order Template examples to Future Work section Justin Fagnani 2017-06-29 18:17:50 -0700
  • 53dde5501b Small README fix Justin Fagnani 2017-06-29 16:03:08 -0700
  • 2b44590e4b More README Justin Fagnani 2017-06-29 15:17:40 -0700
  • 84a10d27d0 Cache container template instances the same way as fragment instances Justin Fagnani 2017-06-29 15:17:36 -0700
  • 2c92656db3 Initial commit Justin Fagnani 2017-06-29 09:29:13 -0700
  • 5ce03d7343 Initial commit Justin Fagnani 2017-06-29 09:27:17 -0700