-
Bug
-
Resolution: Fixed
-
Blocker
-
None
-
-
1.0-m12, 1.0-pre-beta-1, 1.0-beta-1
E.g. to accommodate the how we need control over how react and react-dom are loaded.
tfennelly assigning to you for now but I intend to reach out tomorrow so we can work this together. We discussed a workaround for this last week but I was not successful after following the steps you'd provided. Could be something I've missed though. If it's not, let's try to fix together, with my final task being to do a write-up in a wiki about the steps needed to work around this problem.
Steps followed:
- Add 'react-addons-css-transition-group' to init.jsx in blueocean-web
- In js-extensions/@jenkins-cd/subs/extensions-bundle.js, update the createBundle function near the end
- Build a new js-extensions
- npm install new js-extensions in blueocean-web and blueocean-personalization
- Re-run gulp bundle for both modules
- blocks
-
JENKINS-37007 Add animations to "card stack" when favorites are added or removed
-
- Resolved
-
- is duplicated by
-
JENKINS-35727 Unable to bundle react component libraries
-
- Closed
-
- is related to
-
JENKINS-37648 Update js-modules, js-builder and blueocean docs to explain module import/export etc
-
- Closed
-
feature branch / diff that shows changes made so far:
https://github.com/jenkinsci/blueocean-plugin/compare/feature/JENKINS-35840-35781-more-favoriting...feature/JENKINS-37007-favorites-animations
Please note that checking out this code and running as-is won't work since a new js-extensions hasn't been published. I had been building and manually npm installing it in my local testing but it did not resolve the error.