Skip to content

Releases: Respo/respo-message.cljs

Adding transitions

03 Nov 09:57
Compare
Choose a tag to compare

Transitions are added with help of React Effects APIs.

Upgrade to latest Respo

30 Oct 08:56
Compare
Choose a tag to compare

Fix:

  • Reference to create-comp breaks latest Respo.

Switching to respo.core

31 Oct 04:54
Compare
Choose a tag to compare

rollback change on update-messages

17 Jun 10:44
Compare
Choose a tag to compare

Tried code on server side app. update-messages function is not useful. So it doesn't need to be complicated.

abstract out action names

17 Jun 10:05
Compare
Choose a tag to compare

Action names generated with gensym will probably be different on server and client. Now actions can be passed from action/dict. When used on server side, just define the actions by yourself.

Refactor component

17 Jun 04:24
Compare
Choose a tag to compare

The component are refactored now.

(comp-messages (:messages store) {:bottom? true})
(dispatch! action/create {:text (lorem-ipsum), :token "xxx"}))

(dispatch! action/remove-one {:token "xxx"})

update respo-ui

21 Jan 15:02
Compare
Choose a tag to compare

Update Respo 0.8 with on-click syntax

06 Jan 07:09
Compare
Choose a tag to compare

Upgrade

  • Respo introduced new syntax, need an upgrade