Liking cljdoc? Tell your friends :D

Change Log

All notable changes to this project will be documented in this file. This change log follows the conventions of keepachangelog.com.

0.3.2

Added

  • <sub and >evt shorthand functions to core

Fixed

  • Inline styles are now supported for all of tinctures components
  • Issue where not having either :item true or :container true would throw an underlying herb error

Changed

  • Default font is changed from Raleway to Roboto.

Breaking changed

  • Default font is now not automatically injected into head. If a font URL is passed to tincture.core/init! it will get injected, otherwise leave it up to the developer. See readme for more details.

0.3.1

Changed

  • Include reagent and re-frame as deps
  • Add note in readme about exclusions

0.3.0

Changed

  • Update/fix create-transition function
  • Prepare demo site
  • Typography now follows latest material guidelines
  • Upgrade deps
  • Change casing for components to pascal case, deprecate kebab case
  • Change init to a multi arity function
  • Remove copy pasted macro/gradient functions, replace with inkspot dependency

Added

  • Documentation
  • Tests
  • Dynamic font loading

0.2.0 - 2019-05-26

Added

  • Flexbox grid implementation
  • Breakpoint event/sub handlers using re-frame
  • CSS functions

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close