Skip to content

Releases: gavoja/twcss

Release 0.16.0

02 Apr 09:54

Choose a tag to compare

  • Extended scrollbar support; fixed reference; updated dependencies. (7129bb6)

Release 0.15.1

26 Mar 13:55

Choose a tag to compare

Release 0.15.0

23 Mar 19:05

Choose a tag to compare

This change removes extend and add functions. The same functionality is now provided via init call. This is done to enforce the order of execution: extending needs to happen before the observer starts observing in order to avoid a race condition.

  • Fixed NPM audit. (1186ca8)
  • Enforced proper resolution order; extending is only possible on init. (551c4b0)
  • Added rumdl linting config. (22a2328)

Release 0.14.3

26 Jan 14:29

Choose a tag to compare

  • Added missing custom font size handling via font-[] and font-(). (7865cbd)

Release 0.14.2

23 Jan 11:06

Choose a tag to compare

Release 0.14.1

20 Jan 09:51

Choose a tag to compare

  • Updated dependencies. (7c8531c)
  • Simplified transition handling. (4074046)

Release 0.14.0

13 Jan 16:38

Choose a tag to compare

  • Added ability to extend preflight styles. (effd586)

Release 0.13.1

06 Jan 19:09

Choose a tag to compare

Release 0.13.0

06 Jan 19:00

Choose a tag to compare

  • Refactored utility class generation.
  • Reduced bundle size.

Release 0.12.1

30 Dec 14:40

Choose a tag to compare

  • Updated documentation. (746c84e)
  • Improved list generator. Fixed backface-* classes. (d7945ac)
  • Updated reference. (8fe930e)