Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Latest commit

 

History

History
343 lines (212 loc) · 22.7 KB

CHANGELOG.md

File metadata and controls

343 lines (212 loc) · 22.7 KB

0.5.7 (2020-06-10)

Chores
Documentation Changes

0.5.6 (2020-05-16)

Build System / Dependencies
  • reorganise the package.json file (26ec6854)
  • include additional reporters for code coverage (a3034d5d)
  • correct travis ci settings (fdc7683d)
  • set coverage to true by default (8158eb52)
Chores
Bug Fixes
  • radio button style in editor (6012b566)
  • typo in class name for invert classes (f9cf6fa2)
Other Changes
  • //github.com/BulmaBuildingBlocks/BulmaBuildingBlocks (5d8eb9ae)
Refactors
  • homepage reorganised (c26b5ce2)
  • readd style imports to device viewer (a933ac9d)
Code Style Changes
  • page builder buttons made smaller (888c2e2e)
  • image toolbar for page builder and color picker on mobile (1bb2156e)
Tests
  • unit tests for editor content (41dfdfb4)
  • unit tests for image and link in editor (7bd12cd8)

0.5.6 (2020-05-16)

Build System / Dependencies
  • reorganise the package.json file (26ec6854)
  • include additional reporters for code coverage (a3034d5d)
  • correct travis ci settings (fdc7683d)
  • set coverage to true by default (8158eb52)
Chores
Bug Fixes
  • radio button style in editor (6012b566)
  • typo in class name for invert classes (f9cf6fa2)
Other Changes
  • //github.com/BulmaBuildingBlocks/BulmaBuildingBlocks (5d8eb9ae)
Refactors
  • homepage reorganised (c26b5ce2)
  • readd style imports to device viewer (a933ac9d)
Code Style Changes
  • page builder buttons made smaller (888c2e2e)
  • image toolbar for page builder and color picker on mobile (1bb2156e)
Tests
  • unit tests for editor content (41dfdfb4)
  • unit tests for image and link in editor (7bd12cd8)

0.5.5 (2020-05-04)

Bug Fixes
  • fix import into sass string (6d40b959)
Refactors
  • use cdn instead of importing the local file (a0efac0a)

0.5.4 (2020-05-03)

Chores
Bug Fixes
  • color picker friendly name and block color selection (243e0c9c)
  • styling issues for documentation page on mobile (0cfc3c01)
Code Style Changes
  • fullwidth buttons on homepage hero for mobile (16ea10c7)

0.5.3 (2020-05-03)

Chores
Bug Fixes
  • styling issues for documentation page on mobile (0cfc3c01)
Code Style Changes
  • fullwidth buttons on homepage hero for mobile (16ea10c7)

0.5.2 (2020-05-03)

Chores
New Features
  • new documentation page added with detailed instructions (6136681c)
Bug Fixes

0.5.1 (2020-05-03)

Chores
New Features
  • new documentation page added with detailed instructions (6136681c)
Bug Fixes

0.5.0 (2020-04-29)

Documentation Changes
  • html blocks page style update (ff5f2fad)
New Features
  • additional link styles added (af908d97)
  • color picker component created (20b958e2)
  • link type option and color selection in editor (c1a3c4f2)
  • new media blocks added (087ae1ac)
  • add package version to menu (7bd9f2e9)
  • add readme.txt to the downloaded code (52ab9605)
  • added block footer menu vertical (3b108203)
  • new footer block added (fe840f59)
  • implement back button in editor (d52a5ae4)
  • user friendly names added to colors (9c33c0e9)
  • block color selector added in editor (f25eed9e)
Bug Fixes
  • link editing in editor (eba50cc6)
  • padding change for editor html viewer (2ccd6f55)
Refactors
  • folder structure (578f2108)
  • changed file names to be generic (f92ec1d3)
  • add copyright symbol add to content in footer (b58f5f8a)
  • add container options to the blocks (0ea1713d)
  • updated html blocks page logic (c1472cc5)
Code Style Changes

0.4.0 (2020-04-14)

New Features
  • blocks sorting added for editor and updated block viewer sorting (e89daa06)
  • download functionality including images (588bde2d)
  • download options added to editor (ceaf1cee)
  • split doc styles from package source styles (31d8ba5a)
  • device frame option added to page editor (dd810064)
  • page builder snippets are now displayed as images (b6e84a4f)
  • cypress script to auto generate images of all components (8cd760d0)
Bug Fixes
  • bug with reorganising content and downloaded file (b57fa5f1)
  • snippet images have correct viewport width now (b63ab924)
  • icon numbers changed to correct value (811f80f8)
Refactors
  • all references of snippet changed to block (963e8ebe)
  • project restructure (7aec1597)
  • changed to component name to snippet and component api (a237a93d)
Code Style Changes

0.3.0 (2020-04-11)

Chores
New Features
  • blur event for popups (39dc04e3)
  • image and button editable components created (bb723a33)
  • popup placement improved (9477c56c)
Bug Fixes
Refactors
  • hide and show popup correctly when blurred (f6ceab05)
Code Style Changes

0.2.0 (2020-04-07)

Chores
New Features
Bug Fixes
  • store updating from wiziwig component (d29237bb)
Refactors
  • convert editable content component to functional (37ce4895)
Code Style Changes
  • wiziwig menu restained to window in mobile view (f202bfb4)
  • minor header fixes and editor bar size increased (f5f36f5a)

0.1.0 (2020-04-05)

Chores
New Features
  • basic button editing and image editing (df1dd120)
  • html editing working (b71fcb58)
Refactors
  • folder and html organisation improved (6d8ceb34)

0.0.2 (2020-03-28)

New Features
  • delete button added to page builder and page view updated (78fa4a40)
  • basic page builder (59a8aa4a)
Bug Fixes
  • only render page builder client side (2c3e7c8e)
Other Changes
  • //github.com/BulmaBuildingBlocks/BulmaBuildingBlocks (76883bce)
Refactors
  • reorder page builder (c49d92eb)
  • implemented device based viewing in page builder (fd663a93)
  • change formatting tab style (76aebf81)
  • better organised content (ec55e0b9)

0.0.1 (2020-03-16)

New Features
Refactors