Skip to content
This repository was archived by the owner on Feb 7, 2023. It is now read-only.

v0.6.0: Annotations & Code View Amongst Other Things

Compare
Choose a tag to compare
@dmolsen dmolsen released this 12 Nov 16:34
· 676 commits to master since this release
  • ADD: a UI list of the current media query widths from the CSS
  • ADD: a pattern's "lineage" now displays in the UI under code view
  • ADD: annotations can be added to DOM elements of patterns
  • ADD: separate annotation views on the list view and pattern details views
  • ADD: generate() now "cleans" public/ before generating the site by deleting most everything
  • ADD: added support for the css rule saver library
  • ADD: can use a flag to generate the specific CSS that is used in a pattern. shows on code view when available.
  • ADD: mark-up for a pattern is now included in the UI under code view
  • FIX: can open the "raw" version of a pattern in a new window
  • FIX: frame resizing bar properly supports decimals
  • FIX: the checkboxes for the websocket-based features, page follow & auto-reload, now work
  • FIX: postmessage calls now centralized and refactored
  • FIX: units appear in the toolbar when using Hay! mode
  • FIX: patterns shouldn't be cached
  • THX: thanks to @benedfit for the MQ idea which he originally named "phases"
  • THX: thanks to @alienlebarge for the "clean public/" idea