This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Merge post 1.7 release changes to release #12844
Merged
Conversation
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
Fix #10516. Attach editor to LiveCSSDocument during its creation since lack of editor instance makes live highlighting not work when LivePreview session is being started from a CSS document.
…nless file is open
2) Return baseName to include ../ if the fullpath contains ../
2) Fixed the file rename logic to validate against the newName against base name
Bumping version Number to 1.8
Added Latvian translation
Update translations for zh_CN
Fix FindReplace Integration tests
…correctly updated after deleting lines above a folded region.
Update strings.js
Pull latest changes from release branch
Some words are written wrong. The correct way is: * automáticamente -> automaticamente * búsca -> busca * periódicamente -> periodicamente
handled case in xml type files where the start of a collapsible region can span two lines.
Replace the URL in URLCodeHints even if it is the current content of …
Close CSS Code Hints after inputting property value
set eslints max-len to 120
Adds autofill detail tokens to the autocomplete attribute
Docs: https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display ****** Values ********** auto The font display strategy is defined by the user agent. block Gives the font face a short block period and an infinite swap period. swap Gives the font face no block period and an infinite swap period. fallback Gives the font face an extremely small block period and a short swap period. optional gives the font face an extremely small block period and no swap period.
add font-display property
Let's correct the sentence in order to give the correct meaning.
Caching $(".modal-body", $dlg) in to its own variable
…12807) Signed-off-by: petetnt <pete.a.nykanen@gmail.com>
The purpose of the code is to add the ARIA code hints for HTML. Before this, there were no code hints for the ARIA spec. This change allows developers to get the ARIA codes while programming.
Add ARIA Code Hints
* added fold range finder for handlebars template files. * update to test handlebars file * Added test.hbs file and unit tests for handlebars template files * added space after module comment * Addresses code review comments * added license header and stringutils * adds handlebars fold helper to htmlmixed mode * added more handlebars/mustache-related helper tags e.g., tags introduced by ~, ^ or #* updated tests to capture these cases
I have now signed the Contributor License Agreement. Added some properties and values.
Update CSSProperties.json
* Update showModalDialogUsingTemplate() to save current focus when creating a dialog and set current focus to the previous one when closing * added a null check for rare cases when document.activeElement is null * Add missing whitespace * A bit more whitespace
* Fix Enter key behaviour on Extension Manager Search Box Fixes #11416 Made an exception for INPUT element in Dialogs.js so that we don't click the primary button (in this case ESCAPE) when it's an INPUT. * Fix ESLint error on inequality sign
* Allow omitted optional close tags in HTMLSimpleDOM fixes #7257 This commit also updates the openImpliesClose list. * Fix TypeError after typing at end of html document This fixes `TypeError: Cannot read property 'mark' of null` * Make shure Tokenizer gets to the end and does not skip text nodes at the end. * Fix preferParent in HTMLInstrumentation * Allow dt at end of dl ...even though it's not actually valid. Change requested by @petetnt
Merging for 1.8 release. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@nethip @abose Can you please verify this once?