You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,6 +170,20 @@ Next, follow these steps:
170
170
- submit your pull request
171
171
172
172
173
+
## Updating Packages in Samples
174
+
175
+
NOTE Do NOT find replace version of packages in package.json files.
176
+
177
+
- open this repo in VS Code
178
+
- open [./browser/tasks/gulp-samples.js](./browser/tasks/gulp-samples.js) file
179
+
- navigate to the `updateIG` function
180
+
- update version of packages in `packageUpgrades` array
181
+
- open terminal window
182
+
- run `cd browser` command
183
+
- run the `gulp updateIG` command
184
+
- run `npm install --legacy-peer-deps` command
185
+
- create AND merge a pull request with changes in all package.json files in this repository
186
+
- create 2nd pull request with similar changes in `/editor-templates/WebComponents/main-template/package.json` of the [igniteui-xplat-examples](https://github.com/IgniteUI/igniteui-xplat-examples) repository.
This folder contains implementation of Web Components application with example of Date Limits feature using [Date Picker](https://infragistics.com/webcomponentssite/components/general-getting-started.html) component.
4
+
This folder contains implementation of Web Components application with example of XDate Picker Date Limits feature using [X Date Picker](https://infragistics.com/webcomponentssite/components/general-getting-started.html) component.
This folder contains implementation of Web Components application with example of Editing feature using [Date Picker](https://infragistics.com/webcomponentssite/components/general-getting-started.html) component.
4
+
This folder contains implementation of Web Components application with example of XDate Picker Editing feature using [X Date Picker](https://infragistics.com/webcomponentssite/components/general-getting-started.html) component.
This folder contains implementation of Web Components application with example of Format feature using [Date Picker](https://infragistics.com/webcomponentssite/components/general-getting-started.html) component.
4
+
This folder contains implementation of Web Components application with example of XDate Picker Format feature using [X Date Picker](https://infragistics.com/webcomponentssite/components/general-getting-started.html) component.
This folder contains implementation of Web Components application with example of Overview feature using [Date Picker](https://infragistics.com/webcomponentssite/components/general-getting-started.html) component.
4
+
This folder contains implementation of Web Components application with example of XDate Picker Overview feature using [X Date Picker](https://infragistics.com/webcomponentssite/components/general-getting-started.html) component.
This folder contains implementation of Web Components application with example of Range feature using [Date Picker](https://infragistics.com/webcomponentssite/components/general-getting-started.html) component.
4
+
This folder contains implementation of Web Components application with example of XDate Picker Range feature using [X Date Picker](https://infragistics.com/webcomponentssite/components/general-getting-started.html) component.
0 commit comments