-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Obsidian v3 #175
base: master
Are you sure you want to change the base?
Obsidian v3 #175
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c277488 - Browse repository at this point
Copy the full SHA c277488View commit details
Commits on Aug 31, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fc8900f - Browse repository at this point
Copy the full SHA fc8900fView commit details
Commits on Sep 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5fce66e - Browse repository at this point
Copy the full SHA 5fce66eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0914014 - Browse repository at this point
Copy the full SHA 0914014View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdfe198 - Browse repository at this point
Copy the full SHA fdfe198View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cd017c - Browse repository at this point
Copy the full SHA 5cd017cView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd3c2eb - Browse repository at this point
Copy the full SHA cd3c2ebView commit details
Commits on Sep 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 61575a1 - Browse repository at this point
Copy the full SHA 61575a1View commit details
Commits on Sep 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 759ed02 - Browse repository at this point
Copy the full SHA 759ed02View commit details
Commits on Sep 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a7b4453 - Browse repository at this point
Copy the full SHA a7b4453View commit details
Commits on Sep 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e209bea - Browse repository at this point
Copy the full SHA e209beaView commit details -
Merge branch 'master' into upgradeTS
# Conflicts: # packages/eslint-plugin-obsidian/package.json # packages/react-obsidian/package.json # yarn.lock
Configuration menu - View commit details
-
Copy full SHA for 9234edd - Browse repository at this point
Copy the full SHA 9234eddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 380a89b - Browse repository at this point
Copy the full SHA 380a89bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7288dd6 - Browse repository at this point
Copy the full SHA 7288dd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14a7e5d - Browse repository at this point
Copy the full SHA 14a7e5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fc2915 - Browse repository at this point
Copy the full SHA 2fc2915View commit details
Commits on Sep 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e764324 - Browse repository at this point
Copy the full SHA e764324View commit details
Commits on Sep 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d8f2ee3 - Browse repository at this point
Copy the full SHA d8f2ee3View commit details -
Merge branch 'master' into upgradeTS
# Conflicts: # packages/eslint-plugin-obsidian/package.json # packages/react-obsidian/package.json # yarn.lock
Configuration menu - View commit details
-
Copy full SHA for 0ea6b61 - Browse repository at this point
Copy the full SHA 0ea6b61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6599a65 - Browse repository at this point
Copy the full SHA 6599a65View commit details -
Configuration menu - View commit details
-
Copy full SHA for afc1218 - Browse repository at this point
Copy the full SHA afc1218View commit details
Commits on Sep 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6fdf06f - Browse repository at this point
Copy the full SHA 6fdf06fView commit details -
Stop using the Memoize decorator in the library
By default Babel doesn't transform node modules. By using a decorator this meant we had to add Obsidian to the transform ignore list
Configuration menu - View commit details
-
Copy full SHA for 42e90b6 - Browse repository at this point
Copy the full SHA 42e90b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e778fb - Browse repository at this point
Copy the full SHA 7e778fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 874940a - Browse repository at this point
Copy the full SHA 874940aView commit details -
Use the stage 3 decorators proposals in the babel plugin tests + fix …
…Inject bug Apparently there was a bug that caused Obsidian to ignore custom names passed to @Inject and @LateInject decorators
Configuration menu - View commit details
-
Copy full SHA for 1df699b - Browse repository at this point
Copy the full SHA 1df699bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7508a4e - Browse repository at this point
Copy the full SHA 7508a4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c0cbaf - Browse repository at this point
Copy the full SHA 7c0cbafView commit details -
Configuration menu - View commit details
-
Copy full SHA for cfd53d2 - Browse repository at this point
Copy the full SHA cfd53d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f27b443 - Browse repository at this point
Copy the full SHA f27b443View commit details
Commits on Sep 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 71331ef - Browse repository at this point
Copy the full SHA 71331efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9355534 - Browse repository at this point
Copy the full SHA 9355534View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c4837f - Browse repository at this point
Copy the full SHA 5c4837fView commit details
Commits on Oct 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a41a250 - Browse repository at this point
Copy the full SHA a41a250View commit details -
Stop attempting to inject constructor args
Decorating constructor arguments isn't officially supported so for now we won't support this case.
Configuration menu - View commit details
-
Copy full SHA for 042bcc3 - Browse repository at this point
Copy the full SHA 042bcc3View commit details
Commits on Nov 1, 2024
-
Merge branch 'master' into upgradeTS
# Conflicts: # packages/documentation/docs/documentation/usage/Graphs.mdx # packages/eslint-plugin-obsidian/package.json # packages/react-obsidian/.eslintrc.json # packages/react-obsidian/package.json # packages/react-obsidian/src/decorators/inject/Injectable.ts # packages/react-obsidian/src/graph/ObjectGraph.ts # packages/react-obsidian/src/graph/registry/GraphRegistry.ts # packages/react-obsidian/src/injectors/components/InjectComponent.ts # packages/react-obsidian/test/integration/classInjection.test.tsx # yarn.lock
Configuration menu - View commit details
-
Copy full SHA for eea187c - Browse repository at this point
Copy the full SHA eea187cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83de682 - Browse repository at this point
Copy the full SHA 83de682View commit details
Commits on Nov 6, 2024
-
Merge branch 'master' into upgradeTS
# Conflicts: # packages/eslint-plugin-obsidian/package.json # packages/eslint-plugin-obsidian/src/rules/unresolvedProviderDependencies/dependencyResolver.ts # packages/react-obsidian/package.json # yarn.lock
Configuration menu - View commit details
-
Copy full SHA for 71a5ba3 - Browse repository at this point
Copy the full SHA 71a5ba3View commit details