mirror of
https://github.com/status-im/re-frame-10x.git
synced 2025-01-29 15:44:51 +00:00
Release 0.1.18
-----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAABCAAGBQJacM5lAAoJEKbk3FKDtdzsXooH/RTiHLdTjf2iYGdEO5jyTpYS uuMCEfLo9IQI7Na9Rcm2MHOUC64vcH1CnsLXKr8AZ6JtjzNamGyjLg09TvrauWAY w+qmWSWhN5rxL4x0echCUjxoeuwadBL3SuzI2vH8IjWKP6vAJqTuJAOCIrdEjiSN D1Em9PjgDsKuv9yFxkFbIF0bVKcidxe+mfiFgtIu6ZCzR0gcwJ01nBqyhFzkzm7e jjBIvHKptq+dixHJY9/GJk4v/8gf8t5Ap+Qy+HrPJcuhyS6SVPfjbepZtbtgZ7eY R2MJEljRx2DtqFpKdto90Ss8hEe+TU0Uq510XynnL38dyxpQKn5/MMrcRWlb1uY= =s6HF -----END PGP SIGNATURE----- Merge tag '0.1.18' into react-16 Release 0.1.18
This commit is contained in:
commit
843cf9d34e
@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. This change
|
||||
|
||||
## Unreleased
|
||||
|
||||
## [0.1.18] - 2018-01-31
|
||||
|
||||
#### Fixed
|
||||
|
||||
* Garden source dependencies are now working if you don't have your own dependency on Garden.
|
||||
|
||||
|
||||
## [0.1.17] - 2018-01-31
|
||||
|
@ -1,4 +1,4 @@
|
||||
(defproject day8.re-frame/trace "0.1.17-react16"
|
||||
(defproject day8.re-frame/trace "0.1.18-react16"
|
||||
:description "Tracing and developer tools for re-frame apps"
|
||||
:url "https://github.com/Day8/re-frame-trace"
|
||||
:license {:name "MIT"}
|
||||
@ -7,7 +7,9 @@
|
||||
[reagent "0.8.0-alpha2" :scope "provided"]
|
||||
[re-frame "0.10.3" :scope "provided"]
|
||||
[binaryage/devtools "0.9.4"]
|
||||
[cljsjs/react-flip-move "2.9.17-0"]]
|
||||
[cljsjs/react-flip-move "2.9.17-0"]
|
||||
[com.yahoo.platform.yui/yuicompressor "2.4.8" :exclusions [rhino/js]]
|
||||
]
|
||||
:plugins [[thomasa/mranderson "0.4.7"]
|
||||
[lein-less "RELEASE"]]
|
||||
:deploy-repositories {"releases" :clojars
|
||||
|
@ -2,8 +2,8 @@
|
||||
(:require [mranderson047.garden.v1v3v3.garden.types]
|
||||
[mranderson047.garden.v1v3v3.garden.util :as util]
|
||||
[mranderson047.garden.v1v3v3.garden.core])
|
||||
(:import garden.types.CSSFunction
|
||||
garden.types.CSSAtRule))
|
||||
(:import mranderson047.garden.v1v3v3.garden.types.CSSFunction
|
||||
mranderson047.garden.v1v3v3.garden.types.CSSAtRule))
|
||||
|
||||
(defmacro defstyles
|
||||
"Convenience macro equivalent to `(def name (list styles*))`."
|
||||
|
@ -4,8 +4,8 @@
|
||||
[mranderson047.garden.v1v3v3.garden.color :as color]
|
||||
[mranderson047.garden.v1v3v3.garden.types :as t])
|
||||
#?(:clj
|
||||
(:import garden.types.CSSFunction
|
||||
garden.types.CSSAtRule)))
|
||||
(:import mranderson047.garden.v1v3v3.garden.types.CSSFunction
|
||||
mranderson047.garden.v1v3v3.garden.types.CSSAtRule)))
|
||||
|
||||
;;;; ## Stylesheet helpers
|
||||
|
||||
|
@ -9,7 +9,7 @@
|
||||
#?(:clj
|
||||
(:refer-clojure :exclude [format]))
|
||||
#?(:clj
|
||||
(:import garden.types.CSSAtRule)))
|
||||
(:import mranderson047.garden.v1v3v3.garden.types.CSSAtRule)))
|
||||
|
||||
;; ---------------------------------------------------------------------
|
||||
;; String utilities
|
||||
|
Loading…
x
Reference in New Issue
Block a user