-
Notifications
You must be signed in to change notification settings - Fork 788
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
feat(): @Prop getters / setters #2899
base: main
Are you sure you want to change the base?
Commits on Apr 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for dae523d - Browse repository at this point
Copy the full SHA dae523dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a8c5d2 - Browse repository at this point
Copy the full SHA 1a8c5d2View commit details
Commits on May 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 29c511b - Browse repository at this point
Copy the full SHA 29c511bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51436bd - Browse repository at this point
Copy the full SHA 51436bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 902a202 - Browse repository at this point
Copy the full SHA 902a202View commit details
Commits on May 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3d90d6b - Browse repository at this point
Copy the full SHA 3d90d6bView commit details
Commits on Jun 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 67b5c5e - Browse repository at this point
Copy the full SHA 67b5c5eView commit details
Commits on Aug 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9113a27 - Browse repository at this point
Copy the full SHA 9113a27View commit details
Commits on Aug 6, 2021
-
- upgrade prettier to v2.3.2 - lock version to prevent breaking changes in minor versions - add prettier.dry-run package.json script - add pipeline action to evaluate format status - add prettierignore file for faster runs STENCIL-8: Add Prettier to Stencil
Configuration menu - View commit details
-
Copy full SHA for 92ec020 - Browse repository at this point
Copy the full SHA 92ec020View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd80059 - Browse repository at this point
Copy the full SHA dd80059View commit details
Commits on Aug 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b01738e - Browse repository at this point
Copy the full SHA b01738eView commit details
Commits on Sep 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9ca5b27 - Browse repository at this point
Copy the full SHA 9ca5b27View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9480a7d - Browse repository at this point
Copy the full SHA 9480a7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 451a5e3 - Browse repository at this point
Copy the full SHA 451a5e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 271cc09 - Browse repository at this point
Copy the full SHA 271cc09View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d02985 - Browse repository at this point
Copy the full SHA 0d02985View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8b6f60 - Browse repository at this point
Copy the full SHA e8b6f60View commit details -
Configuration menu - View commit details
-
Copy full SHA for b310d6e - Browse repository at this point
Copy the full SHA b310d6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60740a2 - Browse repository at this point
Copy the full SHA 60740a2View commit details -
Merge branch 'feat-prop-get-set-rebase' into feat-prop-get-set
# Conflicts: # .prettierignore # package-lock.json # package.json # scripts/license.ts # scripts/release-tasks.ts # scripts/release.ts # scripts/utils/release-utils.ts # src/compiler/docs/readme/markdown-props.ts # src/runtime/proxy-component.ts # src/sys/node/node-sys.ts # test/browser-compile/src/utils/css-template-plugin.ts # test/karma/stencil.config.ts # test/karma/test-app/slot-fallback/karma.spec.ts # test/karma/test-app/util.ts
Configuration menu - View commit details
-
Copy full SHA for 34c08fe - Browse repository at this point
Copy the full SHA 34c08feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c52bd5 - Browse repository at this point
Copy the full SHA 5c52bd5View commit details
Commits on Sep 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bd95004 - Browse repository at this point
Copy the full SHA bd95004View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11624b6 - Browse repository at this point
Copy the full SHA 11624b6View commit details
Commits on Oct 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 623ae13 - Browse repository at this point
Copy the full SHA 623ae13View commit details
Commits on Nov 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 762ea64 - Browse repository at this point
Copy the full SHA 762ea64View commit details
Commits on Nov 26, 2021
-
fix error thrown when trying to overwrite default setter value
John Jenkins committedNov 26, 2021 Configuration menu - View commit details
-
Copy full SHA for a6ad743 - Browse repository at this point
Copy the full SHA a6ad743View commit details
Commits on Dec 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 61c6ca5 - Browse repository at this point
Copy the full SHA 61c6ca5View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd1d687 - Browse repository at this point
Copy the full SHA fd1d687View commit details -
John Jenkins committed
Dec 2, 2021 Configuration menu - View commit details
-
Copy full SHA for c9d27ed - Browse repository at this point
Copy the full SHA c9d27edView commit details
Commits on Dec 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 197de72 - Browse repository at this point
Copy the full SHA 197de72View commit details
Commits on Jan 7, 2022
-
Fix issue where amending a @prop() via set doesn't fire @watch functi…
…ons when changed internally (within class)
John Jenkins committedJan 7, 2022 Configuration menu - View commit details
-
Copy full SHA for f5cc352 - Browse repository at this point
Copy the full SHA f5cc352View commit details -
Merge branch 'feat-prop-get-set' of github.com:johnjenkins/stencil in…
…to feat-prop-get-set
John Jenkins committedJan 7, 2022 Configuration menu - View commit details
-
Copy full SHA for 0c134f3 - Browse repository at this point
Copy the full SHA 0c134f3View commit details -
Merge branch 'stencil-main' into feat-prop-get-set
# Conflicts: # package-lock.json
John Jenkins committedJan 7, 2022 Configuration menu - View commit details
-
Copy full SHA for 03a69a6 - Browse repository at this point
Copy the full SHA 03a69a6View commit details
Commits on Jun 22, 2022
-
Merge branch 'stencil-main' into feat-prop-get-set
# Conflicts: # src/compiler/transformers/decorators-to-static/prop-decorator.ts
John Jenkins committedJun 22, 2022 Configuration menu - View commit details
-
Copy full SHA for 21c612b - Browse repository at this point
Copy the full SHA 21c612bView commit details -
John Jenkins committed
Jun 22, 2022 Configuration menu - View commit details
-
Copy full SHA for 49bdf56 - Browse repository at this point
Copy the full SHA 49bdf56View commit details
Commits on Jun 28, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 80c46ee - Browse repository at this point
Copy the full SHA 80c46eeView commit details
Commits on Jun 30, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 87ba3b2 - Browse repository at this point
Copy the full SHA 87ba3b2View commit details -
John Jenkins committed
Jun 30, 2022 Configuration menu - View commit details
-
Copy full SHA for d68b617 - Browse repository at this point
Copy the full SHA d68b617View commit details
Commits on Aug 30, 2022
-
Merge branch 'stencil-main' into feat-prop-get-set
John Jenkins committedAug 30, 2022 Configuration menu - View commit details
-
Copy full SHA for c558b3d - Browse repository at this point
Copy the full SHA c558b3dView commit details
Commits on Nov 16, 2022
-
Merge branch 'stencil-main' into feat-prop-get-set
# Conflicts: # src/compiler/transformers/decorators-to-static/convert-decorators.ts
John Jenkins committedNov 16, 2022 Configuration menu - View commit details
-
Copy full SHA for ba4e0ee - Browse repository at this point
Copy the full SHA ba4e0eeView commit details
Commits on Jan 13, 2023
-
Merge branch 'stencil-main' into feat-prop-get-set
# Conflicts: # package-lock.json # src/compiler/transformers/decorators-to-static/prop-decorator.ts
John Jenkins committedJan 13, 2023 Configuration menu - View commit details
-
Copy full SHA for 3c22284 - Browse repository at this point
Copy the full SHA 3c22284View commit details