Merlijn Vos
7a50ab89ef
Cleanup examples ( #5817 )
...
- Remove outdated examples
- Rename folders for consistency
- Remove lots of unused deps in angular example.
- Rename `name` inside `package.json`'s from `@uppy-example/*` to
`example-*`.
**Before**
```
├── angular-example
├── aws-companion
├── aws-nodejs
├── aws-php
├── bundled
├── cdn-example
├── custom-provider
├── digitalocean-spaces
├── multiple-instances
├── node-xhr
├── php-xhr
├── python-xhr
├── react
├── react-native-expo
├── redux
├── sveltekit
├── transloadit
├── transloadit-markdown-bin
├── uppy-with-companion
├── vue3
└── xhr-bundle
```
**After**
```
examples
├── angular
├── aws-companion
├── aws-nodejs
├── aws-php
├── cdn
├── companion
├── companion-custom-provider
├── companion-digitalocean-spaces
├── react
├── react-native-expo
├── redux
├── sveltekit
├── transloadit
├── vue
├── xhr-bundle
├── xhr-node
├── xhr-php
└── xhr-python
```
2025-07-10 17:23:58 +02:00
Mikael Finstad
c764961cc1
remove google photos 😢 ( #5690 )
...
we spent a lot of time on implementing it but google decided to remove it,
so we have no choice
closes #5469
2025-03-24 13:17:23 +00:00
Antoine du Hamel
a42b150639
Merge stable branch
2024-06-18 17:22:02 +02:00
Mikael Finstad
e6674a1eee
@uppy/google-photos: add plugin ( #5061 )
2024-06-18 11:13:23 +02:00
Antoine du Hamel
2661c4e508
@uppy/angular: upgrade to Angular 18 ( #5215 )
2024-06-04 10:28:38 +02:00
Antoine du Hamel
4f91a0d529
@uppy/angular,meta: upgrade to Angular 17.x and to TS 5.4 ( #5008 )
2024-03-28 10:10:20 +01:00
Antoine du Hamel
64a7326498
example: update Angular example to 16.x ( #4642 )
2023-08-30 17:57:52 +02:00
Antoine du Hamel
0a7eceac21
meta: fix all ESLint warnings and turn them into errors ( #4398 )
2023-04-04 15:54:13 +02:00
Antoine du Hamel
647be26b58
example: fix Angular example package name ( #4060 )
...
To make it consistent with the other example packages.
2022-08-30 12:27:20 +02:00
Antoine du Hamel
f7d0d5b3cd
meta: upgrade to TypeScript 4.8 ( #4048 )
2022-08-30 11:46:45 +02:00
Antoine du Hamel
b52688876f
example: update Angular example to v14 ( #3996 )
2022-08-17 12:33:25 +02:00
Antoine du Hamel
5044230bf1
meta: upgrade all dev dependencies ( #3903 )
2022-08-16 22:39:28 +02:00
Antoine du Hamel
aee4d3f371
@uppy/companion: upgrade redis to version 4.x ( #3589 )
...
Co-authored-by: Mikael Finstad <finstaden@gmail.com>
2022-07-25 15:14:13 +02:00
Antoine du Hamel
cd8af60bfb
examples: update angular-example to Angular v13 ( #3325 )
...
* examples: update angular-example to Angular v13
* meta: upgrade TS version accross the board
* meta: upgrade ESLint packages
* Fix angular-examples tests
* bump lock file
* fix type conflict
* Upgrade `ng-packagr`
2021-11-22 19:12:56 +01:00
Antoine du Hamel
70ada39c2f
meta: upgrade ESLint to v8.0.0 ( #3251 )
...
* meta: upgrade ESLint to v8.0.0
Forcing `@typescript-eslint/experimental-utils` resolution to `5.0.0` to work around the Angular linter bug. This can be removed when we move to Angular 13.
* Remove unnecessary entries from `.eslintignore`
- `private/remark-lint-uppy/index.js`: ESLiint v8 supports TLA
- `website/private_modules/hexo-renderer-uppyexamples/node_modules/**`:
all `node_modules` folder are ignored anyway.
2021-10-25 15:53:46 +02:00
Antoine du Hamel
01d7ea13e9
meta: use Yarn v3 instead of npm ( #3237 )
...
* meta: use Yarn v3 instead of npm
* Update CONTRIBUTING.md to fix linter errors
* remove remaining npm commands
* Update deps
2021-10-20 15:16:59 +02:00
Antoine du Hamel
fdd73d8df8
test: fix end2end test suite ( #3008 )
...
* @uppy/angular: fix `rxjs` dependency version conflict
* @uppy/companion: re-enable types checks on build
* test: fix undefined global var
* types: fix `Core` export
* examples/dev: add `browser-sync` as dependency
2021-07-14 14:10:20 +02:00
Antoine du Hamel
5630f7dc07
tools: enable linter for TypeScript ( #2997 )
...
* tools: enable linter for TypeScript files and code snippets
* types: remove remaning namespaces
* tools: remove unused Babel decorator plugin
2021-07-13 14:28:14 +02:00
Antoine du Hamel
d611139795
@uppy/angular: upgrade to Angular 12.1
2021-07-09 12:33:44 +02:00
Antoine du Hamel
d6fb14dfb1
deps: upgrade typescript version
2021-07-07 16:53:00 +02:00
Artur Paikin
ea9f891417
Update package.json
2021-06-30 20:12:59 +01:00
Andrew
8f4cc89a9e
Angular Integration ( #2871 )
...
* feature(integration): initial Angular framework implementation
* Package cleanup
* Actually add the components this time
* fix rendering bug
* Add documentation
* dependency fixes
* add broken example
* Make locales ignore angular
* dependency updates
* Update package-lock.json
* Fix broken example
* Make example consistent with docs
* angular: Update styling advice
* angular: Build system stuff
* angular: Escape dependency hell
* angular: Add dashboard-modal component
* angular: Update package.json/prepare for release
* angular: Fix styling bugs
* add Angular dependencies
* Update README.md
* lint fixes — those deps are in root
* Update README.md
Co-authored-by: Adam Medford <adammedford@gmail.com>
Co-authored-by: Artur Paikin <artur@arturpaikin.com>
2021-06-30 11:36:57 +01:00