Filip Engberg

Results 10 issues of Filip Engberg

This pull request adds the possibility to override the rendered block element using `blockStyleFn`. This functionality is currently supported in `inlineStyleFn` so seems fitting that it can be done in...

`google-libphonenumber` is a pretty large dependency which adds around 530 kb to the bundle size just for validating a phone number. This PR replaces this dependency with [libphonenumber-js](https://www.npmjs.com/package/libphonenumber-js) which only...

I'm using [Bedrock](http://bedrock.io) which puts Wordpress in it's own subdirectory. Part of this setup is to change the site url like the following: `define('WP_SITEURL', "http://site.com/wp");` This works fine along with...

type:bug

If the user starts dragging the center panel to show the right panel, but then drags the other way to show the left panel, the right panel would be visible...

Added public method: `- (void)willPanToSidePanelVisiblePercent:(CGFloat)percent duration:(CGFloat)duration` This method gets called whenever the sidepanels moves. Overriding this method in your JASidePanelController subclass allows you to respond to pan changes with fine...

Added `UIViewAnimationOptionBeginFromCurrentState` when animating the centerPanel. This fixes glitchy behavior when there is a `UIToolbar` in the centerPanel with a overridden `layoutSubviews`. Without this option the buttons in the `UIToolbar`...

Two new properties: ``` recognizesLeftViewPanGesture recognizesLeftViewPanGesture ``` If set to `YES`, it will allow the user to close the left or right panel by pan gestures on the corresponding view....

Notable difference when using darker background color

**Motivation** This hook makes the animation progress of the Bottom Tab navigator available inside screens so that screen elements can animate in sync with screen changes. Its implemented and works...

first pull request