Skip to content

aurelia-loader v0.10.0

Choose a tag to compare

@EisenbergEffect EisenbergEffect released this 13 Oct 07:45
· 61 commits to master since this release

Bug Fixes

  • all:
    • update compiler and core-js imports (a62dd4c3)
    • properly export the TemplateRegistryEntry (4c60c8f7)
  • bower: correct semver ranges (430ba151)
  • bower.json: incorrect reference to webcomponentsjs (682ed683)
  • build:
    • update linting, testing and tools (3cba198f)
    • add missing bower bump (7b0a109d)
  • loadTemplate: refactor base url handling (7cf42acf)
  • loader:
    • correct core-js import syntax (95cc96b7)
    • correct the LoaderPlugin interface defintion (cd07a012)
    • change some types (3b212821)
    • Use correct import for core-js We were previously using `import core from core-j (70e18d0f)
    • async problem with bundles views (3b300e84, closes #12)
    • throw exception when no template found at view url (b4cfe513)
  • package:
  • template-registry-entry:
    • correct types (c10a7e4f)
    • getElementsByTagName not available on document fragments (c0d98338)
  • template-registry0entry: changed property from id to address (91cc7a0f)

Features

  • all:
    • remove html imports and add generic loader plugin api (95c9fc5e)
    • add more type info (5e778549)
    • new template registry and global loader (99ec5e2e)
  • build: update compile, switch to register modules, switch to core-js (5b830212)
  • docs: generate api.json from .d.ts file (57db0717)
  • loader:
    • add map and normalizeSync methods (8afe34fa)
    • add support for view bundles (8f2c45d6)
    • add text loading abstraction (3dcd1c2f, closes #8)
  • template-registry-entry: allow dynamically adding dependencies (78bf4984)
  • views:
    • view imports are now done with (2e68de3c)
    • view imports are now done with (43b04172)