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

Latest commit

 

History

History
116 lines (97 loc) · 5.4 KB

NEWS.md

File metadata and controls

116 lines (97 loc) · 5.4 KB

Changes

1.4.3

10 August, 2015

  • Added Italian translation (#33), submitted by @canaltinova
  • Change charset value to utf-8, matching spec

1.4.2

3 April, 2015

  • Add simple unit tests for src/SvgSize module (not included in distributed release)
  • Fix regression in extracting values from SVG enable-background attribute

1.4.1

3 April, 2015

  • Make SvgSize.get() return an object instead of array
  • Relax SVG graphic size detection regexes
  • Trim stray whitespace from extracted SVG size

1.4.0

1 April, 2015

  • Rewrite SVG graphic size detection to use regexs instead of jQuery (#30)
  • Backport some changes from unfinished #29 (#30)

1.3.5

26 November, 2014

  • Change location of image src attribute
  • Removed outdated mention of Split View compatibility
  • Rename "Head and Body" selection

1.3.4

20 October, 2014

  • 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

1.3.0

12 September, 2014

  • 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

1.2.2

8 August, 2014

  • Support package.json i18n key added in Brackets Release 42

1.2.1

30 June, 2014

1.2.0

29 June, 2014

  • 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

1.1.5

2 April, 2014

  • Brackets' image preview is changed due to CSS conflict (#10)

1.1.4

24 March, 2014

1.1.3

22 February, 2014

  • 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

1.1.2

18 February, 2014

  • 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

1.1.1

10 February, 2014

  • Fix extension not even working (#3)
  • Fix Brackets UI guideline violations

1.1.0

8 February, 2014

  • 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

8 February, 2014

0.7.4

30 January, 2014

  • Fixed pre-filled <html lang=""> value

0.7.3

25 January, 2014

  • Initial release