Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated dependencies and added some tab components that were missing #15

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
(defproject bootstrap-cljs "0.29.2.0"
(defproject bootstrap-cljs "0.31.5-1"
:description "ClojureScript wrapper around React Bootstrap"
:url "https://github.com/luxbock/bootstrap-cljs"
:license {:name "Eclipse Public License"
:url "http://www.eclipse.org/legal/epl-v10.html"}
:jar-exclusions [#"\.cljx\.swp|\.swo|\.DS_Store"]
:source-paths ["target/generated/src/clj" "src"]
:resource-paths ["target/generated/src/cljs" "resources"]
:dependencies [[org.clojure/clojure "1.7.0" :scope "provided"]
[org.clojure/clojurescript "1.7.228" :scope "provided"]
[cljsjs/react-bootstrap "0.29.2-0"]
:dependencies [[org.clojure/clojure "1.9.0" :scope "provided"]
[org.clojure/clojurescript "1.10.238" :scope "provided"]
[cljsjs/react-bootstrap "0.31.5-0"]
[prismatic/om-tools "0.4.0"]]
:scm {:name "git"
:url "https://github.com/luxbock/bootstrap-cljs"}
Expand Down
3 changes: 3 additions & 0 deletions src/bootstrap_cljs/core.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,9 @@
SplitButton
SplitButton.Toggle
Tab
TabContainer
TabContent
TabPane
Table
Tabs
Thumbnail
Expand Down