This repository was archived by the owner on Nov 4, 2025. It is now read-only.
0.2.5 (2014-11-04)
- Implement possibility to reset local variable changes (#152)
- Functional page title on fullscreen mode. Implement and improve tests (#151)
- Commented Parser (#147)
- Page title rendered according to section (#148)
- Sync designer tool variables when there are server side changes (#144)
- Styleguide service listens to socket events (#143)
- Refactor localstorage handling. Persist designer tool visibility (#142)
- Emit progress information from gulp task to client. Implement progress bar (#140)
- Get socket returns promise and sassVariables --> styleVariables (#135)
- Prevent watch server crashing when there is style syntax error (#139)
- Improve designer tool UI. Add examples to styleguide (#136)
- Make sure that elements does not overlap modifier label (#133)
- Fullscreen controller handles markup parsing instead of directive (#132)
- Inherited wrappers (#134)
Internal code changes
- getPreprocessStream moved into separate module (#154)
- getMarkdownStream moved into separate module (#153)
- Declare angular dependencies for components in inline array (#150)
- Move maximum code to lib/modules (#149)
- Separate module for parsing KSS (detached from styleguide.js) (#145)
- Use real parser to update changed variables to source SASS/LESS file (#137)
- Update GCC in travis.yml. Fix build (#138)