An overview of the features, changes, and backward compatibility breakages in PHP 7
I hope this makes it to prod someday!
Either that, or we get a solid plugin system that allows for this and similar things to be implemented elegantly. It's a bit of a pain right now because there's so much boilerplate code involved and exposure to core implementation details. We'll have to see how #1238 goes, I guess.
I've now rebased this branch against the latest master changes (commit: 1760f5a4a82eaded3a06340d4a3ec139c5ab1b38). They have also been applied to my boxes-install
branch.
71: Use observer for auto resizing and hide "% 2" magic with a strategy
71: Updated documentation
71: Improved applying observer option
606: Update scales design
606: Temporary restored font size
606: Fixed crosshair color
71: Fixed review issues
71: Removed unused code
Merge branch 'master' into 606-update-scales-design
606: Fixed painting issues
606: Fixed font size and margins
606: Fixed unit tests
606: Calculate actual font size
606: Improved look and feel
Apply suggestions from code review
Merge branch 'master' into 71-use-observer
Removed unused disabling eslint rule
Sync ResizeObserver types with generated by TypeScript-DOM-lib-generator
See https://github.com/microsoft/TypeScript-DOM-lib-generator/pull/948
606: Update time axis margins and restore radius
606: Change time axis rendering
71: Use observer for auto resizing and hide "% 2" magic with a strategy
71: Updated documentation
71: Improved applying observer option
606: Update scales design
606: Temporary restored font size
606: Fixed crosshair color
71: Fixed review issues
71: Removed unused code
Merge branch 'master' into 606-update-scales-design
606: Fixed painting issues
606: Fixed font size and margins
606: Fixed unit tests
606: Calculate actual font size
606: Improved look and feel
Apply suggestions from code review
Merge branch 'master' into 71-use-observer
Removed unused disabling eslint rule
Sync ResizeObserver types with generated by TypeScript-DOM-lib-generator
See https://github.com/microsoft/TypeScript-DOM-lib-generator/pull/948
606: Update time axis margins and restore radius
606: Change time axis rendering