Skip to content

Releases: Respo/composer.cljs

fix template jumping

14 Sep 10:55
Compare
Choose a tag to compare
fix template jumping Pre-release
Pre-release

Details #54 .

Fix deployment

14 Sep 04:24
Compare
Choose a tag to compare
Fix deployment Pre-release
Pre-release

Details 0825d29 .

upgrade deps

14 Sep 04:18
Compare
Choose a tag to compare
upgrade deps Pre-release
Pre-release

Details #53 .

Update md5 state before file write to reduce chaos

13 Jun 03:27
Compare
Choose a tag to compare

Also add support for color name updating.

Details #44 .

Warn about color syntax that is confused with states

09 Jun 16:56
Compare
Choose a tag to compare

Refactoring color groups and presets

02 Jun 09:51
Compare
Choose a tag to compare
  • Add content validator for markup replacing #35 .
  • Refactor rendering of color groups #36 #40 .
  • Fix overview states #38 #39 .
  • Chang presets to user defined ones #37 #41 .

Watch file changes; Copy EDN data of markup

24 May 04:50
Compare
Choose a tag to compare
  • #33 watch file changes triggered by git branch switching.
  • #34 copy/paste via EDN, which enables sharing code among different projects.

Improve markup tree usages

22 May 07:12
Compare
Choose a tag to compare

Some quick tips are added to the tree to reduce navigating steps and make actions obvious. See #32 .

Add states, state-key, and change parameters

19 May 03:03
Compare
Choose a tag to compare

Refactored a bit to fit into a states model like Respo. The finished example is at: https://github.com/Erigeron/composer-todolist

Some of the changes are breaking old implementations.

Add "backdrop-click" event on popup.

12 May 15:00
Compare
Choose a tag to compare

Currently popup does not has a close button. Click backdrop to dispatch the event of closing the popup.