-
Notifications
You must be signed in to change notification settings - Fork 32
Meetings
Meetings take place three times a week. If you want to participate simply join our Slack channel. You will find up to date information (date, how to join the meetings) there.
Adjust Schedule
- Reduce #of Meetings?
IE Compatibility Issues
Symbol()
- Template Strings
Why Babel?
- Can't we just just typescript only?
Single File Component Migration
Vue 2.6
Portals
Support the concept of Portals: We have some components that render content that must always be on top of everything else (Popover, ContextMenu, …). At the moment this does not always work because the displayed content is nested inside the generated HTML. A workaround is to render it in the <body>
-element which is currently not supported by Fundamental and Fundamental Vue. However there are ways.
Results:
- The Fundamental React implementation already is using portals for the modal dialog. Let's see how it is done there.
- Effects on accessibility and styling due to changed HTML structure.
TSLint Improving the linter configuration: At the moment tslint is configured by only using a minimal set of rules. The reason for that is twofold:
- I wanted to start with a minimal set of rules because I don't like rules in general. 😇
- I found that most of the tslint-rules don't really work.
But now more and more people contribute and it hurts my solve to not approve a PR because of formatting issues. I would like discuss what we wanna do about it. Can we simply use eslint? Do we have a tslint pro on the team? :)
Results:
- Let's ask the angular guys.
Dog Feeding-Feedback The first results from the dog feeding are in. Killian will make a list about potential areas for improvement in the wiki.
SFC Migration
Ongoing