[1.0.0-beta.28] - 2018-09-27
[Added]
- added ISSUE_TEMPLATE.md
- api-request
- documentation
- unit testing
- resource-enumerate
- documentation
- unit testing
- refactored to use api-request
- map-state-properties-mixin
- documentation
- unit testing
- router
- improved unit testing coverage
- navigate handles ?|# correctly
- web-components
- aofl-element
- documentation
- unit testing
- aofl-select-list
- documentation
- unit testing
- extends AoflElement instead of LitElement
- aofl-list-options
- documentation
- unit testing
- extends AoflElement instead of LitElement
- Replaced deprecated parentDepMixin with @aofl/component-utils/findParent
- aofl-drawer
- documentation
- unit testing
- extends AoflElement instead of LitElement
- aofl-source
- documentation
- unit testing
- extends AoflElement instead of LitElement
- aofl-img
- documentation
- unit testing
- extends AoflElement instead of LitElement
- aofl-picture
- documentation
- unit testing
- extends AoflElement instead of LitElement
- component-utils
- documentation
- unit testing
- added is-in-viewport
- added is-in-viewport-mixin
- cli
[Changed]
- generate
- changed aofl to c
- removed lit
- updated templates
- templating-plugin
- README.md added
- prerender injects __prerender__ before page load
- template name is added to the routes config
- aofl-validate
- documentation
- unit testing
- completely refactored
- unit-testing-plugin
- documentation
- default output directory changed to __build_tests
- supports .wtcrc.json and wtc-conf.json
- adds fetch-mock to test suite automatically
[Deprecated]
[Removed]
[Fixed]
- cli
- api-request
- getCacheManager() fix issue with returning new cacheManager
- changed cache argument to fromCache.
- Replaced static class property with a static getter.
- router
- Fixes reject case in navigate method
- router.navigate resolve after redirects
- unit-testing-plugin
- run initial unit test once when watch mode enabled
- clean coverage report between runs
[Security]