Skip to content

Commit c1b4037

Browse files
author
Vincent Chalnot
committed
Updating changelog
1 parent f98e15a commit c1b4037

File tree

1 file changed

+212
-0
lines changed

1 file changed

+212
-0
lines changed

CHANGELOG.md

+212
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,218 @@
11
CleverAge/EAVManager Changelog
22
==============================
33

4+
## v2.1.1
5+
6+
| Date | BC Breaks? | Deprecations? |
7+
| ---------- | :--------: | :-----------: |
8+
| 2019-02-08 | no | no |
9+
10+
Fixing dependency issue.
11+
12+
## v2.1.0
13+
14+
| Date | BC Breaks? | Deprecations? |
15+
| ---------- | :--------: | :-----------: |
16+
| 2019-02-08 | minor | no |
17+
18+
### Templating
19+
- Fixing missing dependency in form rendering
20+
21+
### UI
22+
- Minor esthetic fix in links without icons
23+
- Datagrid filters now collapse if more than 3
24+
- Improving left menu rendering when an admin has only one family
25+
26+
### Model
27+
- Fixing datagrid attributes with paging
28+
29+
## v2.0.5
30+
31+
| Date | BC Breaks? | Deprecations? |
32+
| ---------- | :--------: | :-----------: |
33+
| 2019-01-09 | no | no |
34+
35+
### API
36+
- Fixing resource normalizer when associated file is missing
37+
38+
## v2.0.4
39+
40+
| Date | BC Breaks? | Deprecations? |
41+
| ---------- | :--------: | :-----------: |
42+
| 2019-01-09 | no | yes |
43+
44+
### Doctrine
45+
- Deprecating EntityManager and DataRepository as services
46+
47+
### Model
48+
- New datagrid attribute type: still needs some work
49+
50+
### UI
51+
- Minor improvements in Fileupload widget
52+
53+
### API
54+
- Fixing bad ApiPlatform normalizer configuration since 2.0 refactoring
55+
56+
## v2.0.3
57+
58+
| Date | BC Breaks? | Deprecations? |
59+
| ---------- | :--------: | :-----------: |
60+
| 2018-12-12 | no | no |
61+
62+
### Documentation
63+
- Improving installation documentation
64+
65+
### UI
66+
- Better permissions checking in menus and navigation
67+
68+
### Users
69+
- Refactoring and fixing user management commands
70+
- Fixing user management actions
71+
- User infos in EAV are now available at user creation
72+
73+
### Actions
74+
- New actions to edit singleton families
75+
76+
### Admin
77+
- Fixing admin resolution in datagrid templates
78+
79+
### Templating
80+
- Improving template reusability
81+
- Adding support for disabled datagrids
82+
83+
### Process
84+
- Fixing tasks exceptions handling conventions
85+
- Fixing empty resultsets error logging
86+
- Fixing missing log context
87+
88+
### Translations
89+
- Fixing translation domains issues
90+
91+
### Assets
92+
- Updating LiipImagineBundle to v2.0
93+
94+
## v2.0.2
95+
96+
| Date | BC Breaks? | Deprecations? |
97+
| ---------- | :--------: | :-----------: |
98+
| 2018-10-25 | minor | no |
99+
100+
### Documentation
101+
- How to kickstart your project
102+
103+
### Datagrids
104+
- Fixing columns rendering when no action is allowed
105+
106+
### Templating
107+
- Major refactoring for better reusability: could induce BC breaks
108+
- Switching to FontAwesome only for icons rendering in Mopa
109+
110+
### Admin
111+
- Fixing default admin configurations
112+
113+
### API
114+
- Fixing API platform support
115+
116+
### Users
117+
- Adding missing group voter
118+
119+
## v2.0.1
120+
121+
| Date | BC Breaks? | Deprecations? |
122+
| ---------- | :--------: | :-----------: |
123+
| 2018-10-05 | no | no |
124+
125+
### Datagrids
126+
- Fixing configuration code
127+
128+
## v2.0.0 New Major release
129+
130+
| Date | BC Breaks? | Deprecations? |
131+
| ---------- | :--------: | :-----------: |
132+
| 2018-10-04 | yes | yes |
133+
134+
### Documentation
135+
- How to choose an attribute type cookbook
136+
- How to translate attributes and families cookbook
137+
- How to translate validation messages
138+
- Adding a custom attribute type cookbook
139+
- Global update
140+
141+
### Process
142+
- Migration to v2.0, lots of deprecation and BC breaks
143+
- New EAVUpdateSingleValueTask
144+
145+
### Assets
146+
- Image preview in lightbox
147+
148+
### Configuration
149+
- Fixing minor configuration issues
150+
151+
### UI
152+
- Better layout for datagrids and modals
153+
- Fixing Datepickers: switching to new library
154+
- Nicer login screen using Unsplash
155+
- Fixing missing translations
156+
- Adding automodal option in datagrid clickable template and actions
157+
158+
### Datagrids
159+
- Migrating to new dependency version with lots of new features
160+
161+
### Controllers & actions
162+
- Deprecating usage of all controllers, switching to actions: Huge refactoring
163+
- All default configuration now uses actions instead of controllers
164+
- Lots of new helpers used in actions and reusable for custom actions
165+
166+
### JS
167+
- New data-target-element="_CURRENT_TARGET" that can be used in many places to keep the current target
168+
- Minor update in Ajax navigation lib
169+
- New script to update JS build
170+
- Fixing some coding style
171+
- Fixed problem with delete action in #tg_center
172+
173+
### Security
174+
- Better custom permissions supportn now using the cleverage/permission-bundle
175+
- Fixing HTML attributes escaping
176+
- New voter for users: now supporting permissions checks
177+
178+
### Model
179+
- Fixing embed multi attribute types
180+
181+
### Doctrine
182+
- New RepositoryFinder as a service
183+
184+
## v1.3.11
185+
186+
| Date | BC Breaks? | Deprecations? |
187+
| ---------- | :--------: | :-----------: |
188+
| 2018-06-24 | no | no |
189+
190+
### Dependency
191+
- Adding missing BaseBundle dependency in Kernel loader
192+
193+
## v1.3.10
194+
195+
| Date | BC Breaks? | Deprecations? |
196+
| ---------- | :--------: | :-----------: |
197+
| 2018-05-30 | yes | yes |
198+
199+
### Documentation
200+
- Custom EAV Queries cookbook
201+
- Global documentation update
202+
203+
### Regressions
204+
- Fixing BC break induced by Twig update in the TemplateGuesser
205+
206+
### Migration
207+
- Massive migration to Symfony 3.4 configuration style: deprecating all definitions with possible BC breaks
208+
- Switching to ProcessBundle v1.1
209+
210+
### Assets
211+
- Resource manager override is now handled in a different service
212+
213+
### Doctrine
214+
- Refactoring dependencies to always inject the proper EntityManager in case of multiple managers.
215+
4216
## v1.3.9
5217

6218
| Date | BC Breaks? | Deprecations? |

0 commit comments

Comments
 (0)