Changelog

version 3.1.1

17 march 2023

 

core/columns

  • Fix background stretch (new toggle in Gutenberg panel)
     

    File changes

    Modified

    • functions.php
    • languages/nl_NL.mo
    • languages/nl_NL.po
    • style.css
    • includes/gutenberg/extensions/enabled.js
    • includes/gutenberg/extensions/index.js
    • includes/gutenberg/render/class.columnsrender.php
    • includes/gutenberg/render/class.utilsrender.php

    Added

    • includes/gutenberg/extensions/classes.jsx
    • includes/gutenberg/extensions/positioning.jsx
    • includes/gutenberg/extensions/positioning/full-width.jsx

    Removed

    • includes/gutenberg/extensions/classes.js
    • includes/gutenberg/extensions/positioning.js
    • includes/gutenberg/extensions/positioning/full-width.js

    version 3.1.0

    17 march 2023

     

    General

    • Links which open a new tab in paragraph, heading, and list block now have an icon as indicated by the accessibility guidelines.

    core/columns

    • Added new options to the block pattern
    • Added Fora11y coloring panel (beta) and accessibility support

    core/group

    • Added new options to the block pattern
    • Added Fora11y coloring panel (beta) and accessibility support

    core/list

    • Added new options to the block pattern
    • Added Fora11y coloring panel (beta) and accessibility support

    core/latest-posts

    • Added a style for card designs
    • Added accessibility support

    Plugin Breadcrumb NavXT

    • Fixed responsive layout
     

    File changes

    Modified

    • functions.php
    • assets/scss/awp-public.scss
    • assets/scss/base/_color.scss
    • assets/scss/base/_font.scss
    • assets/scss/base/color/_link.scss
    • assets/scss/base/color/_on-background.scss
    • assets/scss/base/color/_on-list.scss
    • assets/scss/base/color/_on-text.scss
    • assets/scss/base/utilities/_elevations.scss
    • assets/scss/core/_core-buttons.scss
    • assets/scss/core/_core-list.scss
    • assets/scss/globals.scss
    • includes/gutenberg/extensions/enabled.js
    • includes/gutenberg/extensions/styling.js
    • template-parts/navigation/navigation-pagination.php

    Added

    • assets/scss/base/_background-image.scss
    • assets/scss/core/_core-latest-posts.scss
    • includes/gutenberg/extensions/contrast-checker/contrast-checker.js
    • includes/gutenberg/extensions/styling/styles.js
    • includes/gutenberg/render/class.columnrender.php
    • includes/gutenberg/render/class.columnsrender.php
    • includes/gutenberg/render/class.grouprender.php
    • includes/gutenberg/render/class.latestpostsrender.php
    • includes/gutenberg/render/class.listrender.php
    • includes/gutenberg/render/class.utilsrender.php

    Removed

    • includes/gutenberg/render/class.column_render.php
    • includes/gutenberg/render/class.columns_render.php
    • includes/gutenberg/render/class.group_render.php
    • includes/gutenberg/render/class.utils_render.php

    Renamed

    • includes/gutenberg/{controller.gutenberg.php -> controller.gutenbergcontroller.php}
    • includes/gutenberg/{controller.render.php -> controller.gutenbergextensionsrender.php}
    • includes/gutenberg/render/{class.embed_render.php -> class.embedrender.php}
    • includes/gutenberg/render/{class.image_render.php -> class.imagerender.php}
    • includes/gutenberg/render/{class.outlink_render.php -> class.outlinkrender.php}
    • includes/gutenberg/render/{class.social_link_render.php -> class.sociallinkrender.php}

      version 3.1.0 – beta

      25 november 2022

      • Created enabled.js file and changed all statements to work with it
      • Add min-width to all first childs in columns whih uses grid
      • Changed code based on feedback
      • Fix for pipeline
      • Sorted files into folder editor or render
      • Created classes for all the specific functions.
      • Files with classes content for all classes in render.php
      • Classes now working in seperate file
      • Add class and functions for checking contrast in php
      • Added contrast checker to the customzier
      • Only add checkers for -low and -high
      • Move base-background to top
      • Changed webpack so that it does not give an error on npm run gulp-dev
      • Added the right utils to image_render.php
      • Added let in front of 2 variables since it otherwise crashes elevation
      • Changed files for the required changes from the pull request comments
      • Removed random comment
      • Add first implementation centralization color css
      • Added option for main coloring
      • Temp save to commit current scss
      • updated gravity forms styles for steps and progressbar
      • Added new implementation for the main color in coloring panel
      • Imported main file used in last commit
      • Added main coloring option in panel
      • Added base template for css for low/normal/high/main coloring
      • Added second implementation color css generator
      • Added css for paragraph and heading blocks
      • Changed panel to take low as default direct parent, and added a warning if parent has normal background
      • Added link color on top level
      • Added section var to reduce duplicate slugs
      • Removed color css on paragraph, heading, links
      • Added paragraph contrast css
      • Remove base-background and added base-low and base-high
      • Added new base variables Added contrast mode css
      • Added paragraph contrast to on-text
      • Updated the customizer to use base-low instead of base-background
      • Replaced all base-background to base-low
      • Cleaned extensions coloring files
      • Moved coloring content into a mixin so both the frontend and backend can use it
      • Remove duplicated css on has-background
      • Removed paragraph, heading, link color css
      • Cleanup comments
      • Disabled contrastchecker code untill a way has been found to get current customizer options
      • Added base low and high to faalback v2
      • Fixed comment in color scss
      • Changed the alt replace so it only empties it on decorative img instead of removing it
      • Changed cookie-notice from h3 to h2 to better fit the heading structure
      • Fix to re-enable ‘wpautop’ for tribe events content when Fora11y functions are disabled
      • Fix paragraph keyboard font-size
      • Fix paragraph inline svg not scalable
      • Fix heading font-size for a and kbd and svg elements
      • Add heading to render outlink svg
      • Add heading css for code element
      • Fix code element padding and margin to reflect kbd element
      • Fix gutenberg coloring panel to take high contrast as default
      • Removed stray console log
      • Add paragraph and heading css for mark color and contrast
      • Fix paragraph overflow with large font-size
      • Merged code and kbd elements and made global sizes
      • Lowered priority on link inherit to give priority to color css
      • Fixed by using inherit when has-text-color is set
      • Added font-size in the html to support monospace em scaling
      • Update PSR-12 code standard for awp-menu
      • Add inline menu based on anchor links headings
      • Create nested <ul> for inline menu with custom styling
      • Added new version of wdio config
      • Removed all the old test files
      • Added gitnore for test directory
      • Added colorpanel to column and columns
      • Removed component coloring and added to central css color
      • Fixed columns classes which did not reflect color classes from other components
      • Cleaned render of columns and column
      • Cleaned styling and background-img gutenberg extension
      • Added background image options for position and size
      • Fixed any css on background-* to be overwriten by specifying background to background-color
      • Added inline styling for custom colors
      • Clone test repo into theme tests folder
      • Added feature to disable equal hight button if vertical alignment is set
      • Removed the awp__row class from array after merge
      • can now log to files and started on adding it to runner.js
      • comments for next time
      • Added stretch and padding om mobile features
      • Added coloring panel to group
      • Fixed wdio config which used localhost
      • Added padding margin and bakcground-img to component
      • Cleaned file and added some typing
      • Added basic setup for group render includes classes and ids
      • Added more funtions to the utils class which can be used
      • Added background image class and styling
      • Fixed PR comments
      • Added color classes and styles for the group render
      • Added implementation to render tag name for group
      • Update + rename breadcrumb scss
      • Fix for mobile menu toggle (toggle back to desktop bug fixed) Update for fetching logo size (was fixed, now dynamic)
      • Fixes for breakpoint 1200px (absolute = 1168px)
      • Add git in apt-get install for cloning repo’s
      • Added editor config file
      • Excluded editor config from gulp-build
      • .editorconfig Robbin
      • Added all the needed classes to group
      • Added css for group
      • Removed unnecessary comments
      • Removed debug code
      • update pipeline for pr02
      • Added wrap to core/group and removed layout classes on group type
      • Rename ‘AWP’ to ‘Fora11y’ in wp-admin/ customize panels + code style update for affected files
      • Update string translations
      • Moved breakpoint css into columns instead of row
      • Moved wrongly implemented
        from template files to header.php and footer.php
        • Code style fixes for all impacted files
      • Added a check to see if list already is in a list
      • Added css for core/list dots
      • Added positioning css for lists
      • Cleanup file
      • Added check on _blank to check if link opens in new tab
      • parse svg contents when logo is a svg
      • Added coloring for ordered lists
      • Added translation for svg title
      • Added fix for ul if only text color has been set
      • Replace screenshot
      • Renamed AWP tags in user profile page
      • Update translations
      • added fallback colors for base-low and base-high
      • Restored missing fallback base-background, removed it further on from rendering in :root