-
Notifications
You must be signed in to change notification settings - Fork 22
/
CHANGELOG
273 lines (198 loc) · 6.51 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
== master
* enhancement
* bugfix
== TODO
ActionText / trix.
Include pg_search for fulltext field.
Remove "image_processing" specific version + add gem 'mini_magick' (pour la génération des variants)
== 2.0.3
* bugfix
* _ids in permitted_attributes (beautiful_jointable)
* enhancement
* Replace tagit by select2 (+ _ids in permitted_attributes)
* Bootstrap 4.3 -> 5.1
== 2.0.2
* enhancement
* Native html colorpicker
* bugfix
* Datetime picker for model form
* Display price in model form
== 2.0.1
* enhancement
* Replace Devise by Sorcery
* Tests Sorcery and Cancancan generators
* New generator for ActiveStorage
* bugfix
* Locale : fix all locale in the same file.
* Visual fix ('-' in menu)
* Will_paginate right locales
* Avoid adding gems multiple times
== 2.0.0
* enhancement
* Bootstrap 4.5 for search field.
* bugfix
* Beautiful migration & Rails 6 (fix #23)
== 2.0.0.pre
* enhancement
* replace chardinjs by driverjs : https://github.com/kamranahmedse/driver.js
* replace bootstrapdatetimepicker by https://tempusdominus.github.io/bootstrap-4/Usage/
* Update JStreeview
* Update Bootstrap 4.2
* Update FontAwesome 5
* Generate beautiful scaffold for mountable engine
* Tests generators works !
* Refactoring ruby code.
* bugfix
* Bugfix for engine
== 1.0.3
* enhancement
* You can generate scaffold in a mountable engine, now. (see README for syntax)
* Bugfix
* I18n translation default value (model.column).
== 1.0.2
* enhancement
* Using static twitter bootstrap files
* UI : button back & submit on the same line
* Add tests (better late than never :/)
* bugfix
* Fix #18 : Responsive Theme Navbar Overlaps Content When Resizing Below ~979px
* Fix generator locales
* Fix icon datetimepicker
* render nothing: true replace with head :ok
== 1.0.1
* enhancement
* Change datetimepicker (eyecon.ro -> eonasdan)
* Support CamelCase syntaxe for models.
* bugfix
* Change keys symbol into string on session (begin at 0.3.5)
== 1.0.0.pre
* enhancement
* Remove Markitup
* Remove Livequery
* Compatibility Rails 5
* Update gem (prawn, ransack, willpaginate)
== 0.3.6
* enhancement
* Prevent dbclick on form. Thanks to @fazelmk, again.
* Replace "create" by "new" for validation. Thanks to @fazelmk
== 0.3.5
* enhancement
* Option to avoid to add bad gem for the rails app.
* Add concern to models
* Add concern for the routes
* bugfix
* Change symbol into string (access session)
* Table Checkbox (All checkbox bugfix)
== 0.3.4
* bugfix
* Show number element in table (i18n bug)
* Improve translation (keep manual translation and check previous translated string)
* alert-error -> alert-danger (bootstrap 3)
* Insert field to search-and-filter div before the accordion panel
* Columns and sort in table fixed (2 commits)
== 0.3.3
* enhancement
* Icons aligned to center, id aligned to right in table
* Accordion for option
* Add vertical-align on icon
* Add title for search-and-filter box
* bugfix
* Mass inserting set focus for first input
* I18n for caption in index table
* Rails 4 all -> to_a
* Improve sorting with treeview
* Responsive for Tablet / Mobile / Desktop
* Foreignkey in mass-insert and filter-columns error
== 0.3.2
* bugfix
* Don't try to translate EN to EN (beautiful_locale)
* rails destroy beautiful_scaffold don't remove app/controllers directory
* enhancement
* Add error class to control-group (bootstrap + rails validates)
* :data => { :confirm => "" } replace :confirm => "" (Rails 4 deprecation warning)
* activerelation.all -> .to_a (rails 4)
== 0.3.1
* enhancement
* Spinner works with turbolink
* bugfix
* Remove PJAX references
* i18n bug names of columns
* Flash notice/error with redirect_to fixed
* Change Info string to Error in flash[:error] div
* Add new attributes in model's permitted attributes and columns select and mass inserting form
== 0.3.0.rc6
* enhancement
* Add title for show, edit, destroy icon
* bugfix
* require jquery-barcode to application-bs.js
* avoid to display log of require
* jointable def up def down -> def change (migration)
== 0.3.0.rc5
* bugfix
* avoid to crash if translate limit is overflowed
* avoid to display log of translation
== 0.3.0.rc4
* Bugfix
* Refactoring and bugfix for input_type (number_field for integer, checkbox for boolean...)
* i18n for attributes (default option)
== 0.3.0.rc3
* Bugfix
* Avoid normal behavior for link and button for chardinjs
== 0.3.0.rc2
* enhancement
* Barcode support (set README for usage)
* Chardinjs for overlay instruction (set README for usage)
* Bugfix
* i18n some bugfix i18n
* i18n download willpaginate i18n file
* Body hidden in firefox
* Add space after icon for some button
* Bug treeview double quote in attribute (data-opened=""")
== 0.3.0.rc1
* enhancement
* Refactoring i18n (avoid reserved words) :
* t(:my_model) -> t('models.my_model.caption')
* t(:my_attribute) -> t('models.my_model.attributes.my_attribute')
* Add javascript/css to change DOM for a fixed menu
* Add responsive menu
* Update for rails 4
* Replace PJAX with turbolinks
* Update prawn version 1.0.0.rc2
* Big refactoring with javascript
* Using twitter-bootstrap-rails with turbolinks compatibility and last version of bootstrap and fontawesome
* Generate locale file with auto translation
* Bugfix
* Avoid to re-generate created_at, updated_at, id search field at each migration
* Bugfix for several responsive behavior
== 0.2.7
* enhancement
* Info class for input with content in search form
* Add current locale for price in number_to_currency
* Bugfix
* Add type decimal for align
* Bug css rules ignored for alignment in table (td, th)
== 0.2.6
* Bugfix
* Thanks to : gregwis Problem with models ending with s (http://api.rubyonrails.org/classes/ActiveSupport/Inflector.html#method-i-classify)
== 0.2.5
* enhancement
* Capitalize label (forms)
* Capitalize placeholder (massinserting)
* Bugfix
* Massinserting with boolean
* Treeview with namespace works
== 0.2.4
* Bugfix
* Massinserting with 'admin' namespace
== 0.2.3
* enhancement
* Add preselect collection_select in mass inserting with filter params
* Adapt ransack_field helper for nested resource
* Add custom caption for treeview element in build_treeview helper
* I18n for menu
* I18n for fields name (placeholder mass inserting and select fields)
* I18n for title h2
* I18n for button New
* Show caption in table instead of #id
== Previous versions
* See commits on github