-
-
Merge pull request #94 from WordPress/release/0.7.0
Release 0.7.0
-
-
Merge pull request #92 from WordPress/concatenation
Create bundles for CodeMirror assets
-
Restore upstream CodeMirror and use browserify-shim to load global HT…
…MLHint
-
-
-
Downgrade grunt-uglify to same version as core to get preserveComment…
westonruter committedSep 12, 2017 …s to work
-
-
-
Switch to using XWP fork of CodeMirror to workaround issue with HTMLH…
westonruter committedSep 12, 2017 …int bundling
-
-
Import CodeMirror on wp namespace to guard against collisions
westonruter committedSep 12, 2017 -
Browserify CodeMirror JS into one codemirror bundle, and concat the C…
…SS into a single stylesheet
-
-
Bump codemirror to 5.29.1-alpha-ee20357
westonruter committedSep 12, 2017
-
Merge pull request #91 from WordPress/fix/prev-tab-section-desc-expanded
Focus on Close button in expanded section description when tabbing backward
-
Focus on Close button when tabbing backward and section description i…
…s open
-
-
-
Add script to verify versions match across plugin
westonruter committedSep 8, 2017 -
Remove obsolete deploy-to-svn.sh
westonruter committedSep 8, 2017 -
Exclude composer files from builds
westonruter committedSep 8, 2017 -
Merge pull request #87 from WordPress/add/41610-compat
Improve disabling of save button for Custom HTML widget
-
Improve disabling of save button for Custom HTML widget for compat wi…
…th #41610
-
Merge pull request #86 from WordPress/fix/notices
Improve frequency for when linting error notifications are shown
-
Ensure CodeMirror editor for Additional CSS has bidirectional syncing…
… with setting
-
Prevent hitting Esc from collapsing the widget control
westonruter committedSep 8, 2017 -
Use onTabNext/onTabPrevious naming; refer to editor as codemirror
westonruter committedSep 8, 2017 -
Improve behavior and logic for detecting when linting errors should b…
westonruter committedSep 8, 2017 …e shown
-
Remove error indicator for trailing whitespace
westonruter committedSep 7, 2017 -
Remove empty-rules rule from csslint
westonruter committedSep 7, 2017 -
Prevent showing notice when moving to hover over autocomplete dropdow…
westonruter committedSep 7, 2017 …n on theme/plugin editor
-
Reduce frequency of showing error notifications by using mouseleave i…
westonruter committedSep 7, 2017 …nstead of mousemove