@servicetitan/anvil2 1.16.7 → 1.16.9
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/CHANGELOG.md +1076 -0
- package/dist/Avatar.css +17 -16
- package/dist/Avatar2.js +29 -31
- package/dist/Avatar2.js.map +1 -1
- package/dist/Combobox.css +83 -60
- package/dist/Combobox.d.ts +25 -13
- package/dist/Combobox.js +1 -1
- package/dist/Combobox2.js +2494 -1436
- package/dist/Combobox2.js.map +1 -1
- package/dist/Dialog.css +24 -24
- package/dist/Dialog3.js +11 -11
- package/dist/Dialog3.js.map +1 -1
- package/dist/Drawer.css +27 -26
- package/dist/Drawer2.js +14 -14
- package/dist/Drawer2.js.map +1 -1
- package/dist/Listbox.css +27 -24
- package/dist/Listbox.module.js +7 -7
- package/dist/Listbox.module.js.map +1 -1
- package/dist/Listbox2.js +31 -11
- package/dist/Listbox2.js.map +1 -1
- package/dist/LocalizationContext.js +41 -0
- package/dist/LocalizationContext.js.map +1 -0
- package/dist/LocalizationProvider.js +2 -1
- package/dist/LocalizationProvider.js.map +1 -1
- package/dist/LocalizationProvider2.js +5 -45
- package/dist/LocalizationProvider2.js.map +1 -1
- package/dist/Stepper.css +13 -4
- package/dist/Stepper2.js +96 -127
- package/dist/Stepper2.js.map +1 -1
- package/dist/Textarea2.js +1 -1
- package/dist/Textarea2.js.map +1 -1
- package/dist/anvil2.d.ts +25 -13
- package/dist/anvil2.js +3 -2
- package/dist/anvil2.js.map +1 -1
- package/dist/index2.js +13 -24
- package/dist/index2.js.map +1 -1
- package/package.json +5 -4
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,1076 @@
|
|
|
1
|
+
# @servicetitan/anvil2
|
|
2
|
+
|
|
3
|
+
## 1.16.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#305](https://github.com/servicetitan/anvil2/pull/305) [`de49dad`](https://github.com/servicetitan/anvil2/commit/de49dad2a2d214297297af09a90d7129b9ef2bb5) Thanks [@dependabot](https://github.com/apps/dependabot)! - - Bump `@servicetitan/hammer-icon` from `1.0.1` to `1.0.2`
|
|
8
|
+
- 🏠 Internal
|
|
9
|
+
- ANV-2332: Adding `CHANGELOG.md` to `package.json` `files` field [#840](https://github.com/servicetitan/hammer/pull/840) ([@rgdelato](https://github.com/rgdelato))
|
|
10
|
+
- Bump `@servicetitan/hammer-react` from `1.20.1` to `1.20.4`
|
|
11
|
+
- 🐛 Bug Fix
|
|
12
|
+
- ANV-1896: `Avatar` falls back to initials when image doesn't load [#841](https://github.com/servicetitan/hammer/pull/841) ([@rgdelato](https://github.com/rgdelato))
|
|
13
|
+
- ANV-2338: `HammerProvider.themeData` fix [#843](https://github.com/servicetitan/hammer/pull/843) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
14
|
+
- 🏠 Internal
|
|
15
|
+
- ANV-2332: Adding `CHANGELOG.md` to `package.json` `files` field [#840](https://github.com/servicetitan/hammer/pull/840) ([@rgdelato](https://github.com/rgdelato))
|
|
16
|
+
|
|
17
|
+
## 1.16.8
|
|
18
|
+
|
|
19
|
+
### Patch Changes
|
|
20
|
+
|
|
21
|
+
- [#297](https://github.com/servicetitan/anvil2/pull/297) [`f56a442`](https://github.com/servicetitan/anvil2/commit/f56a4422d76a41ed82a03b00d24243dd08a009b1) Thanks [@rgdelato](https://github.com/rgdelato)! - - Bump `@servicetitan/hammer-react` from `1.18.10` to `1.20.1`
|
|
22
|
+
- 🚀 Enhancement
|
|
23
|
+
- ANV-2080: Select-only Combobox [#817](https://github.com/servicetitan/hammer/pull/817) ([@rgdelato](https://github.com/rgdelato))
|
|
24
|
+
- 🐛 Bug Fix
|
|
25
|
+
- ANV-2080: Bugfix for `Combobox.Select` exports [#836](https://github.com/servicetitan/hammer/pull/836) ([@rgdelato](https://github.com/rgdelato))
|
|
26
|
+
- ANV-2282: fix Listbox controlled mode not working [#829](https://github.com/servicetitan/hammer/pull/829) ([@tounsoo](https://github.com/tounsoo))
|
|
27
|
+
- 📝 Dependencies
|
|
28
|
+
- Bump the patch-and-minor group with 14 updates [#824](https://github.com/servicetitan/hammer/pull/824) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
29
|
+
- 🏠 Internal
|
|
30
|
+
- ANV-1854: Stepper code coverage to 90% [#820](https://github.com/servicetitan/hammer/pull/820) ([@tounsoo](https://github.com/tounsoo) [@pbuckingham-st](https://github.com/pbuckingham-st))
|
|
31
|
+
- ANV-2265: Optimize backdrop and border color for Drawer and Dialog [#816](https://github.com/servicetitan/hammer/pull/816) ([@tounsoo](https://github.com/tounsoo) [@pbuckingham-st](https://github.com/pbuckingham-st))
|
|
32
|
+
|
|
33
|
+
## 1.16.7
|
|
34
|
+
|
|
35
|
+
### Patch Changes
|
|
36
|
+
|
|
37
|
+
- [#287](https://github.com/servicetitan/anvil2/pull/287) [`3f5c258`](https://github.com/servicetitan/anvil2/commit/3f5c25837020d6901d6a423820124771dbe6d659) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - Add missing Skeleton export to index file
|
|
38
|
+
|
|
39
|
+
## 1.16.6
|
|
40
|
+
|
|
41
|
+
### Patch Changes
|
|
42
|
+
|
|
43
|
+
- [#285](https://github.com/servicetitan/anvil2/pull/285) [`7f4b8f3`](https://github.com/servicetitan/anvil2/commit/7f4b8f35d5de131a94cf62adf9611ffc676c2a94) Thanks [@rgdelato](https://github.com/rgdelato)! - ANV-2259: Bugfix for hardcoded fill color in latest Global Nav icons
|
|
44
|
+
|
|
45
|
+
## 1.16.5
|
|
46
|
+
|
|
47
|
+
### Patch Changes
|
|
48
|
+
|
|
49
|
+
- [#278](https://github.com/servicetitan/anvil2/pull/278) [`845ab77`](https://github.com/servicetitan/anvil2/commit/845ab7775a1799e35238f9ab0ee0dfd45d273aee) Thanks [@dependabot](https://github.com/apps/dependabot)! - - Bump `@servicetitan/hammer-react` from `1.18.8` to `1.18.10`
|
|
50
|
+
|
|
51
|
+
- 🐛 Bug Fix
|
|
52
|
+
- ANV-1970: Inline Text Fix [#812](https://github.com/servicetitan/hammer/pull/812) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
53
|
+
- 📝 Dependencies
|
|
54
|
+
- Bump the patch-and-minor group with 12 updates [#815](https://github.com/servicetitan/hammer/pull/815) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
55
|
+
|
|
56
|
+
- [#281](https://github.com/servicetitan/anvil2/pull/281) [`f1a0847`](https://github.com/servicetitan/anvil2/commit/f1a08478a92ca510ff2ba87dd013b795cafbe097) Thanks [@rgdelato](https://github.com/rgdelato)! - Adding new icons for Global Nav
|
|
57
|
+
|
|
58
|
+
## 1.16.4
|
|
59
|
+
|
|
60
|
+
### Patch Changes
|
|
61
|
+
|
|
62
|
+
- [#272](https://github.com/servicetitan/anvil2/pull/272) [`9b2980d`](https://github.com/servicetitan/anvil2/commit/9b2980d0ba10073dc011948d232af5dbfbe447b6) Thanks [@dependabot](https://github.com/apps/dependabot)! - - Bump `@servicetitan/hammer-react` from `1.18.6` to `1.18.8`
|
|
63
|
+
- 📝 Dependencies
|
|
64
|
+
- Bump the patch-and-minor group with 13 updates [#806](https://github.com/servicetitan/hammer/pull/806) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@tounsoo](https://github.com/tounsoo))
|
|
65
|
+
- ANV-2226: Bump `match-sorter` to `8.0.0` [#808](https://github.com/servicetitan/hammer/pull/808) ([@rgdelato](https://github.com/rgdelato))
|
|
66
|
+
- 🐛 Bug Fix
|
|
67
|
+
- ANV-1875: Combobox `maxRows` Fix [#811](https://github.com/servicetitan/hammer/pull/811) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
68
|
+
- ANV-1837: fix Combobox clear button and Chips still being interactive while disabled [#807](https://github.com/servicetitan/hammer/pull/807) ([@tounsoo](https://github.com/tounsoo))
|
|
69
|
+
|
|
70
|
+
## 1.16.3
|
|
71
|
+
|
|
72
|
+
### Patch Changes
|
|
73
|
+
|
|
74
|
+
- [#263](https://github.com/servicetitan/anvil2/pull/263) [`6804864`](https://github.com/servicetitan/anvil2/commit/6804864fbd76e1411466689fa1e2a6d8be3d25da) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - Optimize icons and fix style issues
|
|
75
|
+
|
|
76
|
+
## 1.16.2
|
|
77
|
+
|
|
78
|
+
### Patch Changes
|
|
79
|
+
|
|
80
|
+
- [#260](https://github.com/servicetitan/anvil2/pull/260) [`bfa8dd1`](https://github.com/servicetitan/anvil2/commit/bfa8dd1bfeff49d2dedea47f94ff893c538ead5d) Thanks [@rgdelato](https://github.com/rgdelato)! - - Bump `@servicetitan/hammer-react` from `1.18.5` to `1.18.6`
|
|
81
|
+
- 🐛 Bug Fix
|
|
82
|
+
- ANV-1953: Add monolith CSS to storybook, create CSS file to temp fix `71.1orion` [#796](https://github.com/servicetitan/hammer/pull/796) ([@rgdelato](https://github.com/rgdelato) [@tounsoo](https://github.com/tounsoo) [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
83
|
+
- Bump `@servicetitan/hammer-token` from `1.3.3` to `1.3.4`
|
|
84
|
+
- 🐛 Bug Fix
|
|
85
|
+
- ANV-1953: Add monolith CSS to storybook, create CSS file to temp fix `71.1orion` [#796](https://github.com/servicetitan/hammer/pull/796) ([@rgdelato](https://github.com/rgdelato) [@tounsoo](https://github.com/tounsoo) [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
86
|
+
|
|
87
|
+
## 1.16.1
|
|
88
|
+
|
|
89
|
+
### Patch Changes
|
|
90
|
+
|
|
91
|
+
- [#258](https://github.com/servicetitan/anvil2/pull/258) [`9276b81`](https://github.com/servicetitan/anvil2/commit/9276b81779e956792f7d5979338c07a841384436) Thanks [@rgdelato](https://github.com/rgdelato)! - - Bump `@servicetitan/hammer-react` from `1.18.4` to `1.18.5`
|
|
92
|
+
- 📝 Dependencies
|
|
93
|
+
- Bump next from 14.2.0 to 14.2.10 in the npm_and_yarn group [#789](https://github.com/servicetitan/hammer/pull/789) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
94
|
+
- 🐛 Bug Fix
|
|
95
|
+
- ANV-2043: Fix missing gap for listbox option when it is in group [#794](https://github.com/servicetitan/hammer/pull/794) ([@tounsoo](https://github.com/tounsoo))
|
|
96
|
+
- ANV-2046 ANV-2060: Overflow bug fixes [#770](https://github.com/servicetitan/hammer/pull/770) ([@tounsoo](https://github.com/tounsoo))
|
|
97
|
+
- ANV-1746: Dialog [A2]: on initial open focus is not trapped inside [#779](https://github.com/servicetitan/hammer/pull/779) ([@pbuckingham-st](https://github.com/pbuckingham-st) [@rgdelato](https://github.com/rgdelato))
|
|
98
|
+
- ANV-1835: Fix Combobox single select items not matching listbox interactive styles [#795](https://github.com/servicetitan/hammer/pull/795) ([@tounsoo](https://github.com/tounsoo) [@rgdelato](https://github.com/rgdelato))
|
|
99
|
+
- ANV-2214: Bugfixes for extra state changes on `Checkbox` click inside `Combobox.Item`, custom `environment` prop, and `Combobox.Item` flex properties [#791](https://github.com/servicetitan/hammer/pull/791) ([@rgdelato](https://github.com/rgdelato))
|
|
100
|
+
- ANV-2222: Fix button compound hover and active overlay with incorrect border radius [#793](https://github.com/servicetitan/hammer/pull/793) ([@tounsoo](https://github.com/tounsoo))
|
|
101
|
+
- 🏠 Internal
|
|
102
|
+
- ANV-2185 & ANV-2186: Fix icon gen plugin and add new icons [#792](https://github.com/servicetitan/hammer/pull/792) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
103
|
+
|
|
104
|
+
## 1.16.0
|
|
105
|
+
|
|
106
|
+
### Minor Changes
|
|
107
|
+
|
|
108
|
+
- [#257](https://github.com/servicetitan/anvil2/pull/257) [`56ce312`](https://github.com/servicetitan/anvil2/commit/56ce312626c3edddbe161f09e60b5665461079c4) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - New global nav icons added:
|
|
109
|
+
|
|
110
|
+
- `gnav_account_active.svg`, `gnav_account_inactive.svg`
|
|
111
|
+
- `gnav_accounting_active.svg`, `gnav_accounting_inactive.svg`
|
|
112
|
+
- `gnav_agreements_active.svg`, `gnav_agreements_inactive.svg`
|
|
113
|
+
- `gnav_calls_active.svg`, `gnav_calls_inactive.svg`
|
|
114
|
+
- `gnav_chat_active.svg`, `gnav_chat_inactive.svg`
|
|
115
|
+
- `gnav_dashboard_active.svg`, `gnav_dashboard_inactive.svg`
|
|
116
|
+
- `gnav_dispatch_active.svg`, `gnav_dispatch_inactive.svg`
|
|
117
|
+
- `gnav_fleet_pro_active.svg`, `gnav_fleet_pro_inactive.svg`
|
|
118
|
+
- `gnav_follow_up_active.svg`, `gnav_follow_up_inactive.svg`
|
|
119
|
+
- `gnav_help_active.svg`, `gnav_help_inactive.svg`
|
|
120
|
+
- `gnav_inventory_active.svg`, `gnav_inventory_inactive.svg`
|
|
121
|
+
- `gnav_marketing_active.svg`, `gnav_marketing_inactive.svg`
|
|
122
|
+
- `gnav_menu_collapse.svg`
|
|
123
|
+
- `gnav_menu_expand.svg`
|
|
124
|
+
- `gnav_plg_active.svg`, `gnav_plg_inactive.svg`
|
|
125
|
+
- `gnav_pos_active.svg`, `gnav_pos_inactive.svg`
|
|
126
|
+
- `gnav_pricebook_active.svg`, `gnav_pricebook_inactive.svg`
|
|
127
|
+
- `gnav_projects_active.svg`, `gnav_projects_inactive.svg`
|
|
128
|
+
- `gnav_reports_active.svg`, `gnav_reports_inactive.svg`
|
|
129
|
+
- `gnav_schedule_active.svg`, `gnav_schedule_inactive.svg`
|
|
130
|
+
- `gnav_settings_active.svg`, `gnav_settings_inactive.svg`
|
|
131
|
+
- `gnav_tasks_active.svg`, `gnav_tasks_inactive.svg`
|
|
132
|
+
- `gnav_titan_advisor_active.svg`, `gnav_titan_advisor_inactive.svg`
|
|
133
|
+
|
|
134
|
+
- [#256](https://github.com/servicetitan/anvil2/pull/256) [`32d1be0`](https://github.com/servicetitan/anvil2/commit/32d1be0fdeb6676376e00527bd08fd17e757c2b9) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - New standardized icons added:
|
|
135
|
+
- `accounting_integrations.svg`
|
|
136
|
+
- `appointments.svg`
|
|
137
|
+
- `enterprise_hub.svg`
|
|
138
|
+
- `leads.svg`
|
|
139
|
+
- `release_notes.svg`
|
|
140
|
+
|
|
141
|
+
## 1.15.3
|
|
142
|
+
|
|
143
|
+
### Patch Changes
|
|
144
|
+
|
|
145
|
+
- [#253](https://github.com/servicetitan/anvil2/pull/253) [`3ddea9d`](https://github.com/servicetitan/anvil2/commit/3ddea9d09b398d1166f04c739b06fd706fb6c17e) Thanks [@tounsoo](https://github.com/tounsoo)! - - Bump `@servicetitan/hammer-token` from `1.3.2` to `1.3.3`
|
|
146
|
+
- 🐛 Bug Fix
|
|
147
|
+
- NOTICK: Add missing primitive tokens and remove `color-scheme` setting in Theme Provider [#790](https://github.com/servicetitan/hammer/pull/790) ([@tounsoo](https://github.com/tounsoo))
|
|
148
|
+
|
|
149
|
+
## 1.15.2
|
|
150
|
+
|
|
151
|
+
### Patch Changes
|
|
152
|
+
|
|
153
|
+
- [#252](https://github.com/servicetitan/anvil2/pull/252) [`75fc7e9`](https://github.com/servicetitan/anvil2/commit/75fc7e946a882014da13d2491f0f5ebc9f9cec02) Thanks [@tounsoo](https://github.com/tounsoo)! - - Bump `@servicetitan/hammer-react` from `1.8.3` to `1.8.4`
|
|
154
|
+
- 🐛 Bug Fix
|
|
155
|
+
- NOTICK: Add missing primitive tokens and remove `color-scheme` setting in Theme Provider [#790](https://github.com/servicetitan/hammer/pull/790) ([@tounsoo](https://github.com/tounsoo))
|
|
156
|
+
|
|
157
|
+
## 1.15.1
|
|
158
|
+
|
|
159
|
+
### Patch Changes
|
|
160
|
+
|
|
161
|
+
- [#250](https://github.com/servicetitan/anvil2/pull/250) [`6abc32a`](https://github.com/servicetitan/anvil2/commit/6abc32a930166bef9c7fbe02391570501daa3fa1) Thanks [@tounsoo](https://github.com/tounsoo)! - - Bump `@servicetitan/hammer-react` from `1.8.0` to `1.8.3`
|
|
162
|
+
- 🐛 Bug Fix
|
|
163
|
+
- ANV-2090: Toast Shadow DOM update [#786](https://github.com/servicetitan/hammer/pull/786) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
164
|
+
- ANV-2216: Fix CSS var not being available in certain conditions, theme tokens to not override each other with different versions values [#776](https://github.com/servicetitan/hammer/pull/776) ([@tounsoo](https://github.com/tounsoo))
|
|
165
|
+
- ANV-2067: Adding `@deprecated` to `Combobox` `onInputValueChange` prop [#766](https://github.com/servicetitan/hammer/pull/766) ([@rgdelato](https://github.com/rgdelato))
|
|
166
|
+
- ANV-1955: Update Date Field input mask to default to the mm/dd/yyyy format [#781](https://github.com/servicetitan/hammer/pull/781) ([@pbuckingham-st](https://github.com/pbuckingham-st))
|
|
167
|
+
- 🏠 Internal
|
|
168
|
+
- ANV-2217: update themeprovider css to be more legible [#788](https://github.com/servicetitan/hammer/pull/788) ([@tounsoo](https://github.com/tounsoo))
|
|
169
|
+
- Bump `@servicetitan/hammer-token` from `1.2.0` to `1.3.2`
|
|
170
|
+
- ✨ New Feature
|
|
171
|
+
- ANV-2021: Add sr-only class to css-utils [#773](https://github.com/servicetitan/hammer/pull/773) ([@tounsoo](https://github.com/tounsoo))
|
|
172
|
+
- 🐛 Bug Fix
|
|
173
|
+
- ANV-2216: Fix CSS var not being available in certain conditions, theme tokens to not override each other with different versions values [#776](https://github.com/servicetitan/hammer/pull/776) ([@tounsoo](https://github.com/tounsoo))
|
|
174
|
+
|
|
175
|
+
## 1.15.0
|
|
176
|
+
|
|
177
|
+
### Minor Changes
|
|
178
|
+
|
|
179
|
+
- [#246](https://github.com/servicetitan/anvil2/pull/246) [`cf2ede5`](https://github.com/servicetitan/anvil2/commit/cf2ede56413282cd35f893a46193acd6b8a36d2a) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - - Bump `@servicetitan/hammer-react` from `1.17.7` to `1.18.0`
|
|
180
|
+
- 🚀 Enhancement
|
|
181
|
+
- ANV-2090: Toast API Compatibility Updates [#775](https://github.com/servicetitan/hammer/pull/775) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
182
|
+
- 🐛 Bug Fix
|
|
183
|
+
- ANV-1344: Adding `useMemo` to `useAccessibleColor` hook [#778](https://github.com/servicetitan/hammer/pull/778) ([@rgdelato](https://github.com/rgdelato))
|
|
184
|
+
|
|
185
|
+
## 1.14.2
|
|
186
|
+
|
|
187
|
+
### Patch Changes
|
|
188
|
+
|
|
189
|
+
- [#240](https://github.com/servicetitan/anvil2/pull/240) [`d251ac2`](https://github.com/servicetitan/anvil2/commit/d251ac208e7909a2a67832be4582daa7919534c3) Thanks [@tounsoo](https://github.com/tounsoo)! - - Bugfix: scrollbar removing css to be scoped to only when Page is present
|
|
190
|
+
|
|
191
|
+
- [#238](https://github.com/servicetitan/anvil2/pull/238) [`3f20c8a`](https://github.com/servicetitan/anvil2/commit/3f20c8a639e99435026a420b5f16f96a8b613512) Thanks [@dependabot](https://github.com/apps/dependabot)! - - Bump @servicetitan/hammer-react from 1.17.5 to 1.17.7 in the hammer-packages group across 1 directory
|
|
192
|
+
- 🐛 Bug Fix
|
|
193
|
+
- ANV-1344: Refactor `useAccessibleColor` hook [#771](https://github.com/servicetitan/hammer/pull/771) ([@rgdelato](https://github.com/rgdelato))
|
|
194
|
+
|
|
195
|
+
## 1.14.1
|
|
196
|
+
|
|
197
|
+
### Patch Changes
|
|
198
|
+
|
|
199
|
+
- [#235](https://github.com/servicetitan/anvil2/pull/235) [`35d676b`](https://github.com/servicetitan/anvil2/commit/35d676bf071b4aa1900b7446f25abc20a2c4b16e) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump the patch-and-minor group across 1 directory with 4 updates
|
|
200
|
+
|
|
201
|
+
## 1.14.0
|
|
202
|
+
|
|
203
|
+
### Minor Changes
|
|
204
|
+
|
|
205
|
+
- [#233](https://github.com/servicetitan/anvil2/pull/233) [`7fdbd25`](https://github.com/servicetitan/anvil2/commit/7fdbd251428ce07c73d1d50f488328fde5988125) Thanks [@pbuckingham-st](https://github.com/pbuckingham-st)! - - Bump `@servicetitan/hammer-react` to `1.17.5`
|
|
206
|
+
- 🐛 Bug Fix
|
|
207
|
+
- ANV-2037, ANV-2014, ANV-1867, ANV-1786: Maintain `Combobox` filter state when updating `items` prop and more fixes [#730](https://github.com/servicetitan/hammer/pull/730) ([@rgdelato](https://github.com/rgdelato) [@pbuckingham-st](https://github.com/pbuckingham-st))
|
|
208
|
+
- ANV-1906: Anvil2 SideNav collapsible doesn't show indicator when child is active while collapsed [#762](https://github.com/servicetitan/hammer/pull/762) ([@pbuckingham-st](https://github.com/pbuckingham-st))
|
|
209
|
+
- ANV-1356: Add missing `Skeleton` exports [#761](https://github.com/servicetitan/hammer/pull/761) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
210
|
+
|
|
211
|
+
## 1.13.2
|
|
212
|
+
|
|
213
|
+
### Patch Changes
|
|
214
|
+
|
|
215
|
+
- [#230](https://github.com/servicetitan/anvil2/pull/230) [`8c3c1f0`](https://github.com/servicetitan/anvil2/commit/8c3c1f07815aa2d99c48e6edb0f880ab3adb5981) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump the patch-and-minor group across 1 directory with 24 updates
|
|
216
|
+
|
|
217
|
+
## 1.13.1
|
|
218
|
+
|
|
219
|
+
### Patch Changes
|
|
220
|
+
|
|
221
|
+
- [#228](https://github.com/servicetitan/anvil2/pull/228) [`a932841`](https://github.com/servicetitan/anvil2/commit/a932841efd14dcf827e882e1c36aa538dd4f5312) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - Add missing exports for Skeleton components
|
|
222
|
+
|
|
223
|
+
## 1.13.0
|
|
224
|
+
|
|
225
|
+
### Minor Changes
|
|
226
|
+
|
|
227
|
+
- [#225](https://github.com/servicetitan/anvil2/pull/225) [`a70e131`](https://github.com/servicetitan/anvil2/commit/a70e1316f49dc13b0bc1ca3cc7951bdd4e2d14d9) Thanks [@dependabot](https://github.com/apps/dependabot)! - - Bump `@servicetitan/hammer-react` to `1.17.1`
|
|
228
|
+
- ✨ New Feature
|
|
229
|
+
- ANV-1934: Export `Spinner` component (previously internal) [#756](https://github.com/servicetitan/hammer/pull/756) ([@rgdelato](https://github.com/rgdelato) [@tounsoo](https://github.com/tounsoo))
|
|
230
|
+
- ANV-1356: New Skeleton component [#753](https://github.com/servicetitan/hammer/pull/753) ([@tounsoo](https://github.com/tounsoo))
|
|
231
|
+
- 🚀 Enhancement
|
|
232
|
+
- ANV-1760: A1 Toast Compatibility [#735](https://github.com/servicetitan/hammer/pull/735) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
233
|
+
- 📝 Dependencies
|
|
234
|
+
- Bump the patch-and-minor group with 14 updates [#757](https://github.com/servicetitan/hammer/pull/757) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
235
|
+
- 🐛 Bug Fix
|
|
236
|
+
- ANV-1795: `SideNavGroup` label style fix [#754](https://github.com/servicetitan/hammer/pull/754) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
237
|
+
|
|
238
|
+
### Patch Changes
|
|
239
|
+
|
|
240
|
+
- [#221](https://github.com/servicetitan/anvil2/pull/221) [`2397db6`](https://github.com/servicetitan/anvil2/commit/2397db6d82c79e09e3d067f57b62941add9bc1bb) Thanks [@pbuckingham-st](https://github.com/pbuckingham-st)! - Remove unneeded optional dependencies
|
|
241
|
+
|
|
242
|
+
## 1.12.3
|
|
243
|
+
|
|
244
|
+
### Patch Changes
|
|
245
|
+
|
|
246
|
+
- [#222](https://github.com/servicetitan/anvil2/pull/222) [`a47e221`](https://github.com/servicetitan/anvil2/commit/a47e2211867c3ca96e9cd132a814e54f4222b981) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump `@servicetitan/hammer-react` from `1.16.2` to `1.16.4` ([Changelog](https://github.com/servicetitan/hammer/blob/master/packages/hammer-react/CHANGELOG.md#v1164-wed-oct-09-2024))
|
|
247
|
+
- 🐛 Bug Fixes
|
|
248
|
+
- ANV-2059: Fix `Menu.Item` not combining `className` prop with internal `className` [#750](https://github.com/servicetitan/hammer/pull/750) ([@tounsoo](https://github.com/tounsoo))
|
|
249
|
+
- ANV-1664: Add missing layout util props [#736](https://github.com/servicetitan/hammer/pull/736) ([@tounsoo](https://github.com/tounsoo))
|
|
250
|
+
- ANV-1987: Bugfix for `Listbox.Option` (and single `Combobox.Item`) not allowing use of full width [#731](https://github.com/servicetitan/hammer/pull/731) ([@rgdelato](https://github.com/rgdelato))
|
|
251
|
+
- 📝 Dependencies
|
|
252
|
+
- Bump the patch-and-minor group across 1 directory with 20 updates [#743](https://github.com/servicetitan/hammer/pull/743) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
253
|
+
|
|
254
|
+
## 1.12.2
|
|
255
|
+
|
|
256
|
+
### Patch Changes
|
|
257
|
+
|
|
258
|
+
- [#216](https://github.com/servicetitan/anvil2/pull/216) [`7f39237`](https://github.com/servicetitan/anvil2/commit/7f39237f18855ac8ad1a74d3e46c807ca4c9cb62) Thanks [@bugron](https://github.com/bugron)! - Bugfix for Button tracking ID data attribute
|
|
259
|
+
|
|
260
|
+
## 1.12.1
|
|
261
|
+
|
|
262
|
+
### Patch Changes
|
|
263
|
+
|
|
264
|
+
- [#214](https://github.com/servicetitan/anvil2/pull/214) [`8d951f7`](https://github.com/servicetitan/anvil2/commit/8d951f720766ae90e722e1ca1c7c3c8630d6058b) Thanks [@pbuckingham-st](https://github.com/pbuckingham-st)! - Update hammer-react
|
|
265
|
+
|
|
266
|
+
## 1.12.0
|
|
267
|
+
|
|
268
|
+
### Minor Changes
|
|
269
|
+
|
|
270
|
+
- [#208](https://github.com/servicetitan/anvil2/pull/208) [`0963649`](https://github.com/servicetitan/anvil2/commit/0963649f1ca71ec3038630a2342dec7350906e7c) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - - Bump `@servicetitan/hammer-react` to `1.15.0`
|
|
271
|
+
|
|
272
|
+
- ✨ New Feature
|
|
273
|
+
|
|
274
|
+
- ANV-1675: Breadcrumbs components [#713](https://github.com/servicetitan/hammer/pull/713) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
275
|
+
|
|
276
|
+
- 🐛 Bug Fix
|
|
277
|
+
|
|
278
|
+
- ANV-1860: Bugfix for TextField input missing `maxLength` [#722](https://github.com/servicetitan/hammer/pull/722) ([@rgdelato](https://github.com/rgdelato))
|
|
279
|
+
- ANV-1886: OverflowText shows expand button even if it isn't overflowing [#715](https://github.com/servicetitan/hammer/pull/715) ([@pbuckingham-st](https://github.com/pbuckingham-st))
|
|
280
|
+
|
|
281
|
+
- ANV-1675: Export new Breadcrumbs and Breadcrumbs.Link components
|
|
282
|
+
|
|
283
|
+
## 1.11.1
|
|
284
|
+
|
|
285
|
+
### Patch Changes
|
|
286
|
+
|
|
287
|
+
- [#206](https://github.com/servicetitan/anvil2/pull/206) [`6b1a534`](https://github.com/servicetitan/anvil2/commit/6b1a5348f36d4da2fb1d2f41ac841a0c9715bc49) Thanks [@pbuckingham-st](https://github.com/pbuckingham-st)! - Fixes an issue resulting in a circular reference error.
|
|
288
|
+
|
|
289
|
+
## 1.11.0
|
|
290
|
+
|
|
291
|
+
### Minor Changes
|
|
292
|
+
|
|
293
|
+
- [#204](https://github.com/servicetitan/anvil2/pull/204) [`8cd6fb7`](https://github.com/servicetitan/anvil2/commit/8cd6fb7d1676b0e93a7741799a019ef5b2c54ca7) Thanks [@tounsoo](https://github.com/tounsoo)! - - Bump `@servicetitan/hammer-react` to `1.14.0`
|
|
294
|
+
- @servicetitan/hammer-react@1.14.0
|
|
295
|
+
- 🚀 Enhancement
|
|
296
|
+
- ANV-1884: Feature to disabled dates by day of week in Calendar [#702](https://github.com/servicetitan/hammer/pull/702) ([@tounsoo](https://github.com/tounsoo))
|
|
297
|
+
- 📝 Dependencies
|
|
298
|
+
- Bump the patch-and-minor group across 1 directory with 33 updates [#708](https://github.com/servicetitan/hammer/pull/708) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@pbuckingham-st](https://github.com/pbuckingham-st))
|
|
299
|
+
- 🐛 Bug Fix
|
|
300
|
+
- ANV-1990: Progress Bar color variable defaults [#714](https://github.com/servicetitan/hammer/pull/714) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
301
|
+
- ANV-1931: Divider not able to be used as children for Details.Summary [#699](https://github.com/servicetitan/hammer/pull/699) ([@tounsoo](https://github.com/tounsoo))
|
|
302
|
+
- ANV-1880: fix Overflow cutting off focus ring [#711](https://github.com/servicetitan/hammer/pull/711) ([@tounsoo](https://github.com/tounsoo))
|
|
303
|
+
- ANV-1882: Adding `description` to `Radio` and `Checkbox` components [#704](https://github.com/servicetitan/hammer/pull/704) ([@rgdelato](https://github.com/rgdelato))
|
|
304
|
+
- 🏠 Internal
|
|
305
|
+
- ANV-1791: Increase code coverage of SegmentedControl to 90% [#716](https://github.com/servicetitan/hammer/pull/716) ([@tounsoo](https://github.com/tounsoo))
|
|
306
|
+
- ANV-1855: Increase code coverage to 90% on Tooltip code [#709](https://github.com/servicetitan/hammer/pull/709) ([@pbuckingham-st](https://github.com/pbuckingham-st))
|
|
307
|
+
- @servicetitan/hammer-react@1.13.1
|
|
308
|
+
- 🐛 Bug Fix
|
|
309
|
+
- ANV-1895: Progress Bar to show completed styles when value and max are equal number with different types [#701](https://github.com/servicetitan/hammer/pull/701) ([@tounsoo](https://github.com/tounsoo))
|
|
310
|
+
- @servicetitan/hammer-react@1.13.0
|
|
311
|
+
- 🚀 Enhancement
|
|
312
|
+
- ANV-1918: Menu to have better fallback placement and to add manual control of placement [#703](https://github.com/servicetitan/hammer/pull/703) ([@tounsoo](https://github.com/tounsoo))
|
|
313
|
+
- 📝 Documentation
|
|
314
|
+
- ANV-1904: Bump docs site Anvil2 version [#697](https://github.com/servicetitan/hammer/pull/697) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
315
|
+
|
|
316
|
+
### Patch Changes
|
|
317
|
+
|
|
318
|
+
- [#203](https://github.com/servicetitan/anvil2/pull/203) [`1b1e9cd`](https://github.com/servicetitan/anvil2/commit/1b1e9cd9284fe0d8806551b63d438bcecb6041ed) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - Prevent `Page.className` from overriding internal `className`
|
|
319
|
+
|
|
320
|
+
## 1.10.3
|
|
321
|
+
|
|
322
|
+
### Patch Changes
|
|
323
|
+
|
|
324
|
+
- [#160](https://github.com/servicetitan/anvil2/pull/160) [`acdba45`](https://github.com/servicetitan/anvil2/commit/acdba45c160ff90c60409a0ff18a4a1d5bab3f94) Thanks [@rgdelato](https://github.com/rgdelato)! - Add passthrough for hammer-token files
|
|
325
|
+
|
|
326
|
+
- [#201](https://github.com/servicetitan/anvil2/pull/201) [`7d9b1d7`](https://github.com/servicetitan/anvil2/commit/7d9b1d7e9875700ccbe548787c4b40973902c305) Thanks [@pbuckingham-st](https://github.com/pbuckingham-st)! - Add OptionGroup to Listbox object.
|
|
327
|
+
|
|
328
|
+
## 1.10.2
|
|
329
|
+
|
|
330
|
+
### Patch Changes
|
|
331
|
+
|
|
332
|
+
- [#198](https://github.com/servicetitan/anvil2/pull/198) [`62a213b`](https://github.com/servicetitan/anvil2/commit/62a213b16b0f05c7b8a636138dcb540df02354b1) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - Remove accidental prefix from custom icon (Titan Intelligence)
|
|
333
|
+
|
|
334
|
+
## 1.10.1
|
|
335
|
+
|
|
336
|
+
### Patch Changes
|
|
337
|
+
|
|
338
|
+
- [#197](https://github.com/servicetitan/anvil2/pull/197) [`30a0929`](https://github.com/servicetitan/anvil2/commit/30a092979c6491efed305a67754252e6f833da50) Thanks [@pbuckingham-st](https://github.com/pbuckingham-st)! - Add main to package.json to fix a build issue on specific machines.
|
|
339
|
+
|
|
340
|
+
## 1.10.0
|
|
341
|
+
|
|
342
|
+
### Minor Changes
|
|
343
|
+
|
|
344
|
+
- [#195](https://github.com/servicetitan/anvil2/pull/195) [`c17851d`](https://github.com/servicetitan/anvil2/commit/c17851dc17c361f3a5a856fe2deee244d0d0a742) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - Bump `@servicetitan/hammer-react` to `1.12.0`
|
|
345
|
+
- ANV-1905: Fix Overflow truncate height bug [#689](https://github.com/servicetitan/hammer/pull/689) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
346
|
+
- ANV-1833: listbox option background not changing on hover [#664](https://github.com/servicetitan/hammer/pull/664) ([@tounsoo](https://github.com/tounsoo))
|
|
347
|
+
- ANV-1870: `svg` prop to be required in Icon component [#691](https://github.com/servicetitan/hammer/pull/691) ([@tounsoo](https://github.com/tounsoo))
|
|
348
|
+
- ANV-1869: deprecate onOpen and add onOpenChange [#690](https://github.com/servicetitan/hammer/pull/690) ([@tounsoo](https://github.com/tounsoo))
|
|
349
|
+
|
|
350
|
+
## 1.9.1
|
|
351
|
+
|
|
352
|
+
### Patch Changes
|
|
353
|
+
|
|
354
|
+
- [#193](https://github.com/servicetitan/anvil2/pull/193) [`724ccc4`](https://github.com/servicetitan/anvil2/commit/724ccc4bbe86d7daf526db87462d19e82d01a0de) Thanks [@pbuckingham-st](https://github.com/pbuckingham-st)! - Fix a bug that breaks on the TC build process
|
|
355
|
+
|
|
356
|
+
## 1.9.0
|
|
357
|
+
|
|
358
|
+
### Minor Changes
|
|
359
|
+
|
|
360
|
+
- [#191](https://github.com/servicetitan/anvil2/pull/191) [`2fe8b1a`](https://github.com/servicetitan/anvil2/commit/2fe8b1a50ac5bfc8a5578a4981bef1e789d13456) Thanks [@jpex](https://github.com/jpex)! - Adds the Titan Intelligence (TI) Icon
|
|
361
|
+
|
|
362
|
+
### Patch Changes
|
|
363
|
+
|
|
364
|
+
- [#188](https://github.com/servicetitan/anvil2/pull/188) [`67ac2a6`](https://github.com/servicetitan/anvil2/commit/67ac2a6516f2e111f348ca160c10f008671182ca) Thanks [@dependabot](https://github.com/apps/dependabot)! - Bump patch and minor dependencies.
|
|
365
|
+
|
|
366
|
+
## 1.8.2
|
|
367
|
+
|
|
368
|
+
### Patch Changes
|
|
369
|
+
|
|
370
|
+
- [#190](https://github.com/servicetitan/anvil2/pull/190) [`48bd439`](https://github.com/servicetitan/anvil2/commit/48bd4393a49dc7f3967dcb92cf5c0a4b4ba4be33) Thanks [@pbuckingham-st](https://github.com/pbuckingham-st)! - Surface package.json for consumers
|
|
371
|
+
|
|
372
|
+
## 1.8.1
|
|
373
|
+
|
|
374
|
+
### Patch Changes
|
|
375
|
+
|
|
376
|
+
- [#189](https://github.com/servicetitan/anvil2/pull/189) [`3eb6781`](https://github.com/servicetitan/anvil2/commit/3eb6781c5b168941aadb6c321c558d9b1673f211) Thanks [@pbuckingham-st](https://github.com/pbuckingham-st)! - Fixed a bug where the published package was missing the dist directory.
|
|
377
|
+
|
|
378
|
+
- [#187](https://github.com/servicetitan/anvil2/pull/187) [`c7ee85e`](https://github.com/servicetitan/anvil2/commit/c7ee85eb175120eb7e7a09eed381725d72dd06d5) Thanks [@pbuckingham-st](https://github.com/pbuckingham-st)! - Limit import paths using the `package.json#exports` field. Going forward, all imports from this package should use one of the following paths:
|
|
379
|
+
- `"@servicetitan/anvil2";`
|
|
380
|
+
- `"@servicetitan/anvil2/token";`
|
|
381
|
+
- `"@servicetitan/anvil2/assets/*";` (icons, etc.)
|
|
382
|
+
|
|
383
|
+
## 1.8.0
|
|
384
|
+
|
|
385
|
+
### Minor Changes
|
|
386
|
+
|
|
387
|
+
- [#185](https://github.com/servicetitan/anvil2/pull/185) [`82470ab`](https://github.com/servicetitan/anvil2/commit/82470ab32cd628e54a7c5bbc7aa779ed6d8d1793) Thanks [@pbuckingham-st](https://github.com/pbuckingham-st)! - Remove minification, remove CJS files, and add tree shaking.
|
|
388
|
+
|
|
389
|
+
## 1.7.0
|
|
390
|
+
|
|
391
|
+
### Minor Changes
|
|
392
|
+
|
|
393
|
+
- [#166](https://github.com/servicetitan/anvil2/pull/166) [`ef29dac`](https://github.com/servicetitan/anvil2/commit/ef29dac0c5ead4d159187b001a97346431d02788) Thanks [@rgdelato](https://github.com/rgdelato)! - <br />
|
|
394
|
+
- New DateField component
|
|
395
|
+
|
|
396
|
+
### Patch Changes
|
|
397
|
+
|
|
398
|
+
- [#182](https://github.com/servicetitan/anvil2/pull/182) [`e49bd57`](https://github.com/servicetitan/anvil2/commit/e49bd571c50332daf917b4a4469821101c7f0a4f) Thanks [@dependabot](https://github.com/apps/dependabot)! - - Bump `@servicetitan/hammer-react` to `1.10.3`
|
|
399
|
+
- NOTICK: Fix SearchField not firing onChange when clearing [#661](https://github.com/servicetitan/hammer/pull/661) ([@tounsoo](https://github.com/tounsoo))
|
|
400
|
+
- ANV-1872: Fix regression of DialogFooter not sticking to bottom [#678](https://github.com/servicetitan/hammer/pull/678) ([@tounsoo](https://github.com/tounsoo))
|
|
401
|
+
- ANV-1902: font size 100% is using local size defined from monolith stylesheet [#667](https://github.com/servicetitan/hammer/pull/667) ([@tounsoo](https://github.com/tounsoo))
|
|
402
|
+
- ANV-1796: Fix ComboboxSearchField dead click areas [#676](https://github.com/servicetitan/hammer/pull/676) ([@tounsoo](https://github.com/tounsoo))
|
|
403
|
+
- FEP-1914: Prevent `Dialog.showModal()` from running if dialog is already open [#682](https://github.com/servicetitan/hammer/pull/682) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
404
|
+
- ANV-1875: Fix Combobox dropdown to scroll when navigating with keyboard arrows [#677](https://github.com/servicetitan/hammer/pull/677) ([@tounsoo](https://github.com/tounsoo))
|
|
405
|
+
|
|
406
|
+
## 1.6.1
|
|
407
|
+
|
|
408
|
+
### Patch Changes
|
|
409
|
+
|
|
410
|
+
- [#180](https://github.com/servicetitan/anvil2/pull/180) [`9794829`](https://github.com/servicetitan/anvil2/commit/9794829884d5eb4e7b30c19db311c5b8170def8c) Thanks [@pbuckingham-st](https://github.com/pbuckingham-st)! - Enhance react router support
|
|
411
|
+
|
|
412
|
+
## 1.6.0
|
|
413
|
+
|
|
414
|
+
### Minor Changes
|
|
415
|
+
|
|
416
|
+
- [#177](https://github.com/servicetitan/anvil2/pull/177) [`be8b454`](https://github.com/servicetitan/anvil2/commit/be8b454a4f134ebb1cc0fe7f263a1e0f922f5e71) Thanks [@dependabot](https://github.com/apps/dependabot)! - - Minor and patch dependency bumps
|
|
417
|
+
- Fix SearchField clear button cursor ([hammer-react@4.9.5](https://github.com/servicetitan/hammer/releases/tag/%40servicetitan%2Fhammer-react%401.9.5))
|
|
418
|
+
- Fix icon displaying in Menu button ([hammer-react@4.10.0](https://github.com/servicetitan/hammer/releases/tag/%40servicetitan%2Fhammer-react%401.10.0))
|
|
419
|
+
|
|
420
|
+
## 1.5.0
|
|
421
|
+
|
|
422
|
+
### Minor Changes
|
|
423
|
+
|
|
424
|
+
- [#176](https://github.com/servicetitan/anvil2/pull/176) [`eb33f56`](https://github.com/servicetitan/anvil2/commit/eb33f563c58d008ee51299e795d31ff2955c717d) Thanks [@tounsoo](https://github.com/tounsoo)! - <br />
|
|
425
|
+
- New SearchField component
|
|
426
|
+
|
|
427
|
+
## 1.4.2
|
|
428
|
+
|
|
429
|
+
### Patch Changes
|
|
430
|
+
|
|
431
|
+
- [#171](https://github.com/servicetitan/anvil2/pull/171) [`70c5657`](https://github.com/servicetitan/anvil2/commit/70c5657f6518342603a24f37aaa1018a325e7cd0) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - Fix Page styles when no SideBar is added
|
|
432
|
+
|
|
433
|
+
- [#164](https://github.com/servicetitan/anvil2/pull/164) [`7018dcb`](https://github.com/servicetitan/anvil2/commit/7018dcb83530ca3640793131bd9e0f7d19a62714) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - Update Vite and plugins
|
|
434
|
+
|
|
435
|
+
## 1.4.1
|
|
436
|
+
|
|
437
|
+
### Patch Changes
|
|
438
|
+
|
|
439
|
+
- [#168](https://github.com/servicetitan/anvil2/pull/168) [`97f67f6`](https://github.com/servicetitan/anvil2/commit/97f67f68f5ffa3d706945e8ca798fd5096a795cd) Thanks [@rgdelato](https://github.com/rgdelato)! - <br />
|
|
440
|
+
- Bump `@servicetitan/hammer-react` to `1.9.2`
|
|
441
|
+
- Bugfix for Combobox not removing Chips [#647](https://github.com/servicetitan/hammer/pull/647) ([@rgdelato](https://github.com/rgdelato))
|
|
442
|
+
- ANV-1873: Fix custom docs site table text in dark mode [#648](https://github.com/servicetitan/hammer/pull/648) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
443
|
+
- Hot Fix: Docs site scrolling broken with `Dialog` examples [#646](https://github.com/servicetitan/hammer/pull/646) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
444
|
+
- ANV-1225: Upgrade Vite and plugins [#641](https://github.com/servicetitan/hammer/pull/641) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
445
|
+
- ANV-1660: Docs site blog [#627](https://github.com/servicetitan/hammer/pull/627) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
446
|
+
|
|
447
|
+
## 1.4.0
|
|
448
|
+
|
|
449
|
+
### Minor Changes
|
|
450
|
+
|
|
451
|
+
- [#161](https://github.com/servicetitan/anvil2/pull/161) [`a7f598b`](https://github.com/servicetitan/anvil2/commit/a7f598b93e9459ac98dc6ca6dd5bd1f9ee2cd8ab) Thanks [@rgdelato](https://github.com/rgdelato)! - <br />
|
|
452
|
+
|
|
453
|
+
- Bump `@servicetitan/hammer-react` to `1.9.0`
|
|
454
|
+
- ANV-1052: DateField and InputMask [#505](https://github.com/servicetitan/hammer/pull/505) ([@pbuckingham-st](https://github.com/pbuckingham-st) [@rgdelato](https://github.com/rgdelato))
|
|
455
|
+
- Bump docs site `@servicetitan/anvil2` dependency to `1.3.4` [#633](https://github.com/servicetitan/hammer/pull/633) ([@rgdelato](https://github.com/rgdelato))
|
|
456
|
+
- Copying `useMergeRefs` function into `hooks` directory [#631](https://github.com/servicetitan/hammer/pull/631) ([@rgdelato](https://github.com/rgdelato))
|
|
457
|
+
- ANV-1718: New SearchField component [#622](https://github.com/servicetitan/hammer/pull/622) ([@tounsoo](https://github.com/tounsoo))
|
|
458
|
+
- Bugfix for missing DateField type exports [#639](https://github.com/servicetitan/hammer/pull/639) ([@rgdelato](https://github.com/rgdelato))
|
|
459
|
+
- Fix test coverage and update mutation benchmarks [#636](https://github.com/servicetitan/hammer/pull/636) ([@pbuckingham-st](https://github.com/pbuckingham-st))
|
|
460
|
+
|
|
461
|
+
## 1.3.5
|
|
462
|
+
|
|
463
|
+
### Patch Changes
|
|
464
|
+
|
|
465
|
+
- [#152](https://github.com/servicetitan/anvil2/pull/152) [`01060a8`](https://github.com/servicetitan/anvil2/commit/01060a894456c4095fd333cd48d815b2fd7102ce) Thanks [@tounsoo](https://github.com/tounsoo)! - - Add missing PortalProvider to index.ts
|
|
466
|
+
|
|
467
|
+
## 1.3.4
|
|
468
|
+
|
|
469
|
+
### Patch Changes
|
|
470
|
+
|
|
471
|
+
- [#159](https://github.com/servicetitan/anvil2/pull/159) [`c63d987`](https://github.com/servicetitan/anvil2/commit/c63d9870e6b5c76e427144113ac192200b93fc00) Thanks [@rgdelato](https://github.com/rgdelato)! - <br />
|
|
472
|
+
- Updating `hammer-react` to `1.7.3`
|
|
473
|
+
- Importing `hammer-react` hooks and functions from `dist` directory
|
|
474
|
+
- Externalizing `react-router` and `react-router-dom` in the vite build
|
|
475
|
+
|
|
476
|
+
## 1.3.3
|
|
477
|
+
|
|
478
|
+
### Patch Changes
|
|
479
|
+
|
|
480
|
+
- [#155](https://github.com/servicetitan/anvil2/pull/155) [`16c8f70`](https://github.com/servicetitan/anvil2/commit/16c8f70ada69608a228f5514b4e8f57b5e5be7c0) Thanks [@rgdelato](https://github.com/rgdelato)! - <br />
|
|
481
|
+
- Bump `@servicetitan/hammer-react` to `1.7.2`
|
|
482
|
+
- Bump `@servicetitan/hammer-token` to `1.2.0`
|
|
483
|
+
- Combobox bugfixes [#620](https://github.com/servicetitan/hammer/pull/620) ([@rgdelato](https://github.com/rgdelato))
|
|
484
|
+
- ANV-1643: Update fillAvailableHeight and add maxHeight [#604](https://github.com/servicetitan/hammer/pull/604) ([@tounsoo](https://github.com/tounsoo))
|
|
485
|
+
- Popover: Add fitScreen prop [#626](https://github.com/servicetitan/hammer/pull/626) ([@tounsoo](https://github.com/tounsoo))
|
|
486
|
+
|
|
487
|
+
## 1.3.2
|
|
488
|
+
|
|
489
|
+
### Patch Changes
|
|
490
|
+
|
|
491
|
+
- [#154](https://github.com/servicetitan/anvil2/pull/154) [`94762e9`](https://github.com/servicetitan/anvil2/commit/94762e918d5d61d445c4134a4778045cf980f4b9) Thanks [@tounsoo](https://github.com/tounsoo)! - - Wrapped all data items that can be ReactElement with childrenToString()
|
|
492
|
+
- Added useTrackingId to SegmentedControl component
|
|
493
|
+
|
|
494
|
+
## 1.3.1
|
|
495
|
+
|
|
496
|
+
### Patch Changes
|
|
497
|
+
|
|
498
|
+
- [#153](https://github.com/servicetitan/anvil2/pull/153) [`4f807d6`](https://github.com/servicetitan/anvil2/commit/4f807d696ae6dee13ba689118d1bf3a30698cbb7) Thanks [@tounsoo](https://github.com/tounsoo)! - - Bump @servicetitan/hammer-react@1.7.1
|
|
499
|
+
|
|
500
|
+
## 1.3.0
|
|
501
|
+
|
|
502
|
+
### Minor Changes
|
|
503
|
+
|
|
504
|
+
- [#150](https://github.com/servicetitan/anvil2/pull/150) [`82d346f`](https://github.com/servicetitan/anvil2/commit/82d346ff008d949bbcbbad35e9b1183648e454b8) Thanks [@tounsoo](https://github.com/tounsoo)! - - Bump @servicetitan/hammer-react@1.7.0
|
|
505
|
+
- Added PortalProvider
|
|
506
|
+
|
|
507
|
+
## 1.2.8
|
|
508
|
+
|
|
509
|
+
### Patch Changes
|
|
510
|
+
|
|
511
|
+
- [#147](https://github.com/servicetitan/anvil2/pull/147) [`95b8095`](https://github.com/servicetitan/anvil2/commit/95b8095892993ebb6d56103ad98c6d41abb46552) Thanks [@rgdelato](https://github.com/rgdelato)! - <br />
|
|
512
|
+
- Bump `@servicetitan/hammer-react` to `1.5.0`
|
|
513
|
+
- ANV-1435: Add new `SegmentedControl` component as Beta
|
|
514
|
+
- Bugfix for `Popover` components (`Combobox`, `Menu`, etc) inside of `Dialog`
|
|
515
|
+
|
|
516
|
+
## 1.2.7
|
|
517
|
+
|
|
518
|
+
### Patch Changes
|
|
519
|
+
|
|
520
|
+
- [#145](https://github.com/servicetitan/anvil2/pull/145) [`993feff`](https://github.com/servicetitan/anvil2/commit/993feffff6b5a22a136c2532c9dd88323c2ca006) Thanks [@rgdelato](https://github.com/rgdelato)! - <br />
|
|
521
|
+
- Remove `forwardRef` from `Popover`
|
|
522
|
+
- Bump `@servicetitan/hammer-react` to `1.4.1`
|
|
523
|
+
|
|
524
|
+
## 1.2.6
|
|
525
|
+
|
|
526
|
+
### Patch Changes
|
|
527
|
+
|
|
528
|
+
- [#140](https://github.com/servicetitan/anvil2/pull/140) [`c561053`](https://github.com/servicetitan/anvil2/commit/c561053a579916ce9d203e580c8deabbeb6f50d3) Thanks [@rgdelato](https://github.com/rgdelato)! - Update package.json to remove @svgr/core from dependencies
|
|
529
|
+
|
|
530
|
+
- [#142](https://github.com/servicetitan/anvil2/pull/142) [`54175c7`](https://github.com/servicetitan/anvil2/commit/54175c767465beedd2b70aacdbdffc9cba651a23) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - See https://github.com/servicetitan/hammer/releases/tag/%40servicetitan%2Fhammer-react%401.3.2
|
|
531
|
+
|
|
532
|
+
## 1.2.5
|
|
533
|
+
|
|
534
|
+
### Patch Changes
|
|
535
|
+
|
|
536
|
+
- [#139](https://github.com/servicetitan/anvil2/pull/139) [`65e380c`](https://github.com/servicetitan/anvil2/commit/65e380c8b1a1092f577ae997313069a53fe8b8fb) Thanks [@pbuckingham-st](https://github.com/pbuckingham-st)! - Added viewbox to icons
|
|
537
|
+
|
|
538
|
+
## 1.2.4
|
|
539
|
+
|
|
540
|
+
### Patch Changes
|
|
541
|
+
|
|
542
|
+
- [#133](https://github.com/servicetitan/anvil2/pull/133) [`37a21be`](https://github.com/servicetitan/anvil2/commit/37a21be6307f2bce80c20e4e849aa71b1b80a1d3) Thanks [@tounsoo](https://github.com/tounsoo)! - - Added a function to update window scroll position when virtual scrollbar scroll changes
|
|
543
|
+
- Added a blocker to stop update of each other while one is in use
|
|
544
|
+
|
|
545
|
+
## 1.2.3
|
|
546
|
+
|
|
547
|
+
### Patch Changes
|
|
548
|
+
|
|
549
|
+
- [#136](https://github.com/servicetitan/anvil2/pull/136) [`3431bc0`](https://github.com/servicetitan/anvil2/commit/3431bc0c8948ece936b1b18e258f0a1d4371ef01) Thanks [@dependabot](https://github.com/apps/dependabot)! - <br/>
|
|
550
|
+
|
|
551
|
+
- Update patch and minor dependencies (dependabot)
|
|
552
|
+
- Update `Overflow.rows` prop based on https://github.com/servicetitan/hammer/pull/563
|
|
553
|
+
|
|
554
|
+
- [#137](https://github.com/servicetitan/anvil2/pull/137) [`8c07fa7`](https://github.com/servicetitan/anvil2/commit/8c07fa751fc69453695f1faa5b644c7495c2d9cf) Thanks [@rgdelato](https://github.com/rgdelato)! - Bump @servicetitan/hammer-react to 1.3.1
|
|
555
|
+
|
|
556
|
+
## 1.2.2
|
|
557
|
+
|
|
558
|
+
### Patch Changes
|
|
559
|
+
|
|
560
|
+
- [#129](https://github.com/servicetitan/anvil2/pull/129) [`25ad234`](https://github.com/servicetitan/anvil2/commit/25ad234e204c2fa66c92112710892da107e0a71c) Thanks [@rgdelato](https://github.com/rgdelato)! - Bugfix for using SideNavLink outside of react-router
|
|
561
|
+
|
|
562
|
+
## 1.2.1
|
|
563
|
+
|
|
564
|
+
### Patch Changes
|
|
565
|
+
|
|
566
|
+
- [#132](https://github.com/servicetitan/anvil2/pull/132) [`be1fd40`](https://github.com/servicetitan/anvil2/commit/be1fd40a85348e37fe1671e17915dede9992cdc5) Thanks [@dependabot](https://github.com/apps/dependabot)! - [dependabot] patch and minor version bumps
|
|
567
|
+
|
|
568
|
+
## 1.2.0
|
|
569
|
+
|
|
570
|
+
### Minor Changes
|
|
571
|
+
|
|
572
|
+
- [#116](https://github.com/servicetitan/anvil2/pull/116) [`83182ad`](https://github.com/servicetitan/anvil2/commit/83182ad6eca0acb0b64cb220f98576566c696ece) Thanks [@tounsoo](https://github.com/tounsoo)! - - Added responsiveness to Page Sidebar
|
|
573
|
+
- Fixed scrollbar not showing on Page Content in chrome
|
|
574
|
+
- Fixed `--offset` not working as expected
|
|
575
|
+
|
|
576
|
+
### Patch Changes
|
|
577
|
+
|
|
578
|
+
- [#130](https://github.com/servicetitan/anvil2/pull/130) [`59c1e5d`](https://github.com/servicetitan/anvil2/commit/59c1e5d884c3ffa3897767d1d3a5effaa408ffce) Thanks [@tounsoo](https://github.com/tounsoo)! - - Bump: hammer-react@1.1.3, hammer-icon@1.0.1, hammer-token@1.1.2
|
|
579
|
+
- Replace getLabelFromChildren with childrenToString function from Hammer
|
|
580
|
+
|
|
581
|
+
## 1.1.2
|
|
582
|
+
|
|
583
|
+
### Patch Changes
|
|
584
|
+
|
|
585
|
+
- [#127](https://github.com/servicetitan/anvil2/pull/127) [`ef899d6`](https://github.com/servicetitan/anvil2/commit/ef899d651bdb4b12fed3d833cb54d068163eda38) Thanks [@dependabot](https://github.com/apps/dependabot)! - [dependabot] patch and minor version bumps
|
|
586
|
+
|
|
587
|
+
- [#124](https://github.com/servicetitan/anvil2/pull/124) [`ac9a779`](https://github.com/servicetitan/anvil2/commit/ac9a7797d300a1e373a9eeb6fb093937299a14fb) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - Fix default size of Local Settings icon
|
|
588
|
+
|
|
589
|
+
- [#122](https://github.com/servicetitan/anvil2/pull/122) [`57f824a`](https://github.com/servicetitan/anvil2/commit/57f824a1efadc079a991b2c28c89edf1e8e277b2) Thanks [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)! - <br />
|
|
590
|
+
|
|
591
|
+
- Bump `hammer-react` to `1.1.0`
|
|
592
|
+
- Bump `hammer-token` to `1.1.0`
|
|
593
|
+
- Add `commander` to `devDependencies`
|
|
594
|
+
- Use `hammer-token` CLI tool to generate CSS Utils (no external changes)
|
|
595
|
+
|
|
596
|
+
- [#126](https://github.com/servicetitan/anvil2/pull/126) [`ec3d88c`](https://github.com/servicetitan/anvil2/commit/ec3d88c0eebeb98cdf1ff5446a16ab0adcf25878) Thanks [@tounsoo](https://github.com/tounsoo)! - - bump @servcietitan/hammer-react@1.1.2
|
|
597
|
+
- export types from hammer-react
|
|
598
|
+
|
|
599
|
+
## v1.1.1 (Wed Jul 10 2024)
|
|
600
|
+
|
|
601
|
+
#### 📝 Dependencies
|
|
602
|
+
|
|
603
|
+
- Bump the patch-and-minor group with 12 updates [#117](https://github.com/servicetitan/anvil2/pull/117) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
604
|
+
|
|
605
|
+
#### 🐛 Bug Fix
|
|
606
|
+
|
|
607
|
+
- ANV-1637: Fix circular structure issue with useTrackingId on SB [#118](https://github.com/servicetitan/anvil2/pull/118) ([@tounsoo](https://github.com/tounsoo))
|
|
608
|
+
|
|
609
|
+
#### 🏠 Internal
|
|
610
|
+
|
|
611
|
+
- Chore: add dependabot label for weekly dependabot action [#121](https://github.com/servicetitan/anvil2/pull/121) ([@tounsoo](https://github.com/tounsoo))
|
|
612
|
+
- Add dependabot label for dependabot PRs [#119](https://github.com/servicetitan/anvil2/pull/119) ([@tounsoo](https://github.com/tounsoo))
|
|
613
|
+
- ANV-1264: Creating index.ts files for icons [#113](https://github.com/servicetitan/anvil2/pull/113) ([@rgdelato](https://github.com/rgdelato))
|
|
614
|
+
|
|
615
|
+
#### Authors: 4
|
|
616
|
+
|
|
617
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
618
|
+
- Ben Ho ([@tounsoo](https://github.com/tounsoo))
|
|
619
|
+
- Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
620
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
|
621
|
+
|
|
622
|
+
---
|
|
623
|
+
|
|
624
|
+
## v1.1.0 (Tue Jul 02 2024)
|
|
625
|
+
|
|
626
|
+
#### 🚀 Enhancement
|
|
627
|
+
|
|
628
|
+
- ANV-1398: Implement FullStory Tagging Solution [#105](https://github.com/servicetitan/anvil2/pull/105) ([@tounsoo](https://github.com/tounsoo))
|
|
629
|
+
|
|
630
|
+
#### 📝 Dependencies
|
|
631
|
+
|
|
632
|
+
- Bump '@servicetitan/hammer-react' to 1.0.8 [#115](https://github.com/servicetitan/anvil2/pull/115) ([@rgdelato](https://github.com/rgdelato))
|
|
633
|
+
- Bump the patch-and-minor group with 12 updates [#111](https://github.com/servicetitan/anvil2/pull/111) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
634
|
+
- Bump the patch-and-minor group across 1 directory with 27 updates [#104](https://github.com/servicetitan/anvil2/pull/104) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
635
|
+
|
|
636
|
+
#### 🐛 Bug Fix
|
|
637
|
+
|
|
638
|
+
- ANV-1621: Fix typo in SideNav local storage key [#112](https://github.com/servicetitan/anvil2/pull/112) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
639
|
+
- Export HammerProviderContext [#110](https://github.com/servicetitan/anvil2/pull/110) ([@rgdelato](https://github.com/rgdelato) [@tounsoo](https://github.com/tounsoo))
|
|
640
|
+
|
|
641
|
+
#### 🏠 Internal
|
|
642
|
+
|
|
643
|
+
- Adding GitHub action to run the actual build in PRs [#114](https://github.com/servicetitan/anvil2/pull/114) ([@rgdelato](https://github.com/rgdelato))
|
|
644
|
+
|
|
645
|
+
#### Authors: 4
|
|
646
|
+
|
|
647
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
648
|
+
- Ben Ho ([@tounsoo](https://github.com/tounsoo))
|
|
649
|
+
- Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
650
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
|
651
|
+
|
|
652
|
+
---
|
|
653
|
+
|
|
654
|
+
## v1.0.2 (Wed Jun 26 2024)
|
|
655
|
+
|
|
656
|
+
#### 🐛 Bug Fix
|
|
657
|
+
|
|
658
|
+
- ANV-963: Add missing `Layout` export [#107](https://github.com/servicetitan/anvil2/pull/107) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
659
|
+
- ANV-975: Add Final Panel [#102](https://github.com/servicetitan/anvil2/pull/102) ([@pbuckingham-st](https://github.com/pbuckingham-st) [@rgdelato](https://github.com/rgdelato))
|
|
660
|
+
|
|
661
|
+
#### Authors: 3
|
|
662
|
+
|
|
663
|
+
- Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
664
|
+
- Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))
|
|
665
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
|
666
|
+
|
|
667
|
+
---
|
|
668
|
+
|
|
669
|
+
## v1.0.1 (Tue Jun 25 2024)
|
|
670
|
+
|
|
671
|
+
#### 📝 Dependencies
|
|
672
|
+
|
|
673
|
+
- Bump hammer-react to 1.0.5 [#103](https://github.com/servicetitan/anvil2/pull/103) ([@rgdelato](https://github.com/rgdelato))
|
|
674
|
+
- Bump @react-hook/resize-observer from 1.2.6 to 2.0.1 [#87](https://github.com/servicetitan/anvil2/pull/87) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@tounsoo](https://github.com/tounsoo))
|
|
675
|
+
|
|
676
|
+
#### ✨ New Asset
|
|
677
|
+
|
|
678
|
+
- ANV-1470: icons added [#93](https://github.com/servicetitan/anvil2/pull/93) ([@pbuckingham-st](https://github.com/pbuckingham-st) [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
679
|
+
|
|
680
|
+
#### 🐛 Bug Fix
|
|
681
|
+
|
|
682
|
+
- ANV-1579: Fix border-radius for Page sidebar toggle button [#100](https://github.com/servicetitan/anvil2/pull/100) ([@tounsoo](https://github.com/tounsoo))
|
|
683
|
+
- ANV-1581: Fix TextField prefix type to string [#99](https://github.com/servicetitan/anvil2/pull/99) ([@tounsoo](https://github.com/tounsoo))
|
|
684
|
+
|
|
685
|
+
#### 🏠 Internal
|
|
686
|
+
|
|
687
|
+
- ANV-1470: remove extra icon [#97](https://github.com/servicetitan/anvil2/pull/97) ([@pbuckingham-st](https://github.com/pbuckingham-st))
|
|
688
|
+
- ANV-1154: PR Template [#91](https://github.com/servicetitan/anvil2/pull/91) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
689
|
+
|
|
690
|
+
#### Authors: 5
|
|
691
|
+
|
|
692
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
693
|
+
- Ben Ho ([@tounsoo](https://github.com/tounsoo))
|
|
694
|
+
- Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
695
|
+
- Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))
|
|
696
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
|
697
|
+
|
|
698
|
+
---
|
|
699
|
+
|
|
700
|
+
## v1.0.0 (Mon Jun 03 2024)
|
|
701
|
+
|
|
702
|
+
#### 💥 Breaking Change
|
|
703
|
+
|
|
704
|
+
- ANV-1341: v1.0.0 release [#89](https://github.com/servicetitan/anvil2/pull/89) ([@rgdelato](https://github.com/rgdelato))
|
|
705
|
+
|
|
706
|
+
#### ✨ New Feature
|
|
707
|
+
|
|
708
|
+
- ANV-1253: Hammer hooks and `ThemeProvider` update [#90](https://github.com/servicetitan/anvil2/pull/90) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
709
|
+
|
|
710
|
+
#### 🚀 Enhancement
|
|
711
|
+
|
|
712
|
+
- ANV-1488: Update how Layout width and padding works [#83](https://github.com/servicetitan/anvil2/pull/83) ([@tounsoo](https://github.com/tounsoo))
|
|
713
|
+
- ANV-1388: Remove `filled` icons [#84](https://github.com/servicetitan/anvil2/pull/84) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
714
|
+
|
|
715
|
+
#### 📝 Dependencies
|
|
716
|
+
|
|
717
|
+
- Bump the patch-and-minor group across 1 directory with 29 updates [#88](https://github.com/servicetitan/anvil2/pull/88) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@tounsoo](https://github.com/tounsoo))
|
|
718
|
+
|
|
719
|
+
#### ✨ New Asset
|
|
720
|
+
|
|
721
|
+
- ANV-1392: CSS Utils [#86](https://github.com/servicetitan/anvil2/pull/86) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
722
|
+
|
|
723
|
+
#### 🐛 Bug Fix
|
|
724
|
+
|
|
725
|
+
- ANV-1403: SideNavLink bugfix [#85](https://github.com/servicetitan/anvil2/pull/85) ([@rgdelato](https://github.com/rgdelato))
|
|
726
|
+
|
|
727
|
+
#### ⚠️ Pushed to `master`
|
|
728
|
+
|
|
729
|
+
- Update README.md ([@rgdelato](https://github.com/rgdelato))
|
|
730
|
+
- ANV-1345: Updating README.md ([@rgdelato](https://github.com/rgdelato))
|
|
731
|
+
|
|
732
|
+
#### Authors: 4
|
|
733
|
+
|
|
734
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
735
|
+
- Ben Ho ([@tounsoo](https://github.com/tounsoo))
|
|
736
|
+
- Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
737
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
|
738
|
+
|
|
739
|
+
---
|
|
740
|
+
|
|
741
|
+
## v0.10.1 (Mon May 27 2024)
|
|
742
|
+
|
|
743
|
+
#### 🐛 Bug Fix
|
|
744
|
+
|
|
745
|
+
- Add OptionCell to ListView [#80](https://github.com/servicetitan/anvil2/pull/80) ([@pbuckingham-st](https://github.com/pbuckingham-st))
|
|
746
|
+
|
|
747
|
+
#### Authors: 1
|
|
748
|
+
|
|
749
|
+
- Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))
|
|
750
|
+
|
|
751
|
+
---
|
|
752
|
+
|
|
753
|
+
## v0.10.0 (Thu May 23 2024)
|
|
754
|
+
|
|
755
|
+
:tada: This release contains work from a new contributor! :tada:
|
|
756
|
+
|
|
757
|
+
Thank you, Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)), for all your work!
|
|
758
|
+
|
|
759
|
+
#### ✨ New Feature
|
|
760
|
+
|
|
761
|
+
- ANV-1287: `Toaster` and `toast` methods in Anvil2 [#76](https://github.com/servicetitan/anvil2/pull/76) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
762
|
+
|
|
763
|
+
#### 📝 Dependencies
|
|
764
|
+
|
|
765
|
+
- Bump the patch-and-minor group across 1 directory with 29 updates [#77](https://github.com/servicetitan/anvil2/pull/77) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
766
|
+
|
|
767
|
+
#### 🐛 Bug Fix
|
|
768
|
+
|
|
769
|
+
- Dialog.Content component [#79](https://github.com/servicetitan/anvil2/pull/79) ([@rgdelato](https://github.com/rgdelato))
|
|
770
|
+
- Icon component [#78](https://github.com/servicetitan/anvil2/pull/78) ([@rgdelato](https://github.com/rgdelato))
|
|
771
|
+
|
|
772
|
+
#### 🏠 Internal
|
|
773
|
+
|
|
774
|
+
- ANV-1301: Add @layer for Page and Layout component [#75](https://github.com/servicetitan/anvil2/pull/75) ([@tounsoo](https://github.com/tounsoo))
|
|
775
|
+
|
|
776
|
+
#### Authors: 4
|
|
777
|
+
|
|
778
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
779
|
+
- Ben Ho ([@tounsoo](https://github.com/tounsoo))
|
|
780
|
+
- Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
781
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
|
782
|
+
|
|
783
|
+
---
|
|
784
|
+
|
|
785
|
+
## v0.9.2 (Fri May 10 2024)
|
|
786
|
+
|
|
787
|
+
#### 📝 Dependencies
|
|
788
|
+
|
|
789
|
+
- Bump @servicetitan/hammer-react from 0.18.0 to 0.18.3 [#73](https://github.com/servicetitan/anvil2/pull/73) ([@rgdelato](https://github.com/rgdelato))
|
|
790
|
+
- Bump chromatic from 10.8.0 to 11.3.0 [#39](https://github.com/servicetitan/anvil2/pull/39) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@rgdelato](https://github.com/rgdelato) [@pbuckingham-st](https://github.com/pbuckingham-st))
|
|
791
|
+
- Bump the patch-and-minor group across 1 directory with 13 updates [#66](https://github.com/servicetitan/anvil2/pull/66) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@pbuckingham-st](https://github.com/pbuckingham-st))
|
|
792
|
+
|
|
793
|
+
#### 🐛 Bug Fix
|
|
794
|
+
|
|
795
|
+
- Fix: Sidebar close tooltip z-index issue [#72](https://github.com/servicetitan/anvil2/pull/72) ([@tounsoo](https://github.com/tounsoo))
|
|
796
|
+
- Fix: chroamtic dark mode testing [#71](https://github.com/servicetitan/anvil2/pull/71) ([@tounsoo](https://github.com/tounsoo))
|
|
797
|
+
|
|
798
|
+
#### 🏠 Internal
|
|
799
|
+
|
|
800
|
+
- ANV-1263: Remove MDX files [#69](https://github.com/servicetitan/anvil2/pull/69) ([@rgdelato](https://github.com/rgdelato))
|
|
801
|
+
- ANV-1159: Add breapoint to viewport size in SB [#68](https://github.com/servicetitan/anvil2/pull/68) ([@tounsoo](https://github.com/tounsoo))
|
|
802
|
+
|
|
803
|
+
#### Authors: 4
|
|
804
|
+
|
|
805
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
806
|
+
- Ben Ho ([@tounsoo](https://github.com/tounsoo))
|
|
807
|
+
- Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))
|
|
808
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
|
809
|
+
|
|
810
|
+
---
|
|
811
|
+
|
|
812
|
+
## v0.9.1 (Tue Apr 30 2024)
|
|
813
|
+
|
|
814
|
+
#### 🐛 Bug Fix
|
|
815
|
+
|
|
816
|
+
- Bugfix for Combobox export [#67](https://github.com/servicetitan/anvil2/pull/67) ([@rgdelato](https://github.com/rgdelato))
|
|
817
|
+
|
|
818
|
+
#### Authors: 1
|
|
819
|
+
|
|
820
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
|
821
|
+
|
|
822
|
+
---
|
|
823
|
+
|
|
824
|
+
## v0.9.0 (Tue Apr 30 2024)
|
|
825
|
+
|
|
826
|
+
#### 🚀 Enhancement
|
|
827
|
+
|
|
828
|
+
- Upgrade: Bump hammer-react from 0.14.2 to 0.18.0 [#64](https://github.com/servicetitan/anvil2/pull/64) ([@rgdelato](https://github.com/rgdelato))
|
|
829
|
+
|
|
830
|
+
#### ⚠️ Pushed to `master`
|
|
831
|
+
|
|
832
|
+
- Disable release.yml schedule cron ([@rgdelato](https://github.com/rgdelato))
|
|
833
|
+
|
|
834
|
+
#### 📝 Documentation
|
|
835
|
+
|
|
836
|
+
- Minor readme fix [#65](https://github.com/servicetitan/anvil2/pull/65) ([@tounsoo](https://github.com/tounsoo))
|
|
837
|
+
|
|
838
|
+
#### Authors: 2
|
|
839
|
+
|
|
840
|
+
- Ben Ho ([@tounsoo](https://github.com/tounsoo))
|
|
841
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
|
842
|
+
|
|
843
|
+
---
|
|
844
|
+
|
|
845
|
+
## v0.8.3 (Thu Apr 25 2024)
|
|
846
|
+
|
|
847
|
+
---
|
|
848
|
+
|
|
849
|
+
## v0.8.2 (Wed Apr 24 2024)
|
|
850
|
+
|
|
851
|
+
:tada: This release contains work from new contributors! :tada:
|
|
852
|
+
|
|
853
|
+
Thanks for all your work!
|
|
854
|
+
|
|
855
|
+
:heart: Nick Sands ([@sandsng](https://github.com/sandsng))
|
|
856
|
+
|
|
857
|
+
:heart: Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
858
|
+
|
|
859
|
+
#### ✨ New Asset
|
|
860
|
+
|
|
861
|
+
- Add st icons [#62](https://github.com/servicetitan/anvil2/pull/62) ([@sandsng](https://github.com/sandsng) [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
862
|
+
|
|
863
|
+
#### Authors: 2
|
|
864
|
+
|
|
865
|
+
- Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
866
|
+
- Nick Sands ([@sandsng](https://github.com/sandsng))
|
|
867
|
+
|
|
868
|
+
---
|
|
869
|
+
|
|
870
|
+
## v0.8.1 (Tue Apr 23 2024)
|
|
871
|
+
|
|
872
|
+
---
|
|
873
|
+
|
|
874
|
+
## v0.8.0 (Mon Apr 22 2024)
|
|
875
|
+
|
|
876
|
+
#### ✨ New Feature
|
|
877
|
+
|
|
878
|
+
- ANV-810: Layout component [#50](https://github.com/servicetitan/anvil2/pull/50) ([@rgdelato](https://github.com/rgdelato) [@tounsoo](https://github.com/tounsoo))
|
|
879
|
+
|
|
880
|
+
#### 🚀 Enhancement
|
|
881
|
+
|
|
882
|
+
- Upgrade: Bump hammer-react (and hammer-token) from 0.12.0 to 0.14.2 [#58](https://github.com/servicetitan/anvil2/pull/58) ([@rgdelato](https://github.com/rgdelato))
|
|
883
|
+
|
|
884
|
+
#### 📝 Dependencies
|
|
885
|
+
|
|
886
|
+
- Bump tar from 6.2.0 to 6.2.1 [#48](https://github.com/servicetitan/anvil2/pull/48) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@rgdelato](https://github.com/rgdelato))
|
|
887
|
+
- Bump the patch-and-minor group across 1 directory with 23 updates [#61](https://github.com/servicetitan/anvil2/pull/61) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@rgdelato](https://github.com/rgdelato))
|
|
888
|
+
- Bump chromaui/action from 1 to 11 [#40](https://github.com/servicetitan/anvil2/pull/40) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@rgdelato](https://github.com/rgdelato))
|
|
889
|
+
|
|
890
|
+
#### ⚠️ Pushed to `master`
|
|
891
|
+
|
|
892
|
+
- Update package-lock.json ([@rgdelato](https://github.com/rgdelato))
|
|
893
|
+
|
|
894
|
+
#### 🏠 Internal
|
|
895
|
+
|
|
896
|
+
- ANV-1206: Update GitHub action for scheduled daily release [#56](https://github.com/servicetitan/anvil2/pull/56) ([@rgdelato](https://github.com/rgdelato))
|
|
897
|
+
- fix: story to use proper prop to show value of Texture [#60](https://github.com/servicetitan/anvil2/pull/60) ([@tounsoo](https://github.com/tounsoo))
|
|
898
|
+
- ANV-1239: Forge SB cleanup + dark mode toggle [#44](https://github.com/servicetitan/anvil2/pull/44) ([@tounsoo](https://github.com/tounsoo))
|
|
899
|
+
- Update: disable snapshot by default for chromatic [#55](https://github.com/servicetitan/anvil2/pull/55) ([@tounsoo](https://github.com/tounsoo))
|
|
900
|
+
|
|
901
|
+
#### Authors: 3
|
|
902
|
+
|
|
903
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
904
|
+
- Ben Ho ([@tounsoo](https://github.com/tounsoo))
|
|
905
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
|
906
|
+
|
|
907
|
+
---
|
|
908
|
+
|
|
909
|
+
## v0.7.0 (Mon Apr 15 2024)
|
|
910
|
+
|
|
911
|
+
#### ✨ New Feature
|
|
912
|
+
|
|
913
|
+
- Anvil 2 -> Hammer [#51](https://github.com/servicetitan/anvil2/pull/51) ([@rgdelato](https://github.com/rgdelato))
|
|
914
|
+
|
|
915
|
+
#### 🐛 Bug Fix
|
|
916
|
+
|
|
917
|
+
- Rename HammerProvider to AnvilProvider [#54](https://github.com/servicetitan/anvil2/pull/54) ([@pbuckingham-st](https://github.com/pbuckingham-st))
|
|
918
|
+
|
|
919
|
+
#### Authors: 2
|
|
920
|
+
|
|
921
|
+
- Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))
|
|
922
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
|
923
|
+
|
|
924
|
+
---
|
|
925
|
+
|
|
926
|
+
## v0.6.0 (Fri Apr 12 2024)
|
|
927
|
+
|
|
928
|
+
:tada: This release contains work from a new contributor! :tada:
|
|
929
|
+
|
|
930
|
+
Thank you, Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n)), for all your work!
|
|
931
|
+
|
|
932
|
+
#### ✨ New Feature
|
|
933
|
+
|
|
934
|
+
- Anvil 2 -> Hammer [#51](https://github.com/servicetitan/forge/pull/51) ([@rgdelato](https://github.com/rgdelato))
|
|
935
|
+
- Update: bump anvil packages and add pass through and stories for them [#45](https://github.com/servicetitan/forge/pull/45) ([@tounsoo](https://github.com/tounsoo))
|
|
936
|
+
|
|
937
|
+
#### 🚀 Enhancement
|
|
938
|
+
|
|
939
|
+
- ANV-1162: Adding React Router functionality to SideNavLink [#36](https://github.com/servicetitan/forge/pull/36) ([@rgdelato](https://github.com/rgdelato))
|
|
940
|
+
|
|
941
|
+
#### 📝 Dependencies
|
|
942
|
+
|
|
943
|
+
- Bump actions/checkout from 1 to 4 [#41](https://github.com/servicetitan/forge/pull/41) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
944
|
+
- Bump actions/upload-artifact and actions/download-artifact from 3 to 4 [#38](https://github.com/servicetitan/forge/pull/38) ([@dependabot[bot]](https://github.com/dependabot[bot]) [@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
945
|
+
- Update: Anvil packages and fix forwardRefs [#31](https://github.com/servicetitan/forge/pull/31) ([@tounsoo](https://github.com/tounsoo))
|
|
946
|
+
|
|
947
|
+
#### ✨ New Asset
|
|
948
|
+
|
|
949
|
+
- ANV-1043: Add `local_settings` icon in Forge [#35](https://github.com/servicetitan/forge/pull/35) ([@pbuckingham-st](https://github.com/pbuckingham-st))
|
|
950
|
+
|
|
951
|
+
#### 🏠 Internal
|
|
952
|
+
|
|
953
|
+
- ANV-913: Add `dependabot.yml` [#37](https://github.com/servicetitan/forge/pull/37) ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
954
|
+
|
|
955
|
+
#### Authors: 5
|
|
956
|
+
|
|
957
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
958
|
+
- Ben Ho ([@tounsoo](https://github.com/tounsoo))
|
|
959
|
+
- Derek Watson ([@w-a-t-s-o-n](https://github.com/w-a-t-s-o-n))
|
|
960
|
+
- Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))
|
|
961
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
|
962
|
+
|
|
963
|
+
---
|
|
964
|
+
|
|
965
|
+
## v0.5.0 (Mon Mar 25 2024)
|
|
966
|
+
|
|
967
|
+
#### ✨ New Feature
|
|
968
|
+
|
|
969
|
+
- ANV-1104: New Page component [#29](https://github.com/servicetitan/forge/pull/29) ([@tounsoo](https://github.com/tounsoo))
|
|
970
|
+
|
|
971
|
+
#### 🚀 Enhancement
|
|
972
|
+
|
|
973
|
+
- ANV-1128: Remove icon build and just pass through static SVGs [#30](https://github.com/servicetitan/forge/pull/30) ([@rgdelato](https://github.com/rgdelato))
|
|
974
|
+
|
|
975
|
+
#### 📝 Dependencies
|
|
976
|
+
|
|
977
|
+
- Bump vite from 4.3.9 to 4.5.2 [#33](https://github.com/servicetitan/forge/pull/33) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
978
|
+
|
|
979
|
+
#### ⚠️ Pushed to `master`
|
|
980
|
+
|
|
981
|
+
- Update release.yml ([@rgdelato](https://github.com/rgdelato))
|
|
982
|
+
- Create .autorc ([@rgdelato](https://github.com/rgdelato))
|
|
983
|
+
- Update check-labels.yml ([@rgdelato](https://github.com/rgdelato))
|
|
984
|
+
|
|
985
|
+
#### 🏠 Internal
|
|
986
|
+
|
|
987
|
+
- Update: check label for forge [#32](https://github.com/servicetitan/forge/pull/32) ([@tounsoo](https://github.com/tounsoo))
|
|
988
|
+
|
|
989
|
+
#### Authors: 3
|
|
990
|
+
|
|
991
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
992
|
+
- Ben Ho ([@tounsoo](https://github.com/tounsoo))
|
|
993
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
|
994
|
+
|
|
995
|
+
---
|
|
996
|
+
|
|
997
|
+
## v0.4.0 (Thu Mar 07 2024)
|
|
998
|
+
|
|
999
|
+
#### 🚀 Enhancement
|
|
1000
|
+
|
|
1001
|
+
- Upgrade: Bump anvil-react from 0.3.0 to 0.4.0 [#26](https://github.com/servicetitan/forge/pull/26) ([@rgdelato](https://github.com/rgdelato))
|
|
1002
|
+
|
|
1003
|
+
#### 🐛 Bug Fix
|
|
1004
|
+
|
|
1005
|
+
- Upgrade: Bump auto (and related dependencies) from 11.0.4 to 11.1.1 [#28](https://github.com/servicetitan/forge/pull/28) ([@rgdelato](https://github.com/rgdelato))
|
|
1006
|
+
|
|
1007
|
+
#### ⚠️ Pushed to `master`
|
|
1008
|
+
|
|
1009
|
+
- Update release.yml ([@rgdelato](https://github.com/rgdelato))
|
|
1010
|
+
|
|
1011
|
+
#### 🔩 Dependency Updates
|
|
1012
|
+
|
|
1013
|
+
- Bump ip from 2.0.0 to 2.0.1 [#27](https://github.com/servicetitan/forge/pull/27) ([@dependabot[bot]](https://github.com/dependabot[bot]))
|
|
1014
|
+
|
|
1015
|
+
#### Authors: 2
|
|
1016
|
+
|
|
1017
|
+
- [@dependabot[bot]](https://github.com/dependabot[bot])
|
|
1018
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
|
1019
|
+
|
|
1020
|
+
---
|
|
1021
|
+
|
|
1022
|
+
## v0.2.1 (Thu Feb 08 2024)
|
|
1023
|
+
|
|
1024
|
+
#### 🐛 Bug Fix
|
|
1025
|
+
|
|
1026
|
+
- ANV-1049: Upgrading A2 to v0.3.0 and adding missing components/exports [#25](https://github.com/servicetitan/forge/pull/25) ([@rgdelato](https://github.com/rgdelato))
|
|
1027
|
+
|
|
1028
|
+
#### ⚠️ Pushed to `master`
|
|
1029
|
+
|
|
1030
|
+
- Bugfix for Announcement component error ([@rgdelato](https://github.com/rgdelato))
|
|
1031
|
+
|
|
1032
|
+
#### 🏠 Internal
|
|
1033
|
+
|
|
1034
|
+
- Separate build step for icons [#23](https://github.com/servicetitan/forge/pull/23) ([@rgdelato](https://github.com/rgdelato))
|
|
1035
|
+
|
|
1036
|
+
#### 🔩 Dependency Updates
|
|
1037
|
+
|
|
1038
|
+
- ANV-943: Initial version of @servicetitan/anvil-token passthrough [#24](https://github.com/servicetitan/forge/pull/24) ([@rgdelato](https://github.com/rgdelato))
|
|
1039
|
+
|
|
1040
|
+
#### Authors: 1
|
|
1041
|
+
|
|
1042
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|
|
1043
|
+
|
|
1044
|
+
---
|
|
1045
|
+
|
|
1046
|
+
## v0.0.2 (Wed Jan 10 2024)
|
|
1047
|
+
|
|
1048
|
+
#### 🐛 Bug Fix
|
|
1049
|
+
|
|
1050
|
+
- Update: anvil-react [#10](https://github.com/servicetitan/forge/pull/10) ([@tounsoo](https://github.com/tounsoo))
|
|
1051
|
+
- Anvil Forge Icons [#8](https://github.com/servicetitan/forge/pull/8) ([@pbuckingham-st](https://github.com/pbuckingham-st))
|
|
1052
|
+
- Update release.yml [#9](https://github.com/servicetitan/forge/pull/9) ([@rgdelato](https://github.com/rgdelato))
|
|
1053
|
+
- Add: library config for forge [#7](https://github.com/servicetitan/forge/pull/7) ([@tounsoo](https://github.com/tounsoo))
|
|
1054
|
+
- Update: reenable export of localization provider items [#6](https://github.com/servicetitan/forge/pull/6) ([@tounsoo](https://github.com/tounsoo))
|
|
1055
|
+
- Update: component index file to export all [#5](https://github.com/servicetitan/forge/pull/5) ([@tounsoo](https://github.com/tounsoo))
|
|
1056
|
+
- Clean export [#4](https://github.com/servicetitan/forge/pull/4) ([@tounsoo](https://github.com/tounsoo))
|
|
1057
|
+
- ADD: chromatic [#1](https://github.com/servicetitan/forge/pull/1) ([@tounsoo](https://github.com/tounsoo))
|
|
1058
|
+
|
|
1059
|
+
#### ⚠️ Pushed to `master`
|
|
1060
|
+
|
|
1061
|
+
- Update release.yml ([@rgdelato](https://github.com/rgdelato))
|
|
1062
|
+
- Update package.json ([@rgdelato](https://github.com/rgdelato))
|
|
1063
|
+
- Update README.md ([@tounsoo](https://github.com/tounsoo))
|
|
1064
|
+
- ADD: initial SB and component pass through setup ([@tounsoo](https://github.com/tounsoo))
|
|
1065
|
+
- first commit ([@tounsoo](https://github.com/tounsoo))
|
|
1066
|
+
|
|
1067
|
+
#### 📝 Documentation
|
|
1068
|
+
|
|
1069
|
+
- Add: rest of the components that can be added [#3](https://github.com/servicetitan/forge/pull/3) ([@tounsoo](https://github.com/tounsoo))
|
|
1070
|
+
- Add components from anvil2 part1 [#2](https://github.com/servicetitan/forge/pull/2) ([@tounsoo](https://github.com/tounsoo))
|
|
1071
|
+
|
|
1072
|
+
#### Authors: 3
|
|
1073
|
+
|
|
1074
|
+
- Ben Ho ([@tounsoo](https://github.com/tounsoo))
|
|
1075
|
+
- Patrick Buckingham ([@pbuckingham-st](https://github.com/pbuckingham-st))
|
|
1076
|
+
- Ryan De La Torre ([@rgdelato](https://github.com/rgdelato))
|