@decafhub/decaf-react-webapp 0.1.2 → 0.1.4
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/README.md +4 -11
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.mjs +1 -1
- package/dist/index.modern.mjs.map +1 -1
- package/dist/index.module.js +1 -1
- package/dist/index.module.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/theme/-styles.d.ts.map +1 -1
- package/package.json +13 -13
- package/CHANGELOG.md +0 -199
package/CHANGELOG.md
DELETED
|
@@ -1,199 +0,0 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
3
|
-
## [0.1.2](https://github.com/teloscube/decaf-react-webapp/compare/v0.1.1...v0.1.2) (2023-05-11)
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
### Features
|
|
7
|
-
|
|
8
|
-
* add loader and route helpers ([e034562](https://github.com/teloscube/decaf-react-webapp/commit/e0345627ec300881d2ff0d91b8f44aeccc8423e7))
|
|
9
|
-
|
|
10
|
-
## [0.1.1](https://github.com/teloscube/decaf-react-webapp/compare/v0.1.0...v0.1.1) (2023-05-03)
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
### Bug Fixes
|
|
14
|
-
|
|
15
|
-
* alignment is broken on version selector dropdown ([96df3f1](https://github.com/teloscube/decaf-react-webapp/commit/96df3f19b33009dba856332e22a3b6fd586306bf))
|
|
16
|
-
|
|
17
|
-
## [0.1.0](https://github.com/teloscube/decaf-react-webapp/compare/v0.0.15...v0.1.0) (2023-05-02)
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
### ⚠ BREAKING CHANGES
|
|
21
|
-
|
|
22
|
-
* improve how routes/pages are implemented, add progress bar
|
|
23
|
-
* upgrade peer-dependency @decafhub/decaf-react, devDependencies
|
|
24
|
-
* set minimum supported react version to 18
|
|
25
|
-
|
|
26
|
-
### Features
|
|
27
|
-
|
|
28
|
-
* add documentation button ([c4ed2a1](https://github.com/teloscube/decaf-react-webapp/commit/c4ed2a17cfcb628a582859e65b264f3fc33cd22a))
|
|
29
|
-
* add optional `fullScreen` prop to routes to remove page paddings ([ede8a86](https://github.com/teloscube/decaf-react-webapp/commit/ede8a8644431f7f711ae8659d6be36f501abbe43))
|
|
30
|
-
* add PageLayout component, revisit styles ([6166754](https://github.com/teloscube/decaf-react-webapp/commit/61667542e54e56105002ddb43df50cfb01ff46f8))
|
|
31
|
-
* add user profile dropdown (wip) ([52a8d67](https://github.com/teloscube/decaf-react-webapp/commit/52a8d67a44935bd6918092b54fea5ccbe2a687ca))
|
|
32
|
-
* implement a hook that tracks and updates remaining height ([743baaa](https://github.com/teloscube/decaf-react-webapp/commit/743baaa43ad6b19f2a1f289ef0cdf057c4e8444a)), closes [#38](https://github.com/teloscube/decaf-react-webapp/issues/38)
|
|
33
|
-
* implement new, responsive breadcrumb component ([8e12ea0](https://github.com/teloscube/decaf-react-webapp/commit/8e12ea0d06fcaa031fdd6fd48fa9a4944fb21c65)), closes [#46](https://github.com/teloscube/decaf-react-webapp/issues/46)
|
|
34
|
-
* improve how routes/pages are implemented, add progress bar ([66e258a](https://github.com/teloscube/decaf-react-webapp/commit/66e258a59e541df746acaba74d58d2a940893682))
|
|
35
|
-
* improve utilities used within and exported from the library ([814749b](https://github.com/teloscube/decaf-react-webapp/commit/814749b9209195cdec7efe99c72a54c57accfdc8))
|
|
36
|
-
* make header and footer responsive ([f1fa5bc](https://github.com/teloscube/decaf-react-webapp/commit/f1fa5bc101594e9a83a7372b88230c5bc3031b54)), closes [#29](https://github.com/teloscube/decaf-react-webapp/issues/29)
|
|
37
|
-
* pass extras to breadcrumb via route configuration ([9f8617c](https://github.com/teloscube/decaf-react-webapp/commit/9f8617c6e59732dfd9b9b3f3e7911859dca38b27))
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
### Bug Fixes
|
|
41
|
-
|
|
42
|
-
* allow non-href items in breadcrumb ([92178df](https://github.com/teloscube/decaf-react-webapp/commit/92178df27d5af603a92f61358e2b5c65f410e216))
|
|
43
|
-
* export useDecafTheme ([a356401](https://github.com/teloscube/decaf-react-webapp/commit/a356401faadebac54989b3eea3c80a7dee499392))
|
|
44
|
-
* hide caret when no text is shown for version selector ([ccde2a4](https://github.com/teloscube/decaf-react-webapp/commit/ccde2a4c4dbc68afb307f173baf7f44baca9b78f)), closes [#41](https://github.com/teloscube/decaf-react-webapp/issues/41)
|
|
45
|
-
* revisit About page ([059d1d0](https://github.com/teloscube/decaf-react-webapp/commit/059d1d0642c57a9f72bed4844eb91ec9ad346bc1))
|
|
46
|
-
* revisit footer ([a2afcc7](https://github.com/teloscube/decaf-react-webapp/commit/a2afcc7c4f9eb3a9a17178a7b2fc27bfd387cc53))
|
|
47
|
-
* revisit footer for some minor improvements/fixes ([df49c94](https://github.com/teloscube/decaf-react-webapp/commit/df49c94620e7799340730b918b82cc9d9760c3e5))
|
|
48
|
-
* revisit header ([675d611](https://github.com/teloscube/decaf-react-webapp/commit/675d6117d12a8b9cdd7a68ff7dd50b90a0fa9cff))
|
|
49
|
-
* revisit user profile dropdown, separate it from main menu ([25aee32](https://github.com/teloscube/decaf-react-webapp/commit/25aee3200f7bc467a7a7c6ad9a349279a25899d4))
|
|
50
|
-
* submenus are not highlighted when active ([ca6db59](https://github.com/teloscube/decaf-react-webapp/commit/ca6db592f27267e29c6d9a8020e49e404dfa4b46)), closes [#28](https://github.com/teloscube/decaf-react-webapp/issues/28)
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
### Miscellaneous Chores
|
|
54
|
-
|
|
55
|
-
* set minimum supported react version to 18 ([e881a48](https://github.com/teloscube/decaf-react-webapp/commit/e881a48f3a53e806a084198e3f7625211aa20582))
|
|
56
|
-
* upgrade peer-dependency @decafhub/decaf-react, devDependencies ([b25ce6a](https://github.com/teloscube/decaf-react-webapp/commit/b25ce6a45dc3999de5c4c68487378e1d28b6a663))
|
|
57
|
-
|
|
58
|
-
## [0.0.15](https://github.com/teloscube/decaf-react-webapp/compare/v0.0.14...v0.0.15) (2023-03-08)
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
### Features
|
|
62
|
-
|
|
63
|
-
* change application font to Inter from Lato ([967073c](https://github.com/teloscube/decaf-react-webapp/commit/967073c9bf3707a8537274def8579944cb44fe8c))
|
|
64
|
-
* export 401,403,404 and 500 error page components ([ef18836](https://github.com/teloscube/decaf-react-webapp/commit/ef1883673b9a7c7e906d51702b69cff1598a17dc)), closes [#25](https://github.com/teloscube/decaf-react-webapp/issues/25)
|
|
65
|
-
|
|
66
|
-
## [0.0.14](https://github.com/teloscube/decaf-react-webapp/compare/v0.0.13...v0.0.14) (2023-02-24)
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
### Bug Fixes
|
|
70
|
-
|
|
71
|
-
* **styling:** improve theming on checkbox, datepicker and scrollbar in dark mode ([e894b44](https://github.com/teloscube/decaf-react-webapp/commit/e894b44e3e4bbf4f08e1ed0bc851ee630749fcac))
|
|
72
|
-
|
|
73
|
-
## [0.0.13](https://github.com/teloscube/decaf-react-webapp/compare/v0.0.12...v0.0.13) (2023-02-13)
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
### Bug Fixes
|
|
77
|
-
|
|
78
|
-
* **routing:** use outlet system instead of children for shared layout ([4258f2f](https://github.com/teloscube/decaf-react-webapp/commit/4258f2f7078f64ac74681eae1951647909e407af))
|
|
79
|
-
|
|
80
|
-
## [0.0.12](https://github.com/teloscube/decaf-react-webapp/compare/v0.0.11...v0.0.12) (2023-02-13)
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
### Miscellaneous Chores
|
|
84
|
-
|
|
85
|
-
* release 0.0.12 ([064ed1f](https://github.com/teloscube/decaf-react-webapp/commit/064ed1fbbaa077f1b681b357997a0be43f7a658d))
|
|
86
|
-
|
|
87
|
-
## [0.0.11](https://github.com/teloscube/decaf-react-webapp/compare/v0.0.10...v0.0.11) (2023-01-09)
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
### Features
|
|
91
|
-
|
|
92
|
-
* add `theme` and `themeConfig` props for theme configuration ([72302af](https://github.com/teloscube/decaf-react-webapp/commit/72302afca6f9acf1d55881dca5226ec72c481d61))
|
|
93
|
-
* add theme switcher to the footer ([eae1887](https://github.com/teloscube/decaf-react-webapp/commit/eae18870e4b1ca006190df511de61921c6ab0b09))
|
|
94
|
-
|
|
95
|
-
## [0.0.10](https://github.com/teloscube/decaf-react-webapp/compare/v0.0.9...v0.0.10) (2022-12-22)
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
### Features
|
|
99
|
-
|
|
100
|
-
* add a new argument to table hook to pass extra bottom space ([4b3d372](https://github.com/teloscube/decaf-react-webapp/commit/4b3d3722773a4ad2c1cc6f937f9b2023217d1bc2))
|
|
101
|
-
|
|
102
|
-
## [0.0.9](https://github.com/teloscube/decaf-react-webapp/compare/v0.0.8...v0.0.9) (2022-12-22)
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
### Features
|
|
106
|
-
|
|
107
|
-
* add error element to routes ([15d7cdc](https://github.com/teloscube/decaf-react-webapp/commit/15d7cdc5d0f67bf4a4bfe9ca7d6f3597a9888c2e))
|
|
108
|
-
* handle preview and release versions on version selector ([8c1dcaa](https://github.com/teloscube/decaf-react-webapp/commit/8c1dcaac8cd6b226c486932f44411ee1220424cf))
|
|
109
|
-
* implement and export useTableMaxHeight hook ([a8b2a86](https://github.com/teloscube/decaf-react-webapp/commit/a8b2a869bc54d6c58f2273502411c47469d58368))
|
|
110
|
-
* use decaf logo instead of client's logo ([b5ca0d6](https://github.com/teloscube/decaf-react-webapp/commit/b5ca0d69c1522eb64348781978f151a5414a6fd6))
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
### Bug Fixes
|
|
114
|
-
|
|
115
|
-
* active colors on menu and tabs look washed out ([c26b794](https://github.com/teloscube/decaf-react-webapp/commit/c26b794bef70db18f9c19828fadee710058c59d0))
|
|
116
|
-
* font is not loading from google ([4f56f5e](https://github.com/teloscube/decaf-react-webapp/commit/4f56f5ebc80bc4fadc43333c821240ff713441ce))
|
|
117
|
-
* header overlaps drawers ([2bc7bd5](https://github.com/teloscube/decaf-react-webapp/commit/2bc7bd53bde384953d2ec0fdc916bcdf3ead60a3))
|
|
118
|
-
|
|
119
|
-
## [0.0.8](https://github.com/teloscube/decaf-react-webapp/compare/v0.0.7...v0.0.8) (2022-12-14)
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
### Features
|
|
123
|
-
|
|
124
|
-
* integrate plausible script ([1163ef9](https://github.com/teloscube/decaf-react-webapp/commit/1163ef919a426f77b9337a5981c1026cd1aad9bf))
|
|
125
|
-
|
|
126
|
-
## [0.0.7](https://github.com/teloscube/decaf-react-webapp/compare/v0.0.6...v0.0.7) (2022-12-11)
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
### Features
|
|
130
|
-
|
|
131
|
-
* add screenshot and version selector components to the footer ([28e6f25](https://github.com/teloscube/decaf-react-webapp/commit/28e6f254348c72bebd951911a2828bab55b67e37))
|
|
132
|
-
* add zendesk widget to the footer ([f7055ac](https://github.com/teloscube/decaf-react-webapp/commit/f7055ac583801953a9bbb133d92bbcf8768a812d))
|
|
133
|
-
* init new footer design based on cafelatte ([b0df8e9](https://github.com/teloscube/decaf-react-webapp/commit/b0df8e95c439c5f5ee3d90863b0f45a9b9ebc4d1))
|
|
134
|
-
|
|
135
|
-
## [0.0.6](https://github.com/teloscube/decaf-react-webapp/compare/v0.0.5...v0.0.6) (2022-12-01)
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
### Features
|
|
139
|
-
|
|
140
|
-
* add 404 page ([d1f4cd1](https://github.com/teloscube/decaf-react-webapp/commit/d1f4cd1c9773cae742c3662eeaddacc1fa20e491))
|
|
141
|
-
* add about page initially ([ff72e02](https://github.com/teloscube/decaf-react-webapp/commit/ff72e024fa80cb882f0b81e0385a83c721a224d1))
|
|
142
|
-
* better coloring for inputs ([7f4b646](https://github.com/teloscube/decaf-react-webapp/commit/7f4b646747a467c2cc9fca3039e881c7ab880efe))
|
|
143
|
-
* get app description as prop ([3c1ec4d](https://github.com/teloscube/decaf-react-webapp/commit/3c1ec4ddaa8082a4a049b5464ea2877cc6d7dbd4))
|
|
144
|
-
|
|
145
|
-
## [0.0.5](https://github.com/teloscube/decaf-react-webapp/compare/v0.0.4...v0.0.5) (2022-11-30)
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
### Features
|
|
149
|
-
|
|
150
|
-
* use lato font ([6bd8fe0](https://github.com/teloscube/decaf-react-webapp/commit/6bd8fe03d2655ac9cff6f41047a691b9b969a4b1))
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
### Bug Fixes
|
|
154
|
-
|
|
155
|
-
* menu renders mobile version on desktop app even for a few items ([9af83d6](https://github.com/teloscube/decaf-react-webapp/commit/9af83d6764d91fdfc05a416bc0338f188e31eba2))
|
|
156
|
-
|
|
157
|
-
## [0.0.4](https://github.com/teloscube/decaf-react-webapp/compare/v0.0.3...v0.0.4) (2022-11-29)
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
### Features
|
|
161
|
-
|
|
162
|
-
* export decafTheme in case client wants to use or expand it ([3f86608](https://github.com/teloscube/decaf-react-webapp/commit/3f86608160fe9d8de41fea9a497e0595298435a2))
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
### Bug Fixes
|
|
166
|
-
|
|
167
|
-
* update header and badge components' colors ([3d4ce9b](https://github.com/teloscube/decaf-react-webapp/commit/3d4ce9b04c01b937396d11c580354659f467f20f))
|
|
168
|
-
|
|
169
|
-
## [0.0.3](https://github.com/teloscube/decaf-react-webapp/compare/v0.0.2...v0.0.3) (2022-11-28)
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
### Features
|
|
173
|
-
|
|
174
|
-
* get app icon from props ([577a1f5](https://github.com/teloscube/decaf-react-webapp/commit/577a1f553e4ba064f3e3a9d7f807ae94f085d634))
|
|
175
|
-
|
|
176
|
-
## [0.0.2](https://github.com/teloscube/decaf-react-webapp/compare/v0.0.1...v0.0.2) (2022-11-28)
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
### Features
|
|
180
|
-
|
|
181
|
-
* get menu, routes and appName as props ([f76e1b9](https://github.com/teloscube/decaf-react-webapp/commit/f76e1b94b8e390ae3a901bc3509404c9d20eca01))
|
|
182
|
-
* integrate and export emotion for styling ([de274f7](https://github.com/teloscube/decaf-react-webapp/commit/de274f7b3139acd7502259ddf16e2dff24b55e51))
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
### Bug Fixes
|
|
186
|
-
|
|
187
|
-
* app name is not working as a link to home page ([4bbbc56](https://github.com/teloscube/decaf-react-webapp/commit/4bbbc565c7d7a3202bc1c3657347c8b642e5036e))
|
|
188
|
-
|
|
189
|
-
## 0.0.1 (2022-11-24)
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
### Features
|
|
193
|
-
|
|
194
|
-
* implement DecafWebapp component ([376e553](https://github.com/teloscube/decaf-react-webapp/commit/376e5534f440ea1079fa6fa761efce417d9494d1))
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
### Miscellaneous Chores
|
|
198
|
-
|
|
199
|
-
* release 0.0.1 ([6ada44d](https://github.com/teloscube/decaf-react-webapp/commit/6ada44d54f1a647ed0e5f818f28bbef63ba1727b))
|