- Added Italian translation (#33), submitted by @canaltinova
- Change
charset
value toutf-8
, matching spec
- Add simple unit tests for
src/SvgSize
module (not included in distributed release) - Fix regression in extracting values from SVG
enable-background
attribute
- Make
SvgSize.get()
return an object instead of array - Relax SVG graphic size detection regexes
- Trim stray whitespace from extracted SVG size
- Rewrite SVG graphic size detection to use regexs instead of jQuery (#30)
- Backport some changes from unfinished #29 (#30)
- Change location of image
src
attribute - Removed outdated mention of Split View compatibility
- Rename "Head and Body" selection
- Split indentation-related code into separate module
- Internally store skeleton snippets in an object
- Add viewport
<meta>
tag option - Enlarge dialog height by
20px
- Prevent horizontal scrollbar
- Remove some usage of jQuery
- Add Split View compatibility
- HTML Skeleton now requires Brackets 0.44 or newer
- Properly detect image path relative to document (#14)
- Add image shadow for Brackets dark theme
- Properly detect non-SVG graphic image size (#20)
- More accurately extract SVG graphic size using custom extraction routine (#15)
- Many bugs fixed, including displaying 270x240 in input fields when an image could not be displayed
- Compress SVG graphics
- Refactor, simplify, improve, and lint much of the code base
- Add meta viewport tag to "Head & Body" and "Full HTML Skeleton" snippets
- Move toolbar button HTML into separate file
- Support package.json
i18n
key added in Brackets Release 42
- Added Italian translation (#17, #18), submitted by @Denisov21
- Updated minimum Brackets version to Sprint 37
- Use user indentation settings via new Preferences System from Sprint 37
- Add toolbar icon, design finalized by @rioforce
- Allow user to browse for image, preview that image, and use the path to the image and the image width and height in code snippet Supports all formats classified as images by Brackets core plus beta support for SVG images
- Various code improvements and cleanup
- Brackets' image preview is changed due to CSS conflict (#10)
- Replace
transform
CSS properties (#8) - Removed duplicate value assignments
- Indent source HTML and CSS using two space soft tabs (per http://mdo.github.io/code-guide/#html-syntax and http://mdo.github.io/code-guide/#css-syntax)
- Indent source JavaScript using two space soft tabs (per https://github.com/styleguide/javascript)
- Update HTML elements per aforementioned style guide
- Changed inserted code indentation to two spaces (was four spaces)
- Removed keyboard shortcut
- Added internationalization support and German translation (#7, submitted by @mikeboy91)
- Use Bracket's image viewer to display logo
- Adjust placement of dialog elements
- Use regex to substitute image dimensions in template string
- Fixed improper placement of external stylesheet when combined with "Head and body w/title & meta" option (#4)
- Added Cancel button to dialog
- Fixed incorrect HTML tags and attributes
- Fix extension not even working (#3)
- Fix Brackets UI guideline violations
- Inspired by adobe/brackets#6707, HTML Skeleton has been completely rewritten to support new HTML elements using a dialog box rather than a straight keyboard shortcut
- HTML Skeleton was forked to support Bootstrap 3. Check it out at @mirorauhala/brackets-bootstrap-skeleton!
- Fixed pre-filled
<html lang="">
value
- Initial release