Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 2.7 KB

CHANGELOG.md

File metadata and controls

39 lines (25 loc) · 2.7 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

1.2.0 (2020-12-07)

Bug Fixes

  • core: add sheetNextRule to control rules inside stylesheet (683c9af)
  • core: add try/catch to handler and identify errors (a8e009c)
  • core: css class names cannot begin with numbers (eed49d9)
  • core: export element without export document.head association (fd046ef)
  • core: only ignore value if has undefined or null (8f905b6)
  • core: readd index to fix rules ordenation (7e1b5c3)

Features

  • css: add new package of setup atmc and export to use (c0d1778)
  • example: add Create React App example (03ccb38)
  • fonts: add new font package (662d980)
  • global: add new package for global styles (bea8242)
  • hash: add new package to create classNames hash (e262226)
  • instance: add new package of create and store styles (9f3538d)
  • mege-styles: add new package to merge styles rules (131fbf0)
  • react: add new package of use in React application (0c7e405)
  • rules: add new package of css rules (2ceefc0)

1.0.0 (2020-08-21)

Features

  • core: add core logic (e856e1a)
  • css: add browser version of atmc (5632696)