Skip to content
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

Remove define hook from documentation #1903

Merged
merged 6 commits into from
Feb 18, 2024
Merged

Conversation

ivanbacher
Copy link
Contributor

Pull Request

πŸ“– Description

In the latest beta release you mention this:

This pull request just removes any mention of define from the component lifecycle hook documentation

🎫 Issues

πŸ‘©β€πŸ’» Reviewer Notes

πŸ“‘ Test Plan

⏭ Next Steps

Copy link

codecov bot commented Feb 13, 2024

Codecov Report

All modified and coverable lines are covered by tests βœ…

Comparison is base (3c74be9) 88.37% compared to head (ad15347) 88.36%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1903      +/-   ##
==========================================
- Coverage   88.37%   88.36%   -0.01%     
==========================================
  Files         260      260              
  Lines       22856    22856              
  Branches     5299     5299              
==========================================
- Hits        20198    20196       -2     
- Misses       2658     2660       +2     

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.

@bigopon bigopon requested a review from Vheissu February 13, 2024 10:39
Copy link
Member

@Vheissu Vheissu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much for this @ivanbacher just a few C's.

docs/user-docs/TOC.md Outdated Show resolved Hide resolved
docs/user-docs/TOC.md Outdated Show resolved Hide resolved
docs/user-docs/TOC.md Outdated Show resolved Hide resolved
docs/user-docs/components/template-compilation/README.md Outdated Show resolved Hide resolved
docs/user-docs/getting-to-know-aurelia/routing/README.md Outdated Show resolved Hide resolved
@ivanbacher
Copy link
Contributor Author

No problem. Ups, not sure what happened there, might have been during the GitBook import/sync. Anyway I removed the unnecessary files

@bigopon
Copy link
Member

bigopon commented Feb 18, 2024

Thanks @ivanbacher , nice work!

@bigopon bigopon merged commit f684141 into aurelia:master Feb 18, 2024
25 of 26 checks passed
AureliaEffect pushed a commit that referenced this pull request Mar 2, 2024
2.0.0-beta.12 (2024-03-02)

**BREAKING CHANGE:**

* **enhance:** call app tasks with `.enhance` API, return app root instead of controller (#1916) ([4d522b2](4d522b2))
* **au-compose:** always create host for non custom element composition (#1906) ([8a28e0a](8a28e0a))

**Features:**

* **au-compose:** ability to compose string as element name (#1913) ([06aa113](06aa113))

**Bug Fixes:**

* **router:** prevent multiple navigation at the same time (#1895) ([deed11e](deed11e))
* **router:** properly handle false in conditional router hooks (#1900) ([a671463](a671463))
* **di:** dont jit register resources ([8ffde34](8ffde34))
* **di:** new instance resolver (#1909) ([efe208c](efe208c))
* **runtime:** tweak typings of injectable token ([89f76eb](89f76eb))

**Refactorings:**

* **runtime:** delay overriding array prototypes (#1914) ([d8be144](d8be144))
* **router:** use resolve ([89f76eb](89f76eb))
* **runtime:** better type inferrence for injectable token ([89f76eb](89f76eb))
* **di:** simplify container has, cleanup router ([89f76eb](89f76eb))

**Docs:**

* **docs:** add JS examples using resolve for IHttpClient (#1907) ([d57c1f1](d57c1f1))
* **doc:** remove define hook from documentation (#1903) ([f684141](f684141))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants