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