CES Marvin
38a7ff6acb
release version 2.12.0
2020-12-17 14:55:08 +00:00
Sebastian Sdorra
3f018c2255
Update @scm-manager/jest-preset to v2.12.1 ( #1474 )
2020-12-14 17:48:45 +01:00
Sebastian Sdorra
1ef0b42eb5
Move plugin build modules to external repositories ( #1462 )
...
This pull request moves plugin build dependencies to separate repositories:
babel-preset -> https://github.com/scm-manager/babel-preset
eslint-config -> https://github.com/scm-manager/eslint-config
jest-preset -> https://github.com/scm-manager/jest-preset
prettier-config -> https://github.com/scm-manager/prettier-config
tsconfig -> https://github.com/scm-manager/tsconfig
This should speed up the build (a little bit) and prepare for gradle plugins.
Co-authored-by: Eduard Heimbuch <eduard.heimbuch@cloudogu.com >
2020-12-09 11:35:40 +01:00
CES Marvin
56c63cb5b7
prepare for next development iteration
2020-12-07 15:01:20 +00:00
CES Marvin
baf04a551c
release version 2.11.1
2020-12-07 14:24:49 +00:00
CES Marvin
87d06a708b
prepare for next development iteration
2020-12-04 08:10:20 +00:00
CES Marvin
df62ffbe16
release version 2.11.0
2020-12-04 07:27:13 +00:00
CES Marvin
4752fdeea1
prepare for next development iteration
2020-11-24 18:59:15 +00:00
CES Marvin
b283f782ab
release version 2.10.1
2020-11-24 18:22:43 +00:00
CES Marvin
9baa1f930b
prepare for next development iteration
2020-11-20 10:22:37 +00:00
CES Marvin
a4d0771f6f
release version 2.10.0
2020-11-20 09:36:03 +00:00
CES Marvin
59e28ec313
prepare for next development iteration
2020-11-11 17:48:56 +00:00
CES Marvin
bc4c2df27c
release version 2.9.1
2020-11-11 17:15:36 +00:00
CES Marvin
9930d82d32
prepare for next development iteration
2020-11-06 08:40:11 +00:00
CES Marvin
ea6e24c212
release version 2.9.0
2020-11-06 08:05:48 +00:00
CES Marvin
520db79a38
prepare for next development iteration
2020-10-27 08:35:13 +00:00
CES Marvin
1db75f4cf3
release version 2.8.0
2020-10-27 08:00:25 +00:00
CES Marvin
bb9f1adc52
prepare for next development iteration
2020-10-14 12:38:13 +00:00
CES Marvin
eb126a5bbe
release version 2.7.1
2020-10-14 12:03:24 +00:00
CES Marvin
befd50eeef
prepare for next development iteration
2020-10-12 13:26:08 +00:00
CES Marvin
abe8413802
release version 2.7.0
2020-10-12 12:41:15 +00:00
CES Marvin
bc7d4ed9f6
prepare for next development iteration
2020-09-30 08:15:47 +00:00
CES Marvin
5887c5c268
release version 2.6.1
2020-09-30 07:32:54 +00:00
CES Marvin
4e7d62ce2f
prepare for next development iteration
2020-09-25 10:05:04 +00:00
CES Marvin
e2f8566a8b
release version 2.6.0
2020-09-25 09:25:13 +00:00
CES Marvin
93f240e087
prepare for next development iteration
2020-09-11 06:21:29 +00:00
CES Marvin
fab108c3b7
release version 2.5.0
2020-09-11 05:46:15 +00:00
René Pfeuffer
2cfd3faf34
Set version to 2.5.0-SNAPSHOT globally
2020-09-03 07:56:01 +02:00
CES Marvin
b037053ec5
release version 2.1.0
2020-06-18 10:54:38 +00:00
Sebastian Sdorra
cf8aa0779d
fixed wrong ui versions after merge with support branch
2020-06-18 10:20:11 +02:00
Sebastian Sdorra
d03af49df9
update documentation
...
* fix broken links
* remove v1 related stuff
* restructure
2020-06-11 11:27:39 +02:00
René Pfeuffer
fbf4757bb1
Set version to support version
2020-06-11 11:23:41 +02:00
CES Marvin
4ae098e3b6
release version 2.0.0
2020-06-04 09:03:17 +00:00
René Pfeuffer
d62f5dde18
Fix version
2020-05-11 14:25:18 +02:00
CES Marvin
1d80b043c7
release version 2.0.0-rc8
2020-05-08 08:49:02 +00:00
René Pfeuffer
c4fc0615b5
Set version back to 2.0.0-SNAPSHOT
2020-04-09 21:08:58 +02:00
CES Marvin
3cf675f30d
release version 2.0.0-rc7
2020-04-09 18:37:13 +00:00
Eduard Heimbuch
fd94746a98
reformat components with prettier
2020-03-31 17:11:16 +02:00
Sebastian Sdorra
2ab2079e07
prop transformer and binding of react elements
...
The ExtensionPoint component supports now the transformation of instance props and allows binding of already instantiated react components (Foo vs <Foo />).
2020-03-30 15:00:30 +02:00
René Pfeuffer
41d02b9c24
Set version back to 2.0.0-SNAPSHOT
2020-03-26 18:52:11 +01:00
CES Marvin
d94a2d9b7f
release version 2.0.0-rc6
2020-03-26 15:23:24 +00:00
Florian Scholdei
f1b34eb502
Changeover to MIT license ( #1066 )
...
* prepare license-maven-plugin for license migration
* added license mapping for tsx files and added some more excludes
* Changeover to MIT license
* Fix build problems
* Delete old remaining licenses
* Add more exclude path for license checker
* Rename included netbeans license, add exclude .m2/repository/
* Specify .m2 exclude because not only repository/, also wrapper/ must match
* Add .cache/ exclude for license check
* Modify formatting of license in java classes to comply with convention and IDE
* Add IntelliJ documentation for license configuration
* Update CHANGELOG.md
* Exclude tmp/workspace/ dir for license check
* Edit README.md
Co-authored-by: Sebastian Sdorra <sebastian.sdorra@cloudogu.com >
2020-03-23 15:35:58 +01:00
Sebastian Sdorra
7f24fc8c9c
prepare for next development iteration
2020-03-13 07:32:02 +01:00
CES Marvin
cabefa72fb
release version 2.0.0-rc5
2020-03-12 21:11:54 +00:00
Florian Scholdei
affb460584
Merge with upstream
2020-02-25 16:22:54 +01:00
Florian Scholdei
a557997fa4
Simplify sort extensions method
2020-02-25 09:18:29 +01:00
Florian Scholdei
a5f27adc71
Described sort method in a more understandable way
2020-02-24 15:05:13 +01:00
Florian Scholdei
a016710c35
Sorted extension point entries with supplied extensionName
2020-02-24 15:02:03 +01:00
Sebastian Sdorra
bd57acf138
ExtensionPoint now uses binder provided from context
2020-02-19 10:06:10 +01:00
Sebastian Sdorra
041a999a01
added context hook to allow the override of the default binder
2020-02-19 09:47:52 +01:00