This repository has been archived by the owner on May 1, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
|
||
## Unreleased | ||
|
||
|
||
## [2.0.0-alpha.16] - 2016-10-20 | ||
|
||
### Added | ||
|
||
* Add a new default scanner for custom element references in html. | ||
* Also adds a non-default scanner for all element references in html. | ||
* Known bug: does not find element references inside of `<template>` elements. | ||
|
||
## [2.0.0-alpha.15] - 2016-10-15 | ||
|
||
### Changed | ||
|
||
* (polymer) - computed properties are implicitly readOnly. | ||
|
||
* (editor service) - Greatly improve `getLocationForPosition` for determining the meaning of text at an HTML source location. Presently used for doing autocompletions. | ||
* Handles the contents of `<template>` elements. | ||
* Distinguishes attribute names from values. | ||
* Understands when text is inside a comment, inline style, and inline script. | ||
* Better handle many, many edge cases. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters