semantic-ui-sass 2.4.2.0 → 2.4.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/.travis.yml +4 -2
- data/CHANGELOG.md +108 -105
- data/README.md +48 -2
- data/app/assets/stylesheets/semantic-ui/collections/_form.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +21 -21
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +3 -3
- data/app/assets/stylesheets/semantic-ui/collections/_table.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/elements/_all.scss +1 -0
- data/app/assets/stylesheets/semantic-ui/elements/_container.scss +29 -30
- data/app/assets/stylesheets/semantic-ui/elements/_container_variables.scss +48 -0
- data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/globals/_variables.scss +45 -2
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +12 -12
- data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +30 -30
- data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_search.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_ad.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_card.scss +3 -3
- data/app/assets/stylesheets/semantic-ui/views/_item.scss +3 -3
- data/lib/semantic-ui-sass.rb +2 -2
- data/lib/semantic/ui/sass/version.rb +2 -2
- data/semantic-ui-sass.gemspec +2 -2
- data/spec/dummy/app/assets/config/manifest.js +3 -0
- data/tasks/converter.rb +17 -1
- metadata +15 -13
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6ad5b58124f5f3a139802d76c6bb5f0ddf64886fdf921a6bd5bc31d4bb2249d0
|
4
|
+
data.tar.gz: 396f3a31daf60fc2480e5c7e735fd702b00da584e622959883fa25041859bc5c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e479ce5b0ac82389197efd278d95b781d3592ab049963d8d7dd5154a37ed4c4b842f4378184c6b22f2ada328ed688f5c0404a9b300430c6e689a9d977755bcdf
|
7
|
+
data.tar.gz: 9e1a360e178333324c7a535bc9db08bb21e9dc0c80f86a7fc38de3f549851b07086290952dfe4c1c6caf0b023491d33efb86d003253ceaff4d63e53fa9c240f9
|
data/.travis.yml
CHANGED
data/CHANGELOG.md
CHANGED
@@ -1,369 +1,372 @@
|
|
1
|
+
## 2.4.3.0
|
2
|
+
|
3
|
+
- Change from `sass-rails` to `sassc-rails` to correct deprecation usage
|
4
|
+
|
1
5
|
## 2.4.2.0
|
2
6
|
|
3
|
-
|
4
|
-
|
7
|
+
- Update Semantic UI to 2.4.2
|
8
|
+
- Add $use-custom-scrollbar variable to optionally use native scrollbars #138
|
5
9
|
|
6
10
|
## 2.4.0.1
|
7
11
|
|
8
|
-
|
12
|
+
- Include new placeholder element #133
|
9
13
|
|
10
14
|
## 2.4.0.0
|
11
15
|
|
12
|
-
|
16
|
+
- Update Semantic UI to 2.4.0
|
13
17
|
|
14
18
|
## 2.3.3.0
|
15
19
|
|
16
|
-
|
20
|
+
- Update Semantic UI to 2.3.3
|
17
21
|
|
18
22
|
## 2.3.1.2
|
19
23
|
|
20
|
-
|
24
|
+
- update icons font
|
21
25
|
|
22
26
|
## 2.3.1.1
|
23
27
|
|
24
|
-
|
28
|
+
- add missing brand-icon files #128
|
25
29
|
|
26
30
|
## 2.3.1.0
|
27
31
|
|
28
|
-
|
32
|
+
- Update Semantic UI to 2.3.1
|
29
33
|
|
30
34
|
## 2.3.0.0
|
31
35
|
|
32
|
-
|
36
|
+
- Update Semantic UI to 2.3.0
|
33
37
|
|
34
38
|
## 2.2.14
|
35
39
|
|
36
|
-
|
40
|
+
- Update Semantic UI to 2.2.14
|
37
41
|
|
38
42
|
## 2.2.12.1
|
39
43
|
|
40
|
-
|
44
|
+
- Add sprockets support #120
|
41
45
|
|
42
46
|
## 2.2.10.1
|
43
47
|
|
44
|
-
|
48
|
+
- Fix flag.png path
|
45
49
|
|
46
50
|
## 2.2.10.0
|
47
51
|
|
48
|
-
|
52
|
+
- Update Semantic UI to 2.2.10
|
49
53
|
|
50
54
|
## 2.2.9.3
|
51
55
|
|
52
|
-
|
56
|
+
- Fix semantic-ui.js require statements
|
53
57
|
|
54
58
|
## 2.2.9.2
|
55
59
|
|
56
|
-
|
60
|
+
- Update semantic-ui.js to 2.2.9
|
57
61
|
|
58
62
|
## 2.2.9.1
|
59
63
|
|
60
|
-
|
64
|
+
- Fix compass template error
|
61
65
|
|
62
66
|
## 2.2.9.0
|
63
67
|
|
64
|
-
|
68
|
+
- before_action instead before_filter
|
65
69
|
|
66
|
-
|
70
|
+
- Update Semantic UI to 2.2.9
|
67
71
|
|
68
72
|
## 2.2.7.1
|
69
73
|
|
70
|
-
|
74
|
+
- Fix invalid image-url for flags.png
|
71
75
|
|
72
76
|
## 2.2.7.0
|
73
77
|
|
74
|
-
|
78
|
+
- Replace flags image with optimized one
|
75
79
|
|
76
|
-
|
80
|
+
- Change gem install to secure HTTPS URL
|
77
81
|
|
78
|
-
|
82
|
+
- Update Semantic UI to 2.2.7
|
79
83
|
|
80
84
|
## 2.2.6.0
|
81
85
|
|
82
|
-
|
86
|
+
- Add import-google-fonts variable
|
83
87
|
|
84
|
-
|
88
|
+
- Update Semantic UI to 2.2.6
|
85
89
|
|
86
90
|
## 2.2.4.0
|
87
91
|
|
88
|
-
|
92
|
+
- Update Semantic UI to 2.2.4
|
89
93
|
|
90
94
|
## 2.2.3.0
|
91
95
|
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
+
- Add font-name variable to change easily custom fonts
|
97
|
+
- Fix undefined method `start_with?` for sprockets 4
|
98
|
+
- Add font-family variable
|
99
|
+
- Update Semantic UI to 2.2.3
|
96
100
|
|
97
101
|
## 2.2.2.2
|
98
102
|
|
99
|
-
|
103
|
+
- Update fonts to version 2.2.2 #81
|
100
104
|
|
101
105
|
## 2.2.2.1
|
102
106
|
|
103
|
-
|
107
|
+
- Add font-url variable
|
104
108
|
|
105
109
|
## 2.2.2.0
|
106
110
|
|
107
|
-
|
111
|
+
- Update Semantic UI to 2.2.2
|
108
112
|
|
109
113
|
## 2.2.1.1
|
110
114
|
|
111
|
-
|
115
|
+
- Fix #79
|
112
116
|
|
113
117
|
## 2.2.1.0
|
114
118
|
|
115
|
-
|
116
|
-
|
119
|
+
- Update Semantic UI to 2.2.1
|
120
|
+
- Fixed font url error #78
|
117
121
|
|
118
122
|
## 2.2.0.0
|
119
123
|
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
+
- Update Semantic UI to 2.2.0
|
125
|
+
- Fixed rails 5 error
|
126
|
+
- Allow any HTML options in semantic_icon
|
127
|
+
- Add latin-ext subset to Google Font import URL.
|
124
128
|
|
125
129
|
## 2.1.8.0
|
126
130
|
|
127
|
-
|
131
|
+
- Update Semantic UI to 2.1.8
|
128
132
|
|
129
133
|
## 2.1.6.0
|
130
134
|
|
131
|
-
|
135
|
+
- Update Semantic UI to 2.1.6
|
132
136
|
|
133
137
|
## 2.1.4.0
|
134
138
|
|
135
|
-
|
139
|
+
- Rename breadcrumb methods to follow semantic\_ naming
|
136
140
|
|
137
|
-
|
141
|
+
- Update Semantic UI to 2.1.4
|
138
142
|
|
139
143
|
## 2.0.7.0
|
140
144
|
|
141
|
-
|
145
|
+
- Update Semantic UI to 2.0.7
|
142
146
|
|
143
147
|
## 2.0.4.0
|
144
148
|
|
145
|
-
|
149
|
+
- Update Semantic UI to 2.0.4
|
146
150
|
|
147
151
|
## 1.12.3.0
|
148
152
|
|
149
|
-
|
153
|
+
- Update Semantic UI to 1.12.3
|
150
154
|
|
151
155
|
## 1.11.4.1
|
152
156
|
|
153
|
-
|
157
|
+
- Removes reference to a absent icon file
|
154
158
|
|
155
159
|
## 1.11.4.0
|
156
160
|
|
157
|
-
|
161
|
+
- Update Semantic UI to 1.11.4
|
158
162
|
|
159
163
|
## 1.8.1.0
|
160
164
|
|
161
|
-
|
165
|
+
- Update Semantic UI to 1.8.1
|
162
166
|
|
163
167
|
## 1.8.0.0
|
164
168
|
|
165
|
-
|
169
|
+
- Update Semantic UI to 1.8.0
|
166
170
|
|
167
171
|
## 1.7.3.0
|
168
172
|
|
169
|
-
|
173
|
+
- Update Semantic UI to 1.7.3
|
170
174
|
|
171
175
|
## 1.7.0.0
|
172
176
|
|
173
|
-
|
177
|
+
- Update Semantic UI to 1.7.0
|
174
178
|
|
175
179
|
## 1.6.2.0
|
176
180
|
|
177
|
-
|
181
|
+
- Update Semantic UI to 1.6.2
|
178
182
|
|
179
183
|
## 1.5.0.0
|
180
184
|
|
181
|
-
|
185
|
+
- Update Semantic UI to 1.5.0
|
182
186
|
|
183
187
|
## 1.4.1.0
|
184
188
|
|
185
|
-
|
189
|
+
- Update Semantic UI to 1.4.1
|
186
190
|
|
187
191
|
## 1.2.0.0
|
188
192
|
|
189
|
-
|
190
|
-
|
193
|
+
- Update Semantic UI to 1.2.0
|
191
194
|
|
192
195
|
## 0.19.3.1
|
193
196
|
|
194
|
-
|
197
|
+
- Fix fonts urls for asset pipeline
|
195
198
|
|
196
199
|
## 0.19.3.0
|
197
200
|
|
198
|
-
|
201
|
+
- Fix font-url
|
199
202
|
|
200
|
-
|
203
|
+
- Update Semantic UI to 0.19.3
|
201
204
|
|
202
205
|
## 0.16.1.0
|
203
206
|
|
204
|
-
|
207
|
+
- Update Semantic UI to 0.16.1
|
205
208
|
|
206
209
|
## 0.15.5.0
|
207
210
|
|
208
|
-
|
211
|
+
- Update Semantic UI to 0.15.5
|
209
212
|
|
210
213
|
## 0.15.4.2
|
211
214
|
|
212
|
-
|
215
|
+
- Fix netsted import error
|
213
216
|
|
214
217
|
## 0.15.4.1
|
215
218
|
|
216
|
-
|
219
|
+
- Fix depend_on_asset
|
217
220
|
|
218
221
|
## 0.15.4.0
|
219
222
|
|
220
|
-
|
223
|
+
- Update Semantic UI to 0.15.4
|
221
224
|
|
222
225
|
## 0.15.2.0
|
223
226
|
|
224
|
-
|
227
|
+
- Update Semantic UI to 0.15.2
|
225
228
|
|
226
229
|
## 0.15.1.0
|
227
230
|
|
228
|
-
|
231
|
+
- Update Semantic UI to 0.15.1
|
229
232
|
|
230
233
|
## 0.14.0.0
|
231
234
|
|
232
|
-
|
235
|
+
- Update Semantic UI to 0.14.0
|
233
236
|
|
234
237
|
## 0.13.1.0
|
235
238
|
|
236
|
-
|
239
|
+
- Update Semantic UI to 0.13.1
|
237
240
|
|
238
241
|
## 0.13.0.0
|
239
242
|
|
240
|
-
|
243
|
+
- Update Semantic UI to 0.13.0
|
241
244
|
|
242
245
|
## 0.12.5.0
|
243
246
|
|
244
|
-
|
247
|
+
- Update Semantic UI to 0.12.5
|
245
248
|
|
246
249
|
## 0.12.4.0
|
247
250
|
|
248
|
-
|
251
|
+
- Update Semantic UI to 0.12.4
|
249
252
|
|
250
253
|
## 0.12.3.0
|
251
254
|
|
252
|
-
|
255
|
+
- Update Semantic UI to 0.12.3
|
253
256
|
|
254
257
|
## 0.12.2.0
|
255
258
|
|
256
|
-
|
259
|
+
- Update Semantic UI to 0.12.2
|
257
260
|
|
258
261
|
## 0.12.1.0
|
259
262
|
|
260
|
-
|
263
|
+
- Update Semantic UI to 0.12.1
|
261
264
|
|
262
265
|
## 0.12.0.0
|
263
266
|
|
264
|
-
|
267
|
+
- Update Semantic UI to 0.12.0
|
265
268
|
|
266
269
|
## 0.11.0.0
|
267
270
|
|
268
|
-
|
271
|
+
- Update Semantic UI to 0.11.0
|
269
272
|
|
270
273
|
## 0.10.3.0
|
271
274
|
|
272
|
-
|
275
|
+
- Update Semantic UI to 0.10.3
|
273
276
|
|
274
277
|
## 0.10.2.0
|
275
278
|
|
276
|
-
|
279
|
+
- Update Semantic UI to 0.10.2
|
277
280
|
|
278
281
|
## 0.10.1.0
|
279
282
|
|
280
|
-
|
283
|
+
- Update Semantic UI to 0.10.1
|
281
284
|
|
282
285
|
## 0.10.0.0
|
283
286
|
|
284
|
-
|
287
|
+
- Update Semantic UI to 0.10.0
|
285
288
|
|
286
289
|
## 0.9.6.0
|
287
290
|
|
288
|
-
|
291
|
+
- Update Semantic UI to 0.9.6
|
289
292
|
|
290
293
|
## 0.9.5.0
|
291
294
|
|
292
|
-
|
295
|
+
- Update Semantic UI to 0.9.5
|
293
296
|
|
294
297
|
## 0.9.4.0
|
295
298
|
|
296
|
-
|
299
|
+
- Update Semantic UI to 0.9.4
|
297
300
|
|
298
301
|
## 0.9.3.0
|
299
302
|
|
300
|
-
|
303
|
+
- Update Semantic UI to 0.9.3
|
301
304
|
|
302
305
|
## 0.9.2.0
|
303
306
|
|
304
|
-
|
307
|
+
- Update Semantic UI to 0.9.2
|
305
308
|
|
306
309
|
## 0.9.1.0
|
307
310
|
|
308
|
-
|
311
|
+
- Update Semantic UI to 0.9.1
|
309
312
|
|
310
|
-
|
313
|
+
- Add breadcrumbs helper
|
311
314
|
|
312
315
|
## 0.9.0.0
|
313
316
|
|
314
|
-
|
317
|
+
- Update Semantic UI to 0.9.0
|
315
318
|
|
316
|
-
|
319
|
+
- Add browsers setting for autoprefixer
|
317
320
|
|
318
321
|
## 0.8.6.0
|
319
322
|
|
320
|
-
|
323
|
+
- Update Semantic UI to 0.8.6
|
321
324
|
|
322
325
|
## 0.8.5.0
|
323
326
|
|
324
|
-
|
327
|
+
- Update Semantic UI to 0.8.5
|
325
328
|
|
326
329
|
## 0.8.4.0
|
327
330
|
|
328
|
-
|
331
|
+
- Update Semantic UI to 0.8.4
|
329
332
|
|
330
333
|
## 0.8.3.0
|
331
334
|
|
332
|
-
|
335
|
+
- Update Semantic UI to 0.8.3
|
333
336
|
|
334
337
|
## 0.8.0.0
|
335
338
|
|
336
339
|
## 0.8.2.0
|
337
340
|
|
338
|
-
|
341
|
+
- Update Semantic UI to 0.8.2
|
339
342
|
|
340
|
-
|
343
|
+
- Add autoprefixer
|
341
344
|
|
342
|
-
|
345
|
+
- Remove sqlite3
|
343
346
|
|
344
347
|
## 0.8.1.0
|
345
348
|
|
346
|
-
|
349
|
+
- Update Semantic UI to 0.8.1
|
347
350
|
|
348
351
|
## 0.8.0.0
|
349
352
|
|
350
|
-
|
353
|
+
- Add flash helper
|
351
354
|
|
352
|
-
|
355
|
+
- Add icon helper
|
353
356
|
|
354
|
-
|
357
|
+
- Update Semantic UI to 0.8.0
|
355
358
|
|
356
359
|
## 0.0.3
|
357
360
|
|
358
|
-
|
361
|
+
- Fix typo in semantic-ui.js
|
359
362
|
|
360
|
-
|
363
|
+
- Update Semantic UI
|
361
364
|
|
362
365
|
## 0.0.2
|
363
366
|
|
364
367
|
### Features
|
365
368
|
|
366
|
-
|
369
|
+
- Add support for compass
|
367
370
|
|
368
371
|
```console
|
369
372
|
gem install semantic-ui-sass
|
@@ -372,4 +375,4 @@
|
|
372
375
|
|
373
376
|
## 0.0.1
|
374
377
|
|
375
|
-
|
378
|
+
- Initial version
|