Skip to content

Commit

Permalink
release 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tiye committed Mar 1, 2020
1 parent 6e26d5a commit fe5b21a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Previews http://repo.quamolit.org/phlox/ .
[![Clojars Project](https://img.shields.io/clojars/v/quamolit/phlox.svg)](https://clojars.org/quamolit/phlox)

```edn
[quamolit/phlox "0.1.7-a4"]
[quamolit/phlox "0.1.7"]
```

`render!` to add canvas to `<body/>`:
Expand Down
2 changes: 1 addition & 1 deletion calcit.cirru
Original file line number Diff line number Diff line change
Expand Up @@ -8150,7 +8150,7 @@
|T $ {} (:type :leaf) (:by |rJG4IHzWf) (:at 1583040528471) (:text |{}) (:id |qsaD6B16T)
|j $ {} (:type :expr) (:by |rJG4IHzWf) (:at 1583040528829)
:data $ {}
|T $ {} (:type :leaf) (:by |rJG4IHzWf) (:at 1583040532774) (:text |:dragging) (:id |BWYS3sEZs)
|T $ {} (:type :leaf) (:by |rJG4IHzWf) (:at 1583050685251) (:text |:dragging?) (:id |BWYS3sEZs)
|j $ {} (:type :leaf) (:by |rJG4IHzWf) (:at 1583040533436) (:text |false) (:id |u5gPmFKlq)
:id |YNqu2aF0q
|r $ {} (:type :expr) (:by |rJG4IHzWf) (:at 1583042295936)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>quamolit</groupId>
<artifactId>phlox</artifactId>
<version>0.1.7-a4</version>
<version>0.1.7</version>
<name>phlox</name>

<url>https://github.com/Quamolit/phlox</url>
Expand Down
2 changes: 1 addition & 1 deletion src/phlox/comp/drag_point.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
(defn comp-drag-point [cursor states props]
(dev-check cursor (vector+ (any+ {:some? true})))
(dev-check props lilac-drag-point)
(let [state (or (:data states) {:dragging false, :x0 [0 0]})
(let [state (or (:data states) {:dragging? false, :x0 [0 0]})
unit (or (:unit props) 1)
radius (or (:radius props) 3)
color (or (:color props) (hslx 0 0 100))
Expand Down

0 comments on commit fe5b21a

Please sign in to comment.