webcomponents 7.x-3.9

Bug fixes
Unsupported

- Performance improvements from D8 version.
- UX improvement where it defers to HAX if HAX exists

webcomponents 8.x-3.9

New features
Unsupported

Scope reduced to just implementing https://github.com/elmsln/unbundled-webcomponents for production usage. This uses the lazy loading methodology of that repo in order to have Drupal super charged with Web components in a lazy loaded way.

webcomponents 7.x-3.8

Bug fixes
Unsupported

Unbundled builds update to match latest integration methodology

webcomponents 7.x-3.7

Bug fixes
Unsupported

integration bug fix found in elms to allow local build.js file but global CDN support

webcomponents 7.x-3.6

Bug fixes
Unsupported

PSU CDN (the default option) is now delivered via Amazon Cloudfront and off its proof of concept address.

updb will shift FROM https://webcomponents.psu.edu/cdn/ TO https://cdn.webcomponents.psu.edu/cdn/

The old CDN is being phased out and was an on-prem system vs the new one is a github CI / cloudfront driven workflow.

Version bumped to match D8 version

webcomponents 7.x-3.3

Bug fixes
New features
Unsupported

Updated to match new integration methodology with better documentation.

webcomponents 7.x-3.1

Bug fixes
New features
Unsupported

Documentation and integration normalized with the rest of the webcomponents modules we support.

Major features of this release:
- 0 config install, now defaults to PSU CDN hosting of assets, critical for trying out webcomponents
- Updated directions settings to match API
- over 98% browser compatibility in browsing traffic
- across theme implementation, build components separate of design to improve portability

webcomponents 6.x-3.1

Bug fixes
New features
Unsupported

Documentation and integration normalized with the rest of the webcomponents modules we support.

Major features of this release:
- 0 config install, now defaults to PSU CDN hosting of assets, critical for trying out webcomponents
- Updated directions settings to match API
- over 98% browser compatibility in browsing traffic
- across theme implementation, build components separate of design to improve portability

webcomponents 7.x-3.0

Bug fixes
Unsupported

Marking this stable.

We now have a polyfill integration and application development routine in Drupal 7 that's utilizing V1 spec elements in production. The integration method utilized here is the same in the forthcoming HAX module for Drupal 8, and its been demonstrated to work in other platforms as well (HAXcms).

Thus, I am marking this a full release as we are now fully supporting the Web component specification and having a simple way of integrating locally.

webcomponents 7.x-3.0-rc2

Bug fixes
New features
Unsupported

Conversion to ES module based integrations. Added support for CDNs and removed core support for HTML Imports / Entity definition building off of polymer files. Enttiy definitions can still be built but not using previous methods. All the code is there to do it but nothing implements the hooks to wire it up. This is an intentional omission and may be added back in at a later date if asked for but this was never reported as used.

webcomponents 6.x-3.0-rc2

Unsupported

Reduced scope of D6 version just to getting things bootstrapped and included in the page load. This is effectively feature complete in that it's able to load web components into D6 and do so over a CDN optionally.

webcomponents 7.x-1.3

Bug fixes
Unsupported

- additional developer apis deep down
- a bunch of notices squashed in install profiles

webcomponents 6.x-1.2

Bug fixes
Unsupported

Backport of the D7 enhancements. Also naming at a point release to match

webcomponents 7.x-1.2

Bug fixes
Unsupported

support for a webcomponents.json file to define what you want to have autoloaded on pages. minor enhancements to documentation and testing

webcomponents 7.x-1.1

Unsupported
  • Slot resolution improved w/ support in manifest for mapping them
  • better documentation for polymer API integration
  • Package listed as Webcomponents on modules page
  • EntityFieldQuery used to make future port to D8 faster
  • Optional webcomponents_app_context added which helps provide a Context for realizing an app is loaded
  • _webcomponents_add_to_head supports weighting

webcomponents 6.x-1.0

Unsupported

Illogically, I've gone back in time and wrote the Drupal 6 version of this module. Not all of this works, not all of it ever will but it supports autoloading of webcomponents it finds. It also supports autoloading polymer and one page apps.

This now means elements can be developed and deployed against Drupal 6, Drupal 7 and Backdrop. Now for Drupal 8 and beyond..

webcomponents 7.x-1.0

Bug fixes
New features
Unsupported

1st full release! This has been used in production of ELMSLN for 6 months now and is more then good to go!!

webcomponents 7.x-1.0-rc2

Bug fixes
Unsupported

Minor notice fixed in webcomponents_template module
base-path added to to webcomponents_apps to enable one page app creation to be streamlined

webcomponents 7.x-1.0-rc1

Bug fixes
New features
Unsupported

First release candidate!

  • MUCH Better performance on Firefox / Safari via better polyfill loading as well as Chrome / Opera not needing to load it
  • updated docs
  • support for wild card routing in data / webcomponents_app sub-module (big deal for more complex apps)

webcomponents 7.x-1.0-beta8

New features
Unsupported

Breaking change in webcomponents_app which improves the manifest.json structure. Here's an example and it's documented in the webcomponents_app.api.php file:

https://github.com/elmsln/elmsln/blob/0.9.x/core/dslmcode/profiles/mooc-...

webcomponents 7.x-1.0-beta7

Bug fixes
New features
Unsupported

New features

  • support for manifest.json file to define "block: true" allows webcomponents_app to auto generate matching blocks
  • /data callback path now supports and automatically handles CSRF tokens
  • /devel path now has data callback debugging built in (since CSRF will block direct access)
  • autoloading for app-name.php files that are found in the app directory

Bug fixes

    webcomponents 7.x-1.0-beta6

    Bug fixes
    New features
    Unsupported

    - adds a apps/%/devel path if devel module is enabled
    - minor clean up to align with the documentation more closely with regard to menu routing

    webcomponents 7.x-1.0-beta5

    Bug fixes
    New features
    Unsupported

    Fixed some minor notices on edge cases. Big improvement is the addition of the webcomponents_app sub module which can do automatic routing for one-page apps! README.md for details!

    webcomponents 7.x-1.0-beta4

    Bug fixes
    Unsupported

    support for innerHTML property as well as some additional clean up related to things that would be needed to support solutions like HAX. also fixed some minor bugs

    webcomponents 7.x-1.0-beta3

    Bug fixes
    Unsupported

    dependency missing from webcomponents_wysiwyg_template sub-module causing it to WSOD if the dependency wasn't in place.

    webcomponents 7.x-1.0-beta2

    Bug fixes
    Unsupported

    Dependency of libraries API module needed for this to work but wasn't required in the info file causing it to brick on install against minimum requirement sites.

    webcomponents 7.x-1.0-beta1

    Bug fixes
    Unsupported

    This is the 1st stable release of the webcomponents modules. Most importantly, this has a well documented workflow in README.md on how to use this for production builds of Polymer components via the polymer cli / vulcanize toolsets.

    webcomponents 8.x-1.x-dev

    Not really a release. Just creating this so we can assign issues to this specific version. Please do not use yet.

    Subscribe with RSS Subscribe to Releases for Web components