CSS overflow:clip and overflow-clip-margin
overflow: clip and overflow: hidden both do the same job of hiding content that overflows. However, overflow: clip also disables programmatic scrolling.Rails 7 Audio Metadata for Videos
With the addition of `audio` metadata to video blobs, it will now be possible to check the presence of an audio channel in a video file.React 17 introduces new JSX transform
React 17 introduces jsx-runtime and jsx-dev-runtime that enables the user to write JSX without importing React.Rails 7 Adds Enumerable#sole Method
Enumerable#sole returns the sole item in the enumerable and raises an exception if no items or more than one item is found.Rails 6.1 Adds in: Option for Numericality
The `numericality` validation helper now accepts `in:` as an option for which the value must be a range.Rails 6.1 Background Dependent Destruction
Rails 6.1 adds dependent: :destroy_async to delete associated records in background jobs.