Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roman01la committed Jul 6, 2022
1 parent 0716507 commit 42a055b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# CHANGELOG

## 0.4.0

### Improvements

- Added linter check for non-reactive usage of re-frame subscriptions in UIx components via re-frame API [071650](https://github.com/pitch-io/uix/commit/0716507b6bfdcb28091879ef14958aae4300c751)

### Docs

- Added a section on [“Syncing with ratoms and re-frame”](https://github.com/pitch-io/uix/blob/master/docs/interop-with-reagent.md#syncing-with-ratoms-and-re-frame)
- Added a section about [“Utilities”](https://github.com/pitch-io/uix/blob/master/docs/utilities.md)

## 0.3.0

### Improvements
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ yarn add [email protected] [email protected]
```

```clj
{:deps {com.pitch/uix.core {:mvn/version "0.3.0"}
com.pitch/uix.dom {:mvn/version "0.3.0"}}}
{:deps {com.pitch/uix.core {:mvn/version "0.4.0"}
com.pitch/uix.dom {:mvn/version "0.4.0"}}}
```

## Usage
Expand Down Expand Up @@ -72,6 +72,7 @@ _Note: to ensure you're using the right Node.js version, you can use [nvm](https
once in the directory. Otherwise the Node.js version you use is in the `.nvmrc` file. See nvm repo for more documentation._

## Thanks to

- [UIx v1](https://github.com/roman01la/uix) for initial set of ideas and learnings
- [Helix](https://github.com/lilactown/helix) for even more ideas
- [Pitch](https://github.com/pitch-io) for sponsoring and dogfooding the work
2 changes: 1 addition & 1 deletion core/release.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:group-id "com.pitch"
:artifact-id "uix.core"
:version "0.3.0"
:version "0.4.0"
:scm-url "https://github.com/pitch-io/uix/tree/master/core"}
2 changes: 1 addition & 1 deletion dom/release.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:group-id "com.pitch"
:artifact-id "uix.dom"
:version "0.3.0"
:version "0.4.0"
:scm-url "https://github.com/pitch-io/uix/tree/master/dom"}

0 comments on commit 42a055b

Please sign in to comment.