@guillotinaweb/react-gmi 0.22.4 → 0.23.1

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.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.22.4",
2
+ "version": "0.23.1",
3
3
  "repository": {
4
4
  "type": "git",
5
5
  "url": "git@github.com:guillotinaweb/guillotina_react.git"
@@ -15,15 +15,14 @@
15
15
  "name": "@guillotinaweb/react-gmi",
16
16
  "dependencies": {
17
17
  "brace": "0.11.1",
18
- "bulma": "0.9.1",
18
+ "bulma": "0.9.4",
19
19
  "jwt-decode": "3.1.2",
20
20
  "prop-types": "15.7.2",
21
- "react-ace": "9.2.1",
22
- "react-useportal": "1.0.13"
21
+ "react-useportal": "1.0.19"
23
22
  },
24
23
  "peerDependencies": {
25
- "react": "^16.12.0",
26
- "react-dom": "^16.12.0"
24
+ "react": "^16.12.0 || ^17.0.0 || ^18.0.0",
25
+ "react-dom": "^16.12.0 || ^17.0.0 || ^18.0.0"
27
26
  },
28
27
  "devDependencies": {
29
28
  "@babel/cli": "7.12.10",
@@ -33,7 +32,7 @@
33
32
  "@testing-library/user-event": "12.6.0",
34
33
  "husky": "4.3.6",
35
34
  "microbundle": "0.13.0",
36
- "node-sass": "7.0.0",
35
+ "sass": "1.69.5",
37
36
  "prettier": "2.2.1",
38
37
  "serialize-javascript": "5.0.1"
39
38
  },
@@ -43,7 +42,7 @@
43
42
  "format:check": "prettier --check \"src/**/*.js\"",
44
43
  "build": "yarn build:js && yarn build:css",
45
44
  "build:js": "rm -rf ./dist && microbundle --jsx React.createElement --no-compress --sourcemap",
46
- "build:css": "rm -rf ./dist/css && mkdir ./dist/css && node-sass ./src/guillo-gmi/scss/styles.sass ./dist/css/style.css",
45
+ "build:css": "rm -rf ./dist/css && mkdir ./dist/css && sass ./src/guillo-gmi/scss/styles.sass ./dist/css/style.css",
47
46
  "prepublish": "yarn build"
48
47
  },
49
48
  "eslintConfig": {
@@ -74,5 +73,6 @@
74
73
  },
75
74
  "author": "Jordi Collell <jordic@gmail.com> ",
76
75
  "license": "MIT",
77
- "homepage": "https://github.com/guillotinaweb/guillotina_react/"
76
+ "homepage": "https://github.com/guillotinaweb/guillotina_react/",
77
+ "packageManager": "yarn@1.22.19"
78
78
  }
package/CHANGELOG.md DELETED
@@ -1,249 +0,0 @@
1
- 0.22.4
2
- ------
3
- - chore: update dependences
4
-
5
- 0.22.3
6
- ------
7
- - fix: remove items path #167
8
- - feat: select principals show id if fullname not exist
9
- - chore: update dependences
10
-
11
- 0.22.2
12
- ------
13
- - chore: update dependences
14
-
15
- 0.22.1
16
- ------
17
- - Fix export
18
-
19
- 0.22.0
20
- ------
21
- - Refactor get current context in client and rest utilities. #118
22
- - Fixed default values in copy action
23
- - Added some tests of copy and move elements in panel of items.
24
-
25
- 0.21.0
26
- ------
27
- - Allow override RenderFieldComponent. #146
28
-
29
- 0.20.1
30
- ------
31
- - Fix principal select options in permissions tab #147
32
-
33
- 0.20.0
34
- ------
35
- - Add users in principals to modify their permissions and handle errors when change permission in some object. #145
36
-
37
- 0.19.0
38
- ------
39
- - Add date type input in edit component #144
40
-
41
- 0.18.0
42
- ------
43
- - Add itemsColumn in registry to allow configure columns in items panel by type #142
44
-
45
- 0.17.0
46
- ------
47
- - Search: use always search function and allow to configure depth param #133
48
-
49
- 0.16.0
50
- ------
51
- - Add GMI project #97
52
- - Add search engine configuration #97
53
-
54
- 0.15.1
55
- ------
56
- - Normalize upload file name #129
57
-
58
- 0.15.0
59
- ------
60
- - Make more generic the search input field #125
61
-
62
- 0.14.1
63
- ------
64
- - Allow open new tab navigation #116
65
- - Fix microbundle bundle bug #115
66
-
67
-
68
- 0.14.0
69
- ------
70
- - Add key as fallback to value.title + hide table if all properties are ignored + update docs (#109)
71
- - e2e cypress retry failed tests (#110)
72
- - Implement refresh without spinner (transparent=true) (#111)
73
- - Add data-test property in createBtn context tool bar (#113)
74
- - Add datatest search input (#114)
75
-
76
- 0.13.1
77
- ------
78
- - Add classNameInput prop in checkbox and modify placeholder input_list (#106)
79
- - Add error message in search_input (#106)
80
- - Add loading in add item action (#106)
81
-
82
- 0.13.0
83
- ------
84
- - Add filter type in items panel. (#105)
85
-
86
- 0.12.2
87
- ------
88
- - Fix open new tab downloadFile, firefox (#104)
89
-
90
- 0.12.1
91
- ------
92
- - Fix attachment and multiattachment behaviors (#103)
93
-
94
- 0.12.0
95
- ------
96
- - Add querycondition prop in search_input (#100)
97
- - Fix - Export actions panel (#101)
98
- - Edit properties fields (#96)
99
-
100
-
101
- 0.11.0
102
- ------
103
- - add actions panel in container folder and item types (#99)
104
-
105
- 0.10.0
106
- ------
107
- - Improve build (#95)
108
-
109
-
110
- 0.9.0
111
- ------
112
- - Isolate client (#91)
113
- - Improvement fields (#90)
114
-
115
-
116
- 0.8.0
117
- ------
118
-
119
- - Replace react-use to own hooks (#82)
120
- - Add prettier (#83)
121
- - Add LICENSE and CONTRIBUTING.md (#86)
122
- - e2e test own project (#84)
123
- - Some fixes (#88)
124
- - CI run workflows (#89)
125
-
126
- 0.7.1
127
- ------
128
- - e2e test own project
129
- - fix github actions
130
-
131
- 0.7.0
132
- ------
133
- - Package upgrades
134
- - More resource personalized from registry
135
-
136
- 0.6.4
137
- ------
138
- - Allow to add a custom flash function on config
139
-
140
- 0.4.11
141
- ----
142
- - Fix issue with React and microbundle
143
-
144
- 0.4.10
145
- ----
146
- - Fix open breadcrumb links in a new browser tab [aralroca]
147
-
148
- 0.4.9
149
- ----
150
- - Add pagination also in the bottom of the page [aralroca]
151
-
152
- 0.4.8
153
- ----
154
- - Allow modify id copying items [aralroca]
155
- - Fill current path as default path when copying items [aralroca]
156
-
157
- 0.4.7
158
- ----
159
- - Move column definition to GuillotinaClient to overwrite in an easier way [aralroca]
160
-
161
- 0.4.6
162
- ----
163
- - Fix duplicate items in same folder (add a suffix to the id) [aralroca]
164
-
165
- 0.4.5
166
- ----
167
- - Fix TabsPanel crash when 'current' tab doesn't exist in 'tabs'
168
- [masipcat]
169
-
170
- 0.4.4
171
- ----
172
- - Fix return value of rest.getHeaders() and auth.getHeadres() when not authenticated
173
- [masipcat]
174
-
175
- 0.4.3
176
- ----
177
- - Scroll to top after call to Ctx.flash
178
-
179
- 0.4.2
180
- ----
181
- - fix bug on behaviors change
182
-
183
- 0.4.1
184
- ----
185
- - Add ErrorBoundary as view in registry that can be overwritten
186
- [masipcat]
187
- - Remove panel requester (too much bundle size for what it provides)
188
-
189
- 0.4.0
190
- ----
191
- - e2e first test
192
- - e2e github action
193
- - e2e test content
194
- [psanlorenzo]
195
-
196
- - Fix issue when selecting multiple items on different depths with same id
197
- - Return back the delete button (it's more ergonomic)
198
- - Fix compatibility with braking changes on Guillotina 6
199
- - Correctly report failed delete actions, showing a stringify version of the error
200
- - Add a preload spinner on delete.
201
- - Add a new config setting to be able to set a delay after delete
202
- (That's mostly to workaround elastic delay index)
203
- [jordic]
204
-
205
- 0.3.4
206
- ----
207
- - Be able to setup default properties showing on panel properties
208
- - Fix auth header on client
209
-
210
- 0.3.3
211
- ----
212
- - If there is no @addable-type hide the button
213
- - Swap columns modified/created (are wrong)
214
- - Be able to customize properties view
215
-
216
- 0.3.2
217
- ----
218
- - If there is only one @addable-type just show it (without dropdown)
219
-
220
- 0.3.1
221
- ----
222
- - Small UI improvements
223
- - Fix bug when search pagination it's not reset
224
-
225
- 0.3.0
226
- ----
227
- - Move/copy/delete multiple items
228
- [aralroca]
229
- - Some fixes
230
- [jordic]
231
-
232
- 0.2.2 alpha
233
- ---
234
- - Fix issue on container creation
235
- - Be able to personalize icons for custom content types
236
- - Fix bug when providing custom config
237
- - Compat layer on serializer for G5
238
-
239
- 0.1.0alpha
240
- ---
241
- - Don't let registry fail when looking up new from content-types
242
- - Added initial view for editing group properties
243
- - Added microbundle to package the library as npm package
244
- - Added an integration example (still rude) of guillotina with
245
- next.js
246
- - Fix some issues with ciruclar dependencies when exporting the npm package.
247
- - Never use the registry directly, The registry should be obtained throught the Context.
248
-
249
-
@@ -1 +0,0 @@
1
- export function PanelRequester(): any;