• 更新一覧
  • Raindrops 1.530がライブになりました

    投稿日: tenman

     

    Raindrops 1.530 更新概要

    1.529のアップデートの影響が、縦書きモードでレイアウト崩れを発生させていましたので、修正しました。

    version: 1.530 Overview of Changes

    Fixed language ja tategaki mode. paragraph width issue


  • Raindrops 1.529がライブになりました

    投稿日: tenman

     

    Raindrops 1.529 更新概要

    codemirror ソースエディタが正常に動作していないため、投稿のカスタムCSSでの使用を停止しました。

    ブロックエディタ用のスタイルを変更しました。

    version: 1.529 Overview of Changes

    Modified change customizer ‘Specify the number of characters to display on one line’

    Changed to work with all paragraphs

    Modified hr element style.

    Modified removed codemirror filter

    Modified core/paragraph style

    Modified blockeditor button style


  • Raindrops 1.528がライブになりました

    投稿日: tenman

     

    Raindrops 1.528 更新概要

    今回の更新は、テーマの編集リンクが、WordPress5.0で、編集リンクが、適切に動作しない問題を修正しました。

    また、ブロックエディタ用のスタイルを調整しました。

     

    version: 1.528 Overview of Changes

    Modified post edit link

    Modified block editor CSS

    .wp-block-button

    .wp-block-separator

    .wp-block-media-text

    .wp-block-columns


  • Raindrops 1.527がライブになりました

    投稿日: tenman

    Raindrops 1.527 更新概要

    Raindrops 1.526 の更新で、プライマリーメニューの表示に影響が出るバグを作り出してしまいました。バグを修正しました。

    version: 1.527 Overview of Changes

    Fixed Primary Menu submenu can not open.


  • Raindrops 1.526がライブになりました

    投稿日: tenman

     

    Raindrops 1.526 更新概要

    今回の更新は、Gutenberg Plugin 用のスタイルの更新、モバイル時のプライマリーメニューアイコンの変更(テキストから、ハンバーガーメニューに変更)画像の中央揃えが、うまく動作しない問題の修正です。

    version: 1.526 Overview of Changes

    Modified CSS for Gutenberg Plugin

    class name change .wp-block-cover-image to .wp-block-cover

    other CSS styled.

    Modified Mobile Primary Menu change from + menu – to hamberger button


  • Raindrops 1.525がライブになりました

    投稿日: tenman

    Raindrops 1.525 更新概要

    Gutenbergプラグインのoembed関連ブロックが、レスポンシブ対応になり、Raindropsのoembedとコンフリクトし始めているので、

    oembed-container を wp-block-embed_wrapper に統合しました

    編集リンクを変更しました。

    従来のエディタで作成した投稿は、従来のエディタで、Gutenbergで作成した投稿は、グーテンベルグエディタで開くように変更しました。

     

    グーテンベルグエディターは編集時、従来のTinyMCEで作成した投稿を、グーテンベルグ用のソースへ書き換えを試みます。

    この書き換えは、例えばテキストエディタを使っていて、プリビュー代わりにビジュアルエディタに切り替えたらHTMLが削除されてしまった等というよくある質問に似ていて、精度よく変換ができるところまで至っていないようです。

    今後改良が進んだ場合は、リンクを再検討します。

    version: 1.525 Overview of Changes

    Modified CSS for Gutenberg Plugin

    Class name changed. Raindrops .oembed-container class to wp-block-embed_wrapper.

    This change was made to reduce the conflict between CSS of the Gutenberg plugin and CSS of the theme

    Added function raindrops_request_url()

    Modified function raindrops_custom_gutenberg_edit_link()

    For posts created with the Gutenberg plugin, we display Gutenberg’s edit link,
    and for posts created with the old TinyMCE we have changed to display a link to the classic editor.


  • Raindrops 1.524がライブになりました

    投稿日: tenman

    Raindrops 1.524 更新概要

    予告にて報告済みですが、。WEBサイトの応答性の改善のためのアップデートを行いました。

    version: 1.524 Overview of Changes

    Added

    The following files have been added to improve performance.

    new file: images/loader.svg

    new file: instantclick.js

    new file: instantclick.min.js

    new file: lazyload.js

    new file: lazyload.min.js

    In order to control these functions, we added two items to Customizer / Add-ons.

    1. Improve the response of the website

    default: disable

    Depending on the plug-in you are using, problems may appear on the display.

    If you change to enable, please make sure there are no problems.

    @see more info

    2. Lazy load image

    default: enable

    These two items will only work with logged out status

    License @see README

    Modified Gutenberg plugin CSS

    Removed filter raindrops_convert_inline_style_to_data_attr

    jQuery Script Maintenance

    jQuery2.2.0 + jQuery Migrate to 1.3.1 worked