Skip to content
This repository has been archived by the owner on May 25, 2019. It is now read-only.

Releases: le717/brackets-html-skeleton

v1.4.3

10 Aug 14:52
Compare
Choose a tag to compare
  • Added Italian translation (#33), submitted by @canaltinova
  • Change charset value to utf-8, matching spec

v1.4.2

04 Apr 02:51
Compare
Choose a tag to compare
  • Add simple unit tests for src/SvgSize module (not included in distributed release)
  • Fix regression in extracting values from SVG enable-background attribute

v1.4.1

03 Apr 17:08
Compare
Choose a tag to compare
  • Make SvgSize.get() return an object instead of array
  • Relax SVG graphic size detection regexes
  • Trim stray whitespace from extracted SVG size

v1.4.0

01 Apr 05:27
Compare
Choose a tag to compare
  • Rewrite SVG graphic size detection to use regexs instead of jQuery (#30)
  • Backport some changes from unfinished #29 (#30)

v1.3.5

26 Nov 16:39
Compare
Choose a tag to compare
  • Change location of image src attribute
  • Removed outdated mention of Split View compatibility
  • Rename "Head and Body" selection

v1.3.4

20 Oct 21:01
Compare
Choose a tag to compare
  • 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

v1.3.0

12 Sep 19:39
Compare
Choose a tag to compare
  • Now supports Split View!
  • Important: Brackets minimum release is 0.44.
  • Properly detect image path relative to document (#14)
  • Properly detect non-SVG graphic image size (#20)
  • More accurately extract SVG graphic size using custom extraction routine (#15)
  • Add meta viewport tag to "Head & Body" and "Full HTML Skeleton" snippets
  • Lots and lots of fixes, refactoring, and general improvements

HTML Skeleton v1.2.5 - Beta testing only

05 Sep 00:01
Compare
Choose a tag to compare

This release is only for testing that the patches applied to fix #14 actually work. It should not be used in a production environment.

You will need to download it using the green release button instead of the source code buttons. Requires that you are running Brackets from source after the Splitview PR was merged.

v1.2.2

02 Aug 23:25
Compare
Choose a tag to compare
  • Support package.json i18n key added in Brackets Release 42

HTML Skeleton v1.2.1

30 Jun 17:32
Compare
Choose a tag to compare