From 569378b1923de9a9ecfba2f5b603896e71a815c4 Mon Sep 17 00:00:00 2001 From: Arttu Kaipiainen Date: Tue, 31 Aug 2021 13:44:41 +0300 Subject: [PATCH] Version 5.0.0-beta.5-0 --- CHANGELOG.md | 9 ++++++++- README.md | 10 +++++----- example/deps.edn | 2 +- example/project.clj | 2 +- example/shadow-cljs.edn | 2 +- project.clj | 4 ++-- reagent-material-ui-js/project.clj | 2 +- 7 files changed, 19 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f00b85d98..aa6e0b2e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,18 @@ See [Material UI changelog](https://github.com/mui-org/material-ui/blob/next/CHANGELOG.md) for changes in Material UI. +## 5.0.0-beta.5-0 + +**[compare](https://github.com/arttuka/reagent-material-ui/compare/v5.0.0-beta.2-0...v5.0.0-beta.5-0)** + +- Update Material UI to v5.0.0-beta.5 +- Fix require bug when using `@material-ui/lab` with CLJSJS packages + ## 5.0.0-beta.2-0 **[compare](https://github.com/arttuka/reagent-material-ui/compare/v5.0.0-alpha.32-0...v5.0.0-beta.2-0)** -- Update Material UI to v5.0.0-beta.2-0 +- Update Material UI to v5.0.0-beta.2 - Add components from `@material-ui/unstyled` - Move functions from `@material-ui/core/styles` and `@material-ui/styles` to separate namespaces - Fix default locale in `localization-provider` (#19) @alenkralj diff --git a/README.md b/README.md index 82f55141e..69e48c1d6 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Their examples are very good. and this library tries to follow the original idea To add Material UI to an existing Reagent project, just add this library to your dependencies: ``` -[arttuka/reagent-material-ui "5.0.0-beta.2-0"] +[arttuka/reagent-material-ui "5.0.0-beta.5-0"] ``` Most of the library is in the form of regular Reagent components. Each component is contained in a namespace that mirrors @@ -52,7 +52,7 @@ The adapters from Material-UI Lab are not included in this library. To use npm dependencies with Figwheel Main, you need to exclude prebuilt JS files (React from CLJSJS and Material UI from this library). To do so, add these exclusions to your dependency. See the example project for working configuration. - [arttuka/reagent-material-ui "5.0.0-beta.2-0" :exclusions [arttuka/reagent-material-ui-js]] + [arttuka/reagent-material-ui "5.0.0-beta.5-0" :exclusions [arttuka/reagent-material-ui-js]] #### Material UI component names with shadow-cljs @@ -84,9 +84,9 @@ The build process also includes `lein cljfmt`. The project follows Material UI's version numbering. -* Current `@material-ui/core` version: `5.0.0-beta.2-0` -* Current `@material-ui/icons` version: `5.0.0-beta.2-0` -* Current `@material-ui/lab` version: `5.0.0-alpha.41` +* Current `@material-ui/core` version: `5.0.0-beta.5` +* Current `@material-ui/icons` version: `5.0.0-beta.5` +* Current `@material-ui/lab` version: `5.0.0-alpha.44` ### License diff --git a/example/deps.edn b/example/deps.edn index aed1d6ddf..b7cfc09bf 100644 --- a/example/deps.edn +++ b/example/deps.edn @@ -1,5 +1,5 @@ {:paths ["src" "target" "resources"] - :deps {arttuka/reagent-material-ui {:mvn/version "5.0.0-beta.2-0" + :deps {arttuka/reagent-material-ui {:mvn/version "5.0.0-beta.5-0" #_#_:exclusions [arttuka/reagent-material-ui-js]} cljsjs/react {:mvn/version "17.0.2-0"} cljsjs/react-dom {:mvn/version "17.0.2-0"} diff --git a/example/project.clj b/example/project.clj index d9c59fa80..6dc326144 100644 --- a/example/project.clj +++ b/example/project.clj @@ -1,7 +1,7 @@ (defproject reagent-material-ui-example "1.0.0" :dependencies [[org.clojure/clojure "1.10.3"] [org.clojure/clojurescript "1.10.879"] - [arttuka/reagent-material-ui "5.0.0-beta.2-0" + [arttuka/reagent-material-ui "5.0.0-beta.5-0" #_#_ :exclusions [arttuka/reagent-material-ui-js]] [cljsjs/react "17.0.2-0"] [cljsjs/react-dom "17.0.2-0"]] diff --git a/example/shadow-cljs.edn b/example/shadow-cljs.edn index 129bec263..e632e3f71 100644 --- a/example/shadow-cljs.edn +++ b/example/shadow-cljs.edn @@ -1,5 +1,5 @@ {:dependencies [[reagent "1.1.0"] - [arttuka/reagent-material-ui "5.0.0-beta.2-0"]] + [arttuka/reagent-material-ui "5.0.0-beta.5-0"]] :source-paths ["src"] :builds {:dev {:target :browser :output-dir "resources/public/js" diff --git a/project.clj b/project.clj index fcf9f4578..ae45bcf73 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject arttuka/reagent-material-ui "5.0.0-beta.2-0" +(defproject arttuka/reagent-material-ui "5.0.0-beta.5-0" :description "Reagent wrapper library for Material UI v5 alpha" :url "https://github.com/arttuka/reagent-material-ui" :license {:name "Eclipse Public License 2.0" @@ -7,7 +7,7 @@ [reagent "1.1.0"] [com.andrewmcveigh/cljs-time "0.5.2"] [camel-snake-kebab "0.4.2"] - [arttuka/reagent-material-ui-js "5.0.0-beta.2-0"]] + [arttuka/reagent-material-ui-js "5.0.0-beta.5-0"]] :plugins [[lein-cljfmt "0.8.0"] [lein-cljsbuild "1.1.8"] [lein-doo "0.1.11"]] diff --git a/reagent-material-ui-js/project.clj b/reagent-material-ui-js/project.clj index e8409d0a8..fa7d227f6 100644 --- a/reagent-material-ui-js/project.clj +++ b/reagent-material-ui-js/project.clj @@ -1,4 +1,4 @@ -(defproject arttuka/reagent-material-ui-js "5.0.0-beta.2-0" +(defproject arttuka/reagent-material-ui-js "5.0.0-beta.5-0" :description "Packaged Javascript files for reagent-material-ui" :url "https://github.com/arttuka/reagent-material-ui" :license {:name "Eclipse Public License 2.0"