Skip to content

Commit 949d1c2

Browse files
authored
Merge pull request #2 from matestack/2.0.0
2.0.0 Release
2 parents 731d69b + 3f682d7 commit 949d1c2

File tree

191 files changed

+3179
-3025
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

191 files changed

+3179
-3025
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## v2.0.0 Release - 2021-04-12
4+
5+
### Changes
6+
7+
- various internal adjustments matching `matestack-ui-core` 2.0.0 changes
8+
- changed to MIT license like `matestack-ui-core`
9+
10+
311
## v1.5.1 Release - 2021-03-07
412

513
### Bugfixes

Dockerfile.dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ruby:2.7.2-alpine3.12
33
RUN gem install bundler:2.1.4
44

55
RUN apk update --no-cache && \
6-
apk add build-base postgresql-dev git nodejs yarn tzdata bash sqlite-dev npm && \
6+
apk add build-base postgresql-dev git nodejs yarn tzdata bash sqlite-dev npm shared-mime-info && \
77
mkdir -p /app
88

99
WORKDIR /app

Dockerfile.release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ruby:2.7.2-alpine3.12
33
RUN gem install bundler:2.1.4
44

55
RUN apk update --no-cache && \
6-
apk add build-base postgresql-dev git nodejs yarn tzdata bash sqlite-dev npm && \
6+
apk add build-base postgresql-dev git nodejs yarn tzdata bash sqlite-dev npm shared-mime-info && \
77
mkdir -p /app
88

99
WORKDIR /app

Dockerfile.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM ruby:2.7.2-alpine3.12
33
RUN gem install bundler:2.1.4
44

55
RUN apk update --no-cache && \
6-
apk add build-base postgresql-dev git nodejs yarn tzdata bash sqlite-dev npm && \
6+
apk add build-base postgresql-dev git nodejs yarn tzdata bash sqlite-dev npm shared-mime-info && \
77
mkdir -p /app
88

99
WORKDIR /app

Gemfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ gem 'redcarpet' # for markdown usage
99
gem 'rouge' # for syntax highlighting
1010

1111
gem 'bootsnap', require: false
12-
gem "trailblazer-cells"
13-
gem "cells-rails"
14-
gem "cells-haml"
12+
1513

1614
# Declare your gem's dependencies in matestack-ui-material.gemspec.
1715
# Bundler will treat runtime dependencies like base dependencies, and
@@ -25,6 +23,7 @@ gemspec
2523

2624
gem 'rails', '6.1.2'
2725

26+
2827
gem 'rspec-rails', '~> 4.0.2'
2928
gem 'capybara'
3029
gem 'webpacker', '~> 5.0'

Gemfile.lock

Lines changed: 20 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
PATH
22
remote: .
33
specs:
4-
matestack-ui-bootstrap (1.4.0)
5-
matestack-ui-core (~> 1.4.0)
4+
matestack-ui-bootstrap (2.0.0)
5+
matestack-ui-core (~> 2.0)
66

77
GEM
88
remote: https://rubygems.org/
@@ -69,7 +69,7 @@ GEM
6969
addressable (2.7.0)
7070
public_suffix (>= 2.0.2, < 5.0)
7171
bcrypt (3.1.16)
72-
bootsnap (1.7.2)
72+
bootsnap (1.7.3)
7373
msgpack (~> 1.0)
7474
builder (3.2.4)
7575
byebug (11.1.3)
@@ -81,26 +81,12 @@ GEM
8181
rack-test (>= 0.6.3)
8282
regexp_parser (>= 1.5, < 3.0)
8383
xpath (~> 3.2)
84-
cells (4.1.7)
85-
declarative-builder (< 0.2.0)
86-
declarative-option (< 0.2.0)
87-
tilt (>= 1.4, < 3)
88-
uber (< 0.2.0)
89-
cells-haml (0.0.10)
90-
cells (>= 4.0.1, <= 6.0.0)
91-
haml (>= 4.1.0.beta.1)
92-
cells-rails (0.1.3)
93-
actionpack (>= 5.0)
94-
cells (>= 4.1.6, < 5.0.0)
9584
childprocess (3.0.0)
9685
coderay (1.1.3)
9786
concurrent-ruby (1.1.8)
9887
crack (0.4.5)
9988
rexml
10089
crass (1.0.6)
101-
declarative-builder (0.1.0)
102-
declarative-option (< 0.2.0)
103-
declarative-option (0.1.0)
10490
devise (4.7.3)
10591
bcrypt (~> 3.0)
10692
orm_adapter (~> 0.1)
@@ -110,44 +96,39 @@ GEM
11096
diff-lcs (1.4.4)
11197
docile (1.3.5)
11298
erubi (1.10.0)
113-
faker (2.16.0)
99+
faker (2.17.0)
114100
i18n (>= 1.6, < 2)
115101
generator_spec (0.9.4)
116102
activesupport (>= 3.0.0)
117103
railties (>= 3.0.0)
118104
globalid (0.4.2)
119105
activesupport (>= 4.2.0)
120-
haml (5.2.1)
121-
temple (>= 0.8.0)
122-
tilt
123106
hashdiff (1.0.1)
124-
i18n (1.8.9)
107+
i18n (1.8.10)
125108
concurrent-ruby (~> 1.0)
126-
loofah (2.9.0)
109+
loofah (2.9.1)
127110
crass (~> 1.0.2)
128111
nokogiri (>= 1.5.9)
129112
mail (2.7.1)
130113
mini_mime (>= 0.1.1)
131114
marcel (0.3.3)
132115
mimemagic (~> 0.3.2)
133-
matestack-ui-core (1.4.0)
134-
cells-haml (>= 0.0.10)
135-
cells-rails (>= 0.1.0)
136-
haml (>= 4.1.0.beta.1)
116+
matestack-ui-core (2.0.0)
137117
rails (>= 5.2)
138-
trailblazer-cells (>= 0.0.3)
139118
method_source (1.0.0)
140-
mimemagic (0.3.5)
141-
mini_mime (1.0.2)
119+
mimemagic (0.3.10)
120+
nokogiri (~> 1)
121+
rake
122+
mini_mime (1.1.0)
142123
mini_portile2 (2.5.0)
143-
minitest (5.14.3)
124+
minitest (5.14.4)
144125
msgpack (1.4.2)
145-
nio4r (2.5.5)
146-
nokogiri (1.11.1)
126+
nio4r (2.5.7)
127+
nokogiri (1.11.3)
147128
mini_portile2 (~> 2.5.0)
148129
racc (~> 1.4)
149130
orm_adapter (0.5.0)
150-
paper_trail (11.1.0)
131+
paper_trail (12.0.0)
151132
activerecord (>= 5.2)
152133
request_store (~> 1.1)
153134
pg (1.2.3)
@@ -160,7 +141,7 @@ GEM
160141
pry-rails (0.3.9)
161142
pry (>= 0.10.4)
162143
public_suffix (4.0.6)
163-
puma (5.2.1)
144+
puma (5.2.2)
164145
nio4r (~> 2.0)
165146
racc (1.5.2)
166147
rack (2.2.3)
@@ -197,13 +178,13 @@ GEM
197178
rake (13.0.3)
198179
redcarpet (3.5.1)
199180
redis (4.2.5)
200-
regexp_parser (2.0.3)
181+
regexp_parser (2.1.1)
201182
request_store (1.5.0)
202183
rack (>= 1.4)
203184
responders (3.0.1)
204185
actionpack (>= 5.0)
205186
railties (>= 5.0)
206-
rexml (3.2.4)
187+
rexml (3.2.5)
207188
rouge (3.26.0)
208189
rspec (3.10.0)
209190
rspec-core (~> 3.10.0)
@@ -234,7 +215,7 @@ GEM
234215
selenium-webdriver (3.142.7)
235216
childprocess (>= 0.5, < 4.0)
236217
rubyzip (>= 1.2.2)
237-
semantic_range (2.3.1)
218+
semantic_range (3.0.0)
238219
simplecov (0.21.2)
239220
docile (~> 1.1)
240221
simplecov-html (~> 0.11)
@@ -248,17 +229,12 @@ GEM
248229
actionpack (>= 4.0)
249230
activesupport (>= 4.0)
250231
sprockets (>= 3.0.0)
251-
temple (0.8.2)
252232
thor (1.1.0)
253-
tilt (2.0.10)
254-
trailblazer-cells (0.0.3)
255-
cells (>= 4.1.0.rc1, < 5.0.0)
256233
tzinfo (2.0.4)
257234
concurrent-ruby (~> 1.0)
258-
uber (0.1.0)
259235
warden (1.2.9)
260236
rack (>= 2.0.9)
261-
webmock (3.11.2)
237+
webmock (3.12.2)
262238
addressable (>= 2.3.6)
263239
crack (>= 0.3.2)
264240
hashdiff (>= 0.4.0, < 2.0.0)
@@ -281,8 +257,6 @@ DEPENDENCIES
281257
bootsnap
282258
byebug
283259
capybara
284-
cells-haml
285-
cells-rails
286260
devise
287261
faker
288262
generator_spec
@@ -301,7 +275,6 @@ DEPENDENCIES
301275
rspec-wait
302276
selenium-webdriver
303277
simplecov
304-
trailblazer-cells
305278
webmock
306279
webpacker (~> 5.0)
307280

LICENSE

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,20 @@
11
Copyright (c) Matestack GmbH
22

3-
matestack-ui-bootstrap is an Open Source project licensed under the terms of
4-
the LGPLv3 license. Please see <http://www.gnu.org/licenses/lgpl-3.0.html>
5-
for license text.
3+
Permission is hereby granted, free of charge, to any person obtaining
4+
a copy of this software and associated documentation files (the
5+
"Software"), to deal in the Software without restriction, including
6+
without limitation the rights to use, copy, modify, merge, publish,
7+
distribute, sublicense, and/or sell copies of the Software, and to
8+
permit persons to whom the Software is furnished to do so, subject to
9+
the following conditions:
610

7-
Matestack will provide a commercial-friendly license allowing private forks
8-
and modifications of matestack-ui-bootstrap. Please request at jonas@matestack.io
11+
The above copyright notice and this permission notice shall be
12+
included in all copies or substantial portions of the Software.
13+
14+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17+
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18+
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19+
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20+
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
-54.7 KB
Binary file not shown.

app/assets/images/icons/bootstrap-icons.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

app/concepts/matestack/ui/bootstrap/components/alert.rb

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)